Moved site map link to footer

This commit is contained in:
Helen Chong 2023-07-25 23:47:40 +08:00
parent 428fa80929
commit 712b811d57
4 changed files with 5 additions and 3 deletions

View File

@ -43,6 +43,7 @@
<p class="date-style">July 25, 2023:</p>
<ul>
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summers End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
<li>Moved the link to the <a href="/sitemap.html">site map</a> from the navigation bar to the footer.</li>
</ul>
<p class="date-style">July 12, 2023:</p>

View File

@ -1,5 +1,6 @@
// Footer component content
document.querySelector("footer").innerHTML = `
<p>Made with by Leilukin | Site Launched: September 11, 2022</p>
<p><a href="/changelog">Website Changelog</a> | <a href="#page-top">Back to top</a></p>
<p>Made with by Leilukin | <a href="/sitemap.html">Site Map</a></p>
<p>Site Launched: September 11, 2022 | <a href="/changelog">Website Changelog</a></p>
<p><a href="#page-top"> Back to top </a></p>
`;

View File

@ -32,7 +32,6 @@ document.querySelector("nav").innerHTML = `
</ul>
</li>
<li class="nav__item"><a href="/links/">Links</a></li>
<li class="nav__item"><a href="/sitemap.html">Site Map</a></li>
<li class="nav__toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
</ul>
`;

View File

@ -46,6 +46,7 @@
<p class="date-style">July 25, 2023:</p>
<ul>
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summers End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
<li>Moved the link to the <a href="/sitemap.html">site map</a> from the navigation bar to the footer.</li>
</ul>
</div>
<a href="/changelog">View all site changelog</a>