generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
6 changed files
with
180 additions
and
6 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 |
---|---|---|
|
@@ -39,7 +39,12 @@ | |
</head> | ||
<body> | ||
<!-- Header / Navigation --> | ||
<header id="header"></header> | ||
<header id="header"> | ||
<a href="index.html" | ||
><img id="logo" src="assets/images/logo.jpg" alt="hi-lo website logo" | ||
/></a> | ||
<a href="faq.html">FAQ</a> | ||
</header> | ||
<main> | ||
<!-- Error Message --> | ||
<section id="error-message"></section> | ||
|
@@ -49,7 +54,40 @@ | |
<section id="error-links"></section> | ||
</main> | ||
<!-- Footer / Social Media Icons --> | ||
<footer id="footer"></footer> | ||
<footer id="footer"> | ||
<div class="text-center"> | ||
<a | ||
href="https://www.instagram.com" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
class="fa fa-instagram" | ||
aria-label="Visit Instagram" | ||
><span class="socials">Instagram</span></a | ||
> | ||
<a | ||
href="https://www.facebook.com" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
class="fa fa-facebook" | ||
aria-label="Visit Facebook" | ||
><span class="socials">Facebook</span></a | ||
> | ||
</div class="text-center"> | ||
<div> | ||
<div class="text-center"> | ||
<p> | ||
© <span id="copyright"></span>, | ||
<a | ||
href="https://www.dominicfrancis.co.uk/" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
aria-label="Visit Dominic Francis's website" | ||
>Dominic Francis</a | ||
> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 @@ | ||
// Display current copyright year | ||
let currentDate = new Date(); | ||
let currentYear = currentDate.getFullYear(); | ||
document.getElementById("copyright").innerText = currentYear; |
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 |
---|---|---|
|
@@ -36,13 +36,51 @@ | |
</head> | ||
<body> | ||
<!-- Header / Navigation --> | ||
<header id="header"></header> | ||
<header id="header"> | ||
<a href="index.html" | ||
><img id="logo" src="assets/images/logo.jpg" alt="hi-lo website logo" | ||
/></a> | ||
<a href="faq.html">FAQ</a> | ||
</header> | ||
<main> | ||
<!-- FAQ Section --> | ||
<section id="faq-info"></section> | ||
</main> | ||
<!-- Footer / Social Media Icons --> | ||
<footer id="footer"></footer> | ||
<footer id="footer"> | ||
<div class="text-center"> | ||
<a | ||
href="https://www.instagram.com" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
class="fa fa-instagram" | ||
aria-label="Visit Instagram" | ||
><span class="socials">Instagram</span></a | ||
> | ||
<a | ||
href="https://www.facebook.com" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
class="fa fa-facebook" | ||
aria-label="Visit Facebook" | ||
><span class="socials">Facebook</span></a | ||
> | ||
</div class="text-center"> | ||
<div> | ||
<div class="text-center"> | ||
<p> | ||
© <span id="copyright"></span>, | ||
<a | ||
href="https://www.dominicfrancis.co.uk/" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
aria-label="Visit Dominic Francis's website" | ||
>Dominic Francis</a | ||
> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,12 @@ | |
</head> | ||
<body> | ||
<!-- Header / Navigation --> | ||
<header id="header"></header> | ||
<header id="header"> | ||
<a href="index.html" | ||
><img id="logo" src="assets/images/logo.jpg" alt="hi-lo website logo" | ||
/></a> | ||
<a href="faq.html">FAQ</a> | ||
</header> | ||
<main> | ||
<!-- Game Information Panel --> | ||
<section id="game-info"></section> | ||
|
@@ -53,7 +58,40 @@ | |
</section> | ||
</main> | ||
<!-- Footer / Social Media Icons --> | ||
<footer id="footer"></footer> | ||
<footer id="footer"> | ||
<div class="text-center"> | ||
<a | ||
href="https://www.instagram.com" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
class="fa fa-instagram" | ||
aria-label="Visit Instagram" | ||
><span class="socials">Instagram</span></a | ||
> | ||
<a | ||
href="https://www.facebook.com" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
class="fa fa-facebook" | ||
aria-label="Visit Facebook" | ||
><span class="socials">Facebook</span></a | ||
> | ||
</div class="text-center"> | ||
<div> | ||
<div class="text-center"> | ||
<p> | ||
© <span id="copyright"></span>, | ||
<a | ||
href="https://www.dominicfrancis.co.uk/" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
aria-label="Visit Dominic Francis's website" | ||
>Dominic Francis</a | ||
> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
|