From f70df99f09a6bf70748a4ab7137717792fdab8e1 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sat, 12 Jul 2025 21:31:22 -0600 Subject: [PATCH] Various changes --- src/link/components/website.html | 3 ++- src/partials/interests.html | 4 ++-- src/partials/page_four.html | 4 ++-- src/partials/projects.html | 12 ++++++------ src/style.css | 8 ++++---- .../tab-button.html => tab/components/button.html} | 4 ++-- .../tab-content.html => tab/components/content.html} | 8 ++++---- 7 files changed, 22 insertions(+), 21 deletions(-) rename src/{components/tab-button.html => tab/components/button.html} (56%) rename src/{components/tab-content.html => tab/components/content.html} (53%) diff --git a/src/link/components/website.html b/src/link/components/website.html index a309bd4..6ee6f29 100644 --- a/src/link/components/website.html +++ b/src/link/components/website.html @@ -1,9 +1,10 @@ - + + That's crazy @@ -17,4 +17,4 @@ We'll get to it, trust - \ No newline at end of file + \ No newline at end of file diff --git a/src/partials/page_four.html b/src/partials/page_four.html index 4a47dd6..fcc161a 100644 --- a/src/partials/page_four.html +++ b/src/partials/page_four.html @@ -1,4 +1,4 @@ - + Who is this guy? @@ -17,4 +17,4 @@ We'll get to it, trust - \ No newline at end of file + \ No newline at end of file diff --git a/src/partials/projects.html b/src/partials/projects.html index e6c7a6c..907a209 100644 --- a/src/partials/projects.html +++ b/src/partials/projects.html @@ -1,4 +1,4 @@ - + Wow, such professionalism! What are these guys working on now? @@ -7,7 +7,7 @@ - + @@ -36,7 +36,7 @@ headerstyle="font-family: 'Apex Mk2'" id="simulo"> - + @@ -68,7 +68,7 @@ - + @@ -129,7 +129,7 @@ titlestyle="background-image: linear-gradient(to right, oklch(0.714 0.203 305.504) 0px, oklch(0.718 0.202 349.761) 100%); background-clip: text; color: transparent" id="braindance"> - + @@ -221,4 +221,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/style.css b/src/style.css index 6026faa..873f941 100644 --- a/src/style.css +++ b/src/style.css @@ -118,14 +118,14 @@ html { justify-content: space-around; } -.tab-list button { +.tab-list a { background-color: transparent; border: solid 3px transparent; border-bottom: solid 3px #eee; font-size: 16pt; } -.tab-list button[aria-selected=true] { +.tab-list a[aria-selected=true] { font-weight: bold; border-bottom: solid 6px #eee; } @@ -233,13 +233,13 @@ a { flex-direction: column; } - .tab-list button { + .tab-list a { background-color: transparent; border: solid 3px #999; font-size: 16pt; } - .tab-list button[aria-selected=true] { + .tab-list a[aria-selected=true] { background-color: #eee; font-weight: bold; color: black; diff --git a/src/components/tab-button.html b/src/tab/components/button.html similarity index 56% rename from src/components/tab-button.html rename to src/tab/components/button.html index 04369f7..1e8ee7d 100644 --- a/src/components/tab-button.html +++ b/src/tab/components/button.html @@ -4,7 +4,7 @@ aria_selected: Boolean(props.selected) } - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/tab-content.html b/src/tab/components/content.html similarity index 53% rename from src/components/tab-content.html rename to src/tab/components/content.html index a0d3fad..959d0b8 100644 --- a/src/components/tab-content.html +++ b/src/tab/components/content.html @@ -4,10 +4,10 @@ }