leilukin-site/src/index.njk

71 lines
3.7 KiB
Plaintext
Raw Normal View History

2024-04-06 04:49:13 +00:00
---
2024-04-15 16:08:43 +00:00
layout: main/content
tags: pages
pageTitle: Welcome!
desc: Home page of Leilukin's Hub.
2024-04-15 16:08:43 +00:00
metadata:
title: Home
isContentDivided: true
eleventyNavigation:
key: Home
order: 1
2024-04-06 04:49:13 +00:00
---
2024-04-15 16:08:43 +00:00
<section class="content__section">
<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>You can browse all my contents published on this site through the <a href="/archive">Archive</a> page, or the <a href="/categories">Content Categories</a> page.</p>
2024-04-15 16:08:43 +00:00
<p>You may use the <a href="/sitemap">site map</a> to quickly navigate this website.</p>
2024-05-10 12:31:53 +00:00
<p>Feel free to drop a message and say hi on <a href="https://leilukin.123guestbook.com/">my guestbook</a>!</p>
2024-04-15 16:08:43 +00:00
<p>Enjoy your stay!</p>
2024-04-06 04:49:13 +00:00
</section>
2024-04-15 16:08:43 +00:00
<section class="content__section">
<h2>Link to My Website</h2>
{% include "main/site-btn.njk" %}
</section>
<section class="content__section">
<h2>Updates</h2>
<div class="text-box">
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
2024-05-10 02:34:12 +00:00
<h3 class="date-style">{{ log.data.date | formatDate }}:</h3>
{{ log.templateContent | safe }}
{%- endfor %}
<p><a href="/changelogs">View all site changelogs</a></p>
2024-04-15 16:08:43 +00:00
</div>
2024-05-10 12:31:53 +00:00
<p>You can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a> or follow <a href="https://neocities.org/site/leilukin">my Neocities profile</a> to get notified of the updates on this website.</p>
2024-04-16 17:02:14 +00:00
<div class="web-btn-wrapper" style="margin-top: 0.5em;">
2024-04-15 16:08:43 +00:00
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
</a>
</div>
</section>
<section class="content__section">
<h2>Always Proud</h2>
2024-04-29 08:46:45 +00:00
<div class="flag-progress-intersex-lesbian" role="img" aria-label="Custom pride flag which combines the lesbian pride flag and the progress pride flag triangle" style="height: 20rem; margin-bottom: 1em;"></div>
2024-04-15 16:08:43 +00:00
<div class="web-btn-wrapper">
2024-04-20 10:28:35 +00:00
<img src="/assets/buttons/progress.png" alt="A website button of the 2018 Progress Flag" title="2018 Progress Flag by Daniel Quasar (2018)">
<img src="/assets/buttons/9_stripe.png" alt="A website button of the 9 stripe rainbow flag" title="Nine-Stripe Rainbow Flag by Gilbert Baker (2017)">
<img src="/assets/buttons/lesbian.png" alt="A website button of the lesbian pride flag" title="I am a lesbian">
<img src="/assets/buttons/nonbinary.png" alt="A website button of the non-binary pride flag" title="I am non-binary">
<img src="/assets/buttons/demigirl.png" alt="A website button of the demigirl pride flag" title="I am a demiwoman">
<img src="/assets/buttons/agender.png" alt="A website button of the agender pride flag" title="I am agender">
<img src="/assets/buttons/bigender.png" alt="A website button of the bigender pride flag" title="I am bigender">
2024-04-15 16:08:43 +00:00
</div>
2024-05-10 12:31:53 +00:00
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons">Dime</a> for these pride buttons!</p>
2024-04-15 16:08:43 +00:00
</section>
<section class="content__section">
<h2>Webrings</h2>
<div class="web-btn-wrapper">
2024-05-10 12:31:53 +00:00
<div style="border: none; display: inline-flex"><a href="https://isaacfish.neocities.org/webring/25.html"><img src="/assets/webrings/queercoded-left.png" alt="left arrow"></a>&nbsp;<a href="https://isaacfish.neocities.org/webring/"><img src="/assets/webrings/queercoded.png" alt="queer coded webring" title="The Queer Coded Webring"></a>&nbsp;<a href="https://isaacfish.neocities.org/webring/27.html"><img src="/assets/webrings/queercoded-right.png" alt="right arrow"></a></div>
2024-04-15 16:08:43 +00:00
</div>
</section>
<section class="content__section">
<h2>Support Me</h2>
{% include "main/support-me.njk" %}
</section>