-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
408 lines (385 loc) · 22.6 KB
/
index.html
File metadata and controls
408 lines (385 loc) · 22.6 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
<!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">
<title>Harsh Mehta - Portfolio</title>
<link rel="icon" href="img/icon/favicon.jpg" type="image/x-icon">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/aos.css" rel="stylesheet">
<!-- main style -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="preloader" aria-busy="true" aria-label="Loading, please wait." role="progressbar">
</div>
</div>
</div>
<!-- ./Preloader -->
<!-- header -->
<header class="navbar-fixed-top">
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">experience</a></li>
<li><a href="#projects">projects</a></li>
</ul>
</nav>
</header>
<!-- ./header -->
<!-- home -->
<div class="section" id="home" data-stellar-background-ratio="0.5">
<div class="bg"></div>
<div class="container home">
<div class="disply-table">
<div class="table-cell" data-aos="fade-up" data-aos-delay="0">
<h2>Harsh Mehta</h2>
<h4>Software developer / <br> Competitive programmer</h4>
<ul class="social">
<li><a href="https://www.linkedin.com/in/harshmehta20" target="blank"><i class="ion-social-linkedin"></i></a></li>
<li><a href="https://github.com/iharshmehta" target="blank"><i class="ion-social-github"></i></a></li>
<li><a href="https://twitter.com/iharshmehta" target="blank"><i class="ion-social-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- ./home -->
<!-- about -->
<div class="section" id="about">
<div class="container">
<div class="col-md-6" data-aos="fade-up">
<h4>01</h4>
<h1 class="size-50">About me</h1>
<!-- <div class="h-50"></div> -->
<p>Hello Geeks!</p>
<p style="text-indent: 8%; text-align: justify;">I am <strong>Competitive Programmer</strong> & <strong>web development enthusiast</strong>, always ready to learn new skills and technology, that encourages me to do projects that are important to my career. I am very dedicated and hardworking to my work/project type of person. I find myself <strong>good at problem solving</strong>.
</p>
<p style="text-indent: 8%; text-align: justify;">In my extra time I often participate in Competitive programming contest. I love to do gaming and also play sports like table-tennis and cricket.</p>
<!-- <div class="h-50"></div> -->
<nav class="categories">
<li><a href="https://drive.google.com/file/d/1tXb9iqzyX-9LBv1y14tQuEgXaIKGf5MF/view?usp=sharing" target="blank" class="active">View Resume</a></li>
</nav>
</div>
<div class="col-md-6 about-img-div">
<img src="img/AboutPicture/about.jpg" width="300" class="img-responsive" alt="" style="border-radius: 50%; margin-top: 40px;" align="center" data-aos="fade-right" data-aos-delay="0" />
</div>
</div>
</div>
<!-- ./about -->
<!-- Skills -->
<div class="section" id="skills">
<div class="container">
<div class="col-md-12">
<h4>02</h4>
<h1 class="size-50">Skills</h1>
</div>
<!-- main container -->
<div class="main-container skills-inner clearfix">
<!-- skills div -->
<div class="skills-div">
<div class="skills">
<!-- skills_container -->
<div class="no-padding skills_container clearfix" data-aos="fade-up">
<div class="row">
<!-- skill 1 -->
<div class="col-md-6 animate-box fadeInRight animated" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">DS & Algorithms</h3>
<div class="progress">
<div class="progress-bar color-1" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:80%">
<span>80%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 1 -->
<!-- skill 2 -->
<div class="col-md-6 animate-box fadeInLeft animated" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">C/C++(STL)</h3>
<div class="progress">
<div class="progress-bar color-2" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:80%">
<span>80%</span>
</div>
</div>
</div>
</div>
<!-- skill 3 -->
<div class="col-md-6 animate-box fadeInRight animated" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">Python</h3>
<div class="progress">
<div class="progress-bar color-3" role="progressbar" aria-vluenow="30" aria-valuemin="0" aria-valuemax="100" style="width:60%">
<span>60%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 3 -->
<!-- skill 4 -->
<div class="col-md-6 animate-box fadeInLeft animated" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">Java-Android</h3>
<div class="progress">
<div class="progress-bar color-4" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width:40%">
<span>40%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 4 -->
<!-- skill 5 -->
<div class="col-md-6 animate-box fadeInLeft animated" data-animate-effect="fadeInLeft">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">HTML-CSS-Bootstrap</h3>
<div class="progress">
<div class="progress-bar color-5" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:70%">
<span>70%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 5 -->
<!-- skill 6 -->
<div class="col-md-6 animate-box fadeInRight animated" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">JavaScript</h3>
<div class="progress">
<div class="progress-bar color-6" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:60%">
<span>60%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 6 -->
<!-- skill 7 -->
<div class="col-md-6 animate-box fadeInUp animated" data-animate-effect="fadeInleft">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">PHP</h3>
<div class="progress">
<div class="progress-bar color-7" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width:60%">
<span>60%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 7 -->
<!-- skill 8 -->
<div class="col-md-6 animate-box fadeInRight animated" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">Problem Solving</h3>
<div class="progress">
<div class="progress-bar color-8" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:80%">
<span>80%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 8 -->
<!-- skill 9 -->
<div class="col-md-6 animate-box fadeInRight animated" data-animate-effect="fadeInRight">
<div class="progress-wrap">
<h3 style="font-weight: 600; font-size: 18px;">SQL</h3>
<div class="progress">
<div class="progress-bar color-9" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:50%">
<span>50%</span>
</div>
</div>
</div>
</div>
<!-- ./skill 9 -->
</div>
<div class="h-50"></div>
</div>
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
</div>
<!-- end main container -->
</div>
</div>
<!-- ./projects -->
<!-- experience -->
<div class="section" id="experience">
<div class="container">
<div class="col-md-12">
<h4>03</h4>
<h1 class="size-50">Experience</h1>
<div class="h-50"></div>
</div>
<div class="col-md-12">
<ul class="timeline">
<li class="timeline-event" data-aos="fade-up">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">March 2021 - Present</p>
<h3>Subject Matter Expert in <br>Computer Science</h3>
<h4>Chegg India</h4>
<p><strong></strong>
<br> - Solved 65+ questions in the domain of computer
science<br> -
Got 20+ positive rated answers</p>
</div>
</li>
<li class="timeline-event" data-aos="fade-up" data-aos-delay=".2">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">June 2021 - July 2021</p>
<h3>Web development Intern</h3>
<h4>The Sparks Foundation</h4>
<p> - Basic Banking System : working on dynamic website for
banking system
<br> - Will integrating payment gateway for the same<br> - Technology used : HTML5, CSS, JavaScript, PHP, MySQL</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- ./experience -->
<!-- projects -->
<div class="section" id="projects">
<div class="container">
<div class="col-md-12">
<h4>04</h4>
<h1 class="size-50">Projects / Achievement</h1>
</div>
<!-- main container -->
<div class="main-container portfolio-inner clearfix">
<!-- portfolio div -->
<div class="portfolio-div">
<div class="portfolio">
<!-- portfolio_filter -->
<div class="categories-grid wow fadeInLeft">
<nav class="categories">
<ul class="portfolio_filter">
<li><a href="" class="active" data-filter="*">All</a></li>
<li><a href="" data-filter=".webprojects">Web Projects</a></li>
<li><a href="" data-filter=".cp">Competitive Programming</a></li>
<li><a href="" data-filter=".graphics"></a></li>
<li><a href="" data-filter=".ads"></a></li>
<li><a href="" data-filter=".fashion"></a></li>
</ul>
</nav>
</div>
<!-- portfolio_filter -->
<!-- portfolio_container -->
<div class="no-padding portfolio_container clearfix" data-aos="fade-up">
<!-- Web Projects -->
<!-- single work -->
<div class="col-md-4 col-sm-6 webprojects">
<a id="demo02" href="https://weather-app-harshmehta.herokuapp.com" target="blank" class="portfolio_item"> <img src="img/WebProject/WeatherApp.png" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Weather App</span> <hr style="width: 80px;"><em>-It's a simple "Weather App" using React.js to retrieve current weather information.<br>-It uses OpenWeather APIs for fetching weather data.
</em> </div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-md-4 col-sm-6 webprojects">
<a id="demo05" href="https://github.com/harshmehta2/Hungry-Hub" target="blank" class="portfolio_item"> <img src="img/WebProject/HungryHub.jpg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Hungry Hub</span> <hr style="width: 80px;"> <em>"An online Table Reservation System"<br>-It allows users to reserve their table for any occasion. Also, restaurant can manage their admin site to take users reservation. </em> </div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- Competitive Programming -->
<!-- single work -->
<div class="col-md-4 col-sm-6 cp">
<a id="demo09" href="https://www.hackerearth.com/@hamehta20" target="blank" class="portfolio_item"> <img src="img/CP/HackerEarth.jpg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Hacker Earth</span> <hr style="width: 80px;"> <em>Account : hamehta20 <br> Highest Rating : 1528<br>Current Rating : 1513<br>Contest : 06<br>Problem Solved : 37</em> </div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-md-4 col-sm-6 cp">
<a id="demo10" href="https://www.codechef.com/users/iharshmehta" target="blank" class="portfolio_item"> <img src="img/CP/CodeChef.jpg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Code Chef</span> <hr style="width: 80px;"> <em>Account : iharshmehta <br> Highest Rating : 1691<br>Current Rating : 1653<br>Contest : 22<br>Problem Solved : 128</em> </div>
</div>
</div>
</a>
</div>
<!-- end single work -->
<!-- single work -->
<div class="col-md-4 col-sm-6 cp">
<a id="demo11" href="https://codeforces.com/profile/HarshMehta" target="blank" class="portfolio_item"> <img src="img/CP/CodeForces.jpg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>CodeForces</span> <hr style="width: 80px;"> <em> Account : HarshMehta <br> Highest Rating : 1383<br>Current Rating : 1352<br>Contest : 42<br>Problem Solved : 128</em> </div>
</div>
</div>
</a>
</div>
<!-- end single work -->
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
</div>
<!-- end main container -->
</div>
</div>
<!-- ./projects -->
<!-- contact -->
<div class="section" id="contact">
<div class="container contact">
<div class="row" data-aos="fade-up">
<div class="cool col-md-4" data-aos="fade-up">
<h3>Contact Number</h3>
<p>+91 8758 712 020</p>
</div>
<div class="cool col-md-4" data-aos="fade-up">
<h3>Email</h3>
<p>hamehta20@gmail.com</p>
</div>
<div class="cool col-md-4" data-aos="fade-up">
<ul class="social">
<li><a href="https://www.linkedin.com/in/harshmehta20" target="blank"><i class="ion-social-linkedin"></i></a></li>
<li><a href="https://github.com/iharshmehta" target="blank"><i class="ion-social-github"></i></a></li>
<li><a href="https://twitter.com/iharshmehta" target="blank"><i class="ion-social-twitter"></i></a></li>
<li><a href="https://www.instagram.com/iharshmehta" target="blank"><i class="ion-social-instagram"></i></a></li>
<li><a href="mailto:hamehta20@gmail.com" target="blank"><i class="ion-android-mail"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- ./contact -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<!-- main script -->
<script src="js/custom.js"></script>
</body>
</html>