···2233this is my portfolio, created using sveltekit, threlte, threejs and tailwind. wip.
4455+## demos
66+57[see it live here](https://flo-bit.github.io/)
6879[vr version here](https://flo-bit.github.io/vr) (only tested on quest 3)
81099-## demos
1010-1111
12121313-older demo videos:
1313+demo videos:
14141515-https://github.com/flo-bit/flo-bit.github.io/assets/45694132/481296b2-f36d-466c-9741-4dd5771eb306
1515+https://github.com/user-attachments/assets/757d9b20-2232-4012-8013-68d5997960e6
16161717https://github.com/flo-bit/flo-bit.github.io/assets/45694132/a251ab6f-a416-4a2d-905f-8dffb2e36e0f
1818+1919+## techstack
2020+2121+- sveltekit (static build using `@sveltejs/adapter-static`)
2222+- threlte (svelte wrapper for threejs)
2323+- tailwind
2424+- automatic deployment using github actions to github pages
2525+- typescript
2626+2727+## development
2828+2929+clone the repo, install dependencies and run the dev server:
3030+3131+```bash
3232+git clone https://github.com/flo-bit/flo-bit.github.io.git
3333+npm install
3434+npm run dev
3535+```
3636+3737+when using it for your own portfolio, please remove the posthog analytics script from `src/app.html` (line 3-6)
···3737 </div>
3838 <div class="lg:order-first lg:row-span-2">
3939 <h1
4040- class="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl"
4040+ class="text-4xl font-bold tracking-tight text-zinc-800 sm:leading-[3.5rem] dark:text-zinc-100 sm:text-5xl"
4141 >
4242- hey there, i'm florian. i live in berlin, where i create things for the web.
4242+ i'm florian. i live in berlin, where i create things for the web.
4343 </h1>
4444 <div class="mt-6 space-y-7 text-base text-zinc-600 dark:text-zinc-400">
4545 <p>
4646- i was one of the only kids in my class without a game console, but we did have a computer.
4747- when i was 12, I got a coding book for christmas and started making my own games in C and
4848- opengl. though i never finished any of those early projects, i got hooked on
4949- programming.
4646+ i was one of the only kids in my class without a game console, but we did have a
4747+ computer. when i was 12, I got a coding book for christmas and started making my own
4848+ games in C and opengl. though i never finished any of those early projects, i got
4949+ hooked on programming.
5050 </p>
5151 <p>
5252- after school, I started studying computer science and started working as a software developer.
5353- i really love the web because it's so accessible — anyone with a device and internet can
5454- access your work instantly. publishing and sharing your work is also pretty simple,
5555- whether as a website, a pwa, or a serverless function/api.
5252+ after school, I started studying computer science and started working as a software
5353+ developer. i really love the web because it's so accessible — anyone with a device and
5454+ internet can access your work instantly. publishing and sharing your work is also
5555+ pretty simple, whether as a website, a pwa, or a serverless function/api.
5656 </p>
5757 <p>
5858- in my free time, i build lots of web-based projects. i really like the
5959- intersection of design and development. I love learning new things and am always
6060- looking for new cool projects.
6161- If you want to build something together or just want to connect, feel free to <a
6262- href="#contact"
6363- class="text-cyan-400 hover:text-cyan-300 font-semibold"
6464- >
5858+ in my free time, i build lots of web-based projects. i really like the intersection of
5959+ design and development. I love learning new things and am always looking for new cool
6060+ projects. If you want to build something together or just want to connect, feel free
6161+ to <a href="#contact" class="text-cyan-400 hover:text-cyan-300 font-semibold">
6562 reach out.
6663 </a>
6764 </p>