Skip to content

Commit 9c57b0a

Browse files
author
Adam Plesnik
committed
Remove Tailwind job application info from the title
1 parent ffc9391 commit 9c57b0a

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/partials/MainTitle.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,7 @@ import Paragraph from '../components/Paragraph.tsx'
55
const MainTitle = () => {
66
return (
77
<>
8-
<Heading size={1}>
9-
Hello, I am Adam Plesník. This website serves as my application for the Tailwind Labs Design
10-
Engineer position. It features the Scroll-driven Animations{' '}
11-
<Link
12-
href="https://github.com/adamplesnik/tailwindcss-scroll-driven-animations"
13-
target="_blank"
14-
borderWidth="huge"
15-
inline
16-
>
17-
plugin
18-
</Link>{' '}
19-
I&nbsp;created.
20-
</Heading>
8+
<Heading size={1}>Scroll-driven Animations for Tailwind CSS</Heading>
219
<Paragraph size={'small'} className={'pb-12 pt-6 text-zinc-600 dark:text-zinc-400'}>
2210
Bratislava, Slovakia,{' '}
2311
<Link href="https://adamplesnik.com" target="_blank" borderWidth="narrow">

src/views/HomeView.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import Page from '../layouts/Page.tsx'
22
import Animations from '../partials/Animations.tsx'
3-
import Intro from '../partials/Intro.tsx'
43
import MainTitle from '../partials/MainTitle.tsx'
54

65
function HomeView() {
76
return (
87
<Page>
98
<MainTitle />
10-
<Intro />
119
<Animations />
1210
</Page>
1311
)

0 commit comments

Comments
 (0)