fixed css
All checks were successful
Node.js CI / build_app (push) Successful in 16s
Node.js CI / build_image (push) Successful in 48s

This commit is contained in:
ChrQR 2024-05-12 20:29:59 +02:00
parent 282422e8f8
commit d6664891ee
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<div class="main-container text-center">
<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1>
<p class="text-left">You most likely ended up here after listening to me rambling about the wonders of self hosted services, and how life would be much easier if we could just containerize everything.
<p>You most likely ended up here after listening to me rambling about the wonders of self hosted services, and how life would be much easier if we could just containerize everything.
</p>
<p class="italic text-sm mt-8">This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many pages are still lacking content.</p>
</div>

View File

@ -6,7 +6,7 @@
</script>
<div in:fade >
<h1 class="text-2xl mb-4 font-normal">Homelab</h1>
<h1 class="text-2xl mb-4">Homelab</h1>
<div class="content text-left">
<article>

View File

@ -4,7 +4,7 @@
</script>
<div in:fade>
<h1 class="text-2xl font-normal">Weather application</h1>
<h1 class="text-2xl">Weather application</h1>
<p>this is a simple application to fetch a weekly weather forecast.</p>
<p>It's built in <span class="font-normal">react/nextjs</span> using <span class="font-normal">typescript</span> and <span class="font-normal">Tailwind CSS</span>. It queries <span class="font-normal">Google Places API</span> for geo location and then queries <span class="font-normal">open-meteo API</span> for the weather forecast.</p>
<p>While it's still under development you can try it out at <a class="underline" href="https://weather.rannes.dev">weather.rannes.dev</a></p>

View File

@ -4,6 +4,6 @@
</script>
<div in:fade>
<h1 class="text-2xl font-normal">Svelte Portfolio Page</h1>
<h1 class="text-2xl">Svelte Portfolio Page</h1>
<p>This portfolio is built using <span class="font-normal">Svelte & Svelte kit</span> and <span class="font-normal">Tailwind CSS</span> as a simple static page.</p>
</div>