From d3d80732df5b8c0253a863bffaaa7a7e5773117b Mon Sep 17 00:00:00 2001 From: David Date: Tue, 2 May 2023 17:04:50 +0100 Subject: [PATCH] add colors, add playground section --- app/components/About.tsx | 7 +- app/components/Contact.tsx | 6 +- app/components/Email.tsx | 4 +- app/components/Footer.tsx | 12 +- app/components/Hero.tsx | 10 +- app/components/Nav.tsx | 60 ++-- app/components/Playground.tsx | 533 +++++++++++++++++++++------------ app/components/Skills.tsx | 34 ++- app/components/SocialLinks.tsx | 13 +- app/components/Work.tsx | 44 ++- app/globals.css | 10 +- app/layout.tsx | 2 +- app/page.tsx | 4 +- tailwind.config.js | 53 +++- 14 files changed, 502 insertions(+), 290 deletions(-) diff --git a/app/components/About.tsx b/app/components/About.tsx index f9d8c60..85c7d36 100644 --- a/app/components/About.tsx +++ b/app/components/About.tsx @@ -18,14 +18,14 @@ export default function About() {
01. -

+

About Me

- +

@@ -64,6 +64,7 @@ export default function About() { className="rounded-md" loading="eager" /> +

diff --git a/app/components/Contact.tsx b/app/components/Contact.tsx index c751cc2..9a96a84 100644 --- a/app/components/Contact.tsx +++ b/app/components/Contact.tsx @@ -15,7 +15,7 @@ export default function Contact() { >
05. @@ -26,7 +26,7 @@ export default function Contact() {
-

+

Get In Touch

@@ -38,7 +38,7 @@ export default function Contact() { Email Me diff --git a/app/components/Email.tsx b/app/components/Email.tsx index 919042f..1f86830 100644 --- a/app/components/Email.tsx +++ b/app/components/Email.tsx @@ -9,7 +9,7 @@ const mono = DM_Mono({ export default function Email() { return ( -