-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
673 lines (600 loc) · 39.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
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Sushil Patil">
<meta name="keywords" content="sushil portfolio, Portfolio Sushil, Sushil Portfolio">
<link rel="icon"
href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTmBLnX9HnmwuD40M6nFbC0MonWt2HG7wol4pr0fau2_A&s">
<link rel="stylesheet" href="./src/output.css">
<link rel="stylesheet" href="/src/css/animations.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Sushil-Portfolio</title>
</head>
<body class="dark:bg-neutral-800" id="body">
<!-- ---------------------------- Header section ---------------------------- -->
<header class="bg-white sticky top-0 z-10">
<nav class="flex h-20 items-center px-8 shadow-md justify-between lg:px-12 dark:bg-neutral-900">
<a href="#" class="text-2xl dark:text-white block"><span
class="text-4xl text-blue-600 font-semibold font-mono">Dev.</span>Sushil</a>
<ul class="fixed min-h-1/2 w-full top-0 left-0 bg-white shadow-md space-y-6 px-12 py-14
dark:shadow-neutral-500 dark:text-white dark:bg-neutral-900 z-10 text-lg hidden
lg:flex lg:items-center lg:w-fit lg:static lg:space-x-8 lg:p-0 lg:space-y-0 lg:shadow-none"
id="navLinks">
<li>
<a href="#home" class="underline text-xl text-blue-600 active:text-red-500 duration-75">Home</a>
</li>
<li>
<a href="#about"
class="hover:underline hover:text-xl hover:text-blue-600 active:text-red-500 duration-75">About</a>
</li>
<li>
<a href="#skills"
class="hover:underline hover:text-xl hover:text-blue-600 active:text-red-500 duration-75">Skills</a>
</li>
<li>
<a href="#services"
class="hover:underline hover:text-xl hover:text-blue-600 active:text-red-500 duration-75">Services</a>
</li>
<li>
<a href="#projects"
class="hover:underline hover:text-xl hover:text-blue-600 active:text-red-500 duration-75">Projects</a>
</li>
<li>
<a href="#contact"
class="hover:underline hover:text-xl hover:text-blue-600 active:text-red-500 duration-75">Contact</a>
</li>
<button class="absolute top-0 right-8 text-2xl lg:hidden" onclick="toggleNavLinks()"><i
class="fa fa-remove"></i></button>
</ul>
<span class="flex w-20 h-fit border border-black dark:border-white rounded-sm">
<button onclick="darkModeOn()"
class="p-1 hover:bg-black flex items-center justify-center flex-1 rounded-ss-sm rounded-es-sm">
🌛
</button>
<span class="border border-black dark:border-white"></span>
<button onclick="darkModeOff()"
class="p-1 hover:bg-black flex items-center justify-center flex-1 rounded-ee-sm rounded-se-sm">
☀️
</button>
</span>
<button class="text-2xl lg:hidden dark:text-white" onclick="toggleNavLinks()"><i
class="fa-solid fa-bars"></i></button>
</nav>
</header>
<main class="px-6 lg:px-14 relative">
<!-- ---------------------------- Hero section ---------------------------- -->
<section class="flex flex-col items-center mt-10 md:flex-row-reverse lg:flex-row-reverse lg:mt-20" id="home">
<article class="lg:w-1/2 lg:flex lg:items-center lg:justify-center">
<section class="imgHolder h-60 w-60 border-4 border-neutral-700 dark:border-gray-400 lg:w-80 lg:h-80">
<img src="./src/assets/sushil.png" alt="sushil-image"
class="w-full h-full rounded-lg drop-shadow-md dark:drop-shadow-4xl">
</section>
</article>
<section class="w-full lg:w-1/2 lg:flex lg:items-center lg:justify-center">
<section class="text-left font-sans dark:text-white space-y-4 lg:space-y-6">
<span class="text-xl lg:text-6xl">Hi ! 👋🏻</span>
<h2 class="text-2xl lg:text-4xl">I am <span class="auto-type text-blue-600"></span></h2>
<p class="text-lg text-neutral-700 dark:text-gray-300">A Passionate Full Stack Developer
based in Mumbai Maharashtra, india.</p>
<section class="flex space-x-6 items-center lg:space-x-8">
<div class="h-10 w-10 bg-white shadow-inner dark:text-black shadow-gray-600 flex items-center justify-center text-lg
rounded-full animate-bounce lg:h-16 lg:w-16 lg:text-3xl lg:shadow-md lg:shadow-gray-600">
<i class="fa-brands fa-github"></i>
</div>
<div class="h-10 w-10 bg-white shadow-inner dark:text-black shadow-gray-600 flex items-center justify-center text-lg
rounded-full animate-bounce lg:h-16 lg:w-16 lg:text-3xl lg:shadow-md lg:shadow-gray-600">
<i class="fa-brands fa-linkedin-in"></i>
</div>
<div class="h-10 w-10 bg-white shadow-inner dark:text-black shadow-gray-600 flex items-center justify-center text-lg
rounded-full animate-bounce lg:h-16 lg:w-16 lg:text-3xl lg:shadow-md lg:shadow-gray-600">
<i class="fa-brands fa-instagram"></i>
</div>
<div class="h-10 w-10 bg-white shadow-inner dark:text-black shadow-gray-600 flex items-center justify-center text-lg
rounded-full animate-bounce lg:h-16 lg:w-16 lg:text-3xl lg:shadow-md lg:shadow-gray-600">
<i class="fa-brands fa-twitter"></i>
</div>
</section>
<a href="src/PDF/SUSHIL_CV.pdf" download="SUSHIL_CV.pdf"
class="block w-fit px-4 py-2 rounded-md bg-blue-600 text-white hover:bg-blue-900 lg:px-6 lg:py-4 lg:text-xl">Download
CV</a>
</section>
</section>
</section>
<!-- ---------------------------- About section ---------------------------- -->
<section id="about" class="my-40">
<section class="lg:flex lg:items-center">
<section class="hidden lg:w-2/5 lg:block" id="aboutLeft">
<section class="w-72 h-72 lg:w-96 lg:h-96">
<img src="/src/assets/about-profile.png" alt="sushil-profile-pic"
class="w-full h-full drop-shadow-md dark:drop-shadow-4xl">
</section>
</section>
<section class="space-y-4 lg:w-3/5" id="aboutRight">
<!-- Heading -->
<h2 class="text-blue-600 text-3xl lg:text-6xl">About Me</h2>
<!-- About Content -->
<p class="text-justify text-neutral-700 dark:text-gray-300 leading-10 text-lg lg:w-4/5">
Hello, I'm Sushil Patil, "My exploration in the feild of IT has provided me with
strong proficiency in HTML, CSS, JavaScript, and a fundamental grasp of PHP and MySQL."
My goal is to contribute my skills and passion to meaningful projects that push the boundaries
of technology.
</p>
<button
class="px-4 py-2 rounded-md bg-blue-600 text-white hover:bg-blue-900 lg:px-6 lg:py-4 lg:text-xl">Read
More...</button>
</section>
</section>
</section>
<!-- ---------------------------- Skills section ---------------------------- -->
<section id="skills" class="my-56">
<h2 class="lg:text-center text-blue-600 text-3xl lg:text-6xl my-6 lg:my-14">My Skills</h2>
<section
class="space-y-6 lg:space-y-0 lg:flex lg:items-center lg:justify-between lg:space-x-16 dark:text-white">
<section class="space-y-6 lg:space-y-12 lg:w-1/2 ">
<section class="space-y-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/800px-HTML5_logo_and_wordmark.svg.png"
alt="html-image" class="w-8 h-8 -ml-1 animate-bounce">
<section class="w-full bg-gray-200 rounded-full dark:bg-gray-700">
<section
class="bg-blue-600 text-xs font-medium text-blue-100 text-right p-1 leading-none rounded-full relative h-3 lg:h-5"
style="width: 90%" id="html5">
<span class="absolute text-black -top-6 text-lg dark:text-blue-600">90%</span>
</section>
</section>
</section>
<section class="space-y-2">
<img src="https://1000logos.net/wp-content/uploads/2020/09/CSS-Logo.png" alt="css-image"
class="w-14 h-8 -ml-4 animate-bounce">
<section class="w-full bg-gray-200 rounded-full dark:bg-gray-700">
<section
class="relative bg-blue-600 text-xs font-medium text-blue-100 text-right p-1 leading-none rounded-full h-3 lg:h-5"
style="width: 80%" id="css3">
<span class="absolute text-black -top-6 text-lg dark:text-blue-600">80%</span>
</section>
</section>
</section>
<section class="space-y-2">
<img src="https://1000logos.net/wp-content/uploads/2020/09/JavaScript-Logo.png"
alt="javascript-image" class="w-14 h-8 -ml-4 animate-bounce">
<section class="w-full bg-gray-200 rounded-full dark:bg-gray-700">
<section
class="relative bg-blue-600 text-xs font-medium text-blue-100 text-right p-1 leading-none rounded-full h-3 lg:h-5"
style="width: 70%" id="js">
<span class="absolute text-black -top-6 text-lg dark:text-blue-600">70%</span>
</section>
</section>
</section>
</section>
<section class="space-y-6 lg:space-y-12 lg:w-1/2">
<section class="space-y-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/182px-PHP-logo.svg.png"
alt="php-image" class="w-12 h-6 -ml-1 animate-bounce">
<section class="w-full bg-gray-200 rounded-full dark:bg-gray-700">
<section
class="relative bg-blue-600 text-xs font-medium text-blue-100 text-right p-1 leading-none rounded-full h-3 lg:h-5"
style="width: 80%" id="php">
<span class="absolute text-black -top-6 text-lg dark:text-blue-600">80%</span>
</section>
</section>
</section>
<section class="space-y-2">
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/d/dd/MySQL_logo.svg/150px-MySQL_logo.svg.png"
alt="mysql-image" class="w-14 h-8 animate-bounce">
<section class="w-full bg-gray-200 rounded-full dark:bg-gray-700">
<section
class="relative bg-blue-600 text-xs font-medium text-blue-100 text-right p-1 leading-none rounded-full h-3 lg:h-5"
style="width: 50%" id="mysql">
<span class="absolute text-black -top-6 text-lg dark:text-blue-600">50%</span>
</section>
</section>
</section>
<section class="space-y-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/180px-Laravel.svg.png"
alt="laravel-image" class="w-8 h-8 animate-bounce">
<section class="w-full bg-gray-200 rounded-full dark:bg-gray-700">
<section
class="relative bg-blue-600 text-xs font-medium text-blue-100 text-right p-1 leading-none rounded-full h-3 lg:h-5"
style="width: 50%" id="laravel">
<span class="absolute text-black -top-6 text-lg dark:text-blue-600">50%</span>
</section>
</section>
</section>
</section>
</section>
</section>
<!-- ---------------------------- Service section ---------------------------- -->
<section class="my-56" id="services">
<h2 class="text-3xl text-blue-600 my-6 lg:text-6xl lg:my-14 lg:text-center">Services</h2>
<section class="space-y-6 lg:flex lg:space-y-0 lg:space-x-6">
<section
class="w-full h-fit text-center p-8 bg-blue-100 space-y-3 rounded-md dark:bg-black hover:scale-105">
<h3 class="text-xl font-semibold text-blue-600">Web development</h3>
<p class="text-justify text-lg leading-8 text-neutral-700 dark:text-neutral-50">Explore frontend and
backend technologies
for building
dynamic websites. From React to Node.js, unlock the potential of web development with us.
</p>
<a href="/src/PDF/webDevelopment.pdf"
class="block text-white bg-blue-600 px-4 py-2 w-fit mx-auto rounded-md hover:bg-blue-900 "
target="_blank">Read More...</a>
</section>
<section
class="w-full h-fit text-center p-8 bg-blue-100 space-y-3 rounded-md dark:bg-black hover:scale-105">
<h3 class="text-xl font-semibold text-blue-600">Android Development</h3>
<p class="text-justify text-lg leading-8 text-neutral-700 dark:text-neutral-50">Dive into Android
app development with
Kotlin and Java.
Craft intuitive user experiences and powerful functionalities for mobile devices.
</p>
<a href="/src/PDF/android-development.pdf" target="_blank"
class="block text-white bg-blue-600 px-4 py-2 w-fit mx-auto rounded-md hover:bg-blue-900 ">Read
More...</a>
</section>
<section
class="w-full h-fit text-center p-8 bg-blue-100 space-y-3 rounded-md dark:bg-black hover:scale-105">
<h3 class="text-xl font-semibold text-blue-600">UI UX Designes</h3>
<p class="text-justify text-lg leading-8 text-neutral-700 dark:text-neutral-50">Elevate your designs
with wireframing,
prototyping, and
user research. Join our community and create visually stunning interfaces that captivate users.
</p>
<a href="/src/PDF/ui-ux-design.pdf" target="_blank"
class="block text-white bg-blue-600 px-4 py-2 w-fit mx-auto rounded-md hover:bg-blue-900 ">Read
More...</a>
</section>
</section>
</section>
<!-- ---------------------------- Projects section ---------------------------- -->
<section id="projects" class="my-56">
<h2 class="text-3xl text-blue-600 my-6 lg:text-6xl lg:my-14 lg:text-center">Projects</h2>
<section class="flex flex-wrap space-y-8 lg:space-y-0 lg:gap-y-6 lg:gap-x-1">
<!-- --------------------- Projects cards --------------------- -->
<section class="w-full rounded-md bg-blue-600 lg:w-64 mx-auto lg:shadow-2xl">
<section class="hidden lg:block lg:w-full lg:rounded-md overflow-hidden">
<img src="src/assets/workopia-home-page.png" alt="project-image"
class="h-full w-full object-cover hover:scale-125 lg:object-contain lg:rounded-md">
</section>
<section class="p-4 space-y-4 lg:w-full lg:space-y-0 lg:h-1/2">
<h3 class="text-2xl text-center text-white lg:text-lg">Workopia-Joblisting-Website</h3>
<p class="text-justify text-blue-100 text-lg lg:text-sm">Workopia is a job listing website
It
includes a
custom
Laravel-like router, controller classes, views, a database layer and a project structure
using namespaces and PSR-4 autoloading.</p>
<section>
<strong class="font-semibold block mt-4 lg:text-sm">Tech used :</strong>
<ul class="flex flex-wrap space-x-3 text-blue-950 font-semibold mb-4 lg:text-sm">
<li class="hover:text-blue-50">Html</li>
<li class="hover:text-blue-50">Tailwind CSS</li>
<li class="hover:text-blue-50">MySQL</li>
<li class="hover:text-blue-50">PHP(oop)</li>
</ul>
</section>
<section class="flex justify-between">
<a href="https://github.com/SushilPatil20/WORKOPIA-JOBLISTING-WEBSITE" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Code <i
class="fa-brands fa-github"></i></a>
<!-- <a href="">Go Live</a> -->
</section>
</section>
</section>
<section class="w-full rounded-md bg-blue-600 lg:w-64 lg:mx-auto lg:shadow-2xl">
<section class="hidden lg:block lg:w-full lg:rounded-md overflow-hidden">
<img src="src/assets/client-panel-aquaFins.png" alt="project-image"
class="h-full w-full object-cover lg:object-contain lg:rounded-md hover:scale-125">
</section>
<section class="p-4 space-y-4 lg:w-full lg:space-y-0 lg:h-1/2">
<h3 class="text-2xl text-center text-white lg:text-lg">AquaFinsEmporium (Aqua E-commers)</h3>
<p class="text-justify text-blue-100 text-lg lg:text-sm">AquaFinsEmporium: Your e-commerce
solution for
aquarium needs. Built with a custom router, controllers, and views, it ensures seamless
shopping. Utilizing namespaces and PSR-4 autoloading, it's your go-to for aquatic
essentials.</p>
<section>
<strong class="font-semibold block mt-4 lg:text-sm">Tech used :</strong>
<ul class="flex flex-wrap space-x-3 text-blue-950 font-semibold mb-4 lg:text-sm">
<li class="hover:text-blue-50">Html</li>
<li class="hover:text-blue-50">CSS</li>
<li class="hover:text-blue-50">PHP(oop)</li>
<li class="hover:text-blue-50">MySQL</li>
<li class="hover:text-blue-50">Bootstrap</li>
<li class="hover:text-blue-50">JQuery</li>
</ul>
</section>
<section class="flex justify-between">
<a href="https://github.com/SushilPatil20/AquaFinsEmporium" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Code <i
class="fa-brands fa-github"></i></a>
<!-- <a href="">Go Live</a> -->
</section>
</section>
</section>
<section class="w-full rounded-md bg-blue-600 lg:w-64 lg:mx-auto lg:shadow-2xl">
<section class="hidden lg:block lg:w-full lg:rounded-md overflow-hidden">
<img src="/src/assets/blog-App.png" alt="project-image"
class="h-full w-full object-cover lg:rounded-md hover:scale-125">
</section>
<section class="p-4 space-y-4 lg:w-full lg:space-y-0 lg:h-1/2">
<h3 class="text-2xl text-center text-white lg:text-lg">Personal Blog website (Single Page)</h3>
<p class="text-justify text-blue-100 text-lg lg:text-sm">Delve into my polished, responsive
single-page
blog, crafted with HTML, CSS, and JavaScript. Engage with captivating content and
interactive features for an immersive user experience.</p>
<section>
<strong class="font-semibold block mt-4 lg:text-sm">Tech used :</strong>
<ul class="flex flex-wrap space-x-3 text-blue-950 font-semibold mb-4 lg:text-sm">
<li class="hover:text-blue-50">Html</li>
<li class="hover:text-blue-50">CSS</li>
<li class="hover:text-blue-50">Java Script</li>
</ul>
</section>
<section class="flex justify-between">
<a href="https://github.com/SushilPatil20/Assignments-1-single-page-blog-post-webpage"
target="_blank" class="text-sm text-blue-100 font-semibold hover:underline">Code <i
class="fa-brands fa-github"></i></a>
<a href="https://6624e2c0b8e8989385410090--phenomenal-medovik-d0c60e.netlify.app/"
target="_blank" class="text-sm text-blue-100 font-semibold hover:underline">Go Live</a>
</section>
</section>
</section>
<section class="w-full rounded-md bg-blue-600 lg:w-64 lg:mx-auto lg:shadow-2xl">
<section class="hidden lg:block lg:w-full lg:rounded-md overflow-hidden">
<img src="/src/assets/budget-App.png" alt="project-image"
class="h-full w-full object-cover lg:object-contain lg:rounded-md hover:scale-125">
</section>
<section class="p-4 space-y-4 lg:w-full lg:space-y-0 lg:h-1/2">
<h3 class="text-2xl text-center text-white lg:text-lg">Simple Budget App</h3>
<p class="text-justify text-blue-100 text-lg lg:text-sm">Experience seamless financial
management anytime,
anywhere with this intuitive budget app. With the added convenience of a Day-Night mode
feature, users can effortlessly control their finances in any lighting condition. </p>
<section>
<strong class="font-semibold block mt-4 lg:text-sm">Tech used :</strong>
<ul class="flex flex-wrap space-x-3 text-blue-950 font-semibold mb-4 lg:text-sm">
<li class="hover:text-blue-50">Html</li>
<li class="hover:text-blue-50">CSS</li>
<li class="hover:text-blue-50">Java Script</li>
</ul>
</section>
<section class="flex justify-between">
<a href="https://github.com/PatilSushil20/Budget-Application" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Code <i
class="fa-brands fa-github"></i></a>
<a href="https://6630d27084bad4cf72758245--teal-moonbeam-11fb9b.netlify.app/"
target="_blank" class="text-sm text-blue-100 font-semibold hover:underline">Go Live</a>
</section>
</section>
</section>
<section class="w-full rounded-md bg-blue-600 lg:w-64 lg:mx-auto lg:shadow-2xl">
<section class="hidden lg:block lg:w-full lg:rounded-md overflow-hidden">
<img src="src/assets/todo-App.png" alt="project-image"
class="h-full w-full object-cover lg:object-contain lg:rounded-md hover:scale-125">
</section>
<section class="p-4 space-y-4 lg:w-full lg:space-y-0 lg:h-1/2">
<h3 class="text-2xl text-center text-white lg:text-lg">My ToDo App
</h3>
<p class="text-justify text-blue-100 text-lg lg:text-sm">Meet our user-friendly todo app, your
ultimate task-management ally. Seamlessly add tasks with a tap, swiftly delete completed
ones, and effortlessly edit details—all at your fingertips. Enjoy a hassle-free experience
as you organize your day with ease.</p>
<section>
<strong class="font-semibold block mt-4 lg:text-sm">Tech used :</strong>
<ul class="flex flex-wrap space-x-3 text-blue-950 font-semibold mb-4 lg:text-sm">
<li class="hover:text-blue-50">Html</li>
<li class="hover:text-blue-50">CSS</li>
<li class="hover:text-blue-50">Java Script</li>
</ul>
</section>
<section class="flex justify-between">
<a href="https://github.com/PatilSushil20/TODO-APP/blob/main/index.html" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Code <i
class="fa-brands fa-github"></i></a>
<a href="https://patilsushil20.github.io/TODO-APP/" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Go Live</a>
</section>
</section>
</section>
<section class="w-full rounded-md bg-blue-600 lg:w-64 lg:mx-auto lg:shadow-2xl">
<section class="hidden lg:block lg:w-full lg:rounded-md overflow-hidden">
<img src="src/assets/Tic-Tac-Toe.png" alt="project-image"
class="h-full w-full object-cover lg:object-contain lg:rounded-md hover:scale-125">
</section>
<section class="p-4 space-y-4 lg:w-full lg:space-y-0 lg:h-1/2">
<h3 class="text-2xl text-center text-white lg:text-lg">Tic-Tac-Toe</h3>
<p class="text-justify text-blue-100 text-lg lg:text-sm">Play the classic Tic Tac Toe game
online ! This
project is a simple implementation using HTML, CSS, and JavaScript. It features a responsive
design, two-player functionality, and clear game status indicators. Visit the live demo here
to enjoy a quick game.</p>
<section>
<strong class="font-semibold block mt-4 lg:text-sm">Tech used :</strong>
<ul class="flex flex-wrap space-x-3 text-blue-950 font-semibold mb-4 lg:text-sm">
<li class="hover:text-blue-50">Html</li>
<li class="hover:text-blue-50">CSS</li>
<li class="hover:text-blue-50">Java Script</li>
</ul>
</section>
<section class="flex justify-between">
<a href="https://github.com/PatilSushil20/Tic-Tac-Toe/tree/main/Tic-Tac-Toe" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Code <i
class="fa-brands fa-github"></i></a>
<a href="https://tic-tac-toe-by-sushil-patil.netlify.app/" target="_blank"
class="text-sm text-blue-100 font-semibold hover:underline">Go Live</a>
</section>
</section>
</section>
</section>
</section>
<!-- ---------------------------- Contact section ---------------------------- -->
<section class="my-56" id="contact">
<h2 class="text-3xl text-blue-600 my-6 lg:text-6xl lg:my-14 lg:text-center">Contact <span
class="dark:text-white">Me</span></h2>
<section>
<ul
class="flex flex-col items-center space-y-12 my-16 lg:my-24 lg:flex-row lg:justify-around lg:space-y-0 lg:items-center">
<li class="flex flex-col items-center space-y-2">
<section
class="h-24 w-24 text-3xl flex items-center justify-center rounded-full bg-blue-600 text-white dark:text-blue-600 dark:bg-white animate-bounce">
<i class="fa-solid fa-paper-plane"></i>
</section>
<strong class="block text-xl uppercase text-neutral-700 dark:text-blue-600">Email
Address</strong>
<a href="mailto:[email protected]"
class="block dark:text-white underline">[email protected]</a>
</li>
<li class="flex flex-col items-center space-y-2">
<section
class="h-24 w-24 text-3xl flex items-center justify-center rounded-full bg-blue-600 text-white dark:text-blue-600 dark:bg-white animate-bounce">
<i class="fa-solid fa-phone"></i>
</section>
<strong class="block text-xl uppercase text-neutral-700 dark:text-blue-600">Contact
Number</strong>
<a href="tel:+9359748376" class="block dark:text-white">9359748376</a>
</li>
<li class="flex flex-col items-center space-y-2">
<section
class="h-24 w-24 text-3xl flex items-center justify-center rounded-full bg-blue-600 text-white dark:text-blue-600 dark:bg-white animate-bounce">
<i class="fa-brands fa-linkedin-in"></i>
</section>
<strong class="block text-xl uppercase text-neutral-700 dark:text-blue-600">Linked In</strong>
<a href="https://www.linkedin.com/in/sushil-patil-7580a325b/"
class="block underline dark:text-white">Linked-In</a>
</li>
</ul>
<section
class="mt-12 flex flex-col-reverse shadow-xl shadow-gray-400 border dark:shadow-black border-gray-300 lg:flex-row lg:h-96">
<section
class="bg-gradient-to-tl from-cyan-300 to-blue-600 overflow-hidden dark:bg-neutral-700 h-96 lg:w-1/2">
<img src="/src/assets/about-profile.png" alt="sushil-profile-pic"
class="object-contain w-full h-full relative -left-12 drop-shadow-md">
</section>
<section class="bg-white p-4 lg:w-1/2 ">
<form method="post" class="space-y-4">
<section class="flex space-x-4">
<input type="text" placeholder="Full name" name="name"
class="w-1/2 px-4 py-3 text-xl border border-gray-400 rounded-md outline-none hover:scale-105"
required autocomplete="off">
<input type="email" placeholder="Email address" name="email"
class="w-1/2 px-4 py-3 text-xl border border-gray-400 rounded-md outline-none hover:scale-105"
required>
</section>
<textarea name="message" placeholder="Write some message"
class="w-full px-4 py-3 text-xl border border-gray-400 rounded-md outline-none hover:scale-y-105"
rows="6"></textarea>
<button type="submit"
class="w-full text-center p-4 text-xl bg-blue-600 text-white rounded-md hover:bg-blue-900">Send
message</button>
</form>
</section>
</section>
</section>
</section>
</main>
<!-- ---------------------------- Footer ---------------------------- -->
<footer class="w-full bg-blue-600 px-6 lg:px-14 py-8 dark:bg-transparent">
<section>
<ul class="space-y-8 lg:flex lg:space-y-0 lg:flex-wrap text-white">
<li class="space-y-4 lg:w-2/5 lg:mx-auto">
<h3 class="text-2xl">About</h3>
<p class="w-3/5">"I love building websites! From how they look to how they work,
I enjoy creating user-friendly and cool web experiences using both frontend and backend
technologies."</p>
<ul class="flex space-x-4">
<li
class="h-10 w-10 flex items-center justify-center text-white bg-blue-900 dark:bg-neutral-700 rounded-full animate-bounce">
<i class="fa-brands fa-twitter"></i>
</li>
<li
class="h-10 w-10 flex items-center justify-center text-white bg-blue-900 dark:bg-neutral-700 rounded-full animate-bounce">
<i class="fa-brands fa-linkedin-in"></i>
</li>
<li
class="h-10 w-10 flex items-center justify-center bg-blue-900 dark:bg-neutral-700 rounded-full animate-bounce">
<i class="fa-brands fa-instagram"></i>
</li>
</ul>
</li>
<li class="space-y-4 lg:w-1/5 lg:mx-auto">
<h3 class="text-2xl">Links</h3>
<ul class="space-y-2">
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="http://127.0.0.1:5500/src/">Home</a>
</li>
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="http://127.0.0.1:5500/src/">About</a>
</li>
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="http://127.0.0.1:5500/src/">Service</a>
</li>
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="http://127.0.0.1:5500/src/">Projects</a>
</li>
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="http://127.0.0.1:5500/src/">Contact</a>
</li>
</ul>
</li>
<li class="space-y-4 lg:w-1/5 lg:mx-auto">
<h3 class="text-2xl">Services</h3>
<ul class="space-y-2">
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="#">Web development</a>
</li>
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="#">Android Development</a>
</li>
<li class="space-x-2 hover:underline">
<span><i class="fa-solid fa-arrow-right"></i></span>
<a href="#">UI UX Designes</a>
</li>
</ul>
</li>
<li class="space-y-4 lg:w-1/5 lg:mx-auto">
<h3 class="text-2xl">Have a Questions?</h3>
<ul class="space-y-2">
<li class="space-x-2">
<span><i class="fa-solid fa-location-dot"></i></span>
<span>401 601 Dahanu Palghar, Maharashtra India.</span>
</li>
<li class="space-x-2">
<span><i class="fa-solid fa-phone"></i></span>
<a href="#">Phone</a>
</li>
<li class="space-x-2">
<span><i class="fa-solid fa-envelope"></i></span>
<a href="mailto:[email protected]">Email</a>
</li>
</ul>
</li>
</ul>
<small class="block text-center mt-20 mb-14 text-white text-lg">Copyright ©2024 Portfolio By Sushil
Patil.
All rights
reserved.
</small>
</section>
</footer>
<script src="/src/js/script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
let type = new Typed(".auto-type", {
strings: ["Sushil Patil", "a Frontend Developer", "a Backend Developer", "a FullStack Developer"],
typeSpeed: 150,
backSpeed: 150,
loop: true
})
</script>
</body>
</html>