From d405bc7ec2897778e57f929efc6e7882fc40954a Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 18 Sep 2024 20:05:39 -0700 Subject: [PATCH 1/4] super strange typo. Oops! --- src/pages/socials.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/socials.astro b/src/pages/socials.astro index dc55277..1e1d9e9 100644 --- a/src/pages/socials.astro +++ b/src/pages/socials.astro @@ -17,6 +17,6 @@ import Card from "../components/Card.astro";
  • github
  • if you'd like to get in touch with me, the only reliable way is via discord. i tend to take a while or sometimes miss other contact methods

    -

    if you do not want to directly contact me through discord or want to contact about more serious inquries, you can try the email address reidlab (at) reidlab (dot) this domain

    +

    if you do not want to directly contact me through discord or want to contact about more serious inquries, you can try the email address reidlab (at) this domain

    \ No newline at end of file From c8f5fd954c670435c610e80c00913cfa3b43ad0d Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 18 Sep 2024 20:16:08 -0700 Subject: [PATCH 2/4] quote yaml values --- src/content/badges/badges.yml | 124 +++++++++++++++--------------- src/content/projects/projects.yml | 8 +- 2 files changed, 66 insertions(+), 66 deletions(-) diff --git a/src/content/badges/badges.yml b/src/content/badges/badges.yml index 4e50cfe..46af624 100644 --- a/src/content/badges/badges.yml +++ b/src/content/badges/badges.yml @@ -1,62 +1,62 @@ -- path: /88x31.gif - alt: CLI prompt displaying 'reidlab' - title: my button! feel free to use or hotlink - href: / -- path: ./img/blinchik.gif - alt: blinchik - title: best site on the internet! - href: https://yugoslavia.best -- path: ./img/poweredbybob.gif - alt: powered by bob -- path: ./img/miku.gif - alt: this site is miku approved -- path: ./img/paws.gif - alt: made with my own two paws -- path: ./img/nixos.png - alt: powered by nixos - title: free me from this prison - href: https://nixos.org -- path: ./img/notitg.png - alt: notitg - title: play notitg! - href: https://noti.tg -- path: ./img/kriswheretfarewe.png - alt: kris where tf are we -- path: ./img/showmeyourheart.gif - alt: final fantasy geometry dash - title: ▼▼ ▼▼ » ▲▲▲▲ ▲▲▲▲ ‹ ▼▼ ▼▼ › ▲▲▲ ▲▲▲ - href: https://gdbrowser.com/76767195 -- path: ./img/acab.gif - alt: all cops are bastards -- path: ./img/w3cbad.gif - alt: w3c approved bad html markup -- path: ./img/internetarchive.gif - alt: internet archive - href: https://archive.org -- path: ./img/animeisgay.gif - alt: anime is gay as hell but i approve -- path: ./img/halflife.gif - alt: half life - title: gorgon freeman.... -- path: ./img/vscode.png - alt: made with with vscode - href: https://code.visualstudio.com/ -- path: ./img/oat100.gif - alt: i got 100% on.zone - href: https://oat.zone -- path: ./img/oat.gif - alt: oat.zone - title: cool person! - href: https://oat.zone -- path: ./img/tidalwave.gif - alt: tidal wave geometry dash - title: <<>>>>>>WAVE>>> - href: https://gdbrowser.com/86407629 -- path: ./img/singasongaboutlife.gif - alt: sing a song about life - title: sing a song about life - href: https://vyletpony.com/music -- path: ./img/slugcat.png - alt: slug cat - title: Slug ca - href: https://rainworldgame.com/ \ No newline at end of file +- path: "/88x31.gif" + alt: "CLI prompt displaying 'reidlab'" + title: "my button! feel free to use or hotlink" + href: "/" +- path: "./img/blinchik.gif" + alt: "blinchik" + title: "best site on the internet!" + href: "https://yugoslavia.best" +- path: "./img/poweredbybob.gif" + alt: "powered by bob" +- path: "./img/miku.gif" + alt: "this site is miku approved" +- path: "./img/paws.gif" + alt: "made with my own two paws" +- path: "./img/nixos.png" + alt: "powered by nixos" + title: "free me from this prison" + href: "https://nixos.org" +- path: "./img/notitg.png" + alt: "notitg" + title: "play notitg!" + href: "https://noti.tg" +- path: "./img/kriswheretfarewe.png" + alt: "kris where tf are we" +- path: "./img/showmeyourheart.gif" + alt: "final fantasy geometry dash" + title: "▼▼ ▼▼ » ▲▲▲▲ ▲▲▲▲ ‹ ▼▼ ▼▼ › ▲▲▲ ▲▲▲" + href: "https://gdbrowser.com/76767195" +- path: "./img/acab.gif" + alt: "all cops are bastards" +- path: "./img/w3cbad.gif" + alt: "w3c approved bad html markup" +- path: "./img/internetarchive.gif" + alt: "internet archive" + href: "https://archive.org" +- path: "./img/animeisgay.gif" + alt: "anime is gay as hell but i approve" +- path: "./img/halflife.gif" + alt: "half life" + title: "gorgon freeman...." +- path: "./img/vscode.png" + alt: "made with with vscode" + href: "https://code.visualstudio.com/" +- path: "./img/oat100.gif" + alt: "i got 100% on.zone" + href: "https://oat.zone" +- path: "./img/oat.gif" + alt: "oat.zone" + title: "cool person!" + href: "https://oat.zone" +- path: "./img/tidalwave.gif" + alt: "tidal wave geometry dash" + title: "<<>>>>>>WAVE>>>" + href: "https://gdbrowser.com/86407629" +- path: "./img/singasongaboutlife.gif" + alt: "sing a song about life" + title: "sing a song about life" + href: "https://vyletpony.com/music" +- path: "./img/slugcat.png" + alt: "slug cat" + title: "Slug ca" + href: "https://rainworldgame.com/" \ No newline at end of file diff --git a/src/content/projects/projects.yml b/src/content/projects/projects.yml index d0dc8b9..5d300cf 100644 --- a/src/content/projects/projects.yml +++ b/src/content/projects/projects.yml @@ -3,9 +3,9 @@ date: 2024-08-22 links: - "https://git.reidlab.pink/reidlab/lastfmpris" -- name: reidlab.pink - description: this website! +- name: "reidlab.pink" + description: "this website!" date: 2024-07-04 links: - - https://reidlab.pink - - https://git.reidlab.pink/reidlab/website \ No newline at end of file + - "https://reidlab.pink" + - "https://git.reidlab.pink/reidlab/website" \ No newline at end of file From 9dbbb8b5b760ec007a2616083bea188fa85fddaa Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 17 Oct 2024 15:57:42 -0700 Subject: [PATCH 3/4] remove unused font --- src/styles/main.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/styles/main.css b/src/styles/main.css index 19565d0..1016a62 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1,10 +1,3 @@ -@font-face { - font-family: "Akira Expanded"; - font-style: normal; - font-display: swap; - src: url("/fonts/akira-expanded.otf") format("opentype"); -} - @font-face { font-family: "Hack"; font-style: normal; From 0546d0b09b7d2f0bfe069b3a303a163737936e9e Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 17 Oct 2024 16:10:19 -0700 Subject: [PATCH 4/4] fix webkit summary --- src/styles/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/main.css b/src/styles/main.css index 1016a62..2e8801a 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -72,6 +72,13 @@ a:hover { color: #005ae0; } +summary { + list-style: none; +} +summary::marker, +summary::-webkit-details-marker { /* webkit. i am going to crash out */ + display: none; +} summary::before { font-family: monospace; content: "\25ba";