-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
532 lines (477 loc) · 20.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,200&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="img/logoo.png" type="image/x-icon" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link rel="stylesheet" href="responsive.css">
<script
src="https://kit.fontawesome.com/9d38bf67e1.js"
crossorigin="anonymous"
></script>
<style id="dynamicStyles"></style>
</head>
<body>
<div class="main-container">
<div class="nav" id="nav">
<img src="img/logo.png" alt="logo" class="logo" />
<section>
<p class="project" id="project">Project's</p>
<p class="Contact" id="contact">Contact Me</p>
</section>
</div>
<div class="card-blur" id="firstPage">
<div class="contectme"></div>
<!-- ***************** -->
<!-- --FIRST SECTION-- -->
<!-- ***************** -->
<section class="firstSection hide" id="firstSection">
<div class="leftSection">
<h1>Hi,</h1>
My name is <span class="purple">Subham</span>
<div>and I am a passionate</div>
<!-- Element to contain animated typing -->
<span id="element"></span>
<div class="botton">
<button class="btn" id="downloadBtn">Download Resume</button>
<p id="message">Resume not available</p>
</div>
</div>
<div class="rightSection">
<img src="profile-pic/boy.png" alt="img" />
</div>
</section>
<hr/>
<!-- ***************** -->
<!-- --SECOND SECTION-- -->
<!-- ***************** -->
<section class="secondSection hide" id="secondSection">
<!-- <h3>Intro</h3> -->
<p>
<span class="hi">Hi,</span> I'm Subham Narayan Deb, and I reside in
Jamshedpur, Jharkhand. This is my portfolio website where I showcase
my web development <span class="p">projects</span>. Currently, I am
actively involved in web development, and I have gained expertise in
several programming languages.
<br />
If you need any assistance with web development or have any
web-related projects in mind, feel free to get in touch with me. I
would be more than happy to help.
<br />
Apart from web development, I am also passionate about photography.
Additionally, I thoroughly enjoy photo and video editing, and I
consider myself skilled in this area as well.
<br />
If you require any help with photography, photo editing, or video
editing, you can confidently rely on me. I'd be delighted to assist
you.
<br />
Thank you for providing this opportunity. If you are interested in
collaborating with me, please don't hesitate to reach out.
</p>
<!-- ***************** -->
<!-- *||PROGRESS BAR||* -->
<!-- ***************** -->
<div class="BAR">
<h3 class="headinga">Some of my knowledge</h3>
<div class="progress-body" id="progressBody">
<div class="progress-bar-container">
<div class="progress-bar html">
<progress id="html" min="0" max="100" value="60"></progress>
</div>
<h2 class="pro-text">
<label for="html">HTML</label>
</h2>
</div>
<div class="progress-bar-container">
<div class="progress-bar css">
<progress id="css" min="0" max="100" value="50"></progress>
</div>
<h2 class="pro-text">
<label for="css">CSS</label>
</h2>
</div>
<div class="progress-bar-container">
<div class="progress-bar js">
<progress id="js" min="0" max="100" value="30"></progress>
</div>
<h2 class="pro-text">
<label for="js">JavaScript</label>
</h2>
</div>
<div class="progress-bar-container">
<div class="progress-bar react">
<progress id="React" min="0" max="100" value="5"></progress>
</div>
<h2 class="pro-text">
<label for="React">React Js</label>
</h2>
</div>
<div class="progress-bar-container">
<div class="progress-bar node">
<progress id="Node" min="0" max="100" value="0"></progress>
</div>
<h2 class="pro-text">
<label for="node">Node Js</label>
</h2>
</div>
</div>
</div>
</section>
<!-- ***************** -->
<!-- ==PHOTO'S SECTION== -->
<!-- --THIRD SECTION-- -->
<!-- ***************** -->
<hr class="hr hide" />
<h2 class="photosheading hide">My Photos Collection</h2>
<section class="thirdSection hide" id="thirdSection" >
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 175">
<div class="flip-card">
<div class="card-front">
<figure class="mela">
<div class="img-bg"></div>
<img src="img/mela.webp" alt="mela" />
</figure>
<ul>
<li>"Band Of Colors✨"</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<figure class="mela blur">
<div class="img-bg"></div>
<img src="img/mela.webp" alt="img" />
</figure>
<button class="visit-button photos-one" data-instagram-link="https://www.instagram.com/p/CiHfIcXJM4b/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==" >Visit</button>
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- /flip-card-container -->
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 180">
<div class="flip-card">
<div class="card-front">
<figure class="nature">
<div class="img-bg"></div>
<img src="img/nature1.webp" alt="Img" />
</figure>
<ul>
<li>
"Sailing Through the Celestial River Aboard the Majestic
Moon Ship🌙✨"
</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<figure class="nature blur">
<div class="img-bg"></div>
<img src="img/nature1.webp" alt="img" />
</figure>
<button class="visit-button" id="photo-two" data-instagram-link="https://www.instagram.com/p/CjxQYHapBWQ/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==">Visit</button>
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- /flip-card-container -->
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 185">
<div class="flip-card">
<div class="card-front">
<figure class="moon">
<div class="img-bg"></div>
<img src="img/moon.webp" alt="img" />
</figure>
<ul>
<li>
"The moon is the perfect reminder that even in the darkness,
there's always a light shining."
</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<!-- only if the image is necessary -->
<figure class="moon blur">
<div class="img-bg"></div>
<img src="img/moon.webp" alt="img" />
</figure>
<button class="visit-button" id="photo-three" data-instagram-link="https://www.instagram.com/p/CqLXXxHJOwQ/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==">Visit</button>
<!-- can add svg here and remove these eight spans -->
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 190">
<div class="flip-card">
<div class="card-front">
<figure class="road">
<div class="img-bg"></div>
<img src="img/road.webp" alt="img" />
</figure>
<ul>
<li>
"Do not fear. The rain is only here to help you grow🌱"
</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<!-- only if the image is necessary -->
<figure class="road blur">
<div class="img-bg"></div>
<img src="img/road.webp" alt="img" />
</figure>
<button class="visit-button"id="photo-four" data-instagram-link="https://www.instagram.com/p/CeD-4bVsJRh/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==">Visit</button>
<!-- can add svg here and remove these eight spans -->
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 195">
<div class="flip-card">
<div class="card-front">
<figure class="sunrise">
<div class="img-bg"></div>
<img src="img/sunrise.webp" alt="img" />
</figure>
<ul>
<li>
"Embracing the dawn of a new day, as the sun paints the sky
with hues of hopes and possibility.🌅✨"
</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<!-- only if the image is necessary -->
<figure class="sunrise blur">
<div class="img-bg"></div>
<img src="img/sunrise.webp" alt="img" />
</figure>
<button class="visit-button" id="photo-five" data-instagram-link="https://www.instagram.com/p/Cj7trTzJUCW/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==">Visit</button>
<!-- can add svg here and remove these eight spans -->
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 205">
<div class="flip-card">
<div class="card-front">
<figure class="flower">
<div class="img-bg"></div>
<img src="img/flower.jpg" alt="img" />
</figure>
<ul>
<li>
"Nurtured by nature's hand, a purple bloom whispers elegance
and grace in every petal.💜🌸"
</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<!-- only if the image is necessary -->
<figure class="flower blur">
<div class="img-bg"></div>
<img src="img/flower.jpg" alt="img" />
</figure>
<button class="visit-button" id="photo-six" data-instagram-link="https://www.instagram.com/p/BrcaGe_BblD/?utm_source=ig_web_copy_link">Visit</button>
<!-- can add svg here and remove these eight spans -->
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- /flip-card-container -->
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 210">
<div class="flip-card">
<div class="card-front">
<figure class="coin">
<div class="img-bg"></div>
<img src="img/indian coin.jpg" alt="img" />
</figure>
<ul>
<li>
"Before money, there's nothing in front of a person. Because
true values and the best aspects of humanity cannot be
measured by currency.💴💲"
</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<!-- only if the image is necessary -->
<figure class="coin blur">
<div class="img-bg"></div>
<img src="img/indian coin.jpg" alt="img" />
</figure>
<button class="visit-button" id="photo-seven" data-instagram-link="https://www.instagram.com/p/COxZiKupmrb/?utm_source=ig_web_copy_link">Visit</button>
<!-- can add svg here and remove these eight spans -->
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- /flip-card-container -->
<!-- flip-card-container -->
<div class="flip-card-container" style="--hue: 210">
<div class="flip-card">
<div class="card-front">
<figure class="">
<div class="img-bg"></div>
<img src="img/mall.webp" alt="img" />
</figure>
<ul>
<li>"Sky above, possibilities within.👍"</li>
</ul>
<p class="insta-link">
<span>_photoz.x._</span>
</p>
</div>
<div class="card-back">
<!-- only if the image is necessary -->
<figure class="blur">
<div class="img-bg"></div>
<img src="img/mall.webp" alt="img" />
</figure>
<button class="visit-button" id="photo-eight" data-instagram-link="https://www.instagram.com/p/Crk_Om2pggT/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA==">Visit</button>
<!-- can add svg here and remove these eight spans -->
<div class="design-container">
<span class="design design--1"></span>
<span class="design design--2"></span>
<span class="design design--3"></span>
<span class="design design--4"></span>
<span class="design design--5"></span>
<span class="design design--6"></span>
<span class="design design--7"></span>
<span class="design design--8"></span>
</div>
</div>
</div>
</div>
<!-- /flip-card-container -->
</section>
<p class="insta hide">
If you want to see more photos or get photos edited, please send a
message on Instagram.
<a href="https://www.instagram.com/_photoz.x._/" target="_blank">
<i class="fa-brands fa-instagram fa-2xl"></i> _photoz.x._
</a>
</p>
</div>
<!-- ====== My-Project[Section's] ====== -->
<div class="myallproject" id="myprojects">
<header class="project-header">
<h1>My Projects</h1>
<div id="back" class="back-button"><i class="fa-solid fa-arrow-left fa-fade" style="color: #ffffff;"></i></div>
</header>
<main id="projects-container"></main>
</div>
<div class="footer hide">
<span class="text1">Developer By ::</span
><span class="text2"> Subham Narayan Deb</span>
</div>
<div>
<script src="script.js"></script>
<!-- typed.js CDN -->
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<!-- Setup and start animation! -->
<script>
let typed = new Typed("#element", {
strings: ["Web Developer", "UI & UX Designer", "Photographer", "Photo And Video Editor"],
typeSpeed: 50,
});
</script>
</body>
</html>