Build: (bc4efca
) Add image description to my bee avatar
This commit is contained in:
parent
5c8430834d
commit
ffe8b2531e
|
@ -53,7 +53,12 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/css/global.css"><link rel="stylesheet" href="/assets/css/general.css"><link rel="stylesheet" href="/assets/css/content.css"><link rel="stylesheet" href="/assets/css/plugins.css"><link rel="stylesheet" href="/assets/css/components.css"><link rel="stylesheet" href="/assets/css/pridesymbols.css"><link rel="stylesheet" href="/assets/css/utility.css">
|
<link rel="stylesheet" href="/assets/css/global.css"><link rel="stylesheet" href="/assets/css/general.css"><link rel="stylesheet" href="/assets/css/content.css"><link rel="stylesheet" href="/assets/css/plugins.css"><link rel="stylesheet" href="/assets/css/components.css"><link rel="stylesheet" href="/assets/css/pridesymbols.css"><link rel="stylesheet" href="/assets/css/utility.css">
|
||||||
|
|
||||||
<style>.support-me {
|
<style>.avatar img {
|
||||||
|
border-radius: 50%;
|
||||||
|
width: 15rem;
|
||||||
|
margin: 0.5em auto;
|
||||||
|
}
|
||||||
|
.support-me {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
|
@ -412,7 +417,12 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
<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="the-webmaster">The Webmaster</h2>
|
||||||
<a class="heading-anchor" href="#the-webmaster" aria-labelledby="the-webmaster"><span hidden>#</span></a></div>
|
<a class="heading-anchor" href="#the-webmaster" aria-labelledby="the-webmaster"><span hidden>#</span></a></div>
|
||||||
<p><img src="/assets/leilukin/leilukin-bee.avif" alt="Avatar of a drawing of Leilukin bee" loading="lazy" style="border-radius: 50%; width: 15rem; margin: 0.5em auto;"></p>
|
<figure class="avatar">
|
||||||
|
<img src="/assets/leilukin/leilukin-bee.avif" alt="Leilukin bee avatar" loading="lazy">
|
||||||
|
<figcaption>
|
||||||
|
[Image description: Digital illustration of a bee wearing red glasses with oval-shaped body and wings on a light green background. Leilukin's signature is at the bottom right of the bee. Description ends]
|
||||||
|
</figcaption>
|
||||||
|
</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.</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.</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 as a platform to catalogue my interests.</p>
|
||||||
|
|
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-07-30T05:01:54Z</updated>
|
<updated>2024-07-30T16:04:30Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
Loading…
Reference in New Issue