From 7a2a5b6bf66b48b68204d14ca42536db4d7966a3 Mon Sep 17 00:00:00 2001 From: Nahiyan Khan Date: Thu, 10 Oct 2024 00:12:29 -0400 Subject: [PATCH] wip --- src/assets/khan.svg | 6 ++++++ src/assets/nahiyan.svg | 9 +++++++++ src/assets/nahiyankhan_chonk.svg | 13 +++++++++++++ src/components/About.astro | 12 ++++++------ src/components/BoxLines.astro | 2 +- src/components/Intro.astro | 25 ++++++++++++++++++++----- src/components/Section.astro | 12 ++++++++++-- src/components/Subtitle.astro | 9 +++++++-- src/components/layout/Footer.astro | 4 ++-- src/components/layout/Header.astro | 2 +- src/styles/global.css | 8 ++++---- tailwind.config.ts | 10 ++++++++++ 12 files changed, 89 insertions(+), 23 deletions(-) create mode 100644 src/assets/khan.svg create mode 100644 src/assets/nahiyan.svg create mode 100644 src/assets/nahiyankhan_chonk.svg diff --git a/src/assets/khan.svg b/src/assets/khan.svg new file mode 100644 index 0000000..87cb694 --- /dev/null +++ b/src/assets/khan.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/assets/nahiyan.svg b/src/assets/nahiyan.svg new file mode 100644 index 0000000..1108a5b --- /dev/null +++ b/src/assets/nahiyan.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/assets/nahiyankhan_chonk.svg b/src/assets/nahiyankhan_chonk.svg new file mode 100644 index 0000000..fe7f7b7 --- /dev/null +++ b/src/assets/nahiyankhan_chonk.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/components/About.astro b/src/components/About.astro index d4b358e..892743d 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -7,14 +7,14 @@ import Subtitle from "./Subtitle.astro"; ---
-
-

A.K.A 5 to 9? And the mantras that drive all 24.

+
+

A.K.A The 5 to 9.

- 5 to 9, I sleep, eat, rock climb, and read science fiction (Do you have a recommendation?). I - am also going down an espresso rabbit hole and am attempting latte art. Result: Sucking at it - so far. But you know how Jake from Adventure Time says it, sucking at something is the first - step to being sorta good at something. + I rock climb, tinker, and read science fiction (Do you have a recommendation?). I am also + going down an espresso rabbit hole and am attempting latte art. Result: Sucking at it so far. + But you know how Jake from Adventure Time says it, sucking at something is the first step to + being sorta good at something.

diff --git a/src/components/BoxLines.astro b/src/components/BoxLines.astro index 2df1d08..2285555 100644 --- a/src/components/BoxLines.astro +++ b/src/components/BoxLines.astro @@ -15,7 +15,7 @@ const { small, ...rest } = Astro.props; {small ? (
- - + +
+ +
+ +
+
+
+ +
+ +
+

(na-he-yahn). Or Khan. 🖖🏽

@@ -23,7 +36,9 @@ import BoxLines from "./BoxLines.astro";
- +
+ +

diff --git a/src/components/Section.astro b/src/components/Section.astro index 0b3b123..55cf1cd 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -12,7 +12,15 @@ import BoxLines from "./BoxLines.astro"; class="flex min-h-[50vh] flex-col border-t [transition:all_.3s_cubic-bezier(0.55,0,1,0.45)]" x-ref={title} > -

+
+ +
+

+ /{title} +

+
+
+
diff --git a/src/components/Subtitle.astro b/src/components/Subtitle.astro index e8cccf5..1b42e97 100644 --- a/src/components/Subtitle.astro +++ b/src/components/Subtitle.astro @@ -13,7 +13,12 @@ import BoxLines from "./BoxLines.astro"; class="relative -mt-[1px] mb-12 inline-flex w-[fit-content] text-textProminent sm:mb-24 [&>svg]:h-5 sm:[&>svg]:h-12" > - +

+ /{title} +

+
+
diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index debc40b..95a92ce 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -6,13 +6,13 @@ const year = new Date().getFullYear(); ---