-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
609 lines (529 loc) · 24.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sandip Murmu - The Portfolio</title>
<script type='text/javascript'>
title = "Sandip Murmu - The Portfolio ";
position = 0;
function scrolltitle() {
document.title = title.substring(position, title.length) + title.substring(0, position);
position++;
if (position > title.length) position = 0;
titleScroll = window.setTimeout(scrolltitle,170);
}
scrolltitle();
</script>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel='icon' href='profile_pic.jpeg?' type='image/x-icon'/ >
<style>
body {
overflow: hidden;
margin: 0;
padding: 0;
}
.nav-up {
top: -40px;
}
li {
list-style: none;
}
/*------------------------ 2 Home ------------------------*/
.main {
background: url(ban.jpg) no-repeat;
background-size: cover;
display: table;
width: 100%;
position: relative;
}
.main:after {
content: '';
width: 100%;
height: 100%;
left: 0;
z-index: -1;
opacity: .85;
position: absolute;
}
.nav-icon{
margin-left: 990px;
margin-top: -540px;
}
.main-title {
font-size: 24px;
line-height: 28px;
color: #fff;
font-weight: 400;
}
.hello {
color: #fff;
line-height: 51px;
}
.main-content {
padding: 0 60px;
vertical-align: middle;
display: table-cell;
height: 100%;
width: 100%;
}
.logo a{
color: orange;
margin-left: 30px;
border: 1px solid white;
background: white;
font-size: 30px;
}
.logo a:hover{
text-decoration: none;
}
/*------------------------ 2.1 Full Menu ------------------------*/
.full-menu {
position: fixed;
top: 0;
left: 0;
z-index: 993;
height: 100%;
width: 100%;
overflow: hidden;
background-size: cover;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
/* Full Menu */
.full-menu .modal-close {
/* 'X' icon */
position: absolute;
z-index: 991;
top: 0;
right: 0;
padding: 50px;
height: 45px;
width: 45px;
border-radius: 50%;
background:rgba(0, 0, 0, 0.3) url(cd-icon-close.svg)no-repeat center center;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
visibility: hidden;
opacity: 0;
transform: scale(0), visibility 0s 0.3s, opacity 0.3s 0s;
transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .full-menu .modal-close:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.full-menu.visible {
background-size: 100%;
opacity: 1;
visibility: visible;
transition: opacity 0.7s, visibility 0s;
}
.full-menu.visible .fullmenu-content {
-webkit-overflow-scrolling: touch;
}
.full-menu.visible .modal-close {
visibility: visible;
opacity: 1;
transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
transform: scale(1);
}
@media only screen and (min-width: 1100px) {
.full-menu .fullmenu-content {
padding: 6em 5%;
}
.full-menu .modal-close {
height: 60px;
width: 60px;
}
.full-menu p {
font-size: 25px;
}
}
.cd-transition-layer {
position: fixed;
top: 0;
left: 0;
z-index: 992;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.cd-transition-layer .bg-layer {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-2%);
transform: translateY(-50%) translateX(-2%);
height: 100%;
/* our sprite is composed of 25 frames */
width: 2500%;
background: url(ink.png) no-repeat 0 0;
background-size: 100% 100%;
}
.cd-transition-layer.visible {
opacity: 1;
visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
animation: cd-sequence 1.0s steps(24);
animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
animation: cd-sequence-reverse 1.0s steps(24);
animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
display: none;
}
@keyframes cd-sequence {
0% {
transform: translateY(-50%) translateX(-2%);
}
100% {
transform: translateY(-50%) translateX(-98%);
}
}
@keyframes cd-sequence-reverse {
0% {
transform: translateY(-50%) translateX(-98%);
}
100% {
transform: translateY(-50%) translateX(-2%);
}
}
/*------------------------ 2.2 Header ------------------------*/
.full-menu .fullmenu-content {
height: 100%;
width: 100%;
display: flexbox;
align-content: center;
}
.page-menu {
display: inline-flex;
flex-direction: column;
vertical-align: middle;
text-align: center;
}
.page-menu li {
line-height: 50px;
margin-left: -25px;
}
.page-menu li:last-child {
line-height: 50px;
}
.page-menu li a {
color: #fff;
font-size: 26px;
position: relative;
font-weight: 500;
}
.social {
display: contents;
margin: 2%;
text-align: center;
font-size: xx-large;
justify-content: space-evenly;
}
.social a{
display: inline-block;
margin: 2%;
}
.social a:hover img {
opacity: .6;
transition: all ease 0.3s;
}
header {
position: fixed;
padding: 30px;
top: 0;
width: 100%;
z-index: 992;
display: block;
}
.nav-icon {
width: 23px;
height: 18px;
position: relative;
transform: rotate(0deg);
transition: .5s ease-in-out;
cursor: pointer;
margin-top: 7px;
margin-left: 97%;
}
.nav-icon span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
opacity: 1;
transform: rotate(0deg);
transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
top: 0px;
transform-origin: left center;
}
.nav-icon span:nth-child(2) {
top: 6px;
transform-origin: left center;
}
.nav-icon span:nth-child(3) {
top: 12px;
transform-origin: left center;
width: 60%;
right: 0 !important;
}
.nav-icon:hover span:nth-child(3) {
width: 100%;
}
</style>
</head>
<body>
<script src="js/jquery-2.1.4.min.js"></script>
<script>var $j = $.noConflict(true);</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/scroll.js"></script>
<script src="js/scroll-keys.js"></script>
<script src="js/onLoad.js"></script>
<header>
<div class="nav-icon float-right">
<span></span>
<span></span>
<span></span>
</div>
</header>
<!-- Full Menu -->
<div class="full-menu">
<div class="fullmenu-content">
<div>
<ul class="page-menu">
<li><a href="">Home</a></li>
<li><a href="#div-second">About</a></li>
<li><a href="#div-third">Work Experience and Skills</a></li>
<li><a href="#div-fourth">Education and Interests</a></li>
<li><a href="#div-fifth">Projects and Work Samples</a></li>
</ul>
</div>
<div class="social">
<a href="https://github.com/Sandip2k" target="_blank"><div class="fab fa-github"></div></a>
<a href="https://facebook.com/sandip.murmu.2k" target="_blank"><div class="fab fa-facebook-f"></div></a>
<a href="https://twitter.com/SandipAssassin" target="_blank"><div class="fab fa-twitter"></div></a>
<a href="https://instagram.com/sandip_murmu_2k" target="_blank"><div class="fab fa-instagram"></div></a>
</div>
</div>
<a href="#0" class="modal-close"></a>
</div>
<div class="cd-transition-layer visible opening">
<div class="bg-layer"></div>
</div>
<div class='div-first new' style="text-align: center;">
<h1 id="div-first">
<a href="" class="typewrite" data-period="1000" data-type='[ "Hi, I'm 😎 Mr. Sandip Murmu.", "😂 Ok, no need to call me Mr.", "🌐 I mostly reside in the web.", "👨💻 I am a Full-Stack Developer.", "I Love 🐍 Python.", "I'm a Freelancer.", "Jai Hind !!! " ]'>
<span class="wrap"></span>
</a>
</h1>
<ul>
<li>
<a href="https://facebook.com/sandip.murmu.2k" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://instagram.com/sandip_murmu_2k" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/SandipAssassin" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/Sandip2k" target="_blank"><i class="fab fa-github"></i></a></li>
</li>
</ul>
<h3 style="position: absolute; bottom: 10%; display: flex; left: 43%;">Click Below To Go Down</h3>
<a class="arrow" href="#div-second"></a>
</div>
<div class='div-second new' id='div-second'>
<div class="profile-container">
<div class="profile">
<div class="summary">
<ul>
<li><h1 style="font-size:60px; margin: 3%;"><i class="fas fa-id-card"></i> Sandip Murmu</h1></li>
<li><h2 style="color: #71EEB8; margin: 3%;"><i class="fas fa-laptop-code"></i> Freelance Full-Stack Developer</h2></li>
<li style='margin: 3%;'><i class="fas fa-mug-hot"></i> Enthusiastic Freelance Full-Stack Developer eager to contribute to team success through hard work, attention to detail and excellent organizational skills. Clear understanding of Python, Django, Backend
and Frontend and trained in Algorithm optimization. Motivated to learn, grow and excel in IT industry.</li>
</ul>
</div><img src="profile_pic.jpeg" />
<div class='summary-social' style="padding-left: 5%;">
<ul id='summary-social-ul1' style="text-align: justify;">
<li><a href="mailto:sandipmurmusm@gmail.com"><i class="fas fa-at"></i> sandipmurmusm@gmail.com</a></li>
<li><a href="#"><i class="fas fa-map-marker-alt"></i> Jadavpur, Kolkata, WB, India</a></li>
<li><a href="https://twitter.com/SandipAssassin" target="_blank"><i class="fab fa-twitter"></i> @SandipAssassin</a></li>
<li><a href="https://facebook.com/sandip.murmu.2k" target="_blank"><i class="fab fa-facebook-f"></i> facebook.com/sandip.murmu.2k</a></li>
<li><a href="https://instagram.com/sandip_murmu_2k" target="_blank"><i class="fab fa-instagram"></i> instagram/sandip_murmu_2k</a></li>
</ul>
</div>
<div class='summary-social' style="padding-left: 15%;">
<ul id='summary-social-ul2' style="text-align: justify;">
<li><a href="tel:+918250071935"><i class="fas fa-mobile-alt"></i> +91 8250071935</a></li>
<li><a href="https://Sandip2k.github.io" target="_blank"><i class="fas fa-globe"></i> Sandip2k.github.io</a></li>
<li><a href="#"><i class="fab fa-skype"></i> sandipmurmusm</a></li>
<li><a href="https://github.com/Sandip2k" target="_blank"><i class="fab fa-github"></i> github.com/Sandip2k</a></li>
</ul>
</div>
</div>
</div>
</div>
<a class="arrow" id='arrow-second' href="#div-third"></a>
</div>
<div class='div-third new' id='div-third'>
<div class="work-container">
<div id='rocket'></div>
<div class="work">
<div id='work-experience' style=" border-right: solid 5px white; box-shadow: 3px 0px rgb(233, 35, 35); ">
<ul>
<li><h1 style="color: #fff; text-shadow: 3px 3px rgb(233, 35, 35);"><i class="fas fa-briefcase"></i> Work Experience</h1></li>
<li><h2 style="color: #fff; text-shadow: 2px 2px rgb(233, 35, 35);">Freelance Full-Stack Developer</h2></li>
<li><h3 style="color: #fff; text-shadow: 2px 2px rgb(233, 35, 35);">Self-Employed</h3></li>
<li><h5 style="color: #fff; text-shadow: 2px 2px rgb(233, 35, 35);">05/2020 - Present</h5></li>
<li style="margin-top: 15%;"><ul style='list-style-type: circle; text-align: left; color: #fff;'><li style="color: #fff;"><i class="fas fa-space-shuttle" style="color: rgb(233, 35, 35);"></i> Developed team communications and information for Client
meetings.</li><li style="color: #fff;"><i class="fas fa-space-shuttle" style="color: rgb(233, 35, 35);"></i> Resolved conflicts and negotiated mutually beneficial
agreements between parties.</li><li style="color: #fff;"><i class="fas fa-space-shuttle" style="color: rgb(233, 35, 35);"></i> Monitored social media and online sources for industry
trends.</li></ul></li>
</ul>
</div>
<div id='skills'>
<h1 style=" color: #fff; margin-bottom: 10%; margin-top: 5%; text-shadow: 3px 3px rgb(233, 35, 35);"><i class="fas fa-lightbulb"></i> Skills</h1>
<div id='skills-list'>
<div>Python</div>
<div>Full-Stack Development</div>
<div>HTML5</div>
<div>CSS</div>
<div>Javascript</div>
<div>Django</div>
<div>Bootstrap</div>
<div>SQL</div>
<div>UI/UX</div>
<div>JQuery</div>
<div>REST API</div>
<div>Apache</div>
<div>Linux</div>
<div>VPS</div>
<div>C/C++</div>
<div>Unity Engine</div>
<div>Blender</div>
<div>Premiere Pro</div>
<div>After Effects</div>
<div>Photoshop</div>
</div>
</div>
</div>
</div>
</div>
<a class="arrow" id='arrow-third' href="#div-fourth"></a>
<div class="div-fourth" id='div-fourth'>
<div id='fourth-container'>
<div id="background-wrap">
<div class="x1">
<div class="cloud"></div>
</div>
<div class="x2">
<div class="cloud"></div>
</div>
<div class="x3">
<div class="cloud"></div>
</div>
<div class="x7">
<div class="cloud"></div>
</div>
<div class="x4">
<div class="cloud"></div>
</div>
<div class="x5">
<div class="cloud"></div>
</div>
</div>
<div id="education">
<ul style="margin-top: 5%; text-shadow: 2px 2px 3px black;">
<li style="margin-bottom: 5%;"><h1><i class="fas fa-university"></i> Education</h1></li>
<li style="margin-bottom: 5%;"><h2><i class="fas fa-school"></i> High School</h2></li>
<li><h3>DAV Model School IIT Kharagpur</h3></li>
<li><h5 style="left: 0;">04/2006 - 04/2018</h5><h5 style="right: 0;">95.0%</h5></li>
<li style="margin-top: 3%; padding-bottom: 3%; border-bottom: solid 5px #fff;"><h4>CBSE Science Stream</h4></li>
<li style='margin-top: 5%; margin-bottom: 5%;'><h2><i class="fas fa-graduation-cap"></i> Bachelor of Engineering</h2></li>
<li><h3>Jadavpur University</h3></li>
<li><h5 style="left: 0;">07/2018 - Present</h5><h5 style="right: 0;">GPA: 8.5</h5></li>
<li style="margin-top: 5%;"><h4>Computer Science and Engineering</h4></li>
</ul>
</div>
<div id='languages'>
<div id='languages-names'>
<ul style="text-shadow: 2px 2px 3px black; padding-left: 7%; padding-right: 7%;">
<li><h1><i class="fas fa-language"></i> Languages</h1></li>
<li style="margin-top: 5%;"></li><h2>English</h2></li>
<li><h4>Full Professional Proficiency</h4></li>
<li style="margin-top: 5%;"><h2>Hindi</h2></li>
<li><h4>Native or Bilingual Proficiency</h4></li>
<li style="margin-top: 5%;"><h2>Bengali</h2></li>
<li style="padding-bottom: 3%; border-bottom: 5px solid #fff;"><h4>Native or Bilingual Proficiency</h4></li>
</ul>
</div>
<div id='interests' style="padding-right: 4%; padding-left: 4%;">
<ul style="text-shadow: 2px 2px 3px black; padding-left: 7%; padding-right: 7%;">
<li style="margin-bottom: 4%;"><h1><i class="fas fa-flag-checkered"></i> Interests</h1></li>
</ul>
<div class='interests'>
<div>Sim Racing</div>
<div>Coding</div>
<div>IOT</div>
<div>Astronomy</div>
<div>Astrophysics</div>
<div>YouTube Content Creation</div>
<div>Tech and Science Blog Writer</div>
</div>
</div>
</div>
</div>
<a class="arrow" id='arrow-fourth' href="#div-fifth"></a>
</div>
<div class="div-fifth" id='div-fifth'>
<div id='work-sample'>
<h1 style="margin-top: 3%;">Projects and Work Samples</h1>
<h2 style="margin-top: 30%;">To be added.......</h2>
</div>
<a class="arrow" id='arrow-fifth' href="#div-sixth"></a>
</div>
<div class='div-sixth' id='div-sixth'>
<div id='contact'>
<div class="container">
<form id="contact" action="mailto:sandipmurmusm@gmail.com" method="post" enctype="text/plain">
<h3>Quick Contact</h3>
<h4>Contact us today, and get reply with in 24 hours!</h4>
<fieldset>
<input placeholder="Your name" type="text" tabindex="1" required autofocus>
</fieldset>
<fieldset>
<input placeholder="Your Email Address" type="email" tabindex="2" required>
</fieldset>
<fieldset>
<input placeholder="Your Phone Number" type="tel" tabindex="3" required>
</fieldset>
<fieldset>
<input placeholder="Subject....." type="text" tabindex="4" required>
</fieldset>
<fieldset>
<textarea placeholder="Type your Message Here...." tabindex="5" required></textarea>
</fieldset>
<fieldset>
<button name="submit" type="submit" id="contact-submit" data-submit="...Sending">Submit</button>
</fieldset>
</form>
</div>
</div>
<div style="width: 100%; margin-top: 3%; margin-bottom: 3%; text-align: center;"><h1>Thanks For Having Fun In This Site...</h1><br><br><h3>Go To Up....</h3></div>
<div id='arrow-div-sixth'>
<a class="arrow" id='arrow-sixth' href="#div-first"></a></div>
</div>
</div>
<script src="js/typewriter.js"></script>
<script src="js/menu.js">
// document load end
</script>
</body>
</html>