-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
533 lines (456 loc) · 23.1 KB
/
index.html
File metadata and controls
533 lines (456 loc) · 23.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css">
<title>My Portfolio</title>
</head>
<body onload="loadfun()">
<!-- this is nav bar -->
<section id="loadingscreen" style="z-index:999;">
<div id="loader"></div>
</section>
<nav class="navbar navbar-expand-sm navbar-dark fixed-top" id="na" style="background:rgba(0, 0, 0, 0.51);backdrop-filter:blur(15px)">
<a class="navbar-brand" href="#">Divya Kumar Baid</a>
<div class="collapse navbar-collapse">
<div class="navbar-nav">
<a href="https://github.com/DivyaKumarBaid" class="nav-item nav-link">Github</a>
<a href="https://www.linkedin.com/in/divya-kumar-baid-98a087200/" class="nav-item nav-link">LinkedIn</a>
<a href="https://twitter.com/DivyakumarBaid1?s=09" class="nav-item nav-link">Twitter</a>
<!-- this is for dark and light mode toggle -->
<span id="toggle">
<i class="indicator" style="display: flex;justify-content: center; align-items: center;">
<span id="moon" style="color: white;transform: translateX(10px) scale(1.15);">
<i class="bi bi-moon"></i>
</span>
<span id="sun" style="color: #010c16;transform:scale(1.5) translateX(-5px);">
<i class="bi bi-brightness-high"></i>
</span>
</i>
</span>
<!-- this is for side bar -->
<div id="sidebar">
<div class="navigation">
<ul>
<li>
<a href="#">
<span class="icon"><i class="bi bi-house-fill"></i></span>
<span class="title">Home</span>
</a>
</li>
<li>
<a href="https://github.com/DivyaKumarBaid">
<span class="icon"><i class="bi bi-github"></i></span>
<span class="title">Github</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/divya-kumar-baid-98a087200/">
<span class="icon"><i class="bi bi-linkedin"></i></span>
<span class="title">Linkedin</span>
</a>
</li>
<li>
<a href="https://public-chat-room.divyakumarbaid.repl.co/">
<span class="icon"><i class="bi bi-terminal"></i></span>
<span class="title" style="transform: translateX(-60px);">Public Chat Room</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<!-- this is end of nav bar -->
<!-- this is first page-->
<section id="firstpage">
<span id="firstpagebackground">
<img src="pics/firstpage/1.png" data-speed="1" class="layer" alt="">
<img src="pics/firstpage/3.png" data-speed="3" class="layer" alt="">
<img src="pics/firstpage/4.png" data-speed="1" class="layer" alt="">
<img src="pics/firstpage/5.png" data-speed="7" class="layer" alt="">
<img src="pics/firstpage/6.png" data-speed="-1" class="layer" alt="">
<img src="pics/firstpage/7.png" data-speed="4" class="layer" alt="">
<img src="pics/firstpage/8.png" data-speed="-2" class="layer" alt="">
</span>
<span class="layer" id="opaque" data-speed="7"></span>
<!-- <img src="pics/firstpage/front_page1.png" data-speed="-5" class="layer" alt="" id="polygon"> -->
<!-- <img src="pics/firstpage/front_page2.png" data-speed="-2" class="layer" alt="" id="polygon"> -->
<h2 class="layer" data-speed="2">Hey ! <br>I am Divya Kr. Baid</h2>
</section>
<!-- this is end of first page -->
<!-- this is second page -->
<section id="secondpage">
<div class="wrapper">
<div class="container-fluid">
<div class="row align-content-center">
<div id="containment">
<div class="card">
<div class="content">
<div class="imgBx"><img src="pics/second page/brand.png"></div>
</div>
<ul class="sci">
<li style="--i:1"><a href="https://twitter.com/DivyakumarBaid1"><i
class="bi bi-twitter"></i></a></li>
<li style="--i:2"><a href="https://www.youtube.com/channel/UCmfq_f_qN-gP9grVVcBmEKg?app=desktop"><i
class="bi bi-youtube"></i></a></li>
<li style="--i:3"><a href="https://www.instagram.com/divyakumarbaid1008/"><i
class="bi bi-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col align-self-center">
<div class="static-txt">I'm a</div>
<ul class="dynamic-txts" style="margin-left: -5px;">
<li><span>Developer</span></li>
<li><span>FreeLancer</span></li>
<li><span>Youtuber</span></li>
<li><span>Designer</span></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- this is end of second page -->
<!-- this is third page -->
<section id="thirdpage">
<span id="aboutmecover"><img src="pics/aboutme page/aboutme.png" alt="" style="transform: scale(0.8);">
</span>
<span id="sky1">
<img src="pics/aboutme page/sky/1.png">
<img src="pics/aboutme page/sky/2.png">
<img src="pics/aboutme page/sky/3.png">
<img src="pics/aboutme page/sky/4.png">
<img src="pics/aboutme page/sky/5.png">
</span>
<span id="sky2">
<img src="pics/aboutme page/sky/1.png">
<img src="pics/aboutme page/sky/2.png">
<img src="pics/aboutme page/sky//3.png">
<img src="pics/aboutme page/sky/4.png">
<img src="pics/aboutme page/sky/5.png">
</span>
<span id="sky3">
<img src="pics/aboutme page/sky/1.png">
<img src="pics/aboutme page/sky/2.png">
<img src="pics/aboutme page/sky/3.png">
<img src="pics/aboutme page/sky/4.png">
<img src="pics/aboutme page/sky/5.png">
</span>
<span id="sky4">
<img src="pics/aboutme page/sky/1.png">
<img src="pics/aboutme page/sky/2.png">
<img src="pics/aboutme page/sky/3.png">
<img src="pics/aboutme page/sky/4.png">
<img src="pics/aboutme page/sky/5.png">
</span>
<div id="cover">
<div id="aboutme">
<span id="topic">
<h2> [ </h2>
<h2>A</h2>
<h2>b</h2>
<h2>o</h2>
<h2>u</h2>
<h2>t</h2>
<h2>M</h2>
<h2>e</h2>
<h2>]</h2>
</span>
<span class="boxcontent">
<h3>
Hey its me Divya Kumar Baid and I am currently pursuing B.Tech from Techno Main Saltlake in
Computer Science and Engineering . I tend to explore a lot . Ahem by exploration I mean I love
to know and work on those projects I have never worked on before.
I am not exactly a mad scientist but yeah I can be called a Pirate
<img src="https://media.tenor.com/images/6ae5f1fd6b39eca817349f1dbb6dc994/tenor.gif" alt=""
style="width: 30px;height: 30px;position: relative;top: -2px;">.Never the less I am a
freelancer,Graphic designer, Youtuber, Developer.
</h3>
</span>
</div>
</div>
</section>
<!-- this is end of third page -->
<!-- this is fourthpage -->
<section id="fourthpage">
<span id="light"><img src="pics/project page/line.png" alt=""></span>
<span id="light"><img src="pics/project page/line.png" alt="" style="animation-delay: 0.9s;"></span>
<span id="light"><img src="pics/project page/line.png" alt="" style="animation-delay: 1.5s;"></span>
<span id="light"><img src="pics/project page/line.png" alt="" style="animation-delay: 2s;"></span>
<span id="light"><img src="pics/project page/line.png" alt="" style="animation-delay: 0.5s;"></span>
<span id="lines"><img src="pics/project page/projects.png" alt=""></span>
<div id="projects-cover">
<div id="projects">
<span id="project-topic">
<h2> [ </h2>
<h2>P</h2>
<h2>r</h2>
<h2>o</h2>
<h2>j</h2>
<h2>e</h2>
<h2>c</h2>
<h2>t</h2>
<h2>s</h2>
<h2>]</h2>
</span>
<span class="projects-topic"></span>
<!-- useful in overlay animation -->
<div class="container-fluid">
<div class="row">
<div class="col-md">
<div id="card" class="card1">
<div id="circle">
<div id="content">
<span id='hovered'>
<h3>Discord Music Bot V1</h3>
<p>A discord music bot to download and play music as listed in playlist
given by the user.
</p>
<a href="https://github.com/DivyaKumarBaid/Discord_Music_bot"> <button
class="btn btn-primary">
< Source Code />
</button>
</a>
</span>
<img src="pics/project page/discordbot.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-md">
<div id="card" class="two">
<div id="circle">
<div id="content">
<span id='hovered'>
<h3>Public Chat Room</h3>
<p>A webpage created using php , js , html and css. This is a public chat
room and thus anyone can ping in here.</p>
<a href="https://github.com/DivyaKumarBaid/Public_chat_room"> <button
class="btn btn-primary">
< Source Code />
</button></a>
</span>
<img src="pics/project page/chat.png" alt="" id="chat">
</div>
</div>
</div>
</div>
<div class="col-md">
<div id="card" class="three">
<div id="circle">
<div id="content">
<span id='hovered'>
<h3>Discord Music Bot V2</h3>
<p>A music discord bot which uses the youtube link to play music without
downloading them.You can create
playlist and this is best for low storage or low processing powered
system.
</p>
<a href="https://github.com/DivyaKumarBaid/Live_Discord_music_bot"> <button
class="btn btn-primary">
< Source Code />
</button></a>
</span>
<img src="pics/project page/discordbot.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- this is end of fourth page -->
<!-- this is fifthpage -->
<section id="fifthpage">
<div id="techstack">
<div id="tech">
<span id="stack">
<h2> [ </h2>
<h2>T</h2>
<h2>e</h2>
<h2>c</h2>
<h2>h</h2>
<h2>S</h2>
<h2>t</h2>
<h2>a</h2>
<h2>c</h2>
<h2>k</h2>
<h2>]</h2>
</span>
<div id="containscard">
<div class="container-fluid">
<div class="row">
<div class="col">
<div id="card">
<div id="imagebox">
<img src="pics/icons/java.svg" alt="">
<h3>Java</h3>
</div>
<div id="content">
<p>Oh that long syntax to print is annoying, here is a tip just use Print Stream class to avoid these long syntax XD
</p>
</div>
</div>
</div>
<div class="col">
<div id="card">
<div id="imagebox">
<img src="pics/icons/python.svg" alt="">
<h3>Python</h3>
</div>
<div id="content">
<p>Seriously be inline and be indented, dont know when function might ignore you !
</p>
</div>
</div>
</div>
<div class="col">
<div id="card">
<div id="imagebox">
<img src="pics/icons/php.svg" alt="">
<h3>PHP</h3>
</div>
<div id="content">
<p>That mixing is really dangerous. Comes handy when you wanna ruin your webpage, combining it with html and css might end up frustrating you !
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div id="card">
<div id="imagebox">
<img src="pics/icons/html.svg" alt="">
<h3>HTML</h3>
</div>
<div id="content">
<p>Forget to close tags and you end up not figuring out what you did wrong and yeah use class and id wisely.
</p>
</div>
</div>
</div>
<div class="col">
<div id="card">
<div id="imagebox">
<img src="pics/icons/css.svg" alt="">
<h3>CSS</h3>
</div>
<div id="content">
<p>The long run to debug css could last a year so dont mess it at first place(sarcasm included) and yeah try linking right name to your html doc.
</p>
</div>
</div>
</div>
<div class="col">
<div id="card">
<div id="imagebox">
<img src="pics/icons/js.svg" alt="">
<h3>Java Script</h3>
</div>
<div id="content">
<p>I would say it is the magician that can give your webpage glory but if used wrong it just ruins your case !
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- this is end of fifth page -->
<!-- this is last page -->
<section id="b">
<div id="containers">
<div id="imgbx">
<img src="pics/contact me/contactme.png" alt="" width="70%" height="70%">
<img src="pics/contact me/contactme.png" alt="" width="70%" height="70%">
<img src="pics/contact me/contactme.png" alt="" width="70%" height="70%">
</div>
<h2>Contact Me and Connect With Me</h2>
<div id="skew">
<p>You can Email me on <a href="mailto:divyakumarbaid.2001@gmail.com" id="email">
divyakumarbaid.2001@gmail.com</a><br> Or Ping me on <a href="https://twitter.com/DivyakumarBaid1?s=09">twitter</a>
</p>
<p id="links">You can connect with me on
<ul>
<li style="color: aquamarine;font-size: 1.3em;"><a href="https://www.linkedin.com/in/divya-kumar-baid-98a087200/"> Linkedin </a></li>
<li style="color: aquamarine;font-size: 1.3em;"><a href="https://www.instagram.com/divyakumarbaid1008/">Instagram</a></li>
<li style="color: aquamarine;font-size: 1.3em;"><a href="https://www.facebook.com/divyakumar.baid.5">Facebook</a></li>
<li style="color: aquamarine;font-size: 1.3em;"><a href="https://github.com/DivyaKumarBaid">Github</a></li>
</ul>
</p>
</div>
</div>
</section>
<div class="footer">
Thanks For Visiting
<img src="https://media1.tenor.com/images/f96e7d2ca7accfb8b6185859afee09b3/tenor.gif?itemid=13031125" alt="" height="100">
</div>
<!-- this is end of last page -->
<!-- JS STARTS -->
<!-- this was for parallax effect -->
<script type="text/javascript">
document.addEventListener("mousemove", parallax);
function parallax(e) {
this.querySelectorAll(".layer").forEach(layer => {
const speed = layer.getAttribute('data-speed')
const x = (window.innerWidth = e.pageX * speed) / 100
const y = (window.innerHeight = e.pageY * speed) / 100
layer.style.transform = 'translateX(' + x + 'px)translateY(' + y + 'px)'
})
}
</script>
<!-- this for dark and light theme button -->
<script>
const body = document.querySelector('body')
const background = document.getElementById('firstpagebackground')
const back = document.getElementById('secondpage')
const toggle = document.getElementById('toggle');
const sidebar = document.getElementById('sidebar');
const containment = document.getElementById('containment')
toggle.onclick = function() {
toggle.classList.toggle('active')
back.classList.toggle('active')
background.classList.toggle('active')
body.classList.toggle('active')
sidebar.classList.toggle('active')
containment.classList.toggle('active')
}
</script>
<!-- #scroll in animation -->
<script src="scroll-out.js "></script>
<script type="text/javascript ">
ScrollOut({
targets: 'img,#firstpage,#secondpage,#thirdpage,.box,#fourthpage,#fifthpage,#containscard,section,#b'
})
</script>
<!-- audio player volume set -->
<script type="text/javascript">
var vid = document.getElementById("audioplayer")
vid.volume = 0.05;
</script>
<!-- loader -->
<script type="text/javascript">
function loadfun() {
myVar = setTimeout(showPage, 0);
}
function showPage() {
document.getElementById("loadingscreen").style.opacity = "0";
document.getElementById("loadingscreen").style.pointerEvents = "none";
document.getElementById("na").style.opacity = "1";
}
</script>
</body>
</html>