portfolio/website/components/sections/Projects.vue

23 lines
1.5 KiB
Vue
Raw Normal View History

2023-11-21 21:23:16 +01:00
<template>
<div class="py-40">
<h1 class="text-primary-500 font-bold text-6xl">Projects</h1>
2023-11-28 16:15:51 +01:00
<h2 class="text-primary-600 font-bold text-2xl mt-10">Homelab</h2>
<p class="text-bright mt-2">
In 2021 I bought a <a href="https://www.raspberrypi.com/">Raspberry Pi</a> to selfhost some applications with docker. I really loved to learn about networking and deploying applications, and so my homelab needed an upgrade. In 2022 I bough myself a dedicated computer to host a <a href="https://minecraft.net">Minecraft</a> server for me and my friends and some other applications. My homelab now consists of a <a href="https://www.zimaboard.com/">Zimaboard</a> running <a href="https://opnsense.org/">OPNsense</a>, a dedicated server running Linux with <a href="https://docker.io">Docker</a> applications and a <a href="raspberrypi.com">Raspberry Pi</a> as a backup server.
</p>
2023-11-21 21:23:16 +01:00
<h2 class="text-primary-600 font-bold text-2xl mt-10">LED hologram</h2>
<p class="text-bright mt-2">
2023-11-28 16:15:51 +01:00
Work in progress...
2023-11-21 21:23:16 +01:00
</p>
2023-11-28 16:15:51 +01:00
<!--
2023-11-21 21:23:16 +01:00
<h2 class="text-primary-600 font-bold text-2xl mt-10">WRB App</h2>
<p class="text-bright mt-2">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Distinctio commodi, atque dolorem beatae recusandae ipsum culpa vel accusantium. Autem at nostrum est libero excepturi numquam iste recusandae expedita ab laborum, fugit architecto soluta dolores non itaque aliquid reprehenderit alias eum cupiditate esse doloribus minus praesentium? Architecto totam sunt libero minus?
</p>
2023-11-28 16:15:51 +01:00
-->
2023-11-21 21:23:16 +01:00
</div>
</template>