Added guestbook links

This commit is contained in:
Helen Chong 2023-07-26 00:28:01 +08:00
parent 712b811d57
commit 72d416c061
4 changed files with 8 additions and 2 deletions

View File

@ -43,6 +43,9 @@
<p>On this site, you can find various stuff and resources I have created or compiled, as well as articles dedicated to my interests.</p>
<p>Feel free to drop a message and say hi on <a href="https://leilukin.123guestbook.com/" target="_blank">my guestbook</a>!</p>
<h2>The Site Owner</h2>
<img class="center-el" src="../assets/leilukin-bee.png" width="35%" height="auto" style="border-radius: 50%">

View File

@ -42,6 +42,7 @@
<p class="date-style">July 25, 2023:</p>
<ul>
<li>Leilukin's Hub now has a <a href="https://leilukin.123guestbook.com/" target="_blank">guestbook</a>!</li>
<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>

View File

@ -32,6 +32,7 @@ document.querySelector("nav").innerHTML = `
</ul>
</li>
<li class="nav__item"><a href="/links/">Links</a></li>
<li class="nav__item"><a href="https://leilukin.123guestbook.com/">Guestbook</a></li>
<li class="nav__toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
</ul>
`;

View File

@ -36,8 +36,8 @@
<div class="content-container">
<section class="content-section">
<h1>Welcome!</h1>
<p>Hello! You can call me Leilukin. Welcome to my website!</p>
<p>This hub is my own personal corner on the internet. Enjoy your stay!</p>
<p>Hello! You can call me Leilukin. Welcome to my website! This site is my own personal hub and corner on the internet.</p>
<p>Feel free to drop a message and say hi on <a href="https://leilukin.123guestbook.com/" target="_blank">my guestbook</a>. Enjoy your stay!</p>
</section>
<section class="content-section">
@ -45,6 +45,7 @@
<div class="text-box">
<p class="date-style">July 25, 2023:</p>
<ul>
<li>Leilukin's Hub now has a <a href="https://leilukin.123guestbook.com/" target="_blank">guestbook</a>!</li>
<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>