-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
448 lines (415 loc) · 18.9 KB
/
index.html
File metadata and controls
448 lines (415 loc) · 18.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jappanjeet Singh</title>
<!-- ------------------------------ CSS STUFF ------------------------------ -->
<link rel="shortcut icon" href="./assets/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/font-awesome/font-awesome-4.7.0/css/font-awesome.min.css">
<!-- experiment -->
<link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet">
</head>
<body>
<div class="content-wrapper">
<!-- sidebar -->
<aside class="sidebar">
<div class="profile-container">
<div class="profile-box">
<img src="./assets/jappan.jpeg" alt="logo">
<div class="box-content">
<h3>Jappanjeet Singh</h3>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/jappan.jeet.9/" target="_blank" id="facebook">
<img src="./assets/fb-logo.png" alt="fb logo">
</a>
</li>
<li>
<a href="https://github.com/Jappan07" target="_blank" id="github">
<img src="./assets/github-logo.png" alt="git logo">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jappanjeet-singh/" target="_blank" id="linkedin">
<img src="./assets/linkedin-logo.png" alt="linkedin logo">
</a>
</li>
</ul>
</div>
</div>
<div class="tagline">
<h3>
Undergrad student at University of Delhi
<br>
A Web development enthusiast
</h3>
</div>
</div>
<div class="container-block">
<h2 class="container-block-title">
HOMEPAGE RESOURCES
</h2>
<ul class="list-unstyled">
<li>
<div class="CV-container">
<a href="./assets/JappanCv.pdf" target="_blank">
<i class="fa fa-folder-open" aria-hidden="true"></i>
<h1>
<span>C</span><span>urriculum</span>
<span>V</span><span>itae</span>
</h1>
</a>
</div>
</li>
</ul>
</div>
<div class="container-block">
<h2 class="container-block-title">
ON THE INTERNET
</h2>
<!-- <ul class="list-unstyled">
<li>
<i class="fa fa-envelope"></i>
<a href="mailto: jappanjeet.99@gmail.com">jappanjeet.99</a>
</li>
<li>
<i class="fa fa-globe"></i>
<a href="https://jappan07.github.io" target="_blank">jappan07.github.io</a>
</li>
<li>
<i class="fa fa-linkedin"></i>
<a href="https://www.linkedin.com/in/jappanjeet-singh/" target="_blank">@jappanjeet-singh</a>
</li>
<li>
<i class="fa fa-github"></i>
<a href="https://github.com/Jappan07" target="_blank">@Jappan07</a>
</li>
<li>
<i class="fa fa-facebook"></i>
<a href="https://www.facebook.com/jappan.jeet.9/" target="_blank">jappan.jeet.9</a>
</li>
</ul> -->
<!-- experimenting -->
<div class="frame">
<a href="https://www.facebook.com/jappan.jeet.9/" target="_blank" class="btn"
style="background: #3b5998;">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.linkedin.com/in/jappanjeet-singh/" target="_blank" class="btn"
style="background:#0e76a8;">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/Jappan07" target="_blank" class="btn" style="background:black;">
<i class="fab fa-github"></i>
</a>
<a href="mailto: jappanjeet.99@gmail.com" class="btn" style="background:rgba(42, 52, 84, 1);">
<i class="far fa-envelope"></i>
</a>
</div>
<!-- //experimenting -->
</div>
<div class="container-block">
<h2 class="container-block-title">
Link to Select Projects
</h2>
<ul class="list-unstyled">
<!-- add more links to projects here in future -->
<li>
<a href="https://react-my-burger-99cad.web.app/" target="_blank">
<i class="fa fa-bookmark"></i>
Burger Ordering App (React)
</a>
</li>
<li>
<a href="https://jappan07.github.io/Bookmarking-App/" target="_blank">
<i class="fa fa-bookmark"></i>
Bookify (JS)
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=9Sj_JRzsuq0" target="_blank">
<i class="fa fa-bookmark"></i>
Bomb Extension (JS)
</a>
</li>
</ul>
</div>
<div class="container-block">
<h2 class="container-block-title">
LANGUAGES
</h2>
<ul class="list-unstyled">
<li>
Hindi <span class="lang-desc">(Native)</span>
</li>
<li>
English <span class="lang-desc">(Professional)</span>
</li>
</ul>
</div>
<div class="container-block">
<h2 class="container-block-title">
INTERESTS
</h2>
<ul class="list-unstyled">
<li>Fitness Enthusiast</li>
<li>Photography</li>
<li>Singing</li>
</ul>
</div>
<div class="container-block">
<h2 class="container-block-title">
LOCATION
</h2>
<div id="map"></div>
</div>
</aside>
<!-- ------------------------------ SITE MAIN ------------------------------ -->
<main class="site-main">
<section class="section education-section">
<h2 class="section-title">
<i class="fa fa-university"></i>
EDUCATION
</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<div style="float:left">
<img src="./assets/DU-logo.png" alt="DU-logo" class="float:left"
style="width:35px; margin-right: 10px; ">
</div>
<div class="institution">University of Delhi</div>
<div class="time">July 2018 - 2021</div>
<div class="work-title">B.Sc. (Honors) Computer Science | CGPA: 8.25 / 10.00</div>
</div>
<!--//upper-row-->
</div>
<!-- //meta -->
<div class="details">
<p>
Relevant Courses: Data Warehousing and Data
Mining, Javascript, C++, Data Structures, Design and Analysis of Algorithms, Operating
Systems, Computer Networks, Software Engineering, DBMS.
</p>
</div>
<!--//details-->
</div>
<!-- /item -->
<div class="item">
<div class="meta">
<div class="upper-row">
<div style="float:left">
<img src="./assets/dav-logo.png" alt="dav-logo" class="float:left"
style="width: 45px;margin-right: 10px;">
</div>
<div class="institution">D.A.V Public School</div>
<div class="time">2018</div>
<div class="work-title">Higher Secondary | Score: 88.6%</div>
</div>
<!-- //upper-row -->
</div>
<!-- //meta -->
<div class="details">
<p>
Mathematics, Physics,Chemistry, English and Informatics Practices
</p>
</div>
<!-- //details -->
</div>
<!-- item -->
</section>
<!-- section -->
<section class="section experience-section">
<h2 class="section-title">
<i class="fa fa-briefcase"></i>
EXPERIENCE
</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<div style="float:left">
<img src="./assets/defhackLogo.png" alt="DefHacks-logo" class="float:left"
style="width:35px; margin-right: 10px;">
</div>
<div class="institution">Def Hacks</div>
<div class="time">October 2020</div>
<div class="work-title">CS Outreach Intern</div>
</div>
<!--//upper-row-->
</div>
<!-- //meta -->
<div class="details">
<p>
Worked with a team to develop Computer Science platform for underrepresented youth in the
field of CS using React and
firebase.
</p>
</div>
<!--//details-->
</div>
<div class="item">
<div class="meta">
<div class="upper-row">
<div style="float:left">
<img src="./assets/WireUs.png" alt="DU-logo" class="float:left"
style="width:35px; margin-right: 10px;">
</div>
<div class="institution">The Wire Us Challenge</div>
<div class="time">August 2020</div>
<div class="work-title">Problem Setter | Challenge Creator</div>
</div>
<!--//upper-row-->
</div>
<!-- //meta -->
<div class="details">
<p>
Created 50 webscraping challenges for "The Wire Us Challenge 2020".
Implemented python libraries like Scrapy, bs4 and Selenium in creating real-world problems.
Used Rest APIs and various techniques in extracting data efficiently from websites.
</p>
</div>
<!--//details-->
</div>
<!-- //item -->
<div class="item">
<div class="meta">
<div class="upper-row">
<div style="float:left">
<img src="./assets/DU-logo.png" alt="DU-logo" class="float:left"
style="width:35px;margin-right:10px">
</div>
<div class="institution">University of Delhi</div>
<div class="time">May 2020 - June 2020</div>
<div class="work-title">Assisted Teacher</div>
</div>
<!--//upper-row-->
</div>
<!-- //meta -->
<div class="details">
<p>
Prepared a dataset on amazon prime user reviews for my college professor in a Machine
Learning project
</p>
</div>
<!--//details-->
</div>
<!-- //item -->
</section>
<!-- //section -->
<section class="section projects-section">
<h2 class="section-title">
<i class="fa fa-archive"></i>
PROJECTS
</h2>
<div class="item">
<div class="item">
<span class="project-title">
Burger Builder App (React)
</span>
<ul>
<li>A food ordering application built with React and deployed on firebase.</li>
<li>Implemented CRUD
operations and concepts like
Lifecycle hooks, Routing, AJAX using Axios, etc.</li>
</ul>
</div>
<div class="item">
<span class="project-title">
<div class="item">
<span class="project-title">
Movie Recommender System
</span>
<ul>
<li>Built a Movie Recommendation System using numpy,
pandas, seaborn, matplotlib and MovieLens dataset
that seeks to predict or filter preferences according to
the user’s choices.</li>
</ul>
</div>
Bookmarking App
</span>
<ul>
<li>Built a Bookmarking app using Javascript, HTML
and CSS.</li>
<li>Learned integrating OpenGraph api for
fetching data.
</li>
</ul>
</div>
<!-- //item -->
</section>
<!-- //section -->
<section class="section skills-section">
<h2 class="section-title">
<i class="fa fa-rocket"></i>
SKILLS & PROFICIENCY
</h2>
<div class="skillset">
<div class="item">
<h3 class="level-title">React (Web)</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%" style="width: 75%;">
</div>
</div>
</div>
<div class="item">
<h3 class="level-title">Javascript</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="98%" style="width: 80%;">
</div>
</div>
</div>
<div class="item">
<h3 class="level-title">Python</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="98%" style="width: 90%;">
</div>
</div>
</div>
<div class="item">
<h3 class="level-title">HTML5 & CSS3</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="85%" style="width: 80%;">
</div>
</div>
</div>
<div class="item">
<h3 class="level-title">C++</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="98%" style="width: 75%;">
</div>
</div>
</div>
</div>
</section>
<!-- //skills section -->
</main>
</div>
<footer class="container-sm text-center site-footer py-5">
<img src="./assets/jj.jpeg" alt="Footer logo" width="30px" style="border-radius: 4px;">
<span>Designed with <i class="fa fa-heart"></i> by <i>Jappanjeet Singh</i>
<br>
Copyright © 2020-3010
</span>
</footer>
<!-- ----------------------------- JAVASCRIPT ------------------------------ -->
<script>
// google maps
function initMap() {
// The location of Uluru
var home = { lat: 28.476703, lng: 77.312089 };
// The map, centered at Uluru
var map = new google.maps.Map(
document.getElementById('map'), { zoom: 4, center: home });
// The marker, positioned at Uluru
var marker = new google.maps.Marker({ position: home, map: map });
}
</script>
<script defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCLcHz1634_4gQXQOj7hhYBbifydfYtirU&callback=initMap"></script>
<!-- //google maps -->
</body>
</html>