-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·479 lines (465 loc) · 29.1 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
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
<!DOCTYPE html>
<html>
<head>
<title>Akshat Malviya</title>
<meta charset="utf-8" lang="en" />
<meta name="description" content="My Webpage/Blog">
<meta name="keywords" content="Akshat Malviya, Akshat, Malviya, Portfolio, Personal, Webpage, Blog">
<meta name="author" content="Akshat Malviya">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Import Icons-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- favicon -->
<link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon">
<!-- stylesheet -->
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138613812-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-138613812-1');
</script>
</head>
<body onload="initial()">
<div class="row-main">
<span id="sidebar-toggle-m" class="sidebar-toggle-m">
<i class="fas fa-angle-left"></i>
</span>
<div id="sidebar" class="sidebar-initial">
<div class="dp-wrapper">
<span class="display-picture">
<span class="intro-wrapper">
<div class="intro">Hi. I'm Akshat. Welcome to my place on the internet.</div>
</span>
</span>
</div>
<span id="nav" class="nav-wrapper">
<ul class="nav fa-ul">
<li>
<i class="fas fa-caret-right"></i>
<a href="#home" class="nav-link">Home</a>
</li>
<li>
<i class="fas fa-caret-right"></i>
<a href="blog/" class="nav-link">Blog</a>
</li>
<li>
<i class="fas fa-caret-right"></i>
<a href="#skills" class="nav-link">My Skills</a>
</li>
<li>
<i class="fas fa-caret-right"></i>
<a href="#projects" class="nav-link">My Projects</a>
</li>
<li>
<i class="fas fa-caret-right"></i>
<a href="#interests" class="nav-link">My Interests</a>
</li>
<li>
<i class="fas fa-caret-right"></i>
<a href="#contactme" class="nav-link">Contact Me</a>
</li>
</ul>
</span>
<div class="social-links-wrapper">
<ul class="social-links">
<li><a href="https://www.github.com/akshat157/" target="_blank"><i
class="fab fa-github-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/akshat-malviya/" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
<!-- <li><a href="https://www.facebook.com/akshatmatrix/" target="_blank"><i
class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.twitter.com/@akshatmalviya/" target="_blank"><i
class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.instagram.com/akshat157_/" target="_blank"><i
class="fab fa-instagram"></i></a></li> -->
</ul>
</div>
</div>
<div id="content" class="content">
<span id="sidebar-toggle" class="sidebar-toggle">
<i class="fas fa-angle-left"></i>
</span>
<div id="home" class="div-main">
<div class="label-1">About me</div>
<hr>
<div class="content-wrapper">
<div class="row">
<div class="col">
<p class="text-1 text-padding">
In my childhood, my father (an engineer himself) used to bring me all different kinds of
building block toy kits and take me to places like river dam, an electricity generation
plant and even a copper mine! The toys - almost all come with a manual inside, having a
how-to on models you can make with the kit. Following the manual to build something
never used to be the first thought. Instead, I used to give my imagination full freedom
with the blocks and used to build something which'd even surprise the today's me. </p>
<p class="text-1 text-padding">
All that childhood with such toys, TV shows on Nat Geo and Discovery and the exposure I
got because of my parents grew my interest towards engineering and science rapidly
enough that at a moment, I had planned everything about who I want to be and what I want
to do. I was still a child. :P</p>
</div>
<div class="col">
<p class="text-1 text-padding">
When I was in 7th standard, my parents got me a home tutor. His name is Imroz Noor and I
call him Imroz sir. Of the 1hr/day he was at my home teaching, half of the time was
spent in discussing about science, technology and stuff which was totally unrelated to
my academics. Imroz sir first told me about IITs in India. That they're the most
prestigious institutes in the country. And my reply to him was - Okay! I'll be studying
in an IIT then! And so my journey to IIT began. On June 11, 2017, when I saw my result.
I can say that it was the day when a dream, one of the best teachers of my had showed me
came to life. Currently, I'm a 3rd year Electrical Engineering undergraduate at IIT
Mandi.</p>
<p class="text-1 text-padding">
I am very much interested in the fields of A.I. and robotics and aspire to be a
researcher in the same. Read more about me below..</p>
</div>
</div>
<div class="row">
<div class="col">
<div id="profile" class="content-div">
<span class="label-2">Profile</span>
<hr>
<div class="content-wrapper">
<ul class="text-1 fa-ul">
<li><span class="fa-li"><i class="fas fa-hashtag"></i></span><b>Full
Name</b><br>Akshat Malviya
</li><br>
<li><span class="fa-li"><i class="fas fa-hashtag"></i></span><b>Date of
Birth</b><br>August 14, 1998
</li><br>
<li><span class="fa-li"><i
class="fas fa-hashtag"></i></span><b>Location</b><br>Mandi, Himachal
Pradesh
</li><br>
<li><span class="fa-li"><i
class="fas fa-hashtag"></i></span><b>Phone</b><br>+918219164783
</li><br>
<li><span class="fa-li"><i
class="fas fa-hashtag"></i></span><b>Email</b><br>[email protected]
</li><br>
</ul>
</div>
</div>
</div>
<div class="col">
<div id="xp" class="content-div">
<span class="label-2">Experience</span>
<hr>
<div class="content-wrapper">
<ul class="text-1 fa-ul">
<li><span class="fa-li"><i class="fas fa-plus"></i></span><b>Software Engineer Intern,
Topline Co. Ltd., Saitama, Japan</b><br>(March, 2019 - May, 2019)<br>
# Created the Web Frontend for Topline's Customer Management Information System and Sales Support System.
<br />
# Received a Pre-Placement Offer for an excellent performance as an intern.
</li><br>
<li><span class="fa-li"><i class="fas fa-plus"></i></span><b>Web Developer,
IIT Mandi Catalyst, IIT Mandi</b><br>(March, 2019 - May, 2019)<br>Developed and maintained the
webpage for the first ever edition of IIT Mandi Catalyst's event - <a
href="https://iitmandi.ac.in/Catalyst/HIC/" target="_blank">Himalayan
Innovation Challenge (HIC)</a>
</li><br>
<li><span class="fa-li"><i class="fas fa-plus"></i></span><b>Coordinator,
Robotronics Club, IIT Mandi</b><br>(June, 2018 - June, 2019)<br>Robotronics Club - Robotics +
Electronics Club, IIT Mandi.
</li><br>
<li><span class="fa-li"><i class="fas fa-plus"></i></span><b>Core Member,
Various
Clubs</b><br>(January, 2018 -
Present)<br>Including Programming Club, Space Technology and Astronomy
Cell, Music Club, Designauts - Design Club, IIT Mandi.<br>(January, 2018 -
Present)
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div id="education" class="content-div">
<span class="label-2">Education</span>
<hr>
<div class="content-wrapper">
<ul class="text-1 fa-ul">
<li><span class="fa-li"><i class="fas fa-book"></i></span><b>B.Tech. in
Electrical Engineering</b><br>Indian Institute of Technology, Mandi (H.P.), 2017-2021
</li><br>
<li><span class="fa-li"><i class="fas fa-book"></i></span><b>Senior Secondary
Graduation</b><br>N.J.N. Adarsh Hi. Sec. School,
Mandla (M.P.), 2015-2016
</li><br>
<li><span class="fa-li"><i class="fas fa-book"></i></span><b>High School
Graduation</b><br>Montfort Se. Sec. School, Mandla (M.P.),
2002-2014
</li>
</ul>
</div>
</div>
</div>
<div class="col">
<div id="xp" class="content-div">
<span class="label-2">Achievements</span>
<hr>
<div class="content-wrapper">
<ul class="text-1 fa-ul">
<li><span class="fa-li"><i class="fas fa-medal"></i></span><b>Runner-Up -
Capture
the Stone</b><br> Secured 2nd position in this intra-college Capture The
Flag (CTF) event, held in Utkarsh 2017, intra-college technical festival,
IIT
Mandi.
</li><br>
<li><span class="fa-li"><i class="fas fa-medal"></i></span><b>Winner - Website
Design Competition by STAC</b><br>Made the <a
href="https://stac-iitmandi.github.io/" target="_blank">website</a> for
the Space Technology and Astronomy Cell
(STAC), IIT Mandi in a competition, to encourage open-source and space
technology. See projects for full info.
</li><br>
<li><span class="fa-li"><i class="fas fa-medal"></i></span><b>Winner - District
level Music Competition</b><br>As a Tabla player, secured first position
in
a district level Music competition held in Mandla (M.P.)
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="skills" class="div-main">
<div class="label-1">Skills</div>
<hr>
<p class="text-1">
Following are some of the my skills. Apart from these, I know OpenCV, scikit-learn & MATLAB.<br>
My communication skills include knowing English, Hindi and elementary level German.</p>
</p>
<div class="content-wrapper">
<div class="row">
<span class="label-2">Programming</span>
<hr>
<div class="col">
<div class="content-div">
<div class="content-wrapper">
<p class="text-1">
School first introduced me to the LOGO programming language, the one where you
make a turtle figure move with the help of programmed instructions. Gradually I
got to know about languages like C and C++ and got interested in programming. I
like software development and have tried my hands on mobile development with
React Native. I occasionally do competitive programming as well! Checkout my <a
href="https://www.codechef.com/users/ancientfuture/"
target="_blank">codechef</a> and <a
href="https://codeforces.com/profile/ancientfuture/"
target="_blank">codeforces</a> profile to know more.</p>
<p class="text-1">
Because of this interest in programming, getting introduced to Artificial
Intelligence, be it via the Internet, books or movies, its sub-domains - Machine
learning and Deep learning quickly caught my interest. Currently I'm taking
Andrew Ng's courses on the same.</p>
</div>
</div>
</div>
<div class="col">
<div class="content-wrapper">
<div class="content-div">
<ul class="text-1 chart">
<li>60%
<span style="height:50%" title="Python"></span>
</li>
<li>90%
<span style="height:90%" title="C"></span>
</li>
<li>65%
<span style="height:65%" title="C++"></span>
</li>
<li>70%
<span style="height:70%" title="Linux"></span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<span class="label-2">Web & Graphic Design</span>
<hr>
<div class="col">
<div class="content-div">
<div class="content-wrapper">
<p class="text-1">
I know HTML/CSS3. Materializecss for material design, Twitter's Bootstrap are
some of the CSS frameworks I've worked on.</p>
<p class="text-1">I've developed a couple of websites with my peers in college. I've
worked on
Jekyll, and am familier with nodejs.</p>
<p class="text-1">
I know Adobe Photoshop, GIMP & Inkscape.<br>Event posters, backdrops, T-shirt
design and logo design are some of the design projects I've done in the past.
</p>
</div>
</div>
</div>
<div class="col">
<div class="content-wrapper">
<div class="content-div">
<ul class="text-1 chart">
<li>50%
<span style="height:50%" title="JavaScript"></span>
</li>
<li>90%
<span style="height:90%" title="HTML & CSS3"></span>
</li>
<li>80%
<span style="height:80%" title="Vector Graphics"></span>
</li>
<li>60%
<span style="height:60%" title="Adobe Photoshop"></span>
</li>
<li>65%
<span style="height:65%" title="UI/UX"></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="projects" class="div-main">
<div class="label-1">Projects</div>
<hr>
<p class="text-1">
Here's a list of the projects that I have done in the past or am currently working on.</p>
<div class="content-wrapper">
<div class="row">
<span class="label-2">Web Design</span>
<hr>
<p class="text-1">
I've done a few web design projects for various clubs in my college - IIT Mandi.</p>
<div class="content-wrapper">
<ul class="text-1 fa-ul">
<li><span class="fa-li"><i class="fas fa-project-diagram"></i></span><b>Website - Space
Technology and Astronomy Cell (STAC), IIT Mandi</b><br>
<p class="text-1">
Check it out here: <a href="https://stac-iitmandi.github.io/"
target="_blank">https://stac-iitmandi.github.io/</a></p>
<p class="text-1">Built primarily using Materializecss material design framework, I
did this project as an individual in STAC's website design competition.</p>
</li><br>
<li><span class="fa-li"><i class="fas fa-project-diagram"></i></span><b>Website -
KamandPrompt, IIT Mandi</b><br>
<p class="text-1">
Check it out here: <a href="https://kamandprompt.github.io/"
target="_blank">https://kamandprompt.github.io/</a></p>
<p class="text-1">Website of KamandPrompt - Programming Club, IIT Mandi. A group
project I did with my peers.</p>
</li><br>
<li><span class="fa-li"><i class="fas fa-project-diagram"></i></span><b>resKeep -
Firefox browser extension</b><br>
<p class="text-1">
Check it out here: <a href="https://github.com/akshat157/resKeep/"
target="_blank">https://github.com/akshat157/resKeep/</a></p>
<p class="text-1">A browser extension I'm currently working on. Built using
Javascript while learning Javascript DOM. Helps in keeping important links and
notes as a browser extension.</p>
</li>
</ul>
</div>
</div>
<div class="row">
<span class="label-2">Robotics</span>
<hr>
<p class="text-1">
Following are the robotics and electronics projects I've done till now.</p>
<div class="content-wrapper">
<ul class="text-1 fa-ul">
<li><span class="fa-li"><i class="fas fa-robot"></i></span><b>Selfie - The self
balancing robot</b><br>
<p class="text-1">
Check it out here: <a
href="https://drive.google.com/open?id=1zT92C6Mte0Eb-nzSOi10JH2AOo0paRbk"
target="_blank">selfie_report.pdf</a></p>
<p class="text-1">A group project I did with my peers in Aavishkar 2018, an
academic-technical event held as a part of the IC161P-Applied Electronics
Practicum course. It's a two wheeled self balancing robot, built on Raspberry Pi
platform (python). Employs - MPU6050 6-axis gyroscopic sensor, DC motors and an
L298N motor driver, all placed in a custom built hard board chassis.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="interests" class="div-main">
<div class="label-1">Stuff I like</div>
<hr>
<div class="content-wrapper">
<p class="text-1">
Apart from the technical interests, I like music, gaming, travelling and photography as well. I
learned to play tabla in my school days and am 2 years short of a Diploma in the same. I
recently started playing counter-strike global offensive (find me on steam - <a
href="https://steamcommunity.com/profiles/76561198859594411/"
target="_blank">ancientfuture_</a>) and have travelled the better part of the country,
courtesy of my father.</p>
<p class="text-1">
Know me better or the music I like by connecting with me. Following are the methods...</p>
</div>
</div>
<div id="contactme" class="div-main">
<div class="label-1">Contact me</div>
<hr>
<p class="text-1">I love to talk! Connect with me via any of the following ways. :)
</p>
<div class="content-wrapper">
<div class="row">
<div class="col">
<div class="content-div">
<span class="label-2">Social Media</span>
<hr>
<div class="content-wrapper">
<ul class="fa-ul text-1">
<li><span class="fa-li"><i class="fab fa-linkedin"></i></span><a
href="https://www.linkedin.com/in/akshat-malviya/"
target="_blank"> Linkedin</a>
</li><br>
<li><span class="fa-li"><i class="fab fa-github"></i></span><a
href="https://github.com/akshat157" target="_blank"> GitHub</a>
</li><br>
<!-- <li><span class="fa-li"><i class="fab fa-facebook"></i></span><a
href="https://facebook.com/akshatmatrix/"
target="_blank"> Facebook</a>
</li><br>
<li><span class="fa-li"><i class="fab fa-twitter"></i></span><a
href="https://twitter.com/@akshatmalviya"
target="_blank"> Twitter</a>
</li><br>
<li><span class="fa-li"><i class="fab fa-instagram"></i></span><a
href="https://instagram.com/akshat157_"
target="_blank"> Instagram</a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contactme" class="div-main">
<p class="copyright-text text-1">© 2019 Design & build by Akshat Malviya</p>
</div>
</div>
<!-- CONTENT END -->
</div>
<!-- scripts -->
<script src="js/main.js"></script>
</body>
</html>