-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
562 lines (536 loc) · 28.9 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
<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" />
<title>Gaurav Singh</title>
<link rel="icon" href="./source/logo_for_portfolio.png" />
<link rel="stylesheet" href="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.css" />
<link rel="stylesheet" href="./index.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body onload="TransitionEvent()">
<!-- this is navbar -->
<div id="nav">
<div id="logo">
<a href="#main"><img src="./source/logo_for_portfolio.png" /></a>
</div>
<!-- this is the list of items is present in the pages -->
<div id="selectSection">
<div><a href="#aboutSection">About</a></div>
<div><a href="#skillSection">Skill</a></div>
<div><a href="#workSection">Work</a></div>
<div><a href="#contactMeSection">Contact</a></div>
<a href="./source/Gaurav_Singh_Resume.pdf" download="Gaurav_Singh_Resume"><button onclick="download()" id="resume">Resume</button></a>
</div>
<img id="ham" src="./source/ham.png" />
</div>
<!-- this is for ham to come in and go out -->
<input type="checkbox" id="checkBox" />
<!-- this is for the ham while we are using in the smaller screen -->
<div id="selectSectionForHam">
<img id="closeHam" src="./source/closeHam.png" />
<div id="about"><a href="#aboutSection">About</a></div>
<div id="skill"><a href="#skillSection">Skill</a></div>
<div id="work"><a href="#workSection">Work</a></div>
<div id="contact"><a href="#contactMeSection">Contact</a></div>
<a href="./source/Gaurav_Singh_Resume.pdf" download="Gaurav_Singh_Resume"><button onclick="download()" id="resumeIn">Resume</button></a>
</div>
<!-- this is for left floting social media -->
<div id="left">
<ul class="ulForContact">
<li>
<a target="_blank" href="https://github.com/gaurav7ingh"><img class="linksForContact" src="./source/github.png" /></a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/gaurav-singh0/"><img class="linksForContact" src="./source/linkedin.png" /></a>
</li>
<li>
<a target="_blank" href="https://twitter.com/gaurav__singh">
<img class="linksForContact" src="./source/twitter.png" />
</a>
</li>
<li>
<a target="_blank" href="https://instagram.com/gaurav_7ingh">
<img class="linksForContact" src="./source/insta.png" />
</a>
</li>
<li>
<div style="width: 1px; border: 1px solid white; height: 8em; background-color: white;"></div>
</li>
</ul>
</div>
<!-- this is for right floating gmail -->
<div id="right">
<ul class="ulForContact">
<li>
<div style="width: 1px; border: 1px solid white; height: 7em; background-color: white;"></div>
</li>
<li id="downward"><a href="mailto:[email protected]"> [email protected]</a></li>
</ul>
</div>
<!-- this is main container for the all the item to take inside a area -->
<div id="main">
<!-- this is introduction -->
<div id="introduction">
<h3 style="font-family: var(--font-mono); color: var(--cyan); margin-bottom: 18px;">Hi,</h3>
<h1 style="font-family: var(--font-sans); font-size: clamp(40px, 8vw, 80px);">I'm Gaurav,</h1>
<h1 style="font-family: var(--font-sans); font-size: clamp(38px, 8vw, 78px); color: var(--slate);">
Web Developer.
</h1>
<div>
<p class="smallIntro">
Trained, Self-motivated and Hardworking web developer, With a diverse range of skills including Java, SpringBoot, MySQL, HTML, CSS and JavaScript.
</p>
</div>
<button id="btn1">Contact Me</button>
</div>
<!-- this is about section -->
<div id="aboutSection">
<h1 class="headding">
About Me
<div class="headArrow"></div>
</h1>
<div id="myself">
<div>
<p class="font color size">
Hello! my name is Gaurav Singh.
</p>
<p class="font color size">
I am a web developer with in-depth knowledge in Java. In a nutshell, I can create web services that may help organizations address
<mark> business challenges</mark> and <mark>meet their needs.</mark>
</p>
<p class="font color size">
Fast-forward to today, and I've had the privilege of working on some of the front-end and back-end projects. My main focus these days is to achieve expertise in Java.
</p>
<br>
<p class="font color size" style="display: inline;">
My expertise lies within web apps, and the main languages in my
</p>
<h4 class="edu" style="font-size: x-large; text-align: left; font-family: var(--font-mono); display: inline;">
<mark>Tech Stack</mark>
</h4>
<p class="font color size" style="display: inline;">are</p>
<div id="techStack">
<ul>
<li class="color">Java</li>
<li class="color">JavaScript</li>
<li class="color">CSS</li>
<li class="color">HTML</li>
<li class="color">MYSQL</li>
</ul>
<ul>
<li class="color">Hibernate</li>
<li class="color">GitHub</li>
<li class="color">Spring Boot</li>
<li class="color">STS</li>
</ul>
</div>
</div>
<div id="myImage">
<img src="./source/myImage.png" />
</div>
</div>
</div>
<!-- this is skill section -->
<div id="skillSection">
<h1 class="headding">
Skills
<div class="headArrow"></div>
</h1>
<div id="mainContainerForSkill">
<h2 class="font">Technology that I know</h2>
<div class="skillS" data-aos="fade-in">
<div>
<img src="./source/java1.png" />
<h6>Java</h6>
</div>
<div>
<img src="./source/spring.png" />
<h6>Spring Boot</h6>
</div>
<div>
<img src="./source/mysql.png" />
<h6>MySQL</h6>
</div>
<div>
<img src="./source/hiber.png" />
<h6>Hibernate</h6>
</div>
</div>
<div class="skillS" data-aos="fade-in">
<div>
<img src="./source/postman.png" />
<h6>Postman</h6>
</div>
<div>
<img src="./source/js.png" />
<h6>JavaScript</h6>
</div>
<div>
<img src="./source/css.png" />
<h6>CSS</h6>
</div>
<div>
<img src="./source/html.png" />
<h6>HTML</h6>
</div>
</div>
<div class="skillS" data-aos="fade-in">
<div>
<img src="./source/backend.png" />
<h6>Back-End</h6>
</div>
<div>
<img src="./source/dsa.png" />
<h6>DSA</h6>
</div>
<div>
<img src="./source/git.png" />
<h6>GitHub</h6>
</div>
<div>
<img src="./source/frontend.png" />
<h6>Front-End</h6>
</div>
</div>
<h3 class="edu" style="font-family: var(--font-mono);">Soft Skills</h3>
<hr style="padding: 0 0px;" />
<div class="skillS softS" data-aos="fade-in">
<div>
<img src="./source/leadership.png" />
<h6>Leadership</h6>
</div>
<div>
<img src="./source/time-manager.png" />
<h6>Time Management</h6>
</div>
<div>
<img src="./source/decision.png" />
<h6>Decision Making</h6>
</div>
<div>
<img src="./source/teamwork.png" />
<h6>Collaborative</h6>
</div>
<div>
<img src="./source/idea.png" />
<h6>Problem Solving</h6>
</div>
</div>
</div>
<h1 class="headding" data-aos="fade-in">
Statistics
<div class="headArrow"></div>
</h1>
<h2 class="font">Trained In</h2>
<!-- <div id="masaiStudies">
<img src="./source/masaiStudy.png" />
</div> -->
<div class="stats">
<div class="individualStat" data-aos="fade-in">
<div>1200+</div>
<div>
<h3>Hours</h3>
of Coding
</div>
</div>
<div class="individualStat" data-aos="fade-in">
<div>800+</div>
<div>
<h3>DSA</h3>
Problems
</div>
</div>
<div class="individualStat" data-aos="fade-in">
<div>10+</div>
<div>
<h3>Projects</h3>
Done
</div>
</div>
<div class="individualStat" id="hours" data-aos="fade-in">
<div>200+</div>
<div>
<h3>Hours</h3>
of Soft Skills Sessions
</div>
</div>
</div>
<h3 class="edu" style="font-family: var(--font-mono);" data-aos="fade-in">GitHub Stats</h3>
<hr />
<div class="calendar" data-aos="fade-in">
Loading the data just for you.
</div>
<div class="git_stats">
<div>
<img class="img" src="https://github-readme-streak-stats.herokuapp.com/?user=gaurav7ingh&show_icons=true&locale=en&theme=dark" data-aos="fade-in" />
</div>
<div style="padding-top: 5px;"><img src="https://github-readme-stats.vercel.app/api?username=gaurav7ingh&show_icons=true&locale=en&theme=dark" data-aos="fade-in" /></div>
</div>
</div>
<!-- this is work section -->
<div id="workSection" data-aos="fade-in">
<h1 class="headding">
Thing's I've build
<div class="headArrow"></div>
</h1>
<h2 class="font">My Project's</h2>
<div class="fix_flex">
<div class="project-image">
<a href="https://github.com/gaurav7ingh/light-temper-9603" target="_blank">
<img class="fixImageSizeForTheProject" style="z-index: 1;" src="./source/RESTful.png" />
</a>
</div>
<div class="project-content" data-aos="fade-in">
<div>
<p class="project-overline">RESTful API</p>
<h3 class="project-title"><a href="https://github.com/gaurav7ingh/light-temper-9603" target="_blank">Online Shopping Application</a></h3>
<div class="project-description">
<p>
Online shopping Application is a RESTful service where a client can perform CRUD operations on data and can receive the information from the server for this application. It's a collaborative project that concluded in 5 days.
</p>
</div>
<ul class="project-tech-list">
<li><img src="source/java1.png" /></li>
<li><img src="source/spring.png" /></li>
<li><img src="source/mysql.png" /></li>
<li><img src="source/hiber.png" /></li>
</ul>
<div class="project-links">
<a href="https://github.com/gaurav7ingh/light-temper-9603" target="_blank">
<img class="git fixLinkForImage" src="./source/github.png" />
</a>
<a target="_blank" href="https://drive.google.com/file/d/12CdUm-yzPlDjPIfG7eQKUtQNQ2Tph_ol/view?usp=sharing">
<img class="fixLinkForImage goto" src="./source/goto.png" />
</a>
</div>
</div>
</div>
</div>
<hr>
<div id="project" data-aos="fade-in">
<div class="fix_flex">
<div class="project-image">
<a href="https://anthropologie-1.netlify.app/index.html" target="_blank">
<img class="fixImageSizeForTheProject" style="z-index: 1;" src="./source/anthropologie.png" />
</a>
</div>
<div class="project-content" data-aos="fade-in">
<div>
<p class="project-overline">Featured Project</p>
<h3 class="project-title"><a href="https://anthropologie-1.netlify.app/index.html" target="_blank">Anthropologie || Clone</a></h3>
<div class="project-description">
<p>
Anthropology is an e-commerce website where users can purchase clothing, jewellery, home furniture, decoration products, beauty products and gifts. It's a team project completed in 5 days with 5
members.
</p>
</div>
<ul class="project-tech-list">
<li><img src="source/html.png" /></li>
<li><img src="source/css.png" /></li>
<li><img src="source/js.png" /></li>
</ul>
<div class="project-links">
<a href="https://github.com/gaurav7ingh/Anthropologie" target="_blank">
<img class="git fixLinkForImage" src="./source/github.png" />
</a>
<a target="_blank" href="https://anthropologie-1.netlify.app/index.html">
<img class="fixLinkForImage goto" src="./source/goto.png" />
</a>
</div>
</div>
</div>
</div>
<hr />
<div class="fix_flex" data-aos="fade-in">
<div class="project-image">
<a href="https://github.com/gaurav7ingh/tedious-view-7935" target="_blank">
<img class="fixImageSizeForTheProject" style="z-index: 1;" src="./source/cims.png" />
</a>
</div>
<div class="project-content" data-aos="fade-in">
<div>
<p class="project-overline">Featured Project</p>
<h3 class="project-title"><a href="https://github.com/gaurav7ingh/tedious-view-7935" target="_blank">Crime Management System</a></h3>
<div class="project-description">
<p>
This is a console based program. Main aim of this system is to maintain and manage detailed information on the crime that happened in an area under a particular police station. It's a individual
project completed in 5 days.
</p>
</div>
<ul class="project-tech-list">
<li><img src="source/java1.png" /></li>
<li><img src="source/mysql.png" /></li>
</ul>
<div class="project-links">
<a href="https://github.com/gaurav7ingh/tedious-view-7935" target="_blank">
<img class="git fixLinkForImage" src="./source/github.png" />
</a>
<a target="_blank" href="https://drive.google.com/file/d/12BbeQDwfdy2fiQ7IljrWwyrvfWif724P/view?usp=sharing">
<img class="goto fixLinkForImage" src="./source/goto.png" />
</a>
</div>
</div>
</div>
</div>
<hr />
<div class="fix_flex" data-aos="fade-in">
<div class="project-image">
<a href="https://frolicking-elf-dd1919.netlify.app/" target="_blank">
<img class="fixImageSizeForTheProject" style="z-index: 1;" src="./source/booking.png" />
</a>
</div>
<div class="project-content" data-aos="fade-in">
<div>
<p class="project-overline">Featured Project</p>
<h3 class="project-title"><a href="https://frolicking-elf-dd1919.netlify.app/" target="_blank">Booking.com || Clone</a></h3>
<div class="project-description">
<p>
booking.com is a booking website where users can book a room in a hotel. You can search a hotel for any location. Here we have used API fetching. It's a collaborative project completed in 5 days with
5 members.
</p>
</div>
<ul class="project-tech-list">
<li><img src="source/html.png" /></li>
<li><img src="source/css.png" /></li>
<li><img src="source/js.png" /></li>
</ul>
<div class="project-links">
<a href="https://github.com/gaurav7ingh/sordid-milk-9344" target="_blank">
<img class="git fixLinkForImage" src="./source/github.png" />
</a>
<a target="_blank" href="https://frolicking-elf-dd1919.netlify.app/">
<img class="goto fixLinkForImage" src="./source/goto.png" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <h2 class="font">Mini-Projects</h2>
<div id="mini_projects">
<div>
<img src=""/>
<div>
<p class="project-overline">Featured Project</p>
<h3 class="project-title"><a href="https://github.com/gaurav7ingh/tedious-view-7935" target="_blank">Crime Management System</a></h3>
<div class="project-description">
<p>
This is a console based program. Main aim of this system is to maintain and manage detailed information on the crime that happened in an area under a particular police station. It's a individual
project completed in 5 days.
</p>
</div>
<ul class="project-tech-list">
<li><img src="source/java1.png" /></li>
<li><img src="source/mysql.png" /></li>
</ul>
<div class="project-links">
<a href="https://github.com/gaurav7ingh/tedious-view-7935" target="_blank">
<img class="git fixLinkForImage" src="./source/github.png" />
</a>
<a target="_blank" href="https://drive.google.com/file/d/12BbeQDwfdy2fiQ7IljrWwyrvfWif724P/view?usp=sharing">
<img class="goto fixLinkForImage" src="./source/goto.png" />
</a>
</div>
</div>
</div>
<div>
</div>
<div>
</div>
</div> -->
<!-- this is contact section -->
<div class="contact" id="contactMeSection" data-aos="fade-in">
<h1 class="headding">
Get In Touch
<div class="headArrow"></div>
</h1>
<div class="max-width">
<h2 class="font">Let's Connect</h2>
<div class="contact-content">
<div class="column left" data-aos="fade-in">
<div class="icons">
<a href="mailto:[email protected]">
<div class="row">
<img src="source/mail.png" />
<div class="info">
<div class="head"></div>
<h4 class="sub-title">
</h4>
</div>
</div>
</a>
<a href="https://www.linkedin.com/in/gaurav-singh0/" target="_blank">
<div class="row">
<img src="source/linkedin.png" />
<div class="info">
<h4 class="sub-title">Linkedin</h4>
</div>
</div>
</a>
<a href="https://github.com/gaurav7ingh" target="_blank">
<div class="row">
<img src="source/github.png" />
<div class="info">
<!-- <div class="head">Email</div> -->
<h4 class="sub-title">GitHub</h4>
</div>
</div>
</a>
<div class="row">
<img src="source/phone.png" />
<div class="info">
<!-- <div class="head">Email</div> -->
<h4 class="sub-title">+91 9368644155</h4>
</div>
</div>
</div>
</div>
<div class="column right" data-aos="fade-in">
<div class="text" style="font-family: var(--font-sans); font-size: 22px;">Message me</div>
<form id="my_form" action="https://formsubmit.co/[email protected]" method="POST" target="_blank">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" name="Name" required />
</div>
<div class="field email">
<input type="email" placeholder="Email" name="Email" required />
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" name="Subject" required />
</div>
<div class="field textarea">
<textarea cols="30" rows="10" name="Message" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit" onclick="submitForm()">Send message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- this is foooter for the page -->
<footer style="margin: 90px auto 20px auto;">
<div id="fixFooter">
<p style="font-family: var(--font-mono);">Build by <mark class="decorate">*Gaurav Singh*</mark></p>
<p style="font-family: var(--font-mono); font-size: 17px;">Thank You</p>
</div>
</footer>
<!-- scripts -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 150,
duration: 1000,
});
</script>
<script src="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js"></script>
<script src="./index.js"></script>
</div>
</body>
</html>