-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
423 lines (421 loc) · 18.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://api.fontshare.com/v2/css?f[]=general-sans@500,600,400,700&display=swap"
rel="stylesheet"
/>
<meta name="description" content="My Portfolio website" />
<meta name="author" content="Mohammad Ansil" />
<meta name="keywords" content="portfolio, showcase, projects, work, experience, skills, about me, contact, resume, gallery, design, development, illustration, case studies, blog, clients, services, personal portfolio, online portfolio, web developer portfolio, web dev portfolio, creative portfolio, digital portfolio, ux/ui portfolio, portfolio templates, web designer portfolio, portfolio showcase, responsive portfolio website, modern portfolio design, html, css, js, java script, react, react js, tailwind css, vite, next js, next.js" />
<title>4nsil :)</title>
</head>
<body>
<header class="header container">
<nav>
<ul class="header__menu">
<li>
<a class="header__link" href="#about">About</a>
</li>
<li>
<a class="header__link" href="#featured">Work</a>
</li>
<li>
<a class="header__link" href="#contact">Contact</a>
</li>
<li class="header__line"></li>
<li>
<button
aria-label="theme-toggle btn"
id="theme-toggle"
class="header__sun"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"
/>
</svg>
</button>
</li>
<li>
<a class="header__resume btn" type="_blank" href="https://drive.google.com/file/d/1kTbZ7yBF1yFFucXGTkcrw70fBL65uRmj/view?usp=drive_link">Resume</a>
</li>
</ul>
<button aria-label="mobile nav button" class="header__bars">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75zM3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12zm0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75z"
clip-rule="evenodd"
/>
</svg>
</button>
</nav>
</header>
<!-- Mobile Navigation -->
<div class="mobile-nav">
<nav>
<ul class="mobile-nav__menu">
<li>
<a class="mobile-nav__link" href="#about">About</a>
</li>
<li>
<a class="mobile-nav__link" href="#featured">Work</a>
</li>
<li>
<a class="mobile-nav__link" href="#contact">Contact</a>
</li>
<li class="mobile-nav__link-line"></li>
<li>
<button
aria-label="theme-toggle btn"
id="theme-toggle"
class="mobile-nav__sun"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"
/>
</svg>
</button>
</li>
<li>
<a class="mobile-nav__btn btn" href="https://drive.google.com/file/d/1kTbZ7yBF1yFFucXGTkcrw70fBL65uRmj/view?usp=drive_link" type="_blank">Resume</a>
</li>
</ul>
</nav>
</div>
<!-- End of Mobile Navigation -->
<main>
<section class="hero container">
<img class="hero__img" src="/hero.jpg" alt="Profile picture" />
<h2 class="hero__subtitle">Hi, I'm Ansil 👋</h2>
<h1 class="hero__title">
FRONT-END <br />
WEB DEVELOPER.
</h1>
<p class="hero__description">
A passionate <strong>Frontend / Fullstack-Jamstack</strong> web
developer and <strong>UI/UX</strong>
enthusiast specialized in building stunning pixel-perfect interactive
websites/applications.
</p>
<a class="hero__btn btn" href="#">Reach out</a>
</section>
<section id="about" class="about container section">
<div class="about__content">
<h2 class="about__title">About</h2>
<p class="about__description">
Hello there! I'm Ansil, a
<strong>Frontend / Fullstack-Jamstack</strong> web developer based
near <a> Kerala </a>. I wake up in the morning, grab a cup of chai, <a> Turn ON </a> my pc and solve 5 leetcode questions and build things that live on the web all day, everyday.
</p>
<p class="about__description">
People who know me say I'm obsessed, that's fair, I am very driven
and love learning new things.
</p>
<p class="about__description">
I recently created a website called <a>Slaying The Dragon</a> where you can embark on a journey of self-discovery and resilience.
</p>
<hr class="about__hr" />
<h3 class="about__subtitle">Technologies</h3>
<div class="about__ul-container">
<ul class="about__ul">
<li class="about__list">JavaScript (ES6+)</li>
<li class="about__list">CSS</li>
<li class="about__list">HTML</li>
</ul>
<ul class="about__ul">
<li class="about__list">ReactJS</li>
<li class="about__list">NextJS</li>
<li class="about__list">TailwindCSS</li>
</ul>
</div>
</div>
<div class="about__img-wrapper">
<img
class="about__img lazy loading"
src="https://via.placeholder.com/720"
data-src="/about.png"
alt="Profile picture"
/>
</div>
</section>
<section id="featured" class="featured container section">
<h3 class="featured__subtitle">Featured project</h3>
<div class="featured__wrapper">
<h2 class="featured__title">Slaying The Dragon</h2>
<a
aria-label="link featured projects"
class="featured__link"
href="#"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244"
/>
</svg>
</a>
</div>
<p class="featured__description">
Among all the means that wisdom offers for attaining happiness, the greatest is the possession of friendship. Without friends, life loses its appeal, regardles of wealth or power. Friends offer solace in times of need, encouragement in youth, and support in old age. They enrich our lives, making joy more vibrant and sorrow more bearable. Friendship knows no barriers and accompanies us through all stages of life, like stars in the open sky :)
</p>
<div class="featured__info-container">
<div>
<h3 class="featured__label">Tech stack</h3>
<ul class="featured__tech-stack">
<li class="featured__info">TailwindCSS</li>
<li class="featured__info">ReactJS</li>
<li class="featured__info">React-hook-form</li>
<li class="featured__info">NextJS</li>
<li class="featured__info">Axios</li>
<li class="featured__info">Supabase</li>
<li class="featured__info">Stripe</li>
</ul>
</div>
<div>
<h3 class="featured__label">Project type</h3>
<p class="featured__info">Fullstack-Jamstack</p>
</div>
<div>
<h3 class="featured__label">Timeline</h3>
<p class="featured__info">December 2020 - present</p>
</div>
</div>
<div class="featured__img-container">
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/slayingthedragon.png"
alt="Slaying The Dragon hero"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/courses.png"
alt="Slaying The Dragon courses"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/pricing.png"
alt="Slaying The Dragon pricing"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/features.png"
alt="Slaying The Dragon features"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/faq.png"
alt="Slaying The Dragon faqs"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/blog.png"
alt="Slaying The Dragon blog"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/signin.png"
alt="Slaying The Dragon sign-in"
/>
</div>
<div class="featured__img-wrapper">
<img
class="lazy loading"
src="https://via.placeholder.com/1920x968"
data-src="/app.png"
alt="Slaying The Dragon dashboard"
/>
</div>
</div>
</section>
<section class="work container section">
<h2 class="work__title">Projects</h2>
<p class="work__description">
If you accomplish something good with hard work, the labour passes quickly, but the good endures:) if you do something shameful in pursuit of pleasure, the pleasure passes quickly, but the shame endures.
</p>
<div class="work__container">
<!-- Project 1 -->
<h3 class="work__project-title">Wax Motif</h3>
<div class="work__img-wrapper work__image1">
<img
class="lazy loading"
src="https://via.placeholder.com/900"
data-src="/waxmoney.png"
alt="Wax Motif website"
/>
</div>
<div class="work__project work__content1">
<h3 class="work__project-subtitle">Wax Motif</h3>
<p class="work__project-description1">
Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric.
</p>
<p class="work__project-description2">
The most beautiful experience we can have is the mysterious. It is the funcamental emotion that stands at the cradle of true art and true science.
</p>
<a class="btn work__project-btn" href="#">Website</a>
</div>
<!-- Project 2 -->
<h3 class="work__project-title">Draze Force</h3>
<div class="work__img-wrapper work__image2">
<img
class="lazy loading"
src="https://via.placeholder.com/900"
data-src="/drazeforce.png"
alt="Draze Force website"
/>
</div>
<div class="work__project work__content2">
<h3 class="work__project-subtitle">Draze Force</h3>
<p class="work__project-description1">
I have learned to seek my happiness by limiting my desires, rather than in attempting to satisfy them.
</p>
<p class="work__project-description2">
The greatest blessings of mankind are within us and within our reach. A wise man is content with his lot, whatever it may be, without wishing for what he has not.
</p>
<a class="btn work__project-btn" href="#">Website</a>
</div>
<!-- Project 3 -->
<h3 class="work__project-title">Artren</h3>
<div class="work__img-wrapper work__image3">
<img
class="lazy loading"
src="https://via.placeholder.com/900"
data-src="/artren.png"
alt="Artren website"
/>
</div>
<div class="work__project work__content3">
<h3 class="work__project-subtitle">Artren</h3>
<p class="work__project-description1">
Life is not a problem to be solved but a reality to be experienced.
</p>
<p class="work__project-description2">
There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.
</p>
<a class="btn work__project-btn" href="#">Website</a>
</div>
<!-- Project 4 -->
<h3 class="work__project-title">Platform Pro</h3>
<div class="work__img-wrapper work__image4">
<img
class="lazy loading"
src="https://via.placeholder.com/900"
data-src="/platformpro.png"
alt="Platform Pro website"
/>
</div>
<div class="work__project work__content4">
<h3 class="work__project-subtitle">Platform Pro</h3>
<p class="work__project-description1">
It does not matter how slowly you go, as long as you do not stop.
</p>
<p class="work__project-description2">
You don't know what beauty is. You use the word, certainly, but your word is empty. Beauty is known only by one who has known the inner beauty, one who has known the inner flower opening. Then whenever a flower is seen, it reminds you of your inner beauty.
</p>
<a class="btn work__project-btn" href="#">Website</a>
</div>
<!-- Project 5 -->
<h3 class="work__project-title">Wallys Vegan</h3>
<div class="work__img-wrapper work__image5">
<img
class="lazy loading"
src="https://via.placeholder.com/900"
data-src="/wallysvegan.png"
alt="Wallys Vegan website"
/>
</div>
<div class="work__project work__content5">
<h3 class="work__project-subtitle">Wallys Vegan</h3>
<p class="work__project-description1">
Knowledge, if wisely paired with action, builds an indestructible bridge to success.
</p>
<p class="work__project-description2">
Sometimes the bad things that happen in our lives put us directly on the path to the best things that will ever happen to us.
</p>
<a class="btn work__project-btn" href="#">Website</a>
</div>
<!-- Project 6 -->
<h3 class="work__project-title">Old Portfolio</h3>
<div class="work__img-wrapper work__image6">
<img
class="lazy loading"
src="https://via.placeholder.com/900"
data-src="/portfolio.png"
alt="Portfolio website"
/>
</div>
<div class="work__project work__content6">
<h3 class="work__project-subtitle">Old Portfolio</h3>
<p class="work__project-description1">
Life is about not knowing, having to change, taking a moment and making the best of it.
</p>
<p class="work__project-description2">
In the game of life it's a good idea to have a few early losses, which relieves you of the pressure of trying to maintain an undefeated season.
</p>
<a class="btn work__project-btn" href="#">Website</a>
</div>
</div>
</section>
<section id="contact" class="contact container section">
<h2 class="contact__title">Get In Contact</h2>
<p class="contact__description">
Have a web-tastic idea, burning questions, or just want to chat with your coding superhero (that's me, Ansil)? My inbox is the digital Bat-Signal, and I'm always on the lookout for your signals. Send a message, and I'll swoop in with web wisdom. Excelsior! 🚀😂
</p>
<a
class="contact__btn btn"
href="mailto:drazeforce.io@gmail.com"
target="_blank"
>React Out</a
>
</section>
</main>
<footer class="footer container section">
<h3 class="footer__title">~ Mohammad Ansil ~</h3>
</footer>
<script type="module" src="./src/main.js"></script>
</body>
</html>