leilukin-site/src/index.njk

72 lines
3.3 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>
<p>Feel free to drop a message and say hi on <a href="/guestbook">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">
<img src="/assets/buttons/pride/progress.png" alt="A website button of the 2018 Progress Flag" title="2018 Progress Flag by Daniel Quasar (2018)">
<img src="/assets/buttons/pride/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/pride/lesbian.png" alt="A website button of the lesbian pride flag" title="I am a lesbian">
<img src="/assets/buttons/pride/nonbinary.png" alt="A website button of the non-binary pride flag" title="I am non-binary">
<img src="/assets/buttons/pride/demigirl.png" alt="A website button of the demigirl pride flag" title="I am a demiwoman">
<img src="/assets/buttons/pride/agender.png" alt="A website button of the agender pride flag" title="I am agender">
<img src="/assets/buttons/pride/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>Support Me</h2>
{% include "main/support-me.njk" %}
</section>
2024-04-15 16:08:43 +00:00
<section class="content__section">
<h2>Directories</h2>
{% include "main/webdirectories.njk" %}
2024-04-15 16:08:43 +00:00
<h2>Webrings</h2>
2024-05-21 08:25:09 +00:00
{% include "main/webrings.njk" %}
2024-04-15 16:08:43 +00:00
</section>