[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

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

update about

Florian (Sep 22, 2024, 12:14 AM +0200) 4308d957 21489aff

+14 -17
+14 -17
src/lib/components/About.svelte
··· 37 37 </div> 38 38 <div class="lg:order-first lg:row-span-2"> 39 39 <h1 40 - class="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl" 40 + class="text-4xl font-bold tracking-tight text-zinc-800 sm:leading-[3.5rem] dark:text-zinc-100 sm:text-5xl" 41 41 > 42 - hey there, i'm florian. i live in berlin, where i create things for the web. 42 + i'm florian. i live in berlin, where i create things for the web. 43 43 </h1> 44 44 <div class="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400"> 45 45 <p> 46 - i was one of the only kids in my class without a game console, but we did have a computer. 47 - when i was 12, I got a coding book for christmas and started making my own games in C and 48 - opengl. though i never finished any of those early projects, i got hooked on 49 - programming. 46 + i was one of the only kids in my class without a game console, but we did have a 47 + computer. when i was 12, I got a coding book for christmas and started making my own 48 + games in C and opengl. though i never finished any of those early projects, i got 49 + hooked on programming. 50 50 </p> 51 51 <p> 52 - after school, I started studying computer science and started working as a software developer. 53 - i really love the web because it's so accessible — anyone with a device and internet can 54 - access your work instantly. publishing and sharing your work is also pretty simple, 55 - whether as a website, a pwa, or a serverless function/api. 52 + after school, I started studying computer science and started working as a software 53 + developer. i really love the web because it's so accessible — anyone with a device and 54 + internet can access your work instantly. publishing and sharing your work is also 55 + pretty simple, whether as a website, a pwa, or a serverless function/api. 56 56 </p> 57 57 <p> 58 - in my free time, i build lots of web-based projects. i really like the 59 - intersection of design and development. I love learning new things and am always 60 - looking for new cool projects. 61 - If you want to build something together or just want to connect, feel free to <a 62 - href="#contact" 63 - class="text-cyan-400 hover:text-cyan-300 font-semibold" 64 - > 58 + in my free time, i build lots of web-based projects. i really like the intersection of 59 + design and development. I love learning new things and am always looking for new cool 60 + projects. If you want to build something together or just want to connect, feel free 61 + to <a href="#contact" class="text-cyan-400 hover:text-cyan-300 font-semibold"> 65 62 reach out. 66 63 </a> 67 64 </p>