Compare commits

...

9 Commits

Author SHA1 Message Date
Helen Chong 4ce2b1d988 Asjust size and spacing of external link SVG icon 2024-07-16 20:55:22 +08:00
Helen Chong 10ad4bf6c8 Set focus outline color as currentColor 2024-07-16 20:25:31 +08:00
Helen Chong c77c74365b Adjust external link icon spacing 2024-07-16 20:18:05 +08:00
Helen Chong d44881a1f5 Use Font Awesome for external link SVG icon 2024-07-16 20:17:55 +08:00
Helen Chong 5f203a45f9 Update resource tab update date 2024-07-16 17:32:21 +08:00
Helen Chong 3588d4f043 Move list of video game mods I use to links page Resources tab 2024-07-16 17:29:11 +08:00
Helen Chong 750c29c598 Add URL-encoder for SVG to webmastery resources 2024-07-16 17:17:58 +08:00
Helen Chong 636e3b49a7 Add Peter Pomerantsev's article about disinformation 2024-07-15 18:43:39 +08:00
Helen Chong 83504f8f24 Correct monospace font to monospaced font 2024-07-15 18:03:12 +08:00
9 changed files with 26 additions and 27 deletions

View File

@ -87,7 +87,7 @@
outline-offset: -0.25em;
}
a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(--btn-right-padding) + 1.1em); }
a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(--btn-right-padding) + var(--sz-external-link)); }
/* Content Accordion */
* + .content-accordion { margin-top: var(--sz-paragraph-margin); }

View File

@ -40,7 +40,7 @@ h4, .h4 { font-size: var(--fs-h4); }
strong { color: var(--clr-bold-txt); }
:focus { outline: 0.15em solid var(--clr-body-txt); }
:focus { outline: 0.15em solid currentColor; }
a {
font-weight: 700;
@ -52,7 +52,7 @@ a:not([class]):focus { outline: 0.15rem solid var(--clr-link); }
a:hover img, a:focus img { outline: 0.2em solid var(--clr-body-txt); }
a[href^="http"]:not([href*="leilukin.com"]):not(:has(img, svg, picture)),
.external-link { padding-right: 1.25em; }
.external-link { padding-right: var(--sz-external-link); }
a[href^="http"]:not([href*="leilukin.com"]):not(:has(img, svg, picture))::after,
.external-link::after {
@ -61,12 +61,12 @@ a[href^="http"]:not([href*="leilukin.com"]):not(:has(img, svg, picture))::after,
display: inline-block;
width: 1em;
height: 1em;
margin-left: 0.25em;
margin: 0 0.3em;
background-color: currentColor;
mask-size: 100%;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 12.2 12.2' width='14' height='14'%3E%3Cpath d='M5.7 0v1.5h4L4.5 6.7l1 1.1 5.3-5.2v3.9h1.4V0z'/%3E%3Cpath fill='none' d='M3.4 6.7l3-2.9H1.5v7h7V5.9l-3 2.9z'/%3E%3Cpath d='M8.5 5.9v4.9h-7v-7h4.9l1.5-1.6H0v10h10V4.4z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z'/%3E%3C/svg%3E");
mask-repeat: no-repeat;
transform: translateY(0.25em);
mask-size: 90%;
transform: translateY(0.35em);
}
:not(.c-blockquote) > blockquote,

View File

@ -47,6 +47,7 @@
--sz-paragraph-margin: 1.15em;
--sz-main-padding: clamp(1rem, 5%, 4rem);
--sz-navbar-ht: 4rem;
--sz-external-link: 1.4em;
}
/* ------------------- */

View File

