-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
586 lines (535 loc) · 22.7 KB
/
about.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Divyansh Jain Portfolio</title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css2?family=Jost:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!-- header -->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<a class="navbar-brand" href="index.html">
<span class="fa fa-laptop"></span> Divyansh
</a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item @@home__active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<!-- <div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div> -->
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!-- //header -->
<!-- about breadcrumb -->
<section class="w3l-about-breadcrumb text-center">
<div class="breadcrumb-bg breadcrumb-bg-about py-sm-5 py-4">
<div class="container py-2">
<h2 class="title">About Me</h2>
<!-- <ul class="breadcrumbs-custom-path mt-2">
<li><a href="#url">Home</a></li>
<li class="active"><span class="fa fa-arrow-right mx-2" aria-hidden="true"></span> About Me </li>
</ul> -->
</div>
</div>
</section>
<!-- //about breadcrumb -->
<!-- about page about section -->
<section class="w3l-aboutblock1" id="about">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="row">
<div class="col-lg-4">
<div class="position-relative">
<img src="assets/images/me.jpg" alt="" class="radius-image img-fluid">
</div>
</div>
<div class="col-lg-8 mt-lg-0 mt-5">
<h5 class="title-small mb-2">Hello, I am a full stack web developer</h5>
<h3 class="title-big">Having 1.5 Years of Experience.</h3>
<p class="mt-4">I am a final year undergrad pursuing B.Tech. in Computer Science. I am a full stack web developer and an opensource enthusiast who loves to contribute to the community and a freelancer for now.
I have experience of a quite a number of hackathons.Team member of the Web Development team for a startup called digiRehab. Amongst top 5 teams after clearing 3 eliminatory rounds in Covackathon organsied by IIT Palakkad in collaboration with Kerala Government. I'm currently learning DSA & OOPS.</p>
<div class="my-info mt-4">
<div class="single-info"><span>Name:</span>
<p>Divyansh Jain</p>
</div>
<div class="single-info"><span>Age:</span>
<p>20 Years</p>
</div>
<div class="single-info"><span>From:</span>
<p>New Delhi, India</p>
</div>
<div class="single-info"><span>Email:</span>
<p><a href="mailto:divy.j.140900@gmail.com">divy.j.140900@gmail.com</a></p>
</div>
</div>
<div class="my-social mt-lg-5 mt-4">
<a href="assets/Divyansh_Resume.pdf" class="btn btn-style btn-primary" target="_blank">View Resume</a>
<ul class="social m-0 p-0">
<!-- <li><a href="#twitter"><span class="fa fa-twitter"></span></a></li> -->
<li><a href="https://github.com/Divyanshj"><span class="fa fa-github"></span></a></li>
<li><a href="https://www.facebook.com/divyansh.jain.712/"><span class="fa fa-facebook-official"></span></a></li>
<li><a href="https://www.linkedin.com/in/divyansh-jain-3b0327156/"><span class="fa fa-linkedin-square"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //about page about section -->
<!-- about page second section -->
<!-- <div class="py-5 w3l-resume">
<div class="container py-lg-5 py-3">
<h5 class="title-small mb-2"> Hello</h5>
<h3 class="title-big mb-4">I Can give your business a new Creative start right away! </h3>
<p>I am a freelancer based in the United Kingdom and i have been building noteworthy UX/UI designs and websites
for years, which comply with the latest design trends. I help convert a vision and an idea into meaningful
and useful products. Having a sharp eye for product evolution helps me prioritize tasks, iterate fast and
deliver faster</p>
<div class="row features-w3pvt-main mt-5 pt-md-3" id="features">
<div class="col-lg-4 col-md-6 feature-gird">
<div class="row features-hny-inner-gd">
<div class="col-md-2 col-2 featured_grid_left">
<div class="icon_left_grid">
<span class="fa fa-laptop" aria-hidden="true"></span>
</div>
</div>
<div class="col-md-10 col-10 featured_grid_right_info">
<h4><a class="link-hny" href="#url">Responsive Design </a></h4>
<p>Lorem ipsum dolor sit amet elit consec tetur adipisi elit., rem!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 feature-gird mt-md-0 mt-4">
<div class="row features-hny-inner-gd">
<div class="col-md-2 col-2 featured_grid_left">
<div class="icon_left_grid">
<span class="fa fa-pencil-square-o" aria-hidden="true"></span>
</div>
</div>
<div class="col-md-10 col-10 featured_grid_right_info">
<h4><a class="link-hny" href="#url">Powerful Editor </a></h4>
<p>Lorem ipsum dolor sit amet elit consec tetur adipisi elit., rem!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 feature-gird mt-lg-0 mt-md-5 mt-4">
<div class="row features-hny-inner-gd">
<div class="col-md-2 col-2 featured_grid_left">
<div class="icon_left_grid">
<span class="fa fa-desktop" aria-hidden="true"></span>
</div>
</div>
<div class="col-md-10 col-10 featured_grid_right_info">
<h4><a class="link-hny" href="#url">Creative Design </a></h4>
<p>Lorem ipsum dolor sit amet elit consec tetur adipisi elit., rem!</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- //about page about section -->
<!-- about page third section -->
<section class="w3l-content-6 py-5">
<div class="content-6-mian py-lg-5 py-md-4">
<div class="container">
<div class="content-info-in row">
<div class="content-gd col-lg-5">
<h3 class="title-big mb-4">Motivated by the Desire to achieve Success</h3>
<p>Want to be the best in the field.
</p>
</div>
<div class="content-gd col-lg-6 offset-lg-1">
<div class="progress-info">
<h6 class="progress-tittle">Front-end development</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 88%"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">Back-end development
</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 95%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info">
<h6 class="progress-tittle">Ideas & Technology</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 80%"
aria-valuenow="55" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress-info mb-0">
<h6 class="progress-tittle">Responsive Web Design</h6>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 84%"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about page third section -->
<!-- subscribe block -->
<!-- <div class="abouthy-img-grids">
<div class="img-one">
<img src="assets/images/g5.jpg" alt=" " class="img-fluid">
</div>
<div class="img-one content-mid">
<h3 class="title-big"> Stay up to date, Subscribe to the free Newsletter! </h3>
<form action="#url" method="GET" class="subscribe-form">
<input type="email" name="email" placeholder="Enter your email" required>
<button type="submit" class="btn">Subscribe</button>
</form>
</div>
<div class="img-one">
<img src="assets/images/g3.jpg" alt=" " class="img-fluid">
</div>
</div> -->
<!-- //subscribe block -->
<!-- achievements block -->
<section class="w3l-services">
<div class="w3l-achievements py-5" id="services">
<div class="container py-lg-5">
<!-- <h5 class="title-small text-center">My achievements</h5> -->
<h3 class="title-big text-center mb-sm-5 mb-4">Some Of My Projects.</h3>
<div class="row">
<div class="col-lg-6 item">
<div class="card">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-globe"></span>
</div>
<h4><a href="https://covicure.herokuapp.com/">Covicure</a></h4>
<p>Covicure is a covid resource exchange website that scraps ID's of donors and help-seekers by their tweets
. Sends automated message with community link.Functionalities- Display schema of donors and help-seekers list, Real-time chat application, Ambulane booking service, Zoom-based doctor assistance.
<br>Stack used- Html,CSS,JS,Socket.io,Mongoose,Node.js etc.</p>
</div>
</div>
</div>
<div class="col-lg-6 item">
<div class="card">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-globe"></span>
</div>
<h4><a href="https://digipaathshala.herokuapp.com/"> Paathshala</a></h4>
<p>Paathshala is an interactive online education platform. It has features like sign-up,login & logout for security purposes and has google authentication for both.Teacher's can upload assignments and tests subject-wise & can schedule classes.
Student's can view as well as submit those tests and assignments subject-wise & can join class through a real-time video and chat application.<br>
Stack used-Html,JS,Socket.io,Mongoose,Node.js,OAuth.</p>
</div>
</div>
</div>
<div class="col-lg-6 item">
<div class="card">
<div class="box-wrap mb-lg-0">
<div class="icon">
<span class="fa fa-globe"></span>
</div>
<h4><a href="https://pertcare.000webhostapp.com/">Petcare</a></h4>
<p>Petcare is a website to provide shelter to the animals. It has features like signup,login & logout. The user can adopt or donate their pets.
Gives relevant information to the user about the pets.Can adopt and search for a particular pet using filters like pet-tag and dynamically deleting the availability of the pet that has already been adopted.<br>
Stack used - Html,CSS,JS,php,MySQL.</p>
</div>
</div>
</div>
<div class="col-lg-6 item">
<div class="card">
<div class="box-wrap mb-0">
<div class="icon">
<span class="fa fa-globe"></span>
</div>
<h4><a href="https://need4red.000webhostapp.com/">Need4Red</a></h4>
<p>Need4Red is a blood bank management system where you can register as a donor and can find donors of a particular blood group using blood group filter.
Gives the user relevant information about all the donors and how to contact them.<br>
Stack used- Html,CSS,JS,php,MySQL.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //achievements block -->
<!-- Footer -->
<section class="w3l-footer py-sm-5 py-4">
<div class="container">
<div class="footer-content">
<div class="row">
<!-- <div class="col-lg-8 footer-left">
<p class="m-0">Alexander © Copyright 2020. Design by <a href="https://w3layouts.com">W3layouts</a></p>
</div> -->
<div class="col-lg-12 footer-right text-center mt-lg-0 mt-3">
<ul class="social m-0 p-0">
<li><a href="https://www.facebook.com/divyansh.jain.712/"><span class="fa fa-facebook-official"></span></a></li>
<li><a href="https://www.linkedin.com/in/divyansh-jain-3b0327156/"><span class="fa fa-linkedin-square"></span></a></li>
<li><a href="https://github.com/Divyanshj"><span class="fa fa-github"></span></a></li>
<!-- <li><a href="#twitter"><span class="fa fa-twitter"></span></a></li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- move top -->
<!-- <button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button> -->
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<!-- //Footer -->
<!-- all js scripts and files here -->
<script src="assets/js/theme-change.js"></script><!-- theme switch js (light and dark)-->
<script src="assets/js/jquery-3.3.1.min.js"></script><!-- default jQuery -->
<!-- /typig-text-->
<script>
const typedTextSpan = document.querySelector(".typed-text");
const cursorSpan = document.querySelector(".cursor");
const textArray = ["UI/UX Designer", "Freelancer", "Web developer"];
const typingDelay = 200;
const erasingDelay = 10;
const newTextDelay = 100; // Delay between current and next text
let textArrayIndex = 0;
let charIndex = 0;
function type() {
if (charIndex < textArray[textArrayIndex].length) {
if (!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent += textArray[textArrayIndex].charAt(charIndex);
charIndex++;
setTimeout(type, typingDelay);
} else {
cursorSpan.classList.remove("typing");
setTimeout(erase, newTextDelay);
}
}
function erase() {
if (charIndex > 0) {
// add class 'typing' if there's none
if (!cursorSpan.classList.contains("typing")) {
cursorSpan.classList.add("typing");
}
typedTextSpan.textContent = textArray[textArrayIndex].substring(0, 0);
charIndex--;
setTimeout(erase, erasingDelay);
} else {
cursorSpan.classList.remove("typing");
textArrayIndex++;
if (textArrayIndex >= textArray.length) textArrayIndex = 0;
setTimeout(type, typingDelay);
}
}
document.addEventListener("DOMContentLoaded", function () { // On DOM Load initiate the effect
if (textArray.length) setTimeout(type, newTextDelay + 250);
});
</script>
<!-- //typig-text-->
<!-- services owlcarousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for services -->
<script>
$(document).ready(function () {
$('.owl-two').owlCarousel({
loop: true,
margin: 30,
nav: false,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
700: {
items: 1,
nav: false
},
1090: {
items: 3,
nav: false
}
}
})
})
</script>
<!-- //script for services -->
<!-- script for tesimonials carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
736: {
items: 1,
nav: false
},
1000: {
items: 2,
nav: false,
loop: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- video popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<!-- //video popup -->
<!-- stats number counter-->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats number counter -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<!-- bootstrap js -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>