···1010 September 2024 - January 2025
1111 </h2>
1212 <div className="flex items-center gap-2">
1313- <div className="border-l-2 border-purple-500 h-12 my-2"></div>
1313+ <div className="border-l-2 border-purple-200 h-12 my-2"></div>
1414 <div className="flex flex-col">
1515- <h1 className="dark:text-white text-xl">
1515+ <h1 className="text-indigo-400 text-xl">
1616 <a href="https://stager.co">Stager</a>
1717 </h1>
1818 <article className="dark:text-white text-sm">
···3232 <div>
3333 <h1 className="text-3xl text-center dark:text-white">Projects</h1>
3434 <div className="w-sm flex flex-col gap-4">
3535- <h1 className="dark:text-white text-xl">Project D</h1>
3636- <article className="dark:text-white text-sm">
3737- Room booking app prototype to showcase to{" "}
3838- <a href="https://eneco.nl">Eneco </a>
3939- as part of the "Project D" course
4040- </article>
4141- <p className="dark:text-white text-wrap">
4242- Worked together with four other students to create a prototype
4343- for a meeting room booking app using React Native, Expo and
4444- various other technologies such as tRPC and Prisma.
4545- </p>
3535+ <div className="w-sm flex flex-col gap-4">
3636+ <h1 className="text-indigo-400 text-xl">
3737+ <a href="https://github.com/pablosanderman/project-d">
3838+ Project D
3939+ </a>
4040+ </h1>
4141+ <article className="dark:text-white text-sm">
4242+ Room booking app prototype to showcase to{" "}
4343+ <a className="text-indigo-400" href="https://eneco.nl">
4444+ Eneco{" "}
4545+ </a>
4646+ as part of the "Project D" course
4747+ </article>
4848+ <p className="dark:text-white text-wrap">
4949+ Worked together with four other students to create a prototype
5050+ for a meeting room booking app using React Native and various
5151+ other technologies such as Postgres and Expo.
5252+ </p>
5353+ </div>
5454+ <div className="w-sm flex flex-col gap-4">
5555+ <h1 className="dark:text-white text-xl">Project C</h1>
5656+ <article className="dark:text-white text-sm">
5757+ Prototype of a webapp to manage{" "}
5858+ <a
5959+ className="text-indigo-400"
6060+ href="https://en.wikipedia.org/wiki/OGSM"
6161+ >
6262+ OGSM{" "}
6363+ </a>{" "}
6464+ charts for{" "}
6565+ <a className="text-indigo-400" href="https://centric.eu/en/">
6666+ Centric
6767+ </a>{" "}
6868+ as part of the "Project C" course
6969+ </article>
7070+ <p className="dark:text-white text-wrap">
7171+ Worked together with two other students to create a prototype
7272+ for a webapp to manage strategic charts using NextJS
7373+ </p>
7474+ </div>
4675 </div>
4776 </div>
4877 </div>