diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index fe5d525..d7d72f7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,6 @@

Welcome to my corner of the internet

-

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

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.

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.

\ No newline at end of file diff --git a/src/routes/homelab/+page.svelte b/src/routes/homelab/+page.svelte index 73d4a16..8cfd791 100644 --- a/src/routes/homelab/+page.svelte +++ b/src/routes/homelab/+page.svelte @@ -6,7 +6,7 @@
-

Homelab

+

Homelab

diff --git a/src/routes/next.js_weather/+page.svelte b/src/routes/next.js_weather/+page.svelte index 9961069..b928fe8 100644 --- a/src/routes/next.js_weather/+page.svelte +++ b/src/routes/next.js_weather/+page.svelte @@ -4,7 +4,7 @@
-

Weather application

+

Weather application

this is a simple application to fetch a weekly weather forecast.

It's built in react/nextjs using typescript and Tailwind CSS. It queries Google Places API for geo location and then queries open-meteo API for the weather forecast.

While it's still under development you can try it out at weather.rannes.dev

diff --git a/src/routes/portfolio_project/+page.svelte b/src/routes/portfolio_project/+page.svelte index 1bdc329..79c22c5 100644 --- a/src/routes/portfolio_project/+page.svelte +++ b/src/routes/portfolio_project/+page.svelte @@ -4,6 +4,6 @@
-

Svelte Portfolio Page

+

Svelte Portfolio Page

This portfolio is built using Svelte & Svelte kit and Tailwind CSS as a simple static page.

\ No newline at end of file