From f9a87aeaa7b1a6a4e7090dc98f6acabe6a6d1c7d Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 30 Dec 2022 16:38:14 -0600 Subject: [PATCH] Add cover section to index --- src/pages/index.tsx | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3d23075..e4b266e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -99,16 +99,25 @@ const Home: NextPage = ({projects}: HomeStaticProps) => { -
-
-
- { - projects.map((project, index) => - - ) - } +
+
+
+
Hi. I'm Ryan Walters.
+
Full Stack Software Developer
+
+
+ +
+
+
+ { + projects.map((project, index) => + + ) + } +