Build: (ba94f3d
) Add more fundraisers
This commit is contained in:
parent
c2f3c3d9e1
commit
898dc32973
|
@ -64,6 +64,47 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 0.7em;
|
margin-top: 0.7em;
|
||||||
}
|
}
|
||||||
|
.toc__wrapper {
|
||||||
|
max-height: var(--ht-sticky-sidebar);
|
||||||
|
overflow-x: auto;
|
||||||
|
background-color: var(--clr-content-bg);
|
||||||
|
padding: 1rem 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc__heading {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
font-weight: 700;
|
||||||
|
color: var(--clr-sub-heading);
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc ol,
|
||||||
|
.toc ol ol {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc ol {
|
||||||
|
border-top: 0.1em solid var(--clr-title-border);
|
||||||
|
padding-left: 1.3em;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc ol ol {
|
||||||
|
border-top: none;
|
||||||
|
list-style-type: disc;
|
||||||
|
padding-left: 1em;
|
||||||
|
padding-top: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc ol a {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
padding-left: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc ol ol a {
|
||||||
|
padding: 0;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
list-style-type: "";
|
list-style-type: "";
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -277,6 +318,8 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
<script src="/assets/js/D968lGk6J8.js" defer=""></script>
|
<script src="/assets/js/D968lGk6J8.js" defer=""></script>
|
||||||
|
|
||||||
|
<script src="/assets/js/details-utils.js" defer=""></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
|
@ -387,17 +430,39 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
<content-wrapper>
|
<content-wrapper>
|
||||||
|
|
||||||
|
<aside class="left-sidebar" aria-label="Left sidebar">
|
||||||
|
<details-utils force-open="(min-width: 60rem)" force-restore="">
|
||||||
|
<details class="toc__wrapper sidebar--sticky">
|
||||||
|
<summary class="toc__heading" id="toc-heading">
|
||||||
|
Table of Contents
|
||||||
|
</summary>
|
||||||
|
<nav class="toc" aria-labelledby="toc-heading"><ol><li><a href="#about-the-website">About the Website</a><ol><li><a href="#disclaimer">Disclaimer</a></li>
|
||||||
|
<li><a href="#site-meta">Site Meta</a></li>
|
||||||
|
<li><a href="#link-to-this-site">Link to This Site</a></li></ol></li>
|
||||||
|
<li><a href="#about-the-webmaster">About the Webmaster</a><ol><li><a href="#contact-me">Contact Me</a></li>
|
||||||
|
<li><a href="#support-me">Support Me</a></li></ol></li></ol></nav>
|
||||||
|
</details>
|
||||||
|
</details-utils>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content content--divided">
|
<div class="content content--divided">
|
||||||
<article class="content__section"><div class="heading-wrapper h2">
|
<article class="content__section"><div class="heading-wrapper h2">
|
||||||
<h2 id="the-website">The Website</h2>
|
<h2 id="about-the-website">About the Website</h2>
|
||||||
<a class="heading-anchor" href="#the-website" aria-labelledby="the-website"><span hidden="">#</span></a></div>
|
<a class="heading-anchor" href="#about-the-website" aria-labelledby="about-the-website"><span hidden="">#</span></a></div>
|
||||||
<p>Leilukin's Hub is a literal queer-coded website (as in, this website is coded by a queer person) that serves as a personal hub for my interests and self-expression, as well as my own corner on the internet outside social media platforms.</p>
|
<p>Leilukin's Hub is a literal queer-coded website (as in, this website is coded by a queer person) that serves as a personal hub for my interests and self-expression.</p>
|
||||||
<p>On this site, you can find various stuff I have created or curated. Furthermore, as I am working as a professional web developer, this website serves as a hobby project for me to practice and experiment web development.</p>
|
<p>On this site, you can find various stuff I have created or curated. Furthermore, as a web developer, this website serves as a hobby project for me to practice and experiment web development.</p>
|
||||||
<p>This website is mostly safe for work, but since I am an adult, I made my website with an adult audience in mind. I add content warnings for not safe for work and adult content.</p>
|
|
||||||
<p>Feel free to drop a message and say hi on <a href="/guestbook">my guestbook</a>!</p>
|
<p>Feel free to drop a message and say hi on <a href="/guestbook">my guestbook</a>!</p>
|
||||||
|
<div class="heading-wrapper h3">
|
||||||
|
<h3 id="disclaimer">Disclaimer</h3>
|
||||||
|
<a class="heading-anchor" href="#disclaimer" aria-labelledby="disclaimer"><span hidden="">#</span></a></div>
|
||||||
|
<p>Since I am an adult, I made my website with an adult audience in mind. Therefore, this website may contain profanity, heavy topics and mature content. Viewer discretion is advised.</p>
|
||||||
|
<div class="heading-wrapper h3">
|
||||||
|
<h3 id="site-meta">Site Meta</h3>
|
||||||
|
<a class="heading-anchor" href="#site-meta" aria-labelledby="site-meta"><span hidden="">#</span></a></div>
|
||||||
<p>leilukin.com is hosted on <a href="https://www.hostinger.my/">Hostinger</a>.</p>
|
<p>leilukin.com is hosted on <a href="https://www.hostinger.my/">Hostinger</a>.</p>
|
||||||
<p>Initially, Leilukin's Hub was hosted on <a href="https://neocities.org/">Neocities</a>. Now visiting leilukin.neocities.org will redirect you to leilukin.com. That said, I still post about updates to Leilukin's Hub on my Neocities profile, so if you also have a Neocities account, you can still follow me through <a href="https://neocities.org/site/leilukin">my Neocities profile</a>.</p>
|
<p>Initially, Leilukin's Hub was hosted on <a href="https://neocities.org/">Neocities</a>. Now visiting leilukin.neocities.org will redirect you to leilukin.com. That said, I still post about updates to Leilukin's Hub on my Neocities profile, so if you also have a Neocities account, you can still follow me through <a href="https://neocities.org/site/leilukin">my Neocities profile</a>.</p>
|
||||||
<p>More information about this site can be found on the following pages:</p>
|
<p>More information about this site can be found on the following pages:</p>
|
||||||
|
@ -416,21 +481,24 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
<p>(I created my site button with Adobe Photoshop CS5)</p>
|
<p>(I created my site button with Adobe Photoshop CS5)</p>
|
||||||
</article>
|
</article>
|
||||||
<article class="content__section"><div class="heading-wrapper h2">
|
<article class="content__section"><div class="heading-wrapper h2">
|
||||||
<h2 id="the-webmaster">The Webmaster</h2>
|
<h2 id="about-the-webmaster">About the Webmaster</h2>
|
||||||
<a class="heading-anchor" href="#the-webmaster" aria-labelledby="the-webmaster"><span hidden="">#</span></a></div>
|
<a class="heading-anchor" href="#about-the-webmaster" aria-labelledby="about-the-webmaster"><span hidden="">#</span></a></div>
|
||||||
<figure class="avatar">
|
<figure class="avatar">
|
||||||
<img src="/assets/leilukin/leilukin-bee.avif" alt="Leilukin bee avatar" loading="lazy">
|
<img src="/assets/leilukin/leilukin-bee.avif" alt="Leilukin bee avatar" loading="lazy">
|
||||||
<figcaption>
|
<figcaption>
|
||||||
[Image description: Digital illustration of a bee wearing red glasses with an oval-shaped body and wings on a light green background. Leilukin's signature is at the bottom right of the bee. Description ends]
|
[Image description: Digital illustration of a bee wearing red glasses with an oval-shaped body and wings on a light green background. Leilukin's signature is at the bottom right of the bee. Description ends]
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<p>You can call me Leilukin. I am a Malaysian Chinese, queer, non-binary lesbian born in the early 90s. My pronouns are they/them and she/her in English, <span lang="zh">他</span> and <span lang="zh">她</span> in Chinese. I am a professional web deevloper with 8 years of experience in the graphic design field.</p>
|
<p>You can call me Leilukin. I am a Malaysian Chinese, queer, non-binary lesbian born in the early 90s. My pronouns are they/them and she/her in English, <span lang="zh">他</span> and <span lang="zh">她</span> in Chinese. I am a web deevloper with 8 years of experience in the graphic design field.</p>
|
||||||
<p>I speak Mandarin, English, Cantonese and Malay, though I am most fluent in Mandarin and English.</p>
|
<p>I speak Mandarin, English, Cantonese and Malay, though I am most fluent in Mandarin and English.</p>
|
||||||
<p>I am also autistic, so I use this website as a platform to catalogue my interests.</p>
|
<p>I am also autistic, so I use this website to catalogue my interests.</p>
|
||||||
<p>Leilukin is not my real name, but it is an internet pseudonym that I have used since I was a teenager, so the name has become my online identity, and I prefer to go by Leilukin in informal online spaces.</p>
|
<p>Leilukin is not my real name, but it is an internet pseudonym that I have used since I was a teenager, so the name has become my online identity, and I tend to go by Leilukin in informal and hobbyist online spaces.</p>
|
||||||
<p>You can contact me via email: <a href="emailme/" rel="nofollow, noindex"><span class="email-encoded">contact@leilukin<b>.example</b>.com</span></a>. Using <a href="https://useplaintext.email/">plain text email</a> is encouraged.</p>
|
<p><a href="/now">Check out my Now page</a> to learn what I am doing currently.</p>
|
||||||
<p><a href="/now">Check out my Now page</a> to learn what I am doing right now.</p>
|
<div class="heading-wrapper h3">
|
||||||
<p>Web platforms you can find me on:</p>
|
<h3 id="contact-me">Contact Me</h3>
|
||||||
|
<a class="heading-anchor" href="#contact-me" aria-labelledby="contact-me"><span hidden="">#</span></a></div>
|
||||||
|
<p>The best way to contact me is via email: <a href="emailme/" rel="nofollow, noindex"><span class="email-encoded">contact@leilukin<b>.example</b>.com</span></a>. Using <a href="https://useplaintext.email/">plain text email</a> is encouraged.</p>
|
||||||
|
<p>Other online platforms you can find me on:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54a102.5 102.5 0 0 1 -.9-13.9c85.6 20.9 158.7 9.1 178.8 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H90.2c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg> <a href="https://dragonscave.space/@Leilukin">Mastodon</a></li>
|
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54a102.5 102.5 0 0 1 -.9-13.9c85.6 20.9 158.7 9.1 178.8 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H90.2c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg> <a href="https://dragonscave.space/@Leilukin">Mastodon</a></li>
|
||||||
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M149.1 64.8L138.7 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L362.9 64.8C356.4 45.2 338.1 32 317.4 32L194.6 32c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"></path></svg> <a href="https://pixel.32bit.cafe/@leilukin">Pixelfed</a></li>
|
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M149.1 64.8L138.7 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L362.9 64.8C356.4 45.2 338.1 32 317.4 32L194.6 32c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"></path></svg> <a href="https://pixel.32bit.cafe/@leilukin">Pixelfed</a></li>
|
||||||
|
@ -439,6 +507,9 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5 .2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9 .1 76.2-33.9 76.2-76.2z"></path></svg> <a href="https://steamcommunity.com/id/leilukin/">Steam</a></li>
|
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5 .2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9 .1 76.2-33.9 76.2-76.2z"></path></svg> <a href="https://steamcommunity.com/id/leilukin/">Steam</a></li>
|
||||||
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5l0-377.4c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8L0 454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5l0-370.3c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11L304 456c0 11.4 11.7 19.3 22.4 15.5z"></path></svg> <a href="https://app.thestorygraph.com/profile/leilukin">The StoryGraph</a></li>
|
<li><svg class="inline-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5l0-377.4c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8L0 454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5l0-370.3c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11L304 456c0 11.4 11.7 19.3 22.4 15.5z"></path></svg> <a href="https://app.thestorygraph.com/profile/leilukin">The StoryGraph</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="heading-wrapper h3">
|
||||||
|
<h3 id="support-me">Support Me</h3>
|
||||||
|
<a class="heading-anchor" href="#support-me" aria-labelledby="support-me"><span hidden="">#</span></a></div>
|
||||||
<p>If you enjoy my work, you can support me on <a href="https://ko-fi.com/leilukin">Ko-Fi</a>.</p>
|
<p>If you enjoy my work, you can support me on <a href="https://ko-fi.com/leilukin">Ko-Fi</a>.</p>
|
||||||
<div class="support-me">
|
<div class="support-me">
|
||||||
<!-- Ko-Fi button -->
|
<!-- Ko-Fi button -->
|
||||||
|
@ -447,7 +518,6 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -386,7 +386,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -396,7 +396,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -406,7 +406,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -426,11 +426,11 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
<div class="article__info">
|
<div class="article__info">
|
||||||
<p>
|
<p>
|
||||||
2,445 words.
|
2,549 words.
|
||||||
Posted on <time datetime="2024-06-19T22:19:00+0800">19 June 2024</time> by Leilukin
|
Posted on <time datetime="2024-06-19T22:19:00+0800">19 June 2024</time> by Leilukin
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Last updated on <time datetime="2024-12-05T10:39:05+0800">5 December 2024</time></p>
|
<p>Last updated on <time datetime="2024-12-11T23:46:44+0800">11 December 2024</time></p>
|
||||||
|
|
||||||
|
|
||||||
<p>Categories:
|
<p>Categories:
|
||||||
|
@ -616,7 +616,11 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
<li><a href="https://www.gofundme.com/f/help-dr-shahad-and-farah">Help Dr. Shahad and Farah complete their education</a> (shared by <a href="https://www.tumblr.com/90-ghost/756898822254395392">90-ghost</a> and vetted by association; Farah is <a href="https://www.tumblr.com/nesmamomen/755734008155996160/only-5-seconds-of-your-time">Nesma's sister</a>, and Nesma's fundraiser has been vetted by <a href="https://www.tumblr.com/el-shab-hussein/749848198102827008/hello-good-sir-ive-been-supporting-a-family-but">el-shab-hussein</a> and shared by <a href="https://www.tumblr.com/nabulsi/752822250810605568">nabulsi</a>)</li>
|
<li><a href="https://www.gofundme.com/f/help-dr-shahad-and-farah">Help Dr. Shahad and Farah complete their education</a> (shared by <a href="https://www.tumblr.com/90-ghost/756898822254395392">90-ghost</a> and vetted by association; Farah is <a href="https://www.tumblr.com/nesmamomen/755734008155996160/only-5-seconds-of-your-time">Nesma's sister</a>, and Nesma's fundraiser has been vetted by <a href="https://www.tumblr.com/el-shab-hussein/749848198102827008/hello-good-sir-ive-been-supporting-a-family-but">el-shab-hussein</a> and shared by <a href="https://www.tumblr.com/nabulsi/752822250810605568">nabulsi</a>)</li>
|
||||||
<li><a href="https://www.gofundme.com/f/amiras-story-between-hope-and-resilience-a-call-for-soli">Amira's Story: Between Hope and Resilience - A Call for Soli</a> (verified by <a href="https://www.tumblr.com/nabulsi/752577548412731392/donate-to-amiras-story-between-hope-and">nabulsi</a>)</li>
|
<li><a href="https://www.gofundme.com/f/amiras-story-between-hope-and-resilience-a-call-for-soli">Amira's Story: Between Hope and Resilience - A Call for Soli</a> (verified by <a href="https://www.tumblr.com/nabulsi/752577548412731392/donate-to-amiras-story-between-hope-and">nabulsi</a>)</li>
|
||||||
<li><a href="https://www.gofundme.com/f/help-save-ahmed-family-from-gaza">Help Save Ahmed Family From Gaza</a> (<a href="https://www.tumblr.com/a-shade-of-blue/759268417249361920">verified by association</a>; Ahmed is the brother of Mohammed Alhabeel, whose fundraiser is lited as #166 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&range=A170">el-shab-hussein and nabulsi’s Vetted Gaza Fundraiser List</a>.)</li>
|
<li><a href="https://www.gofundme.com/f/help-save-ahmed-family-from-gaza">Help Save Ahmed Family From Gaza</a> (<a href="https://www.tumblr.com/a-shade-of-blue/759268417249361920">verified by association</a>; Ahmed is the brother of Mohammed Alhabeel, whose fundraiser is lited as #166 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&range=A170">el-shab-hussein and nabulsi’s Vetted Gaza Fundraiser List</a>.)</li>
|
||||||
<li><a href="https://www.gofundme.com/f/Helping-Osama-Rebuild-His-Dream">From Rubble to Success: Helping Osama Rebuild His Dream</a> (shared by <a href="https://www.tumblr.com/90-ghost/760346545235329024">90-ghost</a>)</li>
|
<li><a href="https://www.gofundme.com/f/Helping-Osama-Rebuild-His-Dream">From Rubble to Success: Helping Osama Rebuild His Dream</a> (shared by <a href="https://www.tumblr.com/90-ghost/760346545235329024">90-ghost</a>)
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.gofundme.com/f/support-a-family-journey-to-safety-and-peace">Support a Family's Journey to Safety and Peace</a> (<a href="https://www.tumblr.com/c-u-c-koo-4-40k/763044851084296192/everyone-this-is-a-friend-of-osama-basil-sh">verified by association</a>; this fundraiser belongs to a friend of Osama, whose fundraiser is linked just above. Also shared by <a href="https://www.tumblr.com/90-ghost/763057383436107776">90-ghost</a>)</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li><a href="https://www.gofundme.com/f/q37qd5-please-help-my-family-in-gaza">Please help my family in Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/760328893428367360">90-ghost</a>)</li>
|
<li><a href="https://www.gofundme.com/f/q37qd5-please-help-my-family-in-gaza">Please help my family in Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/760328893428367360">90-ghost</a>)</li>
|
||||||
<li><a href="https://www.gofundme.com/f/help-eslam-save-her-family">Help Eslam Save Her Family</a> (row 175 in <a href="https://linktr.ee/beesandwatermelons">Bees and Watermelons</a>' <a href="https://docs.google.com/spreadsheets/d/1J-1KNHXmvY098fuCDWiOIm1fcphAgkXA8nnWqOSXouw/edit?gid=283092143#gid=283092143&range=D175">priority campaigns spreadsheet</a>)
|
<li><a href="https://www.gofundme.com/f/help-eslam-save-her-family">Help Eslam Save Her Family</a> (row 175 in <a href="https://linktr.ee/beesandwatermelons">Bees and Watermelons</a>' <a href="https://docs.google.com/spreadsheets/d/1J-1KNHXmvY098fuCDWiOIm1fcphAgkXA8nnWqOSXouw/edit?gid=283092143#gid=283092143&range=D175">priority campaigns spreadsheet</a>)
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -652,6 +656,11 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
<li><a href="https://www.gofundme.com/f/help-this-family-to-get-out-of-gaza">Help this family to get out of Gaza</a> (#111 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A116">spreadsheet</a>)</li>
|
<li><a href="https://www.gofundme.com/f/help-this-family-to-get-out-of-gaza">Help this family to get out of Gaza</a> (#111 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A116">spreadsheet</a>)</li>
|
||||||
<li><a href="https://www.gofundme.com/f/m6hdrt-support-ahmad-to-complete-his-education">Help me to evacuate from this crazy war in Gaza</a> (#119 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A124">spreadsheet</a>)</li>
|
<li><a href="https://www.gofundme.com/f/m6hdrt-support-ahmad-to-complete-his-education">Help me to evacuate from this crazy war in Gaza</a> (#119 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A124">spreadsheet</a>)</li>
|
||||||
<li><a href="https://www.gofundme.com/f/help-ahmed-continue-his-education-and-support-his-family">Help Ahmed Continue His Education and Support His Family</a> (#303 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A308">spreadsheet</a>)</li>
|
<li><a href="https://www.gofundme.com/f/help-ahmed-continue-his-education-and-support-his-family">Help Ahmed Continue His Education and Support His Family</a> (#303 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A308">spreadsheet</a>)</li>
|
||||||
|
<li><a href="https://www.gofundme.com/f/support-ibrahims-fight-for-survival">Support Ibrahim’s Fight For Survival</a> (#220 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A225">spreadsheet</a>)</li>
|
||||||
|
<li><a href="https://www.gofundme.com/f/please-help-us-with-travel-and-treatment-for-urgent-need">Please help us with travel and treatment for urgent need</a> (#99 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A104">spreadsheet</a>)</li>
|
||||||
|
<li><a href="https://www.gofundme.com/f/donate-to-help-monas-famil-to-evacuate-from-gaza">Donate to help Mona's famil to evacuate from Gaza</a> (#253 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A258">spreadsheet</a>)</li>
|
||||||
|
<li><a href="https://www.gofundme.com/f/help-me-evacuate-my-family-to-safety-and-peace">Help me evacuate my family to safety and peace.</a> (#284 in <a href="https://www.tumblr.com/gazavetters">GazaVetters</a>' <a href="https://docs.google.com/spreadsheets/d/1YGgkXoyam7tnbXb-vqWsHFs3Puyf_xYeXY2dPrZQY1M/edit?gid=0#gid=0&range=A289">spreadsheet</a>)</li>
|
||||||
|
<li><a href="https://www.gofundme.com/f/3td2x-help-my-family">Help my family</a> (shared by <a href="https://www.tumblr.com/90-ghost/768134181180129280">90-ghost</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -409,7 +409,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Tue Dec 10 2024 13:51:38 GMT+0000 (Coordinated Universal Time)">10 December 2024</time>
|
<time datetime="Wed Dec 11 2024 15:47:21 GMT+0000 (Coordinated Universal Time)">11 December 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-12-10T13:51:42Z</updated>
|
<updated>2024-12-11T15:47:26Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
76
sitemap.xml
76
sitemap.xml
|
@ -1166,229 +1166,229 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/blog/posts/</loc>
|
<loc>https://leilukin.com/blog/posts/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.032Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.963Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/2022/</loc>
|
<loc>https://leilukin.com/changelogs/2022/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/2023/</loc>
|
<loc>https://leilukin.com/changelogs/2023/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/2024/</loc>
|
<loc>https://leilukin.com/changelogs/2024/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/layouts/</loc>
|
<loc>https://leilukin.com/changelogs/layouts/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/</loc>
|
<loc>https://leilukin.com/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc>
|
<loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/playlists/</loc>
|
<loc>https://leilukin.com/projects/playlists/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc>
|
<loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.967Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/asummersend/gallery/</loc>
|
<loc>https://leilukin.com/shrines/asummersend/gallery/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/asummersend/playlists/</loc>
|
<loc>https://leilukin.com/shrines/asummersend/playlists/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/asummersend/trivia/</loc>
|
<loc>https://leilukin.com/shrines/asummersend/trivia/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc>
|
<loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc>
|
<loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc>
|
<loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc>
|
<loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc>
|
<loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/articles/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/articles/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/guides/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/guides/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/resources/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.040Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/universes/</loc>
|
<loc>https://leilukin.com/shrines/starwarskotor/universes/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/archive/</loc>
|
<loc>https://leilukin.com/archive/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/categories/</loc>
|
<loc>https://leilukin.com/categories/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/</loc>
|
<loc>https://leilukin.com/changelogs/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/about/</loc>
|
<loc>https://leilukin.com/about/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/adoptables/</loc>
|
<loc>https://leilukin.com/adoptables/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/articles/</loc>
|
<loc>https://leilukin.com/articles/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/blog/</loc>
|
<loc>https://leilukin.com/blog/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/guestbook/</loc>
|
<loc>https://leilukin.com/guestbook/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/links/</loc>
|
<loc>https://leilukin.com/links/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/now/</loc>
|
<loc>https://leilukin.com/now/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/</loc>
|
<loc>https://leilukin.com/projects/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/</loc>
|
<loc>https://leilukin.com/shrines/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/accessibility/</loc>
|
<loc>https://leilukin.com/accessibility/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/colophon/</loc>
|
<loc>https://leilukin.com/colophon/</loc>
|
||||||
<lastmod>2024-12-10T13:51:38.044Z</lastmod>
|
<lastmod>2024-12-11T15:47:21.971Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
Loading…
Reference in New Issue