Compare commits
9 Commits
f19171e382
...
4ce2b1d988
Author | SHA1 | Date |
---|---|---|
Helen Chong | 4ce2b1d988 | |
Helen Chong | 10ad4bf6c8 | |
Helen Chong | c77c74365b | |
Helen Chong | d44881a1f5 | |
Helen Chong | 5f203a45f9 | |
Helen Chong | 3588d4f043 | |
Helen Chong | 750c29c598 | |
Helen Chong | 636e3b49a7 | |
Helen Chong | 83504f8f24 |
|
@ -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); }
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* ------------------- */
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -18,3 +18,4 @@ updated: 2024-07-04
|
|||
### Uncategorised
|
||||
* [Laziness Does Not Exist](https://medium.com/7fe325749a24/laziness-does-not-exist-3af27e312d01) by Devon Price
|
||||
* [you’ve 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
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Webmastery
|
||||
date: 2024-07-01
|
||||
updated: 2024-07-13
|
||||
updated: 2024-07-16
|
||||
---
|
||||
|
||||
### Webmastery Tutorials
|
||||
|
@ -28,3 +28,4 @@ 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
|
||||
* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/)
|
|
@ -55,14 +55,3 @@ You can check out the playlists I have made on [my dedicated page](./playlists/)
|
|||
|
||||
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 %}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue