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/pages/index.astro | 244 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 182 insertions(+), 62 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index e60ca5f..a08de2d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,64 +1,36 @@ --- import Layout from "../layouts/Layout.astro"; -import Card from "../components/Card.astro"; +import SocialNavbar from '../components/SocialNavbar.astro'; --- -
- -

- Welcome👋 -

- -
+
+
+

+ Welcome 👋 +

+

+ I'm Pinapelz a Software Engineering + student at UC Irvine +

+

+ Sometimes I make cool things. Feel free to go and check them out! +

+ +
+
+
-- cgit v1.2.3