File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,7 @@ import Paragraph from '../components/Paragraph.tsx'
55const 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 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" >
Original file line number Diff line number Diff line change 11import Page from '../layouts/Page.tsx'
22import Animations from '../partials/Animations.tsx'
3- import Intro from '../partials/Intro.tsx'
43import MainTitle from '../partials/MainTitle.tsx'
54
65function HomeView ( ) {
76 return (
87 < Page >
98 < MainTitle />
10- < Intro />
119 < Animations />
1210 </ Page >
1311 )
You can’t perform that action at this time.
0 commit comments