-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
508 lines (476 loc) · 17.4 KB
/
index.html
File metadata and controls
508 lines (476 loc) · 17.4 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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Resource-type" content="Document" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Akshay Sharma</title>
<meta name="author" content="Akshay Sharma" />
<meta name="description" content="Akshay Sharma | SDE 2">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="HandheldFriendly" content="True">
<meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.1/fullpage.min.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://res.cloudinary.com/akshaykumar6/raw/upload/v1530952924/github-js/github.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.1/vendors/easings.min.js"></script>
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
</head>
<body>
<div id="header" class="header-cnt navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed hidden-xs" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">Akshay Sharma</a>
</div>
<div id="navbar" class="navbar-collapse collapse nav-float">
<ul class="nav navbar-nav section-menu">
<li data-menuanchor="home"><a href="#home">Home</a></li>
<li data-menuanchor="about"><a href="#about">About</a></li>
<li data-menuanchor="projects"><a href="#projects">Projects</a></li>
<li data-menuanchor="interests"><a href="#interests">Interests</a></li>
<li data-menuanchor="more"><a href="#more">More</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div id="fullpage">
<div class="section active">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="center-image">
</div>
<div class="web-icons-cnt">
<ul class="social list-inline">
<li class="GitHub" title="GitHub">
<a target="_blank" href="http://goo.gl/Qxambe">
<i class="fa fa-github"></i>
</a>
</li>
<li class="Stackoverflow" title="Stackoverflow">
<a target="_blank" href="http://goo.gl/DgUDSo">
<i class="fa fa-stack-overflow"></i>
</a>
</li>
<li class="LinkedIn" title="LinkedIn">
<a target="_blank" href="http://goo.gl/vENruj">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="Twitter" title="Twitter">
<a target="_blank" href="https://twitter.com/akshayk_sharma">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="Medium" title="Medium">
<a target="_blank" href="https://medium.com/@akshaysharma">
<i class="fa fa-medium"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="main-desc">
<h2>
Akshay Sharma
</h2>
<h4>
Curious Programmer
</h4>
<p>
Passionate about exploring new technologies and ideas that can really make difference.
</p>
<p>
Motto - "Let's make life easier".
</p>
</div>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-xs-12">
<div class="work-cnt ">
<h2 class="page-header">Experience</h2>
<div class="row exp-row">
<div class="col-xs-6">
<h3 class="job-title">Senior Software Engineer</h3>
<h5>Razorpay Software Pvt. Ltd. (June 2018 - Present)</h5>
</div>
<div class="col-xs-6">
<a target="_blank" href="https://www.razorpay.com" class="rzp-logo"></a>
</div>
</div>
<div class="row exp-row">
<div class="col-xs-6">
<h3 class="job-title">Software Engineer</h3>
<h5>KNOLSKAPE Solutions Pvt. Ltd. (July 2014 - May 2018)</h5>
</div>
<div class="col-xs-6">
<a target="_blank" href="https://www.knolskape.com" class="knol-logo"></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12">
<h2 class="page-header">Education</h2>
<div class="col-xs-10">
<h3 class="job-title">Vellore Institue of Technology, Vellore</h3>
<h5>B.Tech. | Computer Science and Engineering (2010 - 2014)</h5>
</div>
<div class="col-xs-2">
<a target="_blank" href="http://www.vit.ac.in" class="vit-logo"></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<h2 class="page-header">Skills</h2>
<div class="col-xs-12">
<ul class="skill-icons list-inline">
<li title="Javascript">
<i class="devicon-javascript-plain"></i>
</li>
<li title="React.js">
<i class="devicon-react-plain-wordmark"></i>
</li>
<li title="Node.js">
<i class="devicon-nodejs-plain-wordmark"></i>
</li>
<li title="Backbone.js">
<i class="devicon-backbonejs-plain-wordmark"></i>
</li>
<li title="Ruby on Rails">
<i class="devicon-rails-plain-wordmark"></i>
</li>
<li title="Ruby">
<i class="devicon-ruby-plain-wordmark"></i>
</li>
<li title="PHP">
<i class="devicon-php-plain"></i>
</li>
<li title="Laravel">
<i class="devicon-laravel-plain-wordmark"></i>
</li>
<li title="jQuery">
<i class="devicon-jquery-plain-wordmark"></i>
</li>
<li title="Git">
<i class="devicon-git-plain-wordmark"></i>
</li>
<li title="MySQL">
<i class="devicon-mysql-plain-wordmark"></i>
</li>
<li title="MongoDB">
<i class="devicon-mongodb-plain-wordmark"></i>
</li>
<li title="Bootstrap">
<i class="devicon-bootstrap-plain-wordmark"></i>
</li>
<li title="CSS3">
<i class="devicon-css3-plain-wordmark"></i>
</li>
<li title="HTML5">
<i class="devicon-html5-plain-wordmark"></i>
</li>
<li title="Webpack">
<i class="devicon-webpack-plain-wordmark"></i>
</li>
<li title="Grunt">
<i class="devicon-grunt-plain-wordmark"></i>
</li>
<li title="Bower">
<i class="devicon-bower-plain-wordmark"></i>
</li>
<li title="Ubuntu">
<i class="devicon-ubuntu-plain-wordmark"></i>
</li>
<!-- <li title="AWS">
<i class="devicon-amazonwebservices-plain-wordmark"></i>
</li> -->
<li title="Adobe Illustrator">
<i class="devicon-illustrator-line"></i>
</li>
<!-- <li title="Still learning more..">
<i class="fa fa-ellipsis-h"></i>
</li> -->
</ul>
<ul class="skill-list list-inline hidden">
<li>
JavaScript
</li>
<li>
Backbone.js
</li>
<li>
Ruby on Rails
</li>
<li>
Ruby
</li>
<li>
PHP
</li>
<li>
Laravel
</li>
<li>
jQuery
</li>
<li>
Git
</li>
<li>
MySQL
</li>
<li>
Bootstrap
</li>
<li>
CSS3
</li>
<li>
HTML5
</li>
<li>
Grunt
</li>
<li>
Bower
</li>
<li>
C
</li>
<li>
C++
</li>
<li>
Still learning more..
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col-xs-12 col-sm-6 project-cnt">
<h2 class="page-header visible-xs">
Projects
</h2>
<h3 class="page-header">
RazorpayX
</h3>
<p>
Business banking platform to simplify, accelerate, and supercharge every aspect of your financial operations.
<a target="_blank" href="https://razorpay.com/x">Read More.</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 project-cnt">
<h3 class="page-header">
Headlines App
</h3>
<p>
Progressive web app(PWA) to get news headlines from over 30,000 news sources and blogs using News API.
<a target="_blank" href="https://github.com/akshaykumar6/headlines-pwa">Read More.</a> <br>
<a class="btn btn-default btn-sm" target="_blank" href="https://headlines-pwa.firebaseapp.com">Try it</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 project-cnt">
<h2 class="page-header visible-xs">
Projects
</h2>
<h3 class="page-header">
AktivLearn
</h3>
<p>
Gamified learning management system which allows businesses to train their workforce with customizable content, themes and simulations.
<a target="_blank" href="https://www.aktivlearn.com">Read More.</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 project-cnt">
<h3 class="page-header">
AktivCase
</h3>
<p>
Online platform for solving multimedia enabled case studies which can be used as learning and assessment tool.
<a target="_blank" href="https://www.knolskape.com/news/knolskape-launches-aktivcase/">Read More.</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 project-cnt">
<h3 class="page-header">
Github.js
</h3>
<p>
Github.js is a JavaScript plugin over GitHub APIs. It gives an easy way to feature your GitHub open-source contributions on your website or portfolio.
</p>
<a target="_blank" href="https://akshaykumar6.github.io/github-js">Live Demo</a>
</div>
<div class="col-xs-12 col-sm-6 project-cnt">
<h3 class="page-header">
QCharts
</h3>
<p>
Single page web application to create pie, line, bar and doughnut charts.
</p>
<a target="_blank" href="http://akshaykumar6.github.io/QCharts">Live Demo</a>
</div>
<!-- <div class="clearfix"></div> -->
<!-- <div class="col-xs-12 col-sm-6">
<h3 class="page-header">
Distributed Sorting Application
</h3>
<p>
Developed a Distributed Environment Application to sort huge set of integers, where the heterogeneous systems (systems with different configuration) communicate with each other using RMI (Remote Method Invocation) API, and produce an optimized output at each iteration using the perceptron learning algorithm. The system is fault tolerant and will produce result even if some of the systems are disconnected on the run.
</p>
</div> -->
<!-- <div class="col-xs-12 col-sm-6">
<h3 class="page-header">
Windows Phone Applications
</h3>
<ul class="list-unstyled list-inline">
<li>
<a target="_blank" href="http://www.windowsphone.com/en-in/store/app/imago-hangman/a792144f-6ecb-4a8a-a657-fdeaa98bdbd2">Week Scheduler</a>
</li>
<li>
<a target="_blank" href="http://www.windowsphone.com/en-in/store/app/week-scheduler/71b4d7f0-736c-4782-b4b2-40d88eac784b">Imago Hangman</a>
</li>
<li>
<a target="_blank" href="http://www.windowsphone.com/en-in/store/app/my-memoir/01c09a0c-440d-4d1a-b42b-7cd9e53ea794">My Memoir</a>
</li>
</ul>
</div> -->
<div class="clearfix"></div>
<div class="col-xs-12">
<div class="more-projects">
<a target="_blank" href="http://goo.gl/vENruj" class="btn btn-default linkedIn-btn">
More on LinkedIn
<i class="fa fa-linkedin"></i>
</a>
<a target="_blank" href="http://goo.gl/Qxambe" class="btn btn-default github-btn">
More on GitHub
<i class="fa fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col-xs-12">
<h3 class="page-header">
Interests
</h3>
<ul class="interest-list list-inline">
<li>
<i class="fa fa-user-secret"></i>
<div>Movies</div>
</li>
<li>
<i class="fa fa-puzzle-piece"></i>
<div>Quizzing</div>
</li>
<li>
<i class="fa fa-book"></i>
<div>Reading</div>
</li>
<li>
<i class="fa fa-futbol-o"></i>
<div>Football</div>
</li>
<li>
<i class="fa fa-headphones"></i>
<div>Music</div>
</li>
<li>
<i class="fa fa-bed"></i>
<div>Sleeping</div>
</li>
<li>
<i class="fa fa-bicycle"></i>
<div>Cycling</div>
</li>
<li>
<i class="fa fa-plane"></i>
<div>Travelling</div>
</li>
<li>
<i class="fa fa-gamepad"></i>
<div>Video Games</div>
</li>
</ul>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col-xs-12 col-sm-6 git-usr-cnt">
<h3 class="job-title">GitHub Activity</h3>
<div class="github-profile">
</div>
</div>
<div class="col-xs-12 col-sm-6 git-repo-cnt">
<a class="twitter-timeline" data-height="570" data-dnt="true" href="https://twitter.com/akshayk_sharma?ref_src=twsrc%5Etfw">Tweets by akshayk_sharma</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<hr>
<div class="contact-cnt">
<h3 class="job-title">Contact me</h3>
<a class="btn btn-default" href="mailto:sharmakumar@gmail.com" target="_blank">
<i class="fa fa-send"></i> sharmakumar3092@gmail.com
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.1/fullpage.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.1/vendors/scrolloverflow.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js"></script>
<script type="text/javascript" src="https://res.cloudinary.com/akshaykumar6/raw/upload/v1530952924/github-js/github.min.js"></script>
<script type="text/javascript">
if(window.outerWidth > 760 && window.outerHeight > 760){
var myFullpage = new fullpage('#fullpage', {
licenseKey: 'OPEN-SOURCE-GPLV3-LICENSE',
navigation: true,
navigationPosition: 'right',
anchors: ['home', 'about', 'projects', 'interests', 'more'],
menu: '.section-menu',
navigationTooltips: ['Home', 'About', 'Projects', 'Interests', 'More']
});
}
var a = ['b','5','9','d','3','d','7','c','5','2','6'], b = ['f','c','6','6','6','a','6','2','2',], c = ['4','e','b','4','9','6','b','5','2','6',], d= ['8','9','e','0','d','3','d','5','b','3']; var str = a.join('') + b.join('') + c.join('') + d.join('');
Github.userActivity({
username: "akshaykumar6",
OAuth: str,
selector: ".github-profile"
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43274822-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>