personal website

change resume typography styling

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