From 599437caddfa1399cf475dd70c6da4adcaadb96e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 19 Sep 2023 17:53:21 -0700 Subject: implemented home page - CSS animation - Social media navbar --- src/components/SocialNavbar.astro | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/components/SocialNavbar.astro (limited to 'src/components/SocialNavbar.astro') diff --git a/src/components/SocialNavbar.astro b/src/components/SocialNavbar.astro new file mode 100644 index 0000000..ed020e4 --- /dev/null +++ b/src/components/SocialNavbar.astro @@ -0,0 +1,46 @@ +--- +import '@fortawesome/fontawesome-free/css/all.min.css'; +--- + + +
+
+ + + + + + +
+
\ No newline at end of file -- cgit v1.2.3