2024-05-20 18:26:59 +00:00
|
|
|
<script>
|
|
|
|
import VendorMarquee from '$lib/Landing/VendorMarquee.svelte';
|
|
|
|
</script>
|
|
|
|
|
2024-04-20 16:42:34 +00:00
|
|
|
<div class="main-container text-center">
|
2024-05-18 20:52:43 +00:00
|
|
|
<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1>
|
2024-05-20 18:26:59 +00:00
|
|
|
<VendorMarquee />
|
2024-05-18 20:52:43 +00:00
|
|
|
<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>
|