generated from Code-Institute-Org/ci-full-template
-
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
cc194ed
commit b19e978
Showing
3 changed files
with
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Meta tags for search engines --> | ||
<meta name="description" content="Love Running. Club for runners in Dublin, Ireland. Urban running, trail running. Dublin docklands and Phoenix Park"> | ||
<meta name="keywords" content="love running, run, running club, runners, Ireland, Dublin, sport, exercise"> | ||
<!-- Title --> | ||
<title>love running</title> | ||
<!-- Favicon --> | ||
<link rel="apple-touch-icon" sizes="180*180" href="assets/favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32*32" href="assets/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16*16" href="assets/favicon/favicon-16x16.png"> | ||
<!-- Stylesheet --> | ||
<link rel="stylesheet" href="assets/css/style.css"> | ||
|
||
</head> | ||
<body> | ||
<!-- Header --> | ||
<header> | ||
<a href="index.html"> | ||
<h1 id="logo">Love Running</h1> | ||
</a> | ||
<input type="checkbox" id="nav-toggle" name="nav-toggle"> | ||
<label for="nav-toggle" class="nav-toggle-label"> | ||
<i class="fa-solid fa-bars"></i> | ||
</label> | ||
<nav> | ||
<ul id="menu"> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="gallery.html" class="active">Gallery</a></li> | ||
<li><a href="signup.html">Sign Up</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<!-- Main content --> | ||
<main>Main content</main> | ||
|
||
<!-- Footer --> | ||
<footer> | ||
<ul id="social-networks"> | ||
<li><a href="https://www.facebook.com/" target="_blank" rel="noopener" aria-label="Visit our Facebook page (opens in a new tab)"><i class="fa-brands fa-facebook"></i></a></li> | ||
<li><a href="https://www.twitter.com/" target="_blank" rel="noopener" aria-label="Visit our Twitter page (opens in a new tab)"><i class="fa-brands fa-twitter"></i></a></li> | ||
<li><a href="https://www.youtube.com" target="_blank" rel="noopener" aria-label="Visit our YouTube page (opens in a new tab)"><i class="fa-brands fa-square-youtube"></i></a></li> | ||
<li><a href="https://www.instagram.com" target="_blank" rel="noopener" aria-label="Visit our Instagram page (opens in a new tab)"><i class="fa-brands fa-instagram"></i></a></li> | ||
</ul> | ||
</footer> | ||
|
||
<!-- Font awesome kit --> | ||
<script src="https://kit.fontawesome.com/5882e26e37.js" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
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,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Meta tags for search engines --> | ||
<meta name="description" content="Love Running. Club for runners in Dublin, Ireland. Urban running, trail running. Dublin docklands and Phoenix Park"> | ||
<meta name="keywords" content="love running, run, running club, runners, Ireland, Dublin, sport, exercise"> | ||
<!-- Title --> | ||
<title>love running</title> | ||
<!-- Favicon --> | ||
<link rel="apple-touch-icon" sizes="180*180" href="assets/favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32*32" href="assets/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16*16" href="assets/favicon/favicon-16x16.png"> | ||
<!-- Stylesheet --> | ||
<link rel="stylesheet" href="assets/css/style.css"> | ||
|
||
</head> | ||
<body> | ||
<!-- Header --> | ||
<header> | ||
<a href="index.html"> | ||
<h1 id="logo">Love Running</h1> | ||
</a> | ||
<input type="checkbox" id="nav-toggle" name="nav-toggle"> | ||
<label for="nav-toggle" class="nav-toggle-label"> | ||
<i class="fa-solid fa-bars"></i> | ||
</label> | ||
<nav> | ||
<ul id="menu"> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="gallery.html">Gallery</a></li> | ||
<li><a href="signup.html" class="active">Sign Up</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<!-- Main content --> | ||
<main>Main content</main> | ||
|
||
<!-- Footer --> | ||
<footer> | ||
<ul id="social-networks"> | ||
<li><a href="https://www.facebook.com/" target="_blank" rel="noopener" aria-label="Visit our Facebook page (opens in a new tab)"><i class="fa-brands fa-facebook"></i></a></li> | ||
<li><a href="https://www.twitter.com/" target="_blank" rel="noopener" aria-label="Visit our Twitter page (opens in a new tab)"><i class="fa-brands fa-twitter"></i></a></li> | ||
<li><a href="https://www.youtube.com" target="_blank" rel="noopener" aria-label="Visit our YouTube page (opens in a new tab)"><i class="fa-brands fa-square-youtube"></i></a></li> | ||
<li><a href="https://www.instagram.com" target="_blank" rel="noopener" aria-label="Visit our Instagram page (opens in a new tab)"><i class="fa-brands fa-instagram"></i></a></li> | ||
</ul> | ||
</footer> | ||
|
||
<!-- Font awesome kit --> | ||
<script src="https://kit.fontawesome.com/5882e26e37.js" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |