personal website

simplify resume page

Changed files
+24 -30
src
pages
+24 -30
src/pages/resume.astro
··· 9 9 Notable works, professional and otherwise. 10 10 </p> 11 11 12 - <div class="flex gap-4 items-center font-bold"> 13 - <h3 class="text-3xl text-yellow-500">OpenSauced</h3> 14 - <p class="text-sm">Since February 2024</p> 15 - </div> 16 - <section> 17 - <h4 class="text-sm font-bold"> 18 - <span class="text-2xl text-yellow-500">App </span> 19 - Open Source Repository Data Analytics Platform 20 - </h4> 21 - </section> 22 12 <section class="flex flex-col gap-4"> 23 - <h4 class="text-sm font-bold"> 24 - <span class="text-2xl text-yellow-500">Landing Page </span> 25 - Marketing, Blogs, and Changelogs 26 - </h4> 27 - <ul class="flex flex-col gap-2 list-disc list-inside"> 28 - <li>Tech Stack: Next.JS, React, Sanity, Tailwind</li> 29 - </ul> 30 - </section> 31 - <section> 32 - <h4 class="text-sm font-bold"> 33 - <span class="text-2xl text-yellow-500">Pizza CLI </span> 34 - Repository Team Orchestration Tool 35 - </h4> 36 - <ul class="flex flex-col gap-2 list-disc list-inside"> 37 - <li>Tech Stack: Golang</li> 38 - </ul> 39 - </section> 13 + <div class="flex gap-4 items-center font-bold"> 14 + <h3 class="text-3xl text-yellow-500">OpenSauced</h3> 15 + <p class="text-sm decoration-4 underline underline-offset-4 decoration-dashed">Since February 2024</p> 16 + </div> 40 17 41 - <h3 class="text-3xl font-semibold text-yellow-500"></h3> 42 - <section> 43 - 18 + <ul> 19 + <li> 20 + <h4 class="text-sm font-bold"> 21 + <span class="text-2xl text-yellow-500"># App </span> 22 + Open Source Repository Data Analytics Platform 23 + </h4> 24 + </li> 25 + <li> 26 + <h4 class="text-sm font-bold"> 27 + <span class="text-2xl text-yellow-500"># Landing Page </span> 28 + Marketing, Blogs, and Changelogs 29 + </h4> 30 + </li> 31 + <li> 32 + <h4 class="text-sm font-bold"> 33 + <span class="text-2xl text-yellow-500"># Pizza CLI </span> 34 + Repository Team Orchestration Tool 35 + </h4> 36 + </li> 37 + </ul> 44 38 </section> 45 39 </main> 46 40 </SiteLayout>