-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
452 lines (449 loc) · 24.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Resume of Srijan Garg | Software developer, Full stack developer">
<meta name="author" content="Srijan Garg">
<title>Srijan Garg | Software developer, Full stack developer</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/resumeoverwrite.css">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Srijan Garg</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile1.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item"><a class="nav-link js-scroll-trigger btn btn-link" href="#" role="button" data-toggle="modal" data-target=".bs-example-modal-lg">Resume's PDF</a></li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">Srijan
<span class="text-primary">Garg</span>
</h1>
<div class="subheading mb-5">Student, Web Developer and Software Engineer
<a href="mailto:srijan24garg98@gmail.com">srijan24garg98@gmail.com</a>
</div>
<p class="mb-5">A whizz at Website and UI design,both front-end and back-end development,branding,public speaking and crafting.Always on lookout for exciting projects to work on. In short, I am spiritual fast learning generalist with a passion for remarkable
design. Eager to learn about new tech and developments.
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.facebook.com/GargSrijan" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/srijangarg24398" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/srijan-garg/" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Software Developer Intern</h3>
<div class="subheading mb-3">Geminid Systems</div>
<p>
<ul>
<li>
Worked in agile environment, followed Scrum methodology while working on Mobile apps and Web Apps.
</li>
<li>
Worked on Customer Relation Management(CRM) software and Clinical Trial Management System(CTMS).
</li>
<li>
Created graphical data interpretation methods for inventory and sales managament for pharmaceutical drugs company
</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2018 - July 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Developer Intern</h3>
<div class="subheading mb-3">Troofal Interactive</div>
<p>
<ul>
<li>
Design and Develop websites for clients and incorporate your best in them.
</li>
<li>
It included analysing complex problems and finding best possible ways in terms of requirements and speed.
</li>
<li>
Working on optimisation of previous projects and generating responsive and highly optimised websites for the client.
</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2017 - January 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Team Leader</h3>
<div class="subheading mb-3">World Food Hackathon</div>
<p>
<ul>
<li>
Solving the world's biggest problem of food wastage starting from ground levels. Developed an application for mobile phones and dedktops to connect restraunts and hotels to the people nearby at time when food is going to be wasted. Discounts and coupons
for late night food lovers and notification service to attract customers nearby
</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">November 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Sponsorship and Technological organiser</h3>
<div class="subheading mb-3">Techsurge and Mridang College Fest</div>
<p>
<ul>
<li>
A very exciting experience to invite sponsors for college fest and look over a few events from computers department.
</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary"></span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Maharaja Agrasen Intitute of Technology</h3>
<div class="subheading mb-3">Bachelor of Technology</div>
<div>Computer Science</div>
<p>GPA: 8.82</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2015 - August 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3>Class 12<sup>th</sup></h3>
<h3 class="mb-0">Ramjas School Anand Parvat</h3>
<div class="subheading mb-3">Science stream topper</div>
<p>95% School Topper</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2014 - 2015</span>
</div>
</div>
<br><br>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3>Class 10<sup>th</sup></h3>
<h3 class="mb-0">Ramjas School Anand Parvat</h3>
<p>CGPA: 10</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2012 - 2013</span>
</div>
</div>
<br>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3 skills-meri">Programming Languages & Tools</div>
<h4>Backend</h4>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<i class="devicons devicons-ruby" title="Ruby"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-ruby_on_rails" title="Ruby on Rails"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-nodejs" title="Nodejs with express framework"></i>
</li>
</ul>
<h4>Frontend</h4>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<i class="devicons devicons-angular" title="Angular"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-react" title="React"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-html5" title="HTML 5"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-css3" title="CSS 3"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-javascript" title="Vanilla Javascript"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-jquery" title="Jquery"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-sass" title="Sass"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-less" title="Less Css"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-bootstrap" title="Bootstrap"></i>
</li>
<li class="list-inline-item">
<i class="devicons" title="Ajax">ajax</i>
</li>
</ul>
<h4>Languages and Data Structures</h4>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<i class="devicons" title="C++">C++</i>
</li>
<li class="list-inline-item">
<i class="devicons" title="C">C</i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-python" title="Python"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-java" title="Java"></i>
</li>
</ul>
<h4>Databases and other tools</h4>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<i class="devicons devicons-mysql" title="Mysql"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-mongodb" title="Mongodb"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-postgresql" title="Postgresql"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-ubuntu" title="Ubuntu"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-github_badge" title="Github"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-bitbucket" title="Bitbucket"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-heroku" title="Heroku"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-aws" title="Amazon Web Services"></i>
</li>
</ul>
<div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i> Backend development (Ruby on rails and Nodejs with express / loopback)
</li>
<li>
<i class="fa-li fa fa-check"></i> Frontend development (Angular and React)
</li>
<li>
<i class="fa-li fa fa-check"></i> Mobile-First, Responsive Design
</li>
<li>
<i class="fa-li fa fa-check"></i> Cross Browser Testing & Debugging
</li>
<li>
<i class="fa-li fa fa-check"></i> Cross Functional Teams
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interests">
<div class="my-auto">
<h2 class="mb-5">Interests</h2>
<p>
Apart from being a web developer, I follow a number of sci-fi and fantasy genre movies and television shows. For my passtime I love to play PC games.
</p>
<p>
I spend a large amount of my free time exploring the latest technolgy advancements in the web development world. Apart from that I love to solve online competetive programming problems. I love to listen to music and play casio. I also like to play table
tennis and basketball
</p>
<p>
I mantain blog on Scrum methodology and Agile development (<a href="https://scrumag.wordpress.com/" target="_blank">Scrumag</a>) in which I discuss about implementation, advantages and components of agile development in workspace.
Apart from that I like to collect coupons and vouchers that I post on my website (<a href="https://icary.home.blog/" target="_blank">iCary</a>).
</p>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="projects">
<div class="my-auto">
<h2 class="mb-5">My Projects</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="./heather" target="_blank">Heather - weather app </a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://github.com/srijangarg24398/medizo" target="_blank">Medizo </a> (Zomato hackathon)
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://ctms-a91ec.firebaseapp.com/dashboard" target="_blank">Clinical Trial Explorer </a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://play.google.com/store/apps/details?id=com.shankergroup.industries" target="_blank">Shanker Group app</a> (for a client)
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://myhealthbuddy.co" target="_blank">My Health Buddy </a> (as Intern at Troofal Interactive)
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="./self_2048/" target="_blank">Self_2048</a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="./minesweeper/minesweeper.html" target="_blank">Minesweeper</a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://chatlo.eu-gb.mybluemix.net/" target="_blank">Chatter</a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://github.com/srijangarg24398/quora" target="_blank">Quora clone</a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="./honeydew/dew.html" target="_blank">Ping Pong</a>
</li>
<!-- <li> -->
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="./calendar/" target="_blank">Calendar</a>
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://www.angular-scratch.tk/" target="_blank">Angularjs Practice </a>website
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="./js12/js12.html" target="_blank">Smooth Scroll </a>Library
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://github.com/srijangarg24398/shopping-website" target="_blank">Shopping website </a> under progress...
</li>
<li>
<i class="fa-li fa fa-hand-o-right text-warning"></i>
<a href="https://github.com/srijangarg24398" target="_blank">and many more...</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="contact">
<div class="my-auto">
<h2 class="mb-5">Contact</h2>
<p>Got a project you would like me to work on? Or how about just a friendly chat? Drop me an email :
<h4><i class="fa fa-envelope-o"></i> <a href="mailto:srijangarg24398@gmail.com">srijangarg24398@gmail.com</a></h4>
</p>
<h4>
<i class="fa fa-phone text-warning"></i> 9811422630 <i class="fa fa-whatsapp text-warning"></i> 9811422630
</h4>
<div class="columns download">
<p>
<!-- <a href="https://drive.google.com/file/d/1fJot_AK2_5v_LTKAFJXz1kqKZTZGowcU/preview" target="_blank" class="button"><i class="fa fa-download"></i> Download Resume</a> -->
<a href="https://drive.google.com/file/d/1L4SP4SY-LheG9QQzfToFNmhnXEIqKWGA/preview" target="_blank" class="button"><i class="fa fa-download"></i> Download Resume</a>
</p>
</div>
</div>
</section>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<iframe src="https://drive.google.com/file/d/17c8-QYduFHX8j7LIFYwb84Unx99GAuVs/preview" width="100%" height="700px"></iframe>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>