From fb76d08ff5ac72956aec7fdf0d79d6748c57a556 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Fri, 15 Mar 2024 02:25:07 +0100 Subject: [PATCH] feat: add basic info and styling --- app/page.tsx | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index a679148..e9b3d8f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,3 +1,28 @@ export default async function Index() { - return <>Hello; + return ( +
+
+ Stan Runge +

Stan Runge

+
+ +
+

Experience

+ Founder +

Vash Software

+
+
+ Software Engineer Intern +

H5mag

+
+
+ Junior IT Specialist +

Finance Plus

+
+
+

Education

+ The Hague University of Applied Sciences +
+
+ ); }