basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

modify styling

+42 -13
+42 -13
app/cv/page.tsx
··· 10 10 September 2024 - January 2025 11 11 </h2> 12 12 <div className="flex items-center gap-2"> 13 - <div className="border-l-2 border-purple-500 h-12 my-2"></div> 13 + <div className="border-l-2 border-purple-200 h-12 my-2"></div> 14 14 <div className="flex flex-col"> 15 - <h1 className="dark:text-white text-xl"> 15 + <h1 className="text-indigo-400 text-xl"> 16 16 <a href="https://stager.co">Stager</a> 17 17 </h1> 18 18 <article className="dark:text-white text-sm"> ··· 32 32 <div> 33 33 <h1 className="text-3xl text-center dark:text-white">Projects</h1> 34 34 <div className="w-sm flex flex-col gap-4"> 35 - <h1 className="dark:text-white text-xl">Project D</h1> 36 - <article className="dark:text-white text-sm"> 37 - Room booking app prototype to showcase to{" "} 38 - <a href="https://eneco.nl">Eneco </a> 39 - as part of the "Project D" course 40 - </article> 41 - <p className="dark:text-white text-wrap"> 42 - Worked together with four other students to create a prototype 43 - for a meeting room booking app using React Native, Expo and 44 - various other technologies such as tRPC and Prisma. 45 - </p> 35 + <div className="w-sm flex flex-col gap-4"> 36 + <h1 className="text-indigo-400 text-xl"> 37 + <a href="https://github.com/pablosanderman/project-d"> 38 + Project D 39 + </a> 40 + </h1> 41 + <article className="dark:text-white text-sm"> 42 + Room booking app prototype to showcase to{" "} 43 + <a className="text-indigo-400" href="https://eneco.nl"> 44 + Eneco{" "} 45 + </a> 46 + as part of the "Project D" course 47 + </article> 48 + <p className="dark:text-white text-wrap"> 49 + Worked together with four other students to create a prototype 50 + for a meeting room booking app using React Native and various 51 + other technologies such as Postgres and Expo. 52 + </p> 53 + </div> 54 + <div className="w-sm flex flex-col gap-4"> 55 + <h1 className="dark:text-white text-xl">Project C</h1> 56 + <article className="dark:text-white text-sm"> 57 + Prototype of a webapp to manage{" "} 58 + <a 59 + className="text-indigo-400" 60 + href="https://en.wikipedia.org/wiki/OGSM" 61 + > 62 + OGSM{" "} 63 + </a>{" "} 64 + charts for{" "} 65 + <a className="text-indigo-400" href="https://centric.eu/en/"> 66 + Centric 67 + </a>{" "} 68 + as part of the "Project C" course 69 + </article> 70 + <p className="dark:text-white text-wrap"> 71 + Worked together with two other students to create a prototype 72 + for a webapp to manage strategic charts using NextJS 73 + </p> 74 + </div> 46 75 </div> 47 76 </div> 48 77 </div>