From 1c1c5db4caf55e3204b82bfa4b39a50ff1283b06 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 20 Sep 2023 00:24:08 -0700 Subject: implemented project page with cards --- src/components/SocialNavbar.astro | 113 +++++++++++++++++++++++++------------- 1 file changed, 76 insertions(+), 37 deletions(-) (limited to 'src/components/SocialNavbar.astro') diff --git a/src/components/SocialNavbar.astro b/src/components/SocialNavbar.astro index ed020e4..95aa1a2 100644 --- a/src/components/SocialNavbar.astro +++ b/src/components/SocialNavbar.astro @@ -1,46 +1,85 @@ --- -import '@fortawesome/fontawesome-free/css/all.min.css'; +import "@fortawesome/fontawesome-free/css/all.min.css"; --- +
-
- - - - - - -
-
\ No newline at end of file +
+ + + + + + +
+ -- cgit v1.2.3