-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
441 lines (379 loc) · 20.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mg/Portfolio</title>
<!--Bootstrap CSS-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!---->
<!--Fonts-->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900|Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=La+Belle+Aurore&display=swap" rel="stylesheet">
<!---->
<!--Font Awesome Link-->
<script src="https://kit.fontawesome.com/6fef79736a.js" crossorigin="anonymous"></script>
<!-- Glitch-->
<link rel="stylesheet" href="./Resources/profileGlitch.css">
<!---->
<!--Main Css-->
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./about.css">
</head>
<body>
<!--Navbar-->
<body>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<div class="container-fluid" style="height: 60px; padding-left: 0px;padding-right: 1rem;">
<div class="wrapper">
<a class="navbar-brand glitch" href="./index.html" style="height: 53px; margin-right: 0px;">
<h1 class=" glitch" style="padding-left: 15px;">MG</h1>
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto" style="padding-right: 0px;">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./gallery.html">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" style="background-color: black;">
<div class="container-fluid" style="height: 60px; padding-left: 0px;padding-right: 1rem;">
<div class="wrapper">
<a class="navbar-brand glitch" href="./index.html" style="height: 53px; margin-right: 0px;">
<h1 class=" glitch" style="padding-left: 15px;">MG</h1>
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto" style="padding-right: 0px; background-color: black;">
<li class="nav-item">
<a class="nav-link " href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./about.html">About<span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./gallery.html">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar Ending -->
<!-- <header>
<div class="container text-center">
<img src="/Images/infopic2.jpg" alt="" srcset="" style="width: 250px; border-radius: 15.652rem">
<h1>Manas Garg</h1>
<p style="font-size: 40px; padding-top: 1rem;">Software Engineer</p>
</div>
</header> -->
<span class="s1">About </span>
<section class="Manas-info">
<div class="container js--fadeInLeft" style="margin-bottom: 4rem;" id="info-container">
<div class="imag" id="imag"></div>
<div class="text-container" id="info-text-container">
<h1 id="info-text-container-h1-tag">INFO</h1>
<span id="info-span"></span>
<p id="info-text-container-p-tag">I'm a sarcastic and pun loving homosapien. I possess flexible
attitude with strong analytical
and problem solving skills. I am Effective
communicator with excellent relationship
building skills and excellent team player with
strong organizational skills and Ability in learning
new concepts quickly. <br> I ❤️ coffee and brew my
own
beers.
</p>
</div>
</div>
</section>
<section class="timeline">
<div class="container">
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content js--fadeInLeft">
<h2>Experience</h2>
<div class="date">Jun 19 - Present</div>
<p>BI Developer at
<strong style="font-size: medium;">Tata Consultancy Services</strong>
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content js--fadeInRight">
<h2>Education</h2>
<div class="date">Jul 2015 – Jun 2019</div>
<p><strong style="font-size: medium;">B.TECH</strong> in Computer Science from
<strong style="font-size: medium;">AKTU</strong> ( Dr. A.P.J. Abdul Kalam Technical
University)</p>
</div>
</div>
</div>
<div class="container">
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content js--fadeInLeft">
<h2>Achievements</h2>
<p>
1. Secured rank 1098 in Codevita organized by TCS. <br>
2. Head of CSE club of college i.e. “Technovation”. <br>
3. Part of a a socia welfare, non-profit organization i.e HUHC. <br>
4. Chief-Coordinator of designing team of our official
college fest “Genero” 2017. <br>
5. Played Football at region level. <br>
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content js--fadeInRight">
<h2>Hobbies</h2>
<p>
1. Photography <br>
2. Video Editing <br>
3. Cooking <br>
4. Football <br>
5. Travelling <br>
6. Graphic Designing <br>
</p>
</div>
</div>
</div>
</section>
<section class="Skills js--fadeInLeft">
<div class="container-fluid ">
<h1 id="info-text-container-h1-tag" style="color: white;">― SKILLS ―</h1>
<div class="row ml-auto">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-6 chart" data-percent="85"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per"> 85</span>%
<span style="display: block; margin-top: -5rem;">HTML</span>
</div>
<div class="chart col-lg-3 col-md-4 col-sm-6 col-xs-6" data-percent="85"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">85</span>%
<span style="display: block; margin-top: -5rem;">CSS</span>
</div>
<div class="chart col-lg-3 col-md-4 col-sm-6 col-xs-6" data-percent="80"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">80</span>%
<span style="display: block; margin-top: -5rem;">Bootstrap</span>
</div>
<div class="chart col-lg-3 col-md-4 col-sm-6 col-xs-6" data-percent="70"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">70</span>%
<span style="display: block; margin-top: -5rem;">JavaScript</span>
</div>
<!-- </div>
<div class="row ml-auto"> -->
</div>
<div class="row ml-auto">
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="70"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">70</span>%
<span style="display: block; margin-top: -5rem;">jQuery</span>
</div>
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="90"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">90</span>%
<span style="display: block; margin-top: -5rem;">Sql</span>
</div>
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="70"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">70</span>%
<span style="display: block; margin-top: -5rem;">Python</span>
</div>
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="60"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">60</span>%
<span style="display: block; margin-top: -5rem;">JAVA</span>
</div>
</div>
<div class="row ml-auto">
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="80"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">80</span>%
<span style="display: block; margin-top: -5rem;">C</span>
</div>
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="80"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">80</span>%
<span style="display: block; margin-top: -5rem;">C++</span>
</div>
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="90"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">90</span>%
<span style="display: block; margin-top: -5rem;">Illustrator</span>
</div>
<div class="chart col-lg-3 col-md-3 col-sm-6 col-xs-6" data-percent="90"
style="width: 110px;height: 110px;line-height: 110px;">
<span class="per">90</span>%
<span style="display: block; margin-top: -5rem;">Photoshop</span>
</div>
</div>
</div>
</section>
<div class="Skills2">
<h1 id="info-text-container-h1-tag" style="color: white;">― SKILLS ―</h1>
<ul class="skills-bar-container">
<li>
<div class="progressbar-title">
<h5>HTML</h5>
<span class="percent" id="html-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressred" id="progress-html"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>CSS</h5>
<span class="percent" id="css-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressblue" id="progress-css"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>JavaScript / jQuery</h5>
<span class="percent" id="javascript-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progresspurple" id="progress-javascript"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>Bootstrap</h5>
<span class="percent" id="php-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressorange" id="progress-php"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>SQL</h5>
<span class="percent" id="angular-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressgreen" id="progress-angular"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>Python</h5>
<span class="percent" id="python-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressyellow" id="progress-python"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>Java</h5>
<span class="percent" id="java-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progresswhite" id="progress-java"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>C / C++</h5>
<span class="percent" id="c-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressviolet" id="progress-c"></span>
</div>
</li>
<li>
<div class="progressbar-title">
<h5>Photoshop / Illustrator</h5>
<span class="percent" id="photoshop-pourcent"></span>
</div>
<div class="bar-container">
<span class="progressbar progressturquoise" id="progress-photoshop"></span>
</div>
</li>
</ul>
</div>
<!-- <span class="s2"> Me </span> -->
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<p class="copyright-text">Copyright © 2020 All Rights Reserved.
<!-- <p class="love">Made with <i class="icon ion-heart"></i> in Chicago</p> -->
</p>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<p class="copyright-text" style="text-align: center;">Made with <span
style="color: orange; font-family: monospace"><⁄></span>
<!-- <p class="love">Made with <i class="icon ion-heart"></i> in Chicago</p> -->
</p>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<ul class="social-icons">
<li><a target="_blank" class="facebook" href="https://www.facebook.com/manasgarg3026"><i
class="fa fa-facebook"></i></a></li>
<li><a target="_blank" class="instagram" href="https://www.instagram.com/__kree8__/"><i
class="fab fa-instagram"></i></a></li>
<li><a target="_blank" class="github" href="https://www.github.com/Manas26"><i
class="fab fa-github"></i></a></li>
<li><a target="_blank" class="linkedin"
href="https://www.linkedin.com/in/manas-garg-040436153/"><i
class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Footer Ending -->
<!--Bootstrap Scripts-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Script -->
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<script type="text/javascript" src="./Resources/jquery.easypiechart.js"></script>
<script src="./about.js"></script>
</body>
</html>