77 lines
3.6 KiB
Plaintext
77 lines
3.6 KiB
Plaintext
---
|
|
layout: main/content
|
|
tags: pages
|
|
metadata:
|
|
title: Home
|
|
isContentDivided: true
|
|
eleventyNavigation:
|
|
key: Home
|
|
order: 1
|
|
eleventyComputed:
|
|
pageTitle: Welcome to {{ sitemeta.siteName | safe }}!
|
|
metadata:
|
|
desc: Home page of {{ sitemeta.siteName | safe }}.
|
|
---
|
|
|
|
<section class="content__section">
|
|
<p>Hello! You can call me {{ sitemeta.siteAuthor.name }}. 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>
|
|
|
|
<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>! You can also contact me by <a href="mailto:{{sitemeta.siteAuthor.email}}">sending me an email</a>.</p>
|
|
|
|
<p>Read the <a href="/about">About</a> page to learn more about this site and its owner.</p>
|
|
|
|
<p>Enjoy your stay!</p>
|
|
</section>
|
|
|
|
<section class="content__section">
|
|
<h2>Link to My Website</h2>
|
|
|
|
<p>You can link to my website with the following button. I would recommend you to host my site button in your own website instead of hotlinking it.</p>
|
|
|
|
<img src="/assets/leilukin/Leilukins-Hub-button.png" alt="Button of Leilukin's Hub">
|
|
</section>
|
|
|
|
<section class="content__section">
|
|
<h2>Updates</h2>
|
|
<div class="text-box">
|
|
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
|
<h3 class="date-style">{{ log.data.date | formatDate }}:</h3>
|
|
{{ log.templateContent | safe }}
|
|
{%- endfor %}
|
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
|
</div>
|
|
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} 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>
|
|
</section>
|
|
|
|
<section class="content__section">
|
|
<h2>Always Proud</h2>
|
|
<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>
|
|
<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">
|
|
</div>
|
|
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons">Dime</a> for these pride buttons!</p>
|
|
</section>
|
|
|
|
<section class="content__section">
|
|
<h2>Support Me</h2>
|
|
{% include "main/support-me.njk" %}
|
|
</section>
|
|
|
|
<section class="content__section">
|
|
{# <h2>Directories</h2>
|
|
{% include "main/webdirectories.njk" %} #}
|
|
|
|
<h2>Webrings</h2>
|
|
{% include "main/webrings.njk" %}
|
|
</section>
|