Compare commits
No commits in common. "aae7b8476aa8fd4cc25744e9708adf524a7bfacb" and "27d39ffc0c5ef0b422368dd9f024ed08d51fbcfa" have entirely different histories.
aae7b8476a
...
27d39ffc0c
|
@ -1,7 +1,7 @@
|
||||||
<div class="h-card hidden">
|
<div class="h-card hidden">
|
||||||
<span class="p-name p-nickname">Leilukin</span>
|
<span class="p-name p-nickname">Leilukin</span>
|
||||||
<a href="/" class="u-url">Home page</a>
|
<a href="/" class="u-url">Home page</a>
|
||||||
<img src="https://i.postimg.cc/RZJgS6tY/leilukin-bee.avif" alt="Leilukin" class="u-photo" loading="lazy">
|
<img src="https://i.postimg.cc/RZJgS6tY/leilukin-bee.avif" alt="Leilukin" class="u-photo">
|
||||||
<span class="p-country-name">Malaysia</span>
|
<span class="p-country-name">Malaysia</span>
|
||||||
<span class="p-note">They/she. A proudly queer and autistic <span class="p-gender-identity">non-binary</span> lesbian from Malaysia.</span>
|
<span class="p-note">They/she. A proudly queer and autistic <span class="p-gender-identity">non-binary</span> lesbian from Malaysia.</span>
|
||||||
</div>
|
</div>
|
|
@ -1,14 +1,10 @@
|
||||||
{% extends "global/hero.njk" %}
|
{% extends "global/hero.njk" %}
|
||||||
|
|
||||||
{% block heroImg %}
|
{% block heroImg %}
|
||||||
<img fetchpriority="high" src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="Banner of Leilukin's Hub" width="900" height="300">
|
<img fetchpriority="high" src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="Banner of Leilukin's Hub">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% set heroDropShadow %}
|
{%- css %}.hero img { filter: drop-shadow(0.1rem 0.1rem 0.2rem black); }{% endcss %}
|
||||||
drop-shadow(0.1rem 0.1rem 0.2rem black)
|
|
||||||
drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|
||||||
{% endset%}
|
|
||||||
{%- css %}.hero img { filter: {{ heroDropShadow }}; }{% endcss %}
|
|
||||||
|
|
||||||
{% block eventScript %}
|
{% block eventScript %}
|
||||||
const todayEvent = getTodayEvent();
|
const todayEvent = getTodayEvent();
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<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 -->
|
||||||
<a href="https://ko-fi.com/A1042UH4"><img height="36" src="/assets/buttons/misc/ko-fi.webp" border="0" alt="Buy Me a Coffee at ko-fi.com" loading="lazy"></a>
|
<a href="https://ko-fi.com/A1042UH4"><img height="36" style="border:0px;" src="/assets/buttons/misc/ko-fi.webp" border="0" alt="Buy Me a Coffee at ko-fi.com" loading="lazy"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{%- css %}
|
{%- css %}
|
||||||
|
|
Loading…
Reference in New Issue