[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.

add meta tags

+22 -4
+22 -4
src/app.html
··· 8 8 9 9 <meta name="google-site-verification" content="frsBST6xMOejSf_3O7B20ljNlkrO3oME-UxnTdaosO4" /> 10 10 <meta name="viewport" content="width=device-width" /> 11 + 12 + <!-- HTML Meta Tags --> 13 + <title>My Portfolio - Florian Killius</title> 14 + <meta name="description" content="Hello World! This is my portfolio website, I'm Florian Killius, a Full-Stack Software Engineer based in Berlin."> 15 + 16 + <!-- Facebook Meta Tags --> 17 + <meta property="og:url" content="https://flo-bit.github.io/"> 18 + <meta property="og:type" content="website"> 19 + <meta property="og:title" content="My Portfolio - Florian Killius"> 20 + <meta property="og:description" content="Hello World! This is my portfolio website, I'm Florian Killius, a Full-Stack Software Engineer based in Berlin."> 21 + <meta property="og:image" content="https://flo-bit.github.io/image.jpg"> 22 + 23 + <!-- Twitter Meta Tags --> 24 + <meta name="twitter:card" content="summary_large_image"> 25 + <meta property="twitter:domain" content="flo-bit.github.io"> 26 + <meta property="twitter:url" content="https://flo-bit.github.io/"> 27 + <meta name="twitter:title" content="My Portfolio - Florian Killius"> 28 + <meta name="twitter:description" content="Hello World! This is my portfolio website, I'm Florian Killius, a Full-Stack Software Engineer based in Berlin."> 29 + <meta name="twitter:image" content="https://flo-bit.github.io/image.jpg"> 30 + 31 + <!-- Meta Tags Generated via https://www.opengraph.xyz --> 32 + 11 33 %sveltekit.head% 12 34 <script> 13 35 var mostVisible=function(){"use strict";function t(e,n){"string"==typeof e&&(e=document.querySelectorAll(e));const r={...t.defaults,...n};return Array.from(e).reduce(((t,e)=>{let[n,o]=t;const u=function(t,e,n){const r=document.documentElement.clientHeight,o=t.getBoundingClientRect(),u=o.top-e,i=o.bottom-e,c=o.bottom-o.top,f=u>=0&&u<r,s=i>0&&i<r,l=(()=>{if(f)return s?c:r-o.top;if(s)return i;if(c>r&&u<0){const t=Math.abs(u);if(t<c)return c-t}return 0})();return n?l/c*100:l}(e,r.offset,r.percentage);return u>n?[u,e]:[n,o]}),[0,null])[1]}return t.defaults={percentage:!1,offset:0},window&&window.jQuery&&function(t,e){t.fn.mostVisible=function(t){return this.filter(e(this.get(),t))}}(window.jQuery,t),t}(); 14 36 </script> 15 - 16 - <meta name="description" content="Hello World! This is my portfolio website, I'm Florian Killius, a Full-Stack Software Engineer from Berlin."> 17 - 18 - <title>flo-bit portfolio</title> 19 37 </head> 20 38 <body 21 39 data-sveltekit-preload-data="hover"
static/image.jpg

This is a binary file and will not be displayed.