+ {item.program} +
+-
+ {item.highlights.map((point) => (
+
- {point} + ))} +
diff --git a/public/img/operator.jpg b/public/img/operator.jpg new file mode 100644 index 0000000..23b995f Binary files /dev/null and b/public/img/operator.jpg differ diff --git a/src/App.tsx b/src/App.tsx index 77fb731..606e30a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,6 +3,7 @@ import './App.css'; import { THEMES } from './themes'; import { CatEasterEgg } from './components/CatEasterEgg'; import { FooterSection } from './components/FooterSection'; +import { EducationSection } from './components/EducationSection'; import { HeroSection } from './components/HeroSection'; import { LabNotesSection } from './components/LabNotesSection'; import { NavigationBar } from './components/NavigationBar'; @@ -63,14 +64,13 @@ export default function App() { }, [showThemePillTooltip]); return ( -
- Based in New Delhi. Exploring homelab orchestration, low-level input devices, and dynamic theming engines. This is my public scratchpad and systems notebook. +
+ Systems engineer in the making. From window managers and game engines to self-hosted infrastructure.
@@ -51,10 +51,27 @@ export function HeroSection({ -
+
+
- Aditya Gupta. 20. Based in New Delhi.
- I don't just write code; I build and dismantle systems.
+ whoami
+
+ Aditya Gupta. 20. New Delhi.
+ Chess climbs, rhythm games, an unhealthy attachment to good audio.
+
+ I take things apart software, hardware, workflows.
+ Curious enough to wire it back together.
Treat the environment as a continuous experiment.
-Split this pane to view technical stack.
+Split this pane to view technical stack.
Split for infrastructure status...
+Split for infrastructure status...
| NAME | STATUS | ROLES | diff --git a/src/components/LabNotesSection.tsx b/src/components/LabNotesSection.tsx index f3da6cb..bf0f855 100644 --- a/src/components/LabNotesSection.tsx +++ b/src/components/LabNotesSection.tsx @@ -4,10 +4,10 @@ import { LAB_NOTES } from '../data/contentData'; export function LabNotesSection() { return (
|---|