Added guestbook links
This commit is contained in:
parent
712b811d57
commit
72d416c061
|
@ -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>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>
|
<h2>The Site Owner</h2>
|
||||||
<img class="center-el" src="../assets/leilukin-bee.png" width="35%" height="auto" style="border-radius: 50%">
|
<img class="center-el" src="../assets/leilukin-bee.png" width="35%" height="auto" style="border-radius: 50%">
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
<p class="date-style">July 25, 2023:</p>
|
<p class="date-style">July 25, 2023:</p>
|
||||||
<ul>
|
<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 Summer’s End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
|
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summer’s 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>
|
<li>Moved the link to the <a href="/sitemap.html">site map</a> from the navigation bar to the footer.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -32,6 +32,7 @@ document.querySelector("nav").innerHTML = `
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav__item"><a href="/links/">Links</a></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>
|
<li class="nav__toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
`;
|
`;
|
|
@ -36,8 +36,8 @@
|
||||||
<div class="content-container">
|
<div class="content-container">
|
||||||
<section class="content-section">
|
<section class="content-section">
|
||||||
<h1>Welcome!</h1>
|
<h1>Welcome!</h1>
|
||||||
<p>Hello! You can call me Leilukin. Welcome to my website!</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>This hub is my own personal corner on the internet. Enjoy your stay!</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>
|
||||||
|
|
||||||
<section class="content-section">
|
<section class="content-section">
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<p class="date-style">July 25, 2023:</p>
|
<p class="date-style">July 25, 2023:</p>
|
||||||
<ul>
|
<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 Summer’s End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
|
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summer’s 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>
|
<li>Moved the link to the <a href="/sitemap.html">site map</a> from the navigation bar to the footer.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue