From 4322e4d0d9305ac24c938c40442036f96ba8e87f Mon Sep 17 00:00:00 2001 From: Adam Plesnik Date: Thu, 28 Nov 2024 21:55:31 +0100 Subject: [PATCH] Update spacing, remove AboutMe, move CvTimeline to About --- src/content/AboutMe.tsx | 15 --------------- src/pages/About.tsx | 8 +++++--- src/partials/Layout.tsx | 2 +- 3 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 src/content/AboutMe.tsx diff --git a/src/content/AboutMe.tsx b/src/content/AboutMe.tsx deleted file mode 100644 index f2fbf46..0000000 --- a/src/content/AboutMe.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import CvTimeline from './CvTimeline' - -const AboutMe = () => { - return ( -
-
-
- -
-
-
- ) -} - -export default AboutMe diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 210fcac..bdfb080 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -1,6 +1,6 @@ import Link from '@/components/Link' import Paragraph from '@/components/Paragraph' -import AboutMe from '@/content/AboutMe' +import CvTimeline from '@/content/CvTimeline' const About = () => { return ( @@ -15,11 +15,13 @@ const About = () => { work. Family time is a non-negotiable, and I put high priority in my time off, enjoying mountain bike, hiking and travel—whether with family or solo when needed. - + adam@adamplesnik.com — Bratislava, Slovakia - +
+ +
) } diff --git a/src/partials/Layout.tsx b/src/partials/Layout.tsx index 3aeacc8..e2881a2 100644 --- a/src/partials/Layout.tsx +++ b/src/partials/Layout.tsx @@ -7,7 +7,7 @@ const Layout = () => { return (
-