-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
445 lines (397 loc) · 18.6 KB
/
Copy pathindex.html
File metadata and controls
445 lines (397 loc) · 18.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Akshat Nema</title>
<meta content="Hello There" name="description">
<meta content="Portfolio" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<meta property="og:title" content="Akshat Nema Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://akshatnema.netlify.app" />
<meta property="og:image" content="/assets/img/favicon.png" />
<meta property="og:description" content="Portfolio" />
<!-- =======================================================
* Template Name: Personal - v4.7.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<h1><a href="index.html">Akshat Nema</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a> -->
<h2>I'm a passionate <span>Full Stack Engineer</span> and <span>UI/UX Designer</span></h2>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link active" href="#header">Home</a></li>
<li><a class="nav-link" href="#about">About</a></li>
<li><a class="nav-link" href="#resume">Resume</a></li>
<li><a class="nav-link" href="#services">Projects</a></li>
<li><a class="nav-link" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="social-links">
<a href="https://twitter.com/AksNema" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://github.com/akshatnema" class="facebook"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/akshatnema29/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/akshat-nema-2002/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
<p>Learn more about me</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/me.jpg" class="img-fluid" alt="my-photo">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Full Stack Engineer & UI/UX Designer</h3>
<p class="fst-italic">
Hi, I'm a software professional who works to achieve software that empowers people, not just businesses. I aim to deliver scalable applications and hence, insist over writing the sleek & efficient code while maintaining agreement on code-maintenance.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>29 May 2002</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <a href="https://akshatnema.netlify.app" > <span>https://akshatnema.netlify.app</span></a></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+91-9479382499</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Satna, Madhya Pradesh, India</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>19</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>B.Tech (2nd Year)</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Mail:</strong><span>akshatnema.official@gmail.com</span></li>
</ul>
</div>
</div>
<p>
I will be graduating with a B.Tech in CSE from IIITDM, Jabalpur in May 2024. I love to make designs on Figma and Canva. I am an Open Source enthusiast with contributions to various organizations.
</p>
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Technologies I Know</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<img src="assets/img/icons/react.png" width="30px" style="margin-right:10px" />
<h3>React</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<img src="assets/img/icons/javascript.png" width="30px" style="margin-right:10px" />
<h3>JavaScript</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<img src="assets/img/icons/python.png" width="30px" style="margin-right:10px" />
<h3>Python</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<img src="assets/img/icons/c++.png" width="30px" style="margin-right:10px"/>
<h3>C++</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/typescript.png" width="30px" style="margin-right: 10px;"/>
<h3>Typescript</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/mysql.png" width="30px" style="margin-right:10px" />
<h3>MySQL</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/node-js.png" width="30px" style="margin-right:10px" />
<h3>Node JS</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/mongodb.png" width="30px" style="margin-right:10px" />
<h3>MongoDB</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/sass.png" width="30px" style="margin-right:10px" />
<h3>Sass</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/html.png" width="30px" style="margin-right:10px" />
<h3>HTML</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/css.png" width="30px" style="margin-right:10px" />
<h3>CSS</h3>
</div>
</div>
<!--@todo add the image of figma canva-->
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<!-- <img src="assets/img/icons/github.png" width="30px" style="margin-right:10px" /> -->
<i class="ri-github-line"></i>
<h3>Git and GitHub</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/canva.png" width="30px" style="margin-right:10px"/>
<h3>Canva</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<img src="assets/img/icons/figma.png" width="30px" style="margin-right:10px" />
<h3>Figma</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
</section><!-- End About Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
<p>Check My Resume</p>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>B.Tech Computer Science Engineering</h4>
<h5>2020 - 2024</h5>
<p><em>PDPM IIITDM Jabalpur</em></p>
<p><i>CPI :- 9.1</i></p>
</div>
<div class="resume-item">
<h4>Higher Secondary</h4>
<h5>2020</h5>
<p><em>St. Michael's Hr. Sec. School</em></p>
<p><i>Grade:94.6%</i></p>
</div>
<h3 class="resume-title">Achievements</h3>
<div class="resume-item pb-0">
<h4>Google Hashcode 2021</h4>
<p><em>Our Team (Shinobi Quartet) ranked 4144 globally and 1220 in India.</em></p>
</div>
<div class="resume-item pb-0">
<h4>CodeChef Global Rank 1</h4>
<p><em>Achieved rank 1 in CodeChef May Long Challenge 2021.</em></p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Voluntary Activities</h3>
<div class="resume-item">
<a href="#"><h4>Aperta Fons</h4></a>
<h5>September 2021</h5>
<p>
<ul>
<li>Worked in organizing an month-long open-source program in college, so to promote open-source culture
in college and making them aware of the Git+GitHub technologies.</li>
<li>Worked in managing the website, docs, rules and regulations, and guiding the participants on their
doubts.</li>
</ul>
</p>
</div>
<div class="resume-item">
<h4>DEVSTRONS</h4>
<h5>2021 - present</h5>
<p><em>An Open Source community working to minimise the gap between senior and junior developers.</em></p>
<p>
<ul>
<li>Work as Moderator and Mentor in organization.</li>
<li>Have lead many open-source projects.</li>
<li>Worked as an orgnizer and co-organizer in various events.</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Projects Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
<p>Something I've Built</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<a href="https://github.com/layer5io/" target="_blank" style="color: white">
<div class="icon-box">
<div class="icon"><i class="bi bi-code"></i></i></div>
<h4>Layer 5</h4>
<p>
<ul style="text-align:left;font-size:14px;">
<li>Worked in UI enhancements on 3 Mega projects of Layer5 - Meshery.io, Layer5io and Service Mesh
performance, to correct objects alignment in mobile view</li> <br />
<li>Solved various issues related to the responsiveness of the website, layout and mobile view of the website.</li>
</ul>
</p>
<!-- <i class="ri-github-line" style="display:flex;font-size:30px;justify-content:start;margin-left: 10px;;"></i> -->
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<a href="https://github.com/shikha-16/Women-in-Technology/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed+author%3Aakshatnema" target="_blank" style="color: white">
<div class="icon-box">
<div class="icon"><i class="bi bi-code"></i></div>
<h4>Women in Technology</h4>
<p>
<ul style="text-align:left;font-size:14px;">
<li>Worked on the Consistency and alignments of objects on the website.</li> <br />
<li>Fixed image inconsistency and variable fonts issue and also worked on different webpages of website.</li>
</ul>
</p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<a href="https://github.com/akshatnema/Vehicle-Servicing-Management" target="_blank" style="color: white">
<div class="icon-box">
<div class="icon"><i class="bi bi-file-code-fill"></i></div>
<h4>iCars</h4>
<p>iCars, a Vehicle Service Management, is a software application that aims to minimize the effort put in by companies to maintain their transactions and vehicle booking system. It manages all the transactions related to Customer profiling, Vehicle Service Bookings and Booking Details of the company.</p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<a href="https://github.com/akshatnema/Social-Media-Platform" target="_blank" style="color: white">
<div class="icon-box">
<div class="icon"><i class="bi bi-file-code-fill"></i></div>
<h4>HI-CON</h4>
<p>A Social Media Platform which aims to connect the people around the world so as they can share their memories, photos, videos and communicate from any part of world.HI-CON provides secured one-to-one text and voice-video call facility to the users for better communication.</p>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<a href="https://akshatnema.github.io/Profile-Card" target="_blank" style="color: white">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4>Profile Card</h4>
<p>A Personal Profile Card which allows users to connect and get to know about me.</p>
</div>
</a>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me</p>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>25 Prabhat Vihar, Satna, India 485001</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://twitter.com/AksNema" class="twitter" target="_blank"><i class="bi bi-twitter"></i></a>
<a href="https://github.com/akshatnema" class="facebook" target="_blank"><i class="bi bi-github"></i></a>
<a href="https://www.instagram.com/akshatnema29/" class="instagram" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/akshat-nema-2002/" class="linkedin" target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p>akshatnema.official@gmail.com</p>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-phone-call"></i>
<h3>Call Me</h3>
<p>+91 9479 3824 99</p>
</div>
</div>
</div>
<div class="email text-center">
<h2>GET IN TOUCH</h2>
<p>
I am constantly looking for new opportunities in industry, I am willing to work in the field of web-development, software development and UI/UX designing.
</p>
<a href="mailto:akshatnema.official@gmail.com" target="_blank"><button class="btn buton">Contact Me</button></a>
</div>
</div>
</section><!-- End Contact Section -->
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/personal-free-resume-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="https://kit.fontawesome.com/450a8dfd72.js" crossorigin="anonymous"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>