docs(astro): restructure homepage, add education & organization sections, remove about page

This commit is contained in:
Prad Nukala
2026-07-23 13:01:14 -04:00
parent c4dee5789d
commit 9890c97ac4
3 changed files with 56 additions and 73 deletions
+12
View File
@@ -49,4 +49,16 @@ const range = (start: Date, end?: Date) =>
))
}
</ul>
<section class="mt-16">
<h2 class="title text-accent mb-6 text-xl">Education</h2>
<p>
<strong>Virginia Commonwealth University</strong><br />
B.S. in Applied Mathematics
</p>
<p class="mt-2">
Attended 5 MLH hackathons, published 3 apps in 3 years with over 1M downloads, and wrote 3
articles with over 120k reads. Coursework spanned linear algebra, number theory, topological
data analysis, and vector calculus.
</p>
</section>
</PageLayout>