-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8acd5fd
commit 6b3216e
Showing
3 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bree+Serif&family=GFS+Didot&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=GFS+Didot&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/Highland-Hotel/Home/style.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"> | ||
<script src="https://kit.fontawesome.com/25118ccfa6.js" crossorigin="anonymous"></script> | ||
</head> | ||
<body> | ||
<!-- Header --> | ||
<header class="header"> | ||
<div class="branding"> | ||
<!-- logo --> | ||
<img src="/Highland-Hotel/Team_6_Images/Cow_Logo_Circle.png" alt="Highland Cow Logo"> | ||
</div> | ||
<div id="mainnav"> | ||
<ul> | ||
<li><a href="/Highland-Hotel/index.html"><span class=fa><i class="fa-brands fa-fort-awesome"></i></span>Home</a></li> | ||
<li><a href="/Highland-Hotel/Rooms/Rooms.html"><span class=fa><i class="fa-solid fa-bed"></i></span>Rooms</a></li> | ||
<li><a href="/Highland-Hotel/restaurant.html"><span class=fa><i class="fa-solid fa-utensils"></i></span>Restaurant</a></li> | ||
<li class="current"><a href="/Highland-Hotel/spa.html"><span class=fa><i class="fa-solid fa-spa"></i></span>Spa</a></li> | ||
</ul> | ||
</div> | ||
</header> | ||
<Footer class="Footer"> | ||
<ul id="social_links"> | ||
<li><a href="https://www.instagram.com/"><i class="fa-brands fa-instagram fa-2x"></i></a></li> | ||
<li><a href="https://facebook.com"><i class="fa-brands fa-facebook fa-2x"></i></a></li> | ||
<li><a href="https://Pinterest.com"><i class="fa-brands fa-pinterest fa-2x"></i></a></li> | ||
<li><a href="https://youtube.com"><i class="fa-brands fa-youtube fa-2x"></i></a></li> | ||
</ul> | ||
<p>Copyright © Team 6 2024</p> | ||
<p>Terms & Conditions</p> | ||
<p>Privacy Policy</p> | ||
</Footer> | ||
</body> | ||
</html> |