leilukin-site/src/index.njk

89 lines
4.5 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
metadata:
title: Home
isContentDivided: true
eleventyNavigation:
key: Home
order: 1
2024-05-22 05:50:54 +00:00
eleventyComputed:
pageTitle: Welcome to {{ sitemeta.siteName | safe }}!
2024-05-22 08:26:02 +00:00
metadata:
desc: Home page of {{ sitemeta.siteName | safe }}.
2024-04-06 04:49:13 +00:00
---
2024-04-15 16:08:43 +00:00
<section class="content__section">
2024-05-22 05:50:54 +00:00
<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. You can use the <a href="/sitemap">site map</a> to navigate this website.</p>
2024-05-22 05:50:54 +00:00
<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 webmaster.</p>
2024-05-22 05:50:54 +00:00
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" %}
2024-04-15 16:08:43 +00:00
</section>
<section class="content__section">
<h2>What is New?</h2>
2024-05-31 16:29:42 +00:00
2024-05-31 03:26:32 +00:00
<div class="text-box">
<h3>Major News: 31 May 2024</h3>
<p>{{ sitemeta.siteName }} now has a custom domain name: <code>leilukin.com</code>! In addition, this site is now hosted on Netlify.</p>
<p>You can read <a href="/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub">my blog post about the new domain name and hosting change</a> for more information.</p>
2024-05-31 03:26:32 +00:00
</div>
2024-05-31 16:29:42 +00:00
{% include "main/statuscafe.njk" %}
2024-04-15 16:08:43 +00:00
<div class="text-box">
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
<h3>Changelog: {{ 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>
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> to get notified of the updates on this website.</p>
2024-04-15 16:08:43 +00:00
</section>
2024-06-12 16:33:41 +00:00
<section class="content__section">
<h2>Virtual Pets</h2>
<p>Feel free to check out my virtual pets and feed them!</p>
2024-06-13 02:23:56 +00:00
<a href="https://tamanotchi.world/13150c"><img src="https://tamanotchi.world/i2/13150" alt="It's tamaNOTchi! Click to feed!" loading="lazy"></a>
2024-06-12 16:33:41 +00:00
</section>
2024-04-15 16:08:43 +00:00
<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="Website button of the 2018 Progress Flag" title="2018 Progress Flag by Daniel Quasar (2018)" width="88" height="31" loading="lazy">
<img src="/assets/buttons/pride/9_stripe.png" alt="Website button of the 9 stripe rainbow flag" title="Nine-Stripe Rainbow Flag by Gilbert Baker (2017)" width="88" height="31" loading="lazy">
<img src="/assets/buttons/pride/lesbian.png" alt="Website button of the lesbian pride flag" title="I am a lesbian" width="88" height="31" loading="lazy">
<img src="/assets/buttons/pride/nonbinary.png" alt="Website button of the non-binary pride flag" title="I am non-binary" width="88" height="31" loading="lazy">
<img src="/assets/buttons/pride/demigirl.png" alt="Website button of the demigirl pride flag" title="I am a demiwoman" width="88" height="31" loading="lazy">
<img src="/assets/buttons/pride/agender.png" alt="Website button of the agender pride flag" title="I am agender"width="88" height="31" loading="lazy">
<img src="/assets/buttons/pride/bigender.png" alt="Website button of the bigender pride flag" title="I am bigender" width="88" height="31" loading="lazy">
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>Badges</h2>
<div id="wcb" class="carbonbadge wcb-d">
<noscript>
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
</noscript>
</div>
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
2024-04-15 16:08:43 +00:00
</section>
2024-06-12 16:33:41 +00:00
<section class="content__section">
<h2>Support Me</h2>
{% include "main/support-me.njk" %}
</section>