From 7b39416dc928cc05b776d568dc8b2722e08b8d3e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 21 Apr 2023 10:39:20 -0400 Subject: [PATCH] Seemingly ready for release --- src/components/About.astro | 10 ++----- src/components/Jumbo.astro | 11 ++++--- src/components/Nav.astro | 52 ++++++++++++++++++++++------------ src/components/Portfolio.astro | 2 +- src/pages/404.astro | 4 +-- src/styles/Nav.module.css | 8 ++++-- 6 files changed, 51 insertions(+), 36 deletions(-) diff --git a/src/components/About.astro b/src/components/About.astro index 570938b..50b3036 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -9,11 +9,7 @@ import Divider from "./Divider.astro"
My Github Stats
@@ -45,7 +41,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure AI Fundamentals Badge @@ -55,7 +51,7 @@ import Divider from "./Divider.astro" rel="noreferrer" > Azure Data Fundamentals Badge diff --git a/src/components/Jumbo.astro b/src/components/Jumbo.astro index 7c9c672..1a86a37 100644 --- a/src/components/Jumbo.astro +++ b/src/components/Jumbo.astro @@ -1,17 +1,16 @@ --- -import RoundDivider from "./RoundDivider.astro" +import RoundDivider from "./RoundDivider.astro" import styles from "../styles/Jumbo.module.css" -import Divider from "./Divider.astro" +import Divider from "./Divider.astro" --- +
-

- Henry Hiles -

+

Henry Hiles

Full Stack .NET Developer & Discord Bot Developer
-
\ No newline at end of file + diff --git a/src/components/Nav.astro b/src/components/Nav.astro index f845582..c4ad4ff 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -3,8 +3,7 @@ import { Icon } from "astro-icon" import styles from "../styles/Nav.module.css" --- - - diff --git a/src/components/Portfolio.astro b/src/components/Portfolio.astro index af627e5..d7b2464 100644 --- a/src/components/Portfolio.astro +++ b/src/components/Portfolio.astro @@ -10,7 +10,7 @@ import Divider from "./Divider.astro"
diff --git a/src/styles/Nav.module.css b/src/styles/Nav.module.css index a2c38e9..86326a3 100644 --- a/src/styles/Nav.module.css +++ b/src/styles/Nav.module.css @@ -13,8 +13,12 @@ gap: 20px; } +.nav [aria-hidden="true"] { + display: none; +} + @media (min-width: 600px) { - .nav[data-expanded="false"] { + .nav[aria-expanded="false"] { padding: 1rem; width: unset; top: 10px; @@ -23,7 +27,7 @@ padding: 0; } - .nav[data-expanded="true"] { + .nav[aria-expanded="true"] { font-size: 1.5em; }