@@ -28,59 +28,28 @@ const projects = await getCollection('projects', ({ data }) => {
28
28
29
29
<Layout title ={ SITE .TITLE } description ={ SITE .DESCRIPTION } >
30
30
<div class =' divide-y divide-dashed' >
31
- <!-- hero section -->
31
+ <!-- about section -->
32
32
<Container class =' border-t border-dashed' >
33
33
<section
34
- class =' overflow-x-hidden sm:border-x sm:border-dashed sm:bg-background py-16 lg:py-24 flex items-center flex-col justify-center'
34
+ class =' overflow-x-hidden sm:border-x sm:border-dashed sm:px-4 md:px-0 sm: bg-background py-14 md:py- 16 lg:py-28 md: items-center flex flex-col justify-center'
35
35
>
36
- <div
37
- class =' inline-flex items-center rounded-lg border px-3 py-1 text-sm md:text-base font-medium mb-4 bg-background'
38
- >
39
- <span >Hi there, I' m Taqib</span >
40
- </div >
41
- <h1 class =' max-w-4xl text-4xl font-semibold md:text-5xl lg:text-6xl text-center' >
42
- A
43
- <span
44
- class =' inline-block underline underline-offset-2 decoration-dashed decoration-emerald-500'
45
- >
46
- Frontend
47
- </span >
48
- web developer crafting modern web applications.
36
+ <h1 class =' text-3xl font-semibold md:text-4xl md:text-center mb-6' >
37
+ Hi there, I' m Taqib
49
38
</h1 >
50
-
51
- </section >
52
- </Container >
53
-
54
- <!-- about section -->
55
- <Container >
56
- <section
57
- id =' about'
58
- class =' sm:border-x sm:border-dashed px-4 md:px-6 sm:bg-background space-y-12 py-8 md:py-12 lg:py-24'
59
- >
60
- <div class =' mx-auto flex flex-col space-y-4' >
61
- <h2
62
- class =' font-medium text-2xl leading-[1.1] sm:text-3xl md:text-4xl text-center mb-6'
39
+ <div class =' space-y-4 md:text-center max-w-prose' >
40
+ <p
41
+ class =' max-w-prose leading-normal text-muted-foreground sm:leading-7'
63
42
>
64
- About me
65
- </h2 >
66
- <!-- -->
67
- <div class =' flex items-center justify-center' >
68
- <div class =' space-y-4 text-center max-w-prose' >
69
- <p
70
- class =' max-w-prose leading-normal text-muted-foreground sm:text-lg sm:leading-7'
71
- >
72
- I'm a self-taught developer based in Abuja, Nigeria. I have a
73
- passion for web development and love to create web applications
74
- that are accessible, fast, and user-friendly.
75
- </p >
76
- <p
77
- class =' max-w-prose leading-normal text-muted-foreground sm:text-lg sm:leading-7'
78
- >
79
- Currently, learning about design systems and UI/UX fundamentals,
80
- aiming to improve my web development skills and create visually appealing web experiences.
81
- </p >
82
- </div >
83
- </div >
43
+ I'm a self-taught developer based in Abuja, Nigeria. I have a
44
+ passion for web development and love to create web applications
45
+ that are accessible, fast, and user-friendly.
46
+ </p >
47
+ <p
48
+ class =' max-w-prose leading-normal text-muted-foreground sm:leading-7'
49
+ >
50
+ Currently, learning about design systems and UI/UX fundamentals,
51
+ aiming to improve my web development skills and create visually appealing web experiences.
52
+ </p >
84
53
</div >
85
54
</section >
86
55
</Container >
@@ -91,16 +60,16 @@ const projects = await getCollection('projects', ({ data }) => {
91
60
id =' projects'
92
61
class =' sm:bg-background space-y-12 py-8 md:py-12 lg:py-24 sm:border-x sm:border-dashed sm:px-6 md:px-10 lg:px-16'
93
62
>
94
- <div class =' mx-auto flex flex-col space-y-4 justify-center text-center' >
63
+ <div class =' mx-auto flex flex-col space-y-4 justify-center md: text-center' >
95
64
<h2
96
65
class =' font-semibold text-2xl leading-[1.1] sm:text-3xl md:text-4xl'
97
66
>
98
67
Projects
99
68
</h2 >
100
69
<p
101
- class =' max-w-prose mx-auto leading-normal text-muted-foreground sm:text-lg sm: leading-7'
70
+ class =' max-w-prose mx-auto leading-normal text-muted-foreground sm:leading-7'
102
71
>
103
- I Love learning and staying engaged through exciting new projects. Here
72
+ I love staying engaged through exciting new projects, here
104
73
are a few I've spent my time on.
105
74
</p >
106
75
</div >
@@ -122,18 +91,18 @@ const projects = await getCollection('projects', ({ data }) => {
122
91
<Container >
123
92
<section
124
93
id =' skills'
125
- class =' sm:border-x sm:border-dashed sm:px-14 py-8 md:py-12 lg:py-28 space-y-14 lg:space-y-20'
94
+ class =' sm:border-x sm:border-dashed sm:px-14 py-14 md:py-16 lg:py-28 space-y-14 lg:space-y-20'
126
95
>
127
96
<div
128
- class =' mx-auto flex max-w-[58rem] flex-col items-center justify-center gap-4 text-center'
97
+ class =' mx-auto flex max-w-prose flex-col items-center justify-center gap-4 text-center'
129
98
>
130
99
<h2
131
- class =' font-medium text-3xl leading-[1.1] sm:text-3xl md:text-5xl '
100
+ class =' font-medium text-3xl leading-[1.1] md:text-4xl '
132
101
>
133
102
Stack
134
103
</h2 >
135
104
<p
136
- class =' max-w-[85%] leading-normal text-muted-foreground sm:text-lg sm:leading-7'
105
+ class =' leading-normal text-muted-foreground sm:leading-7'
137
106
>
138
107
The technologies I work with most frequently
139
108
</p >
@@ -208,18 +177,18 @@ const projects = await getCollection('projects', ({ data }) => {
208
177
class =' sm:border-x sm:border-dashed py-8 md:py-12 lg:py-24 space-y-10'
209
178
>
210
179
<div
211
- class =' mx-auto flex max-w-[58rem] flex-col items-center justify-center gap-4 text-center'
180
+ class =' mx-auto flex max-w-[58rem] flex-col md: items-center justify-center gap-4 text-center'
212
181
>
213
182
<h2
214
- class =' font-medium text-3xl leading-[1.1] sm:text-3xl md:text-5xl '
183
+ class =' font-medium text-3xl leading-[1.1] md:text-4xl '
215
184
>
216
185
Get in touch
217
186
</h2 >
218
187
<p
219
- class =' max-w-[85%] leading-normal text-muted-foreground sm:text-lg sm:leading-7'
188
+ class =' max-w-prose leading-normal text-muted-foreground sm:leading-7'
220
189
>
221
190
I'm actively seeking new opportunities to apply my skills and create
222
- value. Whether you have a project in mind, a job opportunity, or
191
+ value. Whether you have a project in mind or
223
192
just want to connect, I'd love to hear from you.
224
193
</p >
225
194
</div >
@@ -232,7 +201,7 @@ const projects = await getCollection('projects', ({ data }) => {
232
201
>
233
202
<div >
234
203
<h3 class =' font-semibold text-lg' >
235
- You can contact me via email at
204
+ You can email me at
236
205
</h3 >
237
206
<p
238
207
class =' w-fit relative after:absolute after:bg-foreground after:h-px after:w-1/2 after:top-auto after:bottom-0 after:left-0 after:scale-x-0 after:origin-right hover:after:scale-x-100 lg:hover:after:origin-left transition after:transition after:duration-300'
0 commit comments