@ -1,14 +1,14 @@
---
title: Articles
date: 2024-07-03
updated: 2024-07-04
updated: 2024-07-15
---
### LGBTQ+
* [I Am A Transwoman. I Am In The Closet. I Am Not Coming Out.](https://medium.com/@jencoates/i-am-a-transwoman-i-am-in-the-closet-i-am-not-coming-out-4c2dd1907e42) by Jennifer Coates
* [On “Male Socialization” and the “Trans Masc Versus Trans Fem” Discourse™](https://juliaserano.substack.com/p/on-male-socialization-and-the-trans) by Julia Serano
### Pop Culture
### Media Criticism
* [On Letting People Enjoy Things](https://medium.com/@EstherRosenfield/let-people-enjoy-things-12021d00285a) by Esther Rosenfield
* [In Defence of Critique: Let People Enjoy Not Enjoying Things](https://www.evilfemale.blog/p/in-defence-of-critique-let-people) by charlie squire
@ -17,4 +17,5 @@ updated: 2024-07-04
### Uncategorised
* [Laziness Does Not Exist](https://medium.com/7fe325749a24/laziness-does-not-exist-3af27e312d01) by Devon Price
* [youve been traumatized into hating reading (and it makes you easier to oppress).](https://ismatu.substack.com/p/youve-been-traumatized-into-hating) by Ismatu Gwendolyn
* [youve been traumatized into hating reading (and it makes you easier to oppress).](https://ismatu.substack.com/p/youve-been-traumatized-into-hating) by Ismatu Gwendolyn
* [The man who tricked Nazi Germany: lessons from the past on how to beat disinformation](https://www.theguardian.com/books/2024/mar/02/the-man-who-tricked-nazi-germany-lessons-from-the-past-on-how-to-beat-disinformation) by Peter Pomerantsev

View File

@ -1,6 +1,6 @@
---
title: Resources
date: 2024-07-02
date: 2024-07-16
---
### Archives
@ -15,6 +15,13 @@ date: 2024-07-02
### Gaming
* [3DS Hacks Guide](https://3ds.hacks.guide/)
### Video Game Mods
These are lists of video game mods I use for my own playthroughs.
* [Mass Effect Legendary Edition](https://docs.google.com/document/d/1Hhh_31ZlplT06UaVVwf1so7PnIBRCbT60tCBNn7zHiQ/edit)
* [Star Wars: Knights of the Old Republic](https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit)
* [Star Wars: Knights of the Old Republic II: The Sith Lords](https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit)
* [Stardew Valley](https://docs.google.com/document/d/1LMMd3yRtLYb35A7oNEN1hRUsoe9-vo2MfMxcM2Wq0MI/edit)
### Images
* [Squoosh](https://squoosh.app/) — Privacy-friendly image compressor

View File

@ -1,7 +1,7 @@
---
title: Webmastery
date: 2024-07-01
updated: 2024-07-13
updated: 2024-07-16
---
### Webmastery Tutorials
@ -27,4 +27,5 @@ updated: 2024-07-13
### Webmastery Resources
* [Resources List for the Personal Web](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) by 32-Bit Cafe — I have also contributed to this list
* [Resources List for the Personal Web](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) by 32-Bit Cafe — I have also contributed to this list
* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/)

View File

@ -54,15 +54,4 @@ You can check out the playlists I have made on [my dedicated page](./playlists/)
## My Characters
I have created my own characters for various media and universes. [You can check out my characters here](https://www.notion.so/leilukin/Leilukin-s-Characters-b377e277f01b4474945e85cf4cb15ada?pvs=4).
{% endcontainer %}
{% container "section", "content__section" %}
## My Mod Builds
Lists of video game mods I use for my own playthroughs.
* [Mass Effect Legendary Edition](https://docs.google.com/document/d/1Hhh_31ZlplT06UaVVwf1so7PnIBRCbT60tCBNn7zHiQ/edit)
* [Star Wars: Knights of the Old Republic](https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit)
* [Star Wars: Knights of the Old Republic II: The Sith Lords](https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit)
* [Stardew Valley](https://docs.google.com/document/d/1LMMd3yRtLYb35A7oNEN1hRUsoe9-vo2MfMxcM2Wq0MI/edit)
{% endcontainer %}
{% endcontainer %}

View File

@ -23,7 +23,7 @@ High-level overview of the accessibility features of this site:
* Sufficient font size that can be enlarged without breaking the site layout
* No autoplaying audio or video
This site uses the [Lexend](https://www.lexend.com/) font family as the default font and [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) as the monospace font to improve text readability.
This site uses the [Lexend](https://www.lexend.com/) font family as the default font and [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) as the monospaced font to improve text readability.
## Testing

View File

@ -42,7 +42,7 @@ Eleventy has the Markdown parser [markdown-it](https://www.npmjs.com/package/mar
## Self-hosted Assets
* [Lexend](https://www.lexend.com/) font family (used as the default font of this site)
* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface (used as the monospace font of this site)
* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface (used as the monospaced font of this site)
## JavaScript
Due to this website being a static site, JavaScript is used to create dynamic and interactive components of this site. Here is a list of how JavaScript is used on this site: