From 6becb8cf09c02c93e0f5030957015ed4ea07789d Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Mon, 5 Aug 2024 22:17:34 -0500 Subject: style: basic styles and create profile component --- src/pages/index.astro | 124 ++++---------------------------------------------- 1 file changed, 10 insertions(+), 114 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index fb62628..6d91e65 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,123 +1,19 @@ --- import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; +import Profile from '../components/Profile.astro'; --- -
- -

Welcome to Astro

-

- To get started, open the directory src/pages in your project.
- Code Challenge: Tweak the "Welcome to Astro" message above. -

- -
+
+ +
-- cgit v1.2.3