-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
518 lines (491 loc) · 43.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio-SaptarshiChowdhury</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<script src="index.js" defer></script>
<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" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script type="text/javascript">
(function(){
emailjs.init("hwAg6WFIsT1dhmN8HBGi_");
})();
</script>
</head>
<body class=" mx-auto">
<header>
<div class="fixed w-full mx-auto flex justify-between items-center py-5 px-8 ">
<div class="text-3xl text-blue-900 font-bold ">
<a href="#home"><i class="fa-brands fa-nfc-symbol"></i>SC</a>
</div>
<nav class="hidden md:flex justify-between space-x-4 ">
<a href="#home"
class=" px-4 text-lg text-center text-white bg-blue-900 hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 ">Home</a>
<a href="#about"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">AboutMe</a>
<a href="#skills"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Skills</a>
<a href="#experiences"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Experiences</a>
<a href="#projects"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Projects</a>
<a href="#resume"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Resume</a>
<a href="#blog"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Blog</a>
<a href="#contact"
class="px-4 text-lg text-white bg-blue-900 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Contact</a>
</nav>
<button
class="md:hidden text-black hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 "
id="menu-button">
<i class="fas fa-bars"></i>
</button>
</div>
<nav id="mobile-menu" class="md:hidden px-4 py-8 hidden bg-indigo-300 shadow-lg">
<a href="#home"
class="block px-4 py-2 mt-8 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Home</a>
<a href="#about"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">About
Me</a>
<a href="#skills"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Skills</a>
<a href="#experiences"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Experiences</a>
<a href="#projects"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Projects</a>
<a href="#resume"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Resume</a>
<a href="#blog"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Blog</a>
<a href="#contact"
class="block px-4 py-2 text-black hover:bg-indigo-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Contact</a>
</nav>
</header>
<main>
<section id="home"
class="min-h-screen flex flex-col justify-center items-center text-center bg-gradient-to-r from-blue-300 via-blue-400 to-blue-300">
<img src="image/mypic.jpeg" alt="Your Photo" class="rounded-full w-32 shadow-lg">
<h1 class="text-4xl mt-4 text-white">saptarshi chowdhury</h1>
<p class="mt-2 text-2xl text-white">Software Developer</p>
<p class="mt-2 text-white text-bold text-1x2 ">Passionate software developer|Full-stack expert in Java,
Dart, & JavaScript
|Cloud computing,Blockchain ,AI aficionado|Always learning and exploring</p>
<div class="mt-2">
<a href="https://www.linkedin.com/in/saptarshi-chowdhury-ba1972234/"
class="text-white mx-2 hover:underline"><i class="fa-brands fa-linkedin"></i> LinkedIn</a>
<a href="https://github.com/1saptarshi" class="text-white mx-2 hover:underline"><i
class="fa-brands fa-github"></i> GitHub</a>
<a href="https://x.com/Saptarshi177" class="text-white mx-2 hover:underline"><i
class="fa-brands fa-x-twitter"></i> Twitter</a>
</div>
<a href="#projects"
class="mt-4 bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded-full shadow-md">View My Work</a>
</section>
<section id="about"
class="min-h-screen flex flex-col justify-center items-center text-center bg-gradient-to-r from-blue-500 via-blue-500 to-blue-500 py-16">
<h2 class="text-3xl text-white font-bold">About Me</h2>
<p class="mt-7 max-w-2xl text-white">As a software developer, I thrive on crafting innovative solutions
to complex problems, leveraging my expertise in various programming languages and technologies. With a
passion for clean, efficient code, I continually seek to push the boundaries of what's possible in
software development. My goal is to create seamless user experiences and scalable applications that make
a meaningful impact in the digital landscape.</p>
</div>
</section>
<section id="skills" class=" py-16 bg-white">
<h2 class="text-3xl text-black text-center font-bold">Skills <br>Languages / Tools / Technologies</h2>
<div class="flex flex-wrap justify-center">
<a href="https://reactjs.org/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/react-original-wordmark.svg" alt="React"
height="50" width="50" /></a>
<a href="https://getbootstrap.com/docs/3.4/javascript/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/bootstrap-plain.svg" alt="Bootstrap"
height="50" width="50" /></a>
<a href="https://www.w3schools.com/css/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/css3-original-wordmark.svg" alt="CSS3"
height="50" width="50" /></a>
<a href="https://en.wikipedia.org/wiki/HTML5" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/html5-original-wordmark.svg" alt="HTML5"
height="50" width="50" /></a>
<a href="https://www.javascript.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/javascript-original.svg" alt="JavaScript"
height="50" width="50" /></a>
<a href="https://www.cprogramming.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/c-original.svg" alt="C" height="50"
width="50" /></a>
<a href="https://aws.amazon.com/" target="_blank"><img style="margin: 10px"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg"
alt="AWS" height="50" width="50" /></a>
<a href="https://www.docker.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/docker-original-wordmark.svg" alt="Docker"
height="50" width="50" /></a>
<a href="https://www.typescriptlang.org/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/typescript-original.svg" alt="TypeScript"
height="50" width="50" /></a>
<a href="https://www.mysql.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/mysql-original-wordmark.svg" alt="MySQL"
height="50" width="50" /></a>
<a href="https://www.mongodb.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/mongodb-original-wordmark.svg" alt="MongoDB"
height="50" width="50" /></a>
<a href="https://www.python.org/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/python-original.svg" alt="Python" height="50"
width="50" /></a>
<a href="https://www.apachefriends.org/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/xampp.png" alt="XAMPP" height="50"
width="50" /></a>
<a href="https://sass-lang.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/sass-original.svg" alt="Sass" height="50"
width="50" /></a>
<a href="https://github.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/git-scm-icon.svg" alt="Git" height="50"
width="50" /></a>
<a href="https://firebase.google.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/firebase.png" alt="Firebase" height="50"
width="50" /></a>
<a href="https://wordpress.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/wordpress.png" alt="WordPress" height="50"
width="50" /></a>
<a href="https://nodejs.org/" target="_blank"><img style="margin: 10px"
src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg"
alt="Node.js" height="50" width="50" /></a>
<a href="https://docs.spring.io/spring-framework/docs/3.0.x/reference/expressions.html#:~:text=The%20Spring%20Expression%20Language%20(SpEL,and%20basic%20string%20templating%20functionality."
target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/springio-icon.svg" alt="Spring" height="50"
width="50" /></a>
<a href="https://redux.js.org/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/redux-original.svg" alt="Redux" height="50"
width="50" /></a>
<a href="https://dart.dev/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/dartlang-icon.svg" alt="Dart" height="50"
width="50" /></a>
<a href="https://www.adobe.com/in/products/xd.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/adobexd.png" alt="Adobe XD" height="50"
width="50" /></a>
<a href="https://www.tailwindcss.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/tailwindcss.svg" alt="Tailwind CSS"
height="50" width="50" /></a>
<a href="https://mui.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/mui.png" alt="Material UI" height="50"
width="50" /></a>
<a href="https://www.java.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/java-original-wordmark.svg" alt="Java"
height="50" width="50" /></a>
<a href="https://www.oracle.com/in/index.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/oracle-original.svg" alt="Oracle" height="50"
width="50" /></a>
<a href="https://www.adobe.com/in/products/illustrator.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/adobe_illustrator-icon.svg" alt="Illustrator"
height="50" width="50" /></a>
<a href="https://www.adobe.com/in/products/indesign.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/adobeindesign.svg" alt="Adobe InDesign"
height="50" width="50" /></a>
<a href="https://www.adobe.com/in/products/premiere.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/adobepremierepro.png" alt="Premiere Pro"
height="50" width="50" /></a>
<a href="https://jquery.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/jquery.png" alt="jQuery" height="50"
width="50" /></a>
<a href="https://www.adobe.com/in/products/photoshop.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/photoshop-plain.svg" alt="Photoshop"
height="50" width="50" /></a>
<a href="https://kubernetes.io/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/kubernetes-icon.svg" alt="Kubernetes"
height="50" width="50" /></a>
<a href="https://expressjs.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/express-original-wordmark.svg"
alt="Express.js" height="50" width="50" /></a>
<a href="https://www.android.com/intl/en_in/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/android-original-wordmark.svg" alt="Android"
height="50" width="50" /></a>
<a href="https://www.linux.org/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/linux-original.svg" alt="Linux" height="50"
width="50" /></a>
<a href="https://flutter.dev/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/flutterio-icon.svg" alt="Flutter" height="50"
width="50" /></a>
<a href="https://www.figma.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/figma-icon.svg" alt="Figma" height="50"
width="50" /></a>
<a href="https://www.adobe.com/products/photoshop-lightroom.html" target="_blank"><img
style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/lightroom.png"
alt="Lightroom" height="50" width="50" /></a>
<a href="https://www.adobe.com/in/products/aftereffects.html" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/aftereffects.png" alt="After Effects"
height="50" width="50" /></a>
<a href="https://about.gitlab.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/gitlab.svg" alt="GitLab" height="50"
width="50" /></a>
<a href="https://chakra-ui.com/" target="_blank"><img style="margin: 10px"
src="https://profilinator.rishav.dev/skills-assets/chakraui.png" alt="Chakra UI" height="50"
width="50" /></a>
<a href="https://postman.com" target="_blank"><img style="margin: 10px"
src="https://www.vectorlogo.zone/logos/getpostman/getpostman-icon.svg" alt="postman" height="50"
width="50" /></a>
<a href="https://socket.io/" target="_blank"><img style="margin: 10px"
src="data:image/png;base64,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"
alt="socket.io" height="50" width="50" /></a>
<a href="https://ethereum.org/en/" target="_blank"><img style="margin: 10px"
src=" https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTthW_LhE1uJlB0sp7eTf_pT8E6MzFGHz9xlg&s"
alt="ethereum" height="48" width="50" /></a>
</div>
<!-- Add more skills as needed -->
</section>
<section id="experiences"
class="min-h-screen flex flex-col justify-center items-center text-center bg-gradient-to-r from-blue-700 via-blue-700 to-blue-700 py-16">
<h2 class="text-3xl text-white font-bold">Experiences</h2>
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 px-4">
<div class="bg-white p-4 rounded-lg shadow-md flex flex-col items-center hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-gray-800">Frontend Development</h3>
<p class="mt-4 max-w-2xl text-gray-700">Frontend developers create the visual components and user
interfaces of web and mobile applications. They utilize HTML, CSS, and JavaScript, along with
frameworks like React or Angular, to build responsive and interactive layouts. Ensuring
cross-browser compatibility and optimizing performance are key responsibilities. They often
collaborate with designers to implement UI/UX designs effectively.</p>
</div>
<div class="bg-white p-4 rounded-lg shadow-md flex flex-col items-center hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-gray-800">Backend Development</h3>
<p class="mt-4 max-w-2xl text-gray-700">Backend developers focus on the server-side logic, writing
APIs, and managing data processing and storage. They work with server-side languages like
Node.js, Python, or Ruby and frameworks such as Express or Django. Security, scalability, and
performance are critical concerns. Integrating with databases and ensuring smooth communication
between the server and client are primary tasks.</p>
</div>
<div class="bg-white p-4 rounded-lg shadow-md flex flex-col items-center hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-gray-800">Database Development</h3>
<p class="mt-4 max-w-2xl text-gray-700">Database developers design, implement, and maintain the data
layer of applications. They work with relational databases like MySQL or PostgreSQL and NoSQL
databases such as MongoDB. Responsibilities include writing complex queries, ensuring data
integrity, and optimizing database performance. They collaborate with backend developers to
structure and manage data storage solutions efficiently.</p>
</div>
</div>
</section>
<section id="projects"
class="min-h-screen flex flex-col justify-center items-center text-center bg-gradient-to-r from-blue-800 via-blue-800 to-blue-800 py-16">
<h2 class="text-3xl text-white font-bold">Projects</h2>
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 px-4">
<div class="bg-white p-4 rounded-b-md shadow-md max-w-sm md:w-full lg:w-full hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<img src="image/Recipe search webapp.jpg" alt="Project Image"
class="w-full h-40 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-bold text-black">Recipe search webapp</h3>
<p class="mt-2 text-gray-700">Here you can search for your favorite recipes</p>
<p class="mt-2 text-sm text-black font-bold">Technologies: JavaScript, tailwindcss</p>
<a href="https://1saptarshi.github.io/recipe_search_web_app/" class="mt-4 inline-block">
<button
class="bg-blue-500 font-bold hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">
View on GitHub
</button>
</a>
</div>
</div>
<div class="bg-white p-4 rounded-lg shadow-md max-w-sm md:w-full lg:w-full hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<img src="image/foodanalysis.jpg" alt="Project Image" class="w-full h-40 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-bold text-black">foodanalysis</h3>
<p class="mt-2 text-gray-700">Here you can search for your favorite food items and get
nutritional value</p>
<p class="mt-2 text-sm text-black font-bold">Technologies: JavaScript, tailwindcss</p>
<a href="https://1saptarshi.github.io/foodanalysis/" class="mt-4 inline-block">
<button
class="bg-blue-500 font-bold hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">
View on GitHub
</button>
</a>
</div>
</div>
<div class="bg-white p-4 rounded-b-md shadow-md max-w-sm md:w-full lg:w-full hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<img src="image/Real-Cost-of-No-Cost-EMI.jpg" alt="Project Image"
class="w-full h-40 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-bold text-black">Real-Cost-of-No-Cost-EMI</h3>
<p class="mt-2 text-gray-700">Here you can search for your favorite recipes</p>
<p class="mt-2 text-sm text-black font-bold">Technologies: JavaScript, tailwindcss</p>
<a href="https://1saptarshi.github.io/Real-Cost-of-No-Cost-EMI/" class="mt-4 inline-block">
<button
class="bg-blue-500 font-bold hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">
View on GitHub
</button>
</a>
</div>
</div>
<div class="bg-white p-4 rounded-b-md shadow-md max-w-sm md:w-full lg:w-full hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<img src="image/Random_User_Gen_App.jpg" alt="Project Image"
class="w-full h-40 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-bold text-black">Random_User_Gen_App</h3>
<p class="mt-2 text-gray-700">Here you can search for your favorite recipes</p>
<p class="mt-2 text-sm text-black font-bold">Technologies: JavaScript, tailwindcss</p>
<a href="https://1saptarshi.github.io/Random_User_Gen_App/" class="mt-4 inline-block">
<button
class="bg-blue-500 font-bold hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">
View on GitHub
</button>
</a>
</div>
</div>
<div class="bg-white p-4 rounded-b-md shadow-md max-w-sm md:w-full lg:w-full hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<img src="image/Mutualfund_return_calculator.jpg" alt="Project Image"
class="w-full h-40 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-bold text-black">Mutualfund_return_calculator</h3>
<p class="mt-2 text-gray-700">Here you can search for your favorite recipes</p>
<p class="mt-2 text-sm text-black font-bold">Technologies: JavaScript, tailwindcss</p>
<a href="https://1saptarshi.github.io/Mutualfund_return_calculator/" class="mt-4 inline-block">
<button
class="bg-blue-500 font-bold hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">
View on GitHub
</button>
</a>
</div>
</div>
</div>
</section>
<section id="resume"
class="min-h-screen flex flex-col justify-center items-center text-center bg-gradient-to-r from-blue-900 via-blue-900 to-blue-900 py-16">
<h2 class="text-3xl text-white font-bold">Resume</h2>
<div class="mt-8 max-w-2xl text-left">
<!-- Work Experience Card -->
<div class="bg-white p-6 rounded-lg shadow-md mb-4 hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-black mb-2">Work Experience</h3>
<p class="text-gray-700">Over the past two years, I have honed my skills as a full stack developer,
working on diverse projects that have challenged me to develop and integrate both front-end and
back-end components of web applications. My experience spans multiple industries, including
e-commerce, finance, and healthcare, allowing me to understand and cater to varied client needs.
</p>
</div>
<!-- Education Card -->
<div class="bg-white p-6 rounded-lg shadow-md mb-4 hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-black mb-2">Education</h3>
<p class="text-black">To create a resume layout resembling cards and add download functionality,
we'll wrap each section (Work Experience, Education, Skills, Certifications, Awards and Honors)
in a card-like container and include a download button for the entire resume. Here's the updated
section:</p>
</div>
<!-- Skills Card -->
<div class="bg-white p-6 rounded-lg shadow-md mb-4 hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-black mb-2">Skills</h3>
<p class="text-black">To create a resume layout resembling cards and add download functionality,
we'll wrap each section (Work Experience, Education, Skills, Certifications, Awards and Honors)
in a card-like container and include a download button for the entire resume. Here's the updated
section:</p>
</div>
<!-- Certifications Card -->
<div class="bg-white p-6 rounded-lg shadow-md mb-4 hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-black mb-2">Certifications</h3>
<p class="text-black">To create a resume layout resembling cards and add download functionality,
we'll wrap each section (Work Experience, Education, Skills, Certifications, Awards and Honors)
in a card-like container and include a download button for the entire resume. Here's the updated
section:</p>
</div>
<!-- Awards and Honors Card -->
<div class="bg-white p-6 rounded-lg shadow-md mb-4 hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl text-black mb-2">Awards and Honors</h3>
<p class="text-black">To create a resume layout resembling cards and add download functionality,
we'll wrap each section (Work Experience, Education, Skills, Certifications, Awards and Honors)
in a card-like container and include a download button for the entire resume. Here's the updated
section:</p>
</div>
<!-- Download Resume Button -->
<a href="cv.pdf" download="cv.pdf"
class="flex items-center justify-center bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Download
Resume</a>
</div>
</div>
</section>
<section id="blog" class="bg-gradient-to-r from-blue-900 via-blue-900 to-blue-900 py-16">
<div class="container mx-auto">
<h2 class="text-3xl text-center text-white font-bold mb-8">Blog</h2>
<div class="grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Blog Post 1 -->
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl font-semibold mb-2">GraphQL vs REST: Which One to Choose in 2024?</h3>
<p class="text-gray-600 mb-4">Published on jun 11 , 2024</p>
<p class="text-gray-700 mb-4">A Comprehensive Comparison for Modern APIs
Discover the Best Fit for Your Project
</p>
<a href="https://medium.com/@1saptarshichowdhury/graphql-vs-rest-which-one-to-choose-in-2024-ae2b31a138ca" class="text-blue-500 hover:text-blue-700">Read More →</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transform hover:scale-105 transition-transform duration-300">
<h3 class="text-2xl font-semibold mb-2">Optimize Mobile Web Performance: Boost Speed and User Experience</h3>
<p class="text-gray-600 mb-4">Published on jun 14 , 2024</p>
<p class="text-gray-700 mb-4">A Comprehensive Guide to Enhancing Mobile Web Performance. Learn Proven Strategies to Speed Up Your Mobile Website and Improve User Engagement
</p>
<a href="https://medium.com/@1saptarshichowdhury/optimize-mobile-web-performance-boost-speed-and-user-experience-55f8fc70ad22" class="text-blue-500 hover:text-blue-700">Read More →</a>
</div>
<!-- Add more blog posts as needed -->
</div>
</div>
</section>
<section id="contact"
class="min-h-screen flex items-center justify-center bg-gradient-to-r from-blue-900 via-blue-900 to-blue-900">
<div class="flex flex-col md:flex-row bg-white rounded-lg shadow-lg overflow-hidden w-full max-w-4xl">
<!-- Contact Info Section -->
<div class="bg-blue-800 text-white p-8 flex flex-col justify-between w-full md:w-1/3">
<div>
<h2 class="text-2xl text-white font-bold mb-4">Contact Us</h2>
<p class="mb-4">TECHNO MAIN SALTLAKE<br> KOLKATA</p>
<p class="mb-4">[email protected]<br>saltlake sector-v</p>
<p class="mb-4">+91 0000000000</p>
</div>
<div class="flex space-x-4 mt-4">
<a href="https://www.linkedin.com/in/saptarshi-chowdhury-ba1972234/" class="text-white"><i
class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/1saptarshi" class="text-white"><i
class="fa-brands fa-github"></i></a>
<a href="https://x.com/saptarshi177" class="text-white"><i
class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
<!-- Contact Form Section -->
<div class="p-8 w-full md:w-2/3">
<h2 class="text-2xl text-gray-600 font-bold mb-4">Get in Touch</h2>
<p class="text-gray-600 mb-8">Feel free to drop us a line below!</p>
<form id="contact-form">
<div class="mb-4">
<input type="text" id="name" name="name" placeholder="Your name"
class="w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500">
</div>
<div class="mb-4">
<input type="email" id="email" name="email" placeholder="Your email"
class="w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500">
</div>
<div class="mb-4">
<textarea id="message" name="message" placeholder="Type your message here..."
class="w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:border-blue-500"></textarea>
</div>
<button type="submit"
class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-full shadow-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">Send</button>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-blue-400 py-4 shadow">
<div class="container mx-auto text-center">
<p class="text-white">© 2024 saptarshichowdhury. All rights reserved.</p>
<div class="mt-2">
<a href="https://www.linkedin.com/in/saptarshi-chowdhury-ba1972234/"
class="text-white mx-2 hover:underline"><i class="fa-brands fa-linkedin"></i> LinkedIn</a>
<a href="https://github.com/1saptarshi" class="text-white mx-2 hover:underline"><i
class="fa-brands fa-github"></i> GitHub</a>
<a href="https://x.com/saptarshi177" class="text-white mx-2 hover:underline"><i
class="fa-brands fa-x-twitter"></i> Twitter</a>
</div>
</div>
<script type="text/javascript"></script>
</footer>
<script>
document.getElementById('menu-button').addEventListener('click', function () {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
</script>
</body>
</html>