Skip to content

Commit

Permalink
Update spacing, remove AboutMe, move CvTimeline to About
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Nov 28, 2024
1 parent 3eccba2 commit 4322e4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
15 changes: 0 additions & 15 deletions src/content/AboutMe.tsx

This file was deleted.

8 changes: 5 additions & 3 deletions src/pages/About.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand All @@ -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.
</Paragraph>
<Paragraph big className="mb-16 px-6 sm:px-8 md:px-12">
<Paragraph big className="mb-24 px-6 sm:px-8 md:px-12">
<Link href="mailto:adam@adamplesnik.com">adam@adamplesnik.com</Link> &mdash; Bratislava,
Slovakia
</Paragraph>
<AboutMe />
<div className="mb-24 flex flex-col gap-2 bg-cv-light p-6 sm:p-8 md:p-12 dark:bg-cv-dark">
<CvTimeline />
</div>
</>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Layout = () => {
return (
<div className="flex flex-col pt-8">
<ScrollRestoration />
<div className="sticky top-0 z-50 mb-12 flex h-16 w-full items-baseline gap-8 bg-gradient-to-b from-white/80 px-6 pt-5 sm:px-8 md:px-12 dark:from-zinc-800/80">
<div className="sticky top-0 z-50 mb-16 flex h-16 w-full items-baseline gap-8 bg-gradient-to-b from-white/80 px-6 pt-5 sm:px-8 md:px-12 dark:from-zinc-800/80">
<a href="/" className="cursor-pointer">
<Heading size={1}>Adam Plesník</Heading>
</a>
Expand Down

0 comments on commit 4322e4d

Please sign in to comment.