-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
469 lines (395 loc) · 21.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ghs-portfolio </title>
<link rel="icon" href="images/favicon.ico" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">Portfolio<span>.ghs</span></a></div>
<ul class="menu">
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="./projects.html" class="menu-btn">Projects</a></li>
<li><a href="mailto:govindharsh42@gmail.com">Contact Me</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home">
<section class="home-section">
<img src="https://raw.githubusercontent.com/Ryoley/moonlight-parallax/main/assets/images/stars.png"
alt="Stars overlay" id="stars">
<img src="https://raw.githubusercontent.com/Ryoley/moonlight-parallax/main/assets/images/moon.png"
alt="Moon" id="moon">
<img src="https://raw.githubusercontent.com/Ryoley/moonlight-parallax/main/assets/images/mountains_back.png"
alt="Mountains back" id="mountains_back">
<img src="https://raw.githubusercontent.com/Ryoley/moonlight-parallax/main/assets/images/mountains_front.png"
alt="Mountains front" id="mountains_front">
<div class="max-width" style="position:absolute">
<div class="home-content">
<div class="text-1">Hello, my name is</div>
<div class="text-2">Govind Harsh Sharma</div>
<div class="text-3">And I'm a <span class="typing"></span></div>
<a href="mailto:govindharsh42@gmail.com">Hire me</a>
</div>
</div>
</section>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Me</h2>
<div class="about-content">
<div class="column left">
<img src="images/profile-pic (1).png">
</div>
<div class="column right">
<div class="text">
I'm Govind & I'm a <span class="typing-2"></span></div>
<hr>
<br>
<p>
I'm a pre-Final year <b>Computer Science Engineering</b> student.
<br>
I'm a developer, geek and curious human besides being an OpenSource enthusiast, I'm passionate
about technology and constantly strive to expand my knowledge and skills in this
field.<br><br><b>Through this portfolio,</b> I aim to showcase my work and achievements, as well
as provide an insight into my interests and aspirations. I have experience of delivering
solutions for interesting problems from startup and industry spaces.
I love to play football, cook and travel.
</p>
<br>
<a href="https://drive.google.com/file/d/1MHyv7gdobj4paNdKii0s4_7BxU-NgQCm/view?usp=sharing"
target="_blank"> My Resume </a>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="custom-shape-divider-top-1666219378">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
<div class="max-width">
<h2 class="title">My services</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Web Development</div>
<p>
I will bring your business, Institution, portfolio or any entity online by building SEO
optimised , fully responsive website. I am familier with HMTL, CSS, Js, Django, React Js,
PHP, MongoDB, MySQL etc.
</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-chart-line"></i>
<div class="text">Software Development</div>
<p>
I can automate your task and make your business flow easy, fast and secure. I can build bots
(Discord, Telegram etc) for your need.
</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">Maintainance and Administration
</div>
<p>
I can help you in technical flows like deployment, server and database administration, Cloud
setup etc.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="custom-shape-divider-top-1666193828">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z"
opacity=".25" class="shape-fill"></path>
<path
d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z"
opacity=".5" class="shape-fill"></path>
<path
d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z"
class="shape-fill"></path>
</svg>
</div>
<div class="max-width">
<h2 class="title">My Skills</h2>
<div class="skills-content">
<div class="baksa">
<img class="icons" src="images/letter-c.png" height="100px">
<img class="icons" src="images/c++.png" height="100px">
<img class="icons" src="images/python.png" height="100px">
<img class="icons" src="images/html-5.png" height="100px">
<img class="icons" src="images/css-3.png" height="100px">
<img class="icons" src="images/bootstrap.png" height="100px">
<img class="icons" src="images/java-script.png" height="100px">
<img class="icons" src="images/jquery.png" height="100px">
<img class="icons" src="images/react.png" height="100px">
<img class="icons" src="images/nextjs.png" height="100px">
<img class="icons" src="images/nodejs.png" height="100px">
<img class="icons" src="images/express.png" height="100px">
<img class="icons" src="images/mongodb.png" height="100px">
<img class="icons" src="images/mysql.png" height="100px">
<img class="icons" src="images/php.png" height="100px">
<img class="icons" src="images/git.png" height="100px">
<img class="icons" src="images/firebase.png" height="100px">
<img class="icons" src="images/figma.png" height="100px">
</div>
</div>
</div>
</div>
</section>
<!-- teams section start -->
<section class="teams" id="teams">
<div class="custom-shape-divider-top-1666214835">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path d="M602.45,3.86h0S572.9,116.24,281.94,120H923C632,116.24,602.45,3.86,602.45,3.86Z"
class="shape-fill"></path>
</svg>
</div>
<div class="max-width">
<h2 class="title">My Experiences</h2>
<div class="projectbox">
<div class="project-left">
<div class="container1">
<div class="overlay">
<a href="https://drive.google.com/file/d/1cnJ5O3xEUo9AjjQn7eH2rjFoJR_ztXhm/view?usp=sharing"><span>MERN Certification.</span></a>
</div>
</div>
<div class="adjustcerti">
<div class="container2">
<div class="overlay">
<a href="https://drive.google.com/file/d/1lFk6WN7eArXE2lJwGSPl7WR3poSkjRML/view?usp=sharing"> <span>ML Certification</span></a>
</div>
</div>
<div class="container3">
<div class="overlay">
<a href="https://drive.google.com/file/d/1BW7usA0bwE0btsegu70vGAooQWh3FnoK/view?usp=sharing"><span>CyberSec. Certification</span></a>
</div>
</div>
</div>
</div>
<div class="project-right">
<div class="container4">
<div class="overlay" >
<a href="./projects.html"><span>MY PROJECTS</span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="carousel owl-carousel">
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/Spotify-clone">
<div class="box">
<img src="images/spotify.gif">
<div class="text">spotify-clone</div>
<p>This is a clone of the Spotify web application that is designed to replicate some of its main features. The clone is built using HTML, CSS, and JavaScript.</p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/skill--serve">
<div class="box">
<img src="images/logonew.png">
<div class="text">श्रमिकMANTRA</div>
<p>A website built using <b>ReactJS</b> that serves as a platform that provides an easy-to-use interface for users to browse available services, book them.</p></div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/KeeperApp">
<div class="box">
<img src="images/notebook.gif">
<div class="text">Keeper App</div>
<p>A <b>ReactJS</b> application that allows users to create and manage different types of notes, including text notes, list notes. Users can also set reminders for their notes to be organized.</p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/WeatherApp">
<div class="box">
<img src="images/cloudy.gif">
<div class="text">Weather App</div>
<p>a web-based <b>NodeJS </b> & <b>ExpressJS </b>application that allows users to obtain weather info. for any location in the world, Find out current temperature, wind speed, sky conditions etc. fetches data from the OpenWeatherMap API.</p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/Sudoku_Solver">
<div class="box">
<img src="images/sudoko.jpg">
<div class="text">Sudoku Solver</div>
<p>Solves a given sudoku puzzle entered by user and displays how the computer solves it
using backtracking algorithm.</p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/livewallpaper">
<div class="box">
<img src="images/117620-liquid-effect.gif">
<div class="text">Live Wallpaper</div>
<p> Animated GIFs playing on a loop, or fluid designs that change perspective, working with
the gyroscope on the device to mirror its physical movements. </p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/drum_kit">
<div class="box">
<img src="images/drums.gif">
<div class="text">Drum Kit</div>
<p> A collection of drums, cymbals and other percussion instruments but virtual made in core
Javascript, Sounds on every pre defined key.</p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/SimonGame">
<div class="box">
<img src="images/game.png">
<div class="text">Simon Game</div>
<p>Works as the player clicks on the start button to get the game started. The game lights
up colours in a particular sequence.</p>
</div>
</a>
</div>
<div class="card">
<a class="clickitem" href="https://github.com/ghsharma/dice-game">
<div class="box">
<img src="images/dices.png">
<div class="text">Rolling Dice</div>
<p>A Dice Game Project using HTML, CSS, and JavaScript. The Dice Game is based on a
two-player. Both players roll the dice, who gets the highest phase value wins the game.
</p>
</div>
</a>
</div>
</div> -->
<!-- contact section start -->
<section class="contact" id="contact">
<div class="custom-shape-divider-top-1666193828">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z"
opacity=".25" class="shape-fill"></path>
<path
d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z"
opacity=".5" class="shape-fill"></path>
<path
d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z"
class="shape-fill"></path>
</svg>
</div>
<div class="max-width">
<h2 class="title">Contact Me</h2>
<div class="contact-content">
<div class="column left">
<div class="text"> Let's connect!
<br> If you're fond of learning and teaching new things.
</div>
<p>Whether you are a potential employer, collaborator or just someone interested in my work, I hope
you find this portfolio informative and engaging. <b> Thank you for visiting!</b>
</p>
<div class="icons2">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head"><b>Name</b></div>
<div class="sub-title">Govind Harsh Sharma</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head"><b>Address</b></div>
<div class="sub-title">New Delhi, India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head"><b>Email</b></div>
<div class="sub-title">govindharsh42@gmail.com</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text" style="margin-bottom:0px"></div>
<form>
<img src="images/83593-email-template.gif" height="300vh"
style="margin-left:50px; margin-bottom: -40px; border-radius: 200px;">
</p>
<div class="button-area">
<a href="mailto:govindharsh42@gmail.com">Let's Connect !</a>
</div>
</form>
</div>
</div>
</div>
<div class="custom-shape-divider-bottom-1666223871">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"></path>
</svg>
</div>
</section>
<!-- footer section start -->
<footer>
<div class="bottomcontainer">
<div class="social">
<a href="https://www.linkedin.com/in/govind-harsh-sharma-191337197/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/ssh.harshu/?hl=en" target="_blank"><i
class="fab fa-instagram"></i></a>
<a href="https://twitter.com/GovindHarsh11" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/ghsharma" target="_blank"><i class="fab fa-github"></i></a>
</div>
<span>Created By <a href="#">Govind Harsh Sharma</a> | <span class="far fa-copyright"></span> 2022 All
rights reserved.</span>
</footer>
<script src="script.js"></script>
</body>
</html>