From 282422e8f8ac3db867f502ec71d3894f2cbf60af Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sun, 12 May 2024 14:21:10 +0200 Subject: [PATCH] fixed fade and added nextjs project to portfolio. --- src/routes/+layout.svelte | 4 ++-- src/routes/learnings/+page.svelte | 7 ++++++- src/routes/next.js_weather/+page.svelte | 11 +++++++++++ src/routes/portfolio_project/+page.svelte | 10 +++++++++- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 src/routes/next.js_weather/+page.svelte diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 785bbe3..c2d203a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -13,11 +13,11 @@ }, { name: "whoami", - subPages: ["about", "resume", "homelab"], + subPages: ["about", "resume"], }, { name: "portfolio", - subPages: ["learnings", "portfolio_project"], + subPages: ["learnings", "portfolio_project", "next.js_weather", "homelab"], }, { name: "contact", diff --git a/src/routes/learnings/+page.svelte b/src/routes/learnings/+page.svelte index 167a581..9bce552 100644 --- a/src/routes/learnings/+page.svelte +++ b/src/routes/learnings/+page.svelte @@ -1 +1,6 @@ -

Blog style learnings description.

\ No newline at end of file + +

Still learning how to cms.

\ No newline at end of file diff --git a/src/routes/next.js_weather/+page.svelte b/src/routes/next.js_weather/+page.svelte new file mode 100644 index 0000000..9961069 --- /dev/null +++ b/src/routes/next.js_weather/+page.svelte @@ -0,0 +1,11 @@ + +
+

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

+
\ No newline at end of file diff --git a/src/routes/portfolio_project/+page.svelte b/src/routes/portfolio_project/+page.svelte index 81cb7ed..1bdc329 100644 --- a/src/routes/portfolio_project/+page.svelte +++ b/src/routes/portfolio_project/+page.svelte @@ -1 +1,9 @@ -

this is the page describing my portfolio project in juuuuuust a second.

\ No newline at end of file + +
+

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