diff --git a/TODO.md b/TODO.md index aa711cc..4374c3a 100644 --- a/TODO.md +++ b/TODO.md @@ -6,9 +6,6 @@ We think a lot about the future of this site! Here's some things we'd like to ad - CI Checks - Performance, Accessibility, Best Practices, and SEO with [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md) - - HTML, CSS, and JS validation - - [x] [HTML-Validate](https://html-validate.org/) - - [csstree-validator](https://www.npmjs.com/package/csstree-validator) - Grammar checking for source files(including inclusive language, spell checking, and other basic checks) - Checking for valid [Microformats](https://microformats.org/wiki/Main_Page) data on all pages @@ -20,3 +17,10 @@ We think a lot about the future of this site! Here's some things we'd like to ad - Possibly [Structured Data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) - Slideshow mode for articles that are presented + +Done: + +- [x] HTML and CSS validation + - [x] [HTML-Validate](https://html-validate.org/) + - [x] [csstree-validator](https://www.npmjs.com/package/csstree-validator) + - Note: Does not work lmao diff --git a/src/_components/flag_text.vto b/src/_components/flag_text.vto index 57a32e9..e90bef4 100644 --- a/src/_components/flag_text.vto +++ b/src/_components/flag_text.vto @@ -1,10 +1,10 @@ {{ if flag == "trans" }} -

+ trans -

+ {{ else if flag == "lesbian" }} -

+ lesbian -

+ {{ /if }} diff --git a/src/_includes/layouts/about.vto b/src/_includes/layouts/about.vto index 74f8a91..0e8f941 100644 --- a/src/_includes/layouts/about.vto +++ b/src/_includes/layouts/about.vto @@ -7,7 +7,7 @@ -
+
{{ content }}
diff --git a/src/about.md b/src/about.md index 2465216..77e5adf 100644 --- a/src/about.md +++ b/src/about.md @@ -8,24 +8,17 @@ templateEngine: [vto, md] Hello, I'm dish. My main focuses are cybersecurity, system administration, and user experience. - I enjoy building things from scratch, tinkering, and try to deeply understand the tools I work with. -
- Currently, I'm a student at a university in the United States, working towards a Bachelor's Degree in Cybersecurity. However, my personal interests lie slightly closer to networking and system administration rather than pure cybersecurity. -
I've run my own homelab and servers for years(in fact, this website is hosted on one of them!), and they've been a very enjoyable experience to maintain. -
In my personal life, I'm a {{ await comp.flag_text({flag:"trans"}) }} woman, and I spend lots of time advocating for trans rights in the spaces I'm in. I feel very strongly that trans rights are human rights, and do my best to uplift all voices, though I am not perfect. -
-
-Find more about my projects on the Projects page, or read my blog(both linked in the header!), as I've put a lot of time into my projects and that blog. +Find more about my projects on the [[projects]] page, or read my [[blog/index|blog]], as I've put a lot of time into both.