diff --git a/public/nahiyankhan_resume.pdf b/public/nahiyankhan_resume.pdf index ab2d235..ab6089f 100644 Binary files a/public/nahiyankhan_resume.pdf and b/public/nahiyankhan_resume.pdf differ diff --git a/src/alpine.ts b/src/alpine.ts index f4e7a8f..baffab2 100644 --- a/src/alpine.ts +++ b/src/alpine.ts @@ -61,6 +61,7 @@ export default (Alpine: Alpine) => { Alpine.store('settings', { open: false, + scale: 1, toggle() { this.open = !this.open diff --git a/src/assets/khan.svg b/src/assets/khan.svg index 87cb694..f766c7b 100644 --- a/src/assets/khan.svg +++ b/src/assets/khan.svg @@ -1,4 +1,4 @@ - + diff --git a/src/components/About.astro b/src/components/About.astro index e0deaeb..f1b6172 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -6,16 +6,50 @@ import MacalesterLogo from "@/assets/macalester.svg?raw"; import Subtitle from "./Subtitle.astro"; import SortaGood from "@/assets/sortagood.gif"; import EasterEgg from "./EasterEgg.astro"; +import ThisIsFine from "@/assets/thisisfine.gif"; +import BoxLines from "./BoxLines.astro"; +import AboutSneak from "@/assets/about.gif"; + +const today = new Date().getTime(); +const sashaDOB = new Date("2024-08-05").getTime(); +const weeksSince = Math.floor((today - sashaDOB) / (1000 * 60 * 60 * 24 * 7)); ---
-
-

A.K.A The 5 to 9.

+
+
+ Am an engineer. Am a designer. Am both? Am neither? Definitions are arbitrary. + Existential crisis + is real. But 9 to 5, I lead and build design infrastructures and tooling. +
-

- 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. +

+ And 5 to 9. I rock climb, tinker, bake cheesecakes, go down rabbit holes, and read science + fiction. Or rather, I did until my newborn came along {weeksSince} weeks ago.

+ +
+ +
+ +
+
+ + +
+
+

Resume

+
@@ -50,11 +84,9 @@ import EasterEgg from "./EasterEgg.astro";
- - -
-
Work
+ +
  • @@ -65,9 +97,8 @@ import EasterEgg from "./EasterEgg.astro"; name="mdi:circle-small" />
    -

    Trust by default

    +

    Holistic (design + eng) design system strategy

  • -
  • -

    Work in the open

    +

    Setting up design infrastructures

  • -
  • -

    Document it all

    +

    Leading cross-domain initiatives

  • -
- -
Personal
- -
  • -
    - Sucking at something is the first step to being - sorta good - at something +

    Fostering cross-discipline relationships

    +
  • +
  • +
    +
    +

    Mentoring designers and engineers

  • +
  • +
    +
    +

    Prototyping

    +
  • +
+
+ + + +
+
Work
+
  • -

    Don’t let your dreams be dreams (to justify my 3am purchases)

    +

    Trust by default. Work in the open. Document it all.

  • +
+
Personal
+ +
  • -

    Today I am a [insert obsesion of the day] kinda guy

    +
    + Sucking at something is the first step to being + sorta good + at something +
diff --git a/src/components/Intro.astro b/src/components/Intro.astro index 0825a1e..a538489 100644 --- a/src/components/Intro.astro +++ b/src/components/Intro.astro @@ -10,13 +10,19 @@ import EasterEgg from "./EasterEgg.astro";
-
+
+
@@ -31,42 +37,11 @@ import EasterEgg from "./EasterEgg.astro";
-
-

(na-he-yahn) or khan πŸ––πŸ½

- -
-
- -
- -
-
- -
- Am an engineer. Am a designer. Am both? Am neither? Definitions are arbitrary. - Existential crisis - is real. -
- -

- But 9 to 5, I lead and build design infrastructures and tooling. -

- - -
-
-

Resume

-
+ (na-he-yahn) or khan πŸ––πŸ½ +

diff --git a/src/components/Settings.astro b/src/components/Settings.astro index 44155b1..ad72182 100644 --- a/src/components/Settings.astro +++ b/src/components/Settings.astro @@ -3,6 +3,15 @@ import { Icon } from "astro-icon/components"; import ThemeToggle from "./ThemeToggle.astro"; --- + + + -
diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 9d39b26..9c8722a 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -11,7 +11,6 @@ import { siteConfig } from "@/site-config"; import type { SiteMeta } from "@/types"; import { ViewTransitions } from "astro:transitions"; import Settings from "@/components/Settings.astro"; -import Lines from "@/components/Lines.astro"; interface Props { meta: SiteMeta; @@ -34,8 +33,8 @@ const {