From b86b16836ce9f5d78cc7a3a562ae076b204e63f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maciej=20P=C4=99dzich?=
Date: Mon, 23 Sep 2024 14:24:14 +0200
Subject: [PATCH] Add featured projects section to the home page
---
src/components/Footer.astro | 18 +++++++++++++---
src/components/Header.astro | 2 --
src/pages/index.astro | 41 +++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 5 deletions(-)
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index abaef03..c3a18e5 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -7,12 +7,24 @@ import NavLink from './NavLink.astro';
© {new Date().getFullYear()} Maciej PÄ™dzich
diff --git a/src/components/Header.astro b/src/components/Header.astro
index be6a8de..b363232 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -10,8 +10,6 @@ import NavLink from './NavLink.astro';
+
+ Featured projects
+
+ -
+ Spotify Playlist Archive - frontend for browsing the spotify-playlist-archive GitHub repository, viewing specific snapshots of indexed playlists and
+ their statistics.
+
+ -
+ Playlist Entry Validator - GitHub bot for validating new playlist entries added via pull requests
+ to the aforementioned archive repository.
+
+ -
+ Six Degrees of F1 - website for visualising the shortest paths between two F1 drivers and
+ their teammates
+
+ -
+ Cats Of Tech - online album of cats that belong to people in the software development
+ industry
+
+
+