-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
334 lines (327 loc) · 21.7 KB
/
Copy pathindex.html
File metadata and controls
334 lines (327 loc) · 21.7 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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<title>Akhil Kumar</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:site_name" content="Akhil Kumar">
<meta property="og:title" content="Akhil Kumar">
<meta property="og:description" content="Hello! This site is a portfolio of my experience, projects, and education!">
<meta name="og:url" content="https://akhil-9640.github.io/">
<meta name="description" content="Hello! This site is a portfolio of my experience, projects, and education!">
<meta property="og:type" content="website">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<script src="https://kit.fontawesome.com/cd506e2037.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/intro.css">
<link rel="stylesheet" href="css/projects.css">
<link rel="stylesheet" href="css/bars.css">
<link rel="stylesheet" href="css/cards.css">
<link rel="stylesheet" href="css/repositories.css">
<link rel="stylesheet" href="css/education.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7KTFNCHSWL"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".dual-collapse2">
<nav class="navbar navbar-expand-md navbar-dark fixed-top pb-2">
<div class="order-0">
<a class="navbar-brand mx-auto page-scroll" data-toggle="collapse" data-target=".navbar-collapse.show" href="#page-top">Akhil Kumar</a>
</div>
<div class="order-0">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".dual-collapse2">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<li class="nav-item text-center px-2">
<a class="nav-link page-scroll" data-toggle="collapse" data-target=".navbar-collapse.show" href="#about">About</a>
</li>
<li class="nav-item text-center px-2">
<a class="nav-link page-scroll" data-toggle="collapse" data-target=".navbar-collapse.show" href="#projects">Projects/Experience</a>
</li>
<li class="nav-item text-center px-2">
<a class="nav-link page-scroll" data-toggle="collapse" data-target=".navbar-collapse.show" href="#skills">Skills</a>
</li>
<li class="nav-item text-center px-2">
<a class="nav-link page-scroll" data-toggle="collapse" data-target=".navbar-collapse.show" href="#education">Education</a>
</li>
<li class="nav-item text-center px-2">
<a class="nav-link page-scroll" data-toggle="collapse" data-target=".navbar-collapse.show" href="#clubs">Activities</a>
</li>
<!--li class="nav-item text-center px-2">
<a class="nav-link btn-primary rounded" data-toggle="collapse" data-target=".navbar-collapse.show" href="#">Resume</a>
</li -->
</ul>
</div>
</nav>
<section id="intro" class="intro text-center container-fluid pt-5 text-white">
<div class="row py-5 d-flex justify-content-center overlay">
<div class="col-9 intro-content">
<h4 class="animate__animated animate__zoomIn">Hello, my name is</h4>
<h1 class="animate__animated animate__backInDown animate__delay-1s"><strong>Akhil Kumar</strong>
</h1>
</div>
</div>
</section>
<section id="about" class="text-center">
<div class="row overlay mx-0">
<div class="container py-5">
<div class="row d-flex justify-content-center intro-text">
<div class="col-12 pt-4">
<h4 class="section-title">About Me</h4>
<img class="avatar img-fluid" src="images/AvatarImage.jpg" style="border-radius: 50%;">
</div>
<div class="col-12 col-md-8 pt-3">
<p style="font-family: 'Roboto Slab', serif;font-weight: 300;">
Hello! My name is Akhil Kumar and I'm a Sophomore at the Indian Institute of Technology. I'm interested in Data Science and Web Devolopment. Today, I am still a Beginner But, I try to continue to explore the technologies I am currently into and also the new and upcoming technologies. Through my time studying and my mini projects and Competetive programming, I have become familiar with Python, Django, Javascript, C, C++ and many underlying libraries. In the future, I hope to pursue a career in both Computer Science and Data Science addressing challenging and innovating problems, or improving upon previous solutions.
</p>
</div>
</div>
</div>
<div class="container pb-5">
<div class="row d-none d-lg-flex justify-content-center text-center">
<a class="SocialCard w-100" href="mailto:20cs01046@iitbbs.ac.in">
<div class="svgicon envelope"><i class="far fa-envelope fa-3x"></i></i>
</div>
<p class="title">Email</p>
<p class="text">If you would like to contact me for buisness.</p>
</a>
<a class="SocialCard w-100" target="_blank" href="https://www.linkedin.com/in/akhil-kumar-m/">
<div class="svgicon linkedin"><i class="fab fa-linkedin fa-3x"></i></i>
</i>
</div>
<p class="title">Linkedin</p>
<p class="text">If you would like to know me professionally.</p>
</a>
<a class="SocialCard w-100" target="_blank" href="https://github.com/Akhil-9640">
<div class="svgicon github"><i class="fab fa-github fa-3x"></i></i>
</i>
</i>
</div>
<p class="title">GitHub</p>
<p class="text">If you would like to see my current or past projects.</p>
</a>
<a class="SocialCard w-100" target="_blank" href="https://www.instagram.com/">
<div class="svgicon instagram"><i class="fab fa-instagram fa-3x"></i></div>
<p class="title">Instagram</p>
<p class="text">If you would like to know more about me personally.</p>
</a>
<a class="SocialCard w-100" target="_blank" href="https://discordapp.com/users/882161466298466304/">
<div class="svgicon discord"><i class="fab fa-discord fa-3x"></i></div>
<p class="title">Discord</p>
<p class="text">If you would like to have a conversation with me.</p>
</a>
</div>
<div class="row social-media-div d-flex d-lg-none justify-content-center text-center">
<div class="col-12">
<a href="mailto:20cs01046@iitbbs.ac.in" class="icon-button email-mobile"><i
class="far fa-envelope"></i><span></span></a>
<a href="https://github.com/Akhil-9640" class="icon-button linkedin-mobile" target="_blank" rel="noopener noreferrer"><i
class="fab fa-linkedin-in"></i><span></span></a>
<a href="https://github.com/Akhil-9640" class="icon-button github-mobile" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i><span></span></a>
<a href="https://www.instagram.com/" class="icon-button instagram-mobile" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram"></i><span></span></a>
<a href="https://discordapp.com/users/882161466298466304/" class="icon-button discord-mobile" target="_blank" rel="noopener noreferrer"><i class="fab fa-discord"></i><span></span></a>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="text-center other">
<div class="row overlay mx-0">
<div class="container py-5">
<div class="row d-flex justify-content-center">
<div class="col-12 pt-4">
<h4 class="section-title">My Projects/Experience</h4>
</div>
<div class="col-12 col-md-6 py-3" data-aos="fade-up">
<div class="card card-custom bg-dark border-dark border-0 text-white">
<div class="card-custom-img" style="background-image: url(images/Jobs/short-listing.png);"></div>
<div class="card-custom-avatar">
<img class="img-fluid" src="images/Jobs/IITBBS.jpeg" alt="Avatar" />
</div>
<div class="card-body" style="overflow-y: auto">
<h4 class="card-title">PG application short-listing</h4>
<h6>Winter 2021 - Present</h6>
<p class="card-text">
a Program/Interface to Shortlist PhD Students which can shortlist students based on Specific criterion and Report back possible errors and Typos.Was done by a Team of 11 including tasks of data gathering, Decision trees, Data Analysing.
</p>
<div class="software-skills-main-div">
<ul class="dev-icons">
<li class="software-skill-inline-dark" name="security"><i class="fas fa-chart-bar"></i>
<p>Data Analysis</p>
</li>
<li class="software-skill-inline-dark" name="security"><i class="fas fa-subscript"></i>
<p>Mathematics</p>
</li>
<li class="software-skill-inline-dark" name="security"><i class="fab fa-python"></i>
<p>Python</p>
</li>
<li class="software-skill-inline-dark" name="security"><i class="fas fa-bolt"></i>
<p>Optimization</p>
</li>
<li class="software-skill-inline-dark" name="security"><i class="fab fa-cuttlefish"></i>
<p>C++</p>
</ul>
</div>
</div>
<div class="card-footer" style="background: inherit; border-color: inherit;">
</div>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="repo-cards-div-main w-100 px-5 px-md-0">
</div>
<a class="btn btn-danger btn-danger-archive btn-large-archive btn-3d btn-round my-4" data-aos="fade-up" href="index.html">More in Progress</a>
</div>
</div>
</div>
</section>
<section id="skills" class="">
<div class="row overlay mx-0 pb-5">
<div class="container py-5">
<div class="row d-flex justify-content-center">
<div class="col-12 pt-4 text-center">
<h4 class="section-title">My Skills</h4>
</div>
<div class="bar-container col-12 col-md-10 pt-3 px-5 px-md-0">
<div class="progress_bar">
<div class="pro-bar">
<small class="progress_bar_title">
Python <i class="fab fa-python"></i>
<span class="progress_number">80%</span>
</small>
<span class="progress-bar-inner" style="background-color: #4B8BBE; width: 0%;" data-value="80" data-percentage-value="80"></span>
</div>
</div>
<div class="progress_bar">
<div class="pro-bar">
<small class="progress_bar_title">
Django <i class="fas fa-server"></i>
<span class="progress_number">60%</span>
</small>
<span class="progress-bar-inner" style="background-color: #4B8BBE; width: 0%;" data-value="60" data-percentage-value="60"></span>
</div>
</div>
<div class="progress_bar">
<div class="pro-bar">
<small class="progress_bar_title">
HTML/CSS/Javascript <i class="fab fa-html5"></i> <i class="fab fa-css3-alt"></i> <i
class="fab fa-js-square"></i>
<span class="progress_number">75%</span>
</small>
<span class="progress-bar-inner" style="background-color: #4B8BBE; width: 0%;" data-value="75" data-percentage-value="75"></span>
</div>
</div>
<div class="progress_bar">
<div class="pro-bar">
<small class="progress_bar_title">
C++ <i class="fab fa-cuttlefish"></i>
<span class="progress_number">80%</span>
</small>
<span class="progress-bar-inner" style="background-color: #4B8BBE; width: 0%;" data-value="80" data-percentage-value="80"></span>
</div>
</div>
<div class="progress_bar">
<div class="pro-bar">
<small class="progress_bar_title">
Numpy/Pandas <i class="fas fa-database"></i>
<span class="progress_number">60%</span>
</small>
<span class="progress-bar-inner" style="background-color: #4B8BBE; width: 0%;" data-value="60" data-percentage-value="60"></span>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid d-none d-sm-block aos-animate aos-init" data-aos="fade-up">
<ul class="nav skill-pills pills-secondary mt-2 justify-content-center">
<a data-toggle="tab" href="" class="fancy-button bg-gradient1"><span><i class="fab fa-python"></i>Python</span></a>
<a data-toggle="tab" href="" class="fancy-button bg-gradient1"><span><i class="fab fa-cuttlefish"></i>C++</span></a>
<a data-toggle="tab" href="" class="fancy-button bg-gradient1"><span><i class="fab fa-js-square"></i>Javascript</span></a>
</ul>
</div>
</div>
</section>
<section id="education" class="other">
<div class="row overlay mx-0 pb-5">
<div class="container py-5">
<div class="row d-flex justify-content-center">
<div class="col-12 pt-4 text-center">
<h4 class="section-title">My Education</h4>
</div>
<div class="col-11 col-lg-12 pt-4">
<div class="education-card-container aos-init aos-animate" data-aos="fade-up">
<div class="education-card" style="animation-fill-mode: both; animation-duration: 1000ms; animation-delay: 0ms; animation-iteration-count: 1; opacity: 1;">
<div class="education-card-left">
<img class="education-roundedimg" src="images/Schools/IITBBS.jpeg" alt="Indian Institute of Technology">
</div>
<div class="education-card-right w-100">
<h5 class="education-text-school">Indian Institute of Technology - Bhubaneshwar</h5>
<div class="education-text-details">
<h5 class="education-text-subHeader">B.Tech. Computer Science
</h5>
<p class=" education-text-duration"><i class="fas fa-calendar-alt"></i> November 2020 - Present</p>
<p class="education-text-desc d-none d-lg-block"></p>
<div class="education-text-bullets d-none d-lg-block">
<div class="card mt-2 my-xl-2">
<h5 class="card-header">
<a class="collapsed d-block" data-toggle="collapse" href="#collapse-UniversityFirst" aria-expanded="true" aria-controls="collapse-collapsed" id="heading-collapsed">
<i class="fa fa-chevron-down pull-right"></i> First Year Courses
</a>
</h5>
<div id="collapse-UniversityFirst" class="collapse" aria-labelledby="heading-collapsed">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="education-card-border" style="animation-fill-mode: both; animation-duration: 2000ms; animation-delay: 0ms; animation-iteration-count: 1; opacity: 1;">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="clubs" class="">
<div class="row overlay mx-0">
<div class="container py-5">
<div class="row d-flex justify-content-center" style="animation-fill-mode: both; animation-duration: 1000ms; animation-delay: 0ms; animation-iteration-count: 1; opacity: 1;">
<div class="col-12 pt-4">
<h4 class="section-title text-center">Activities and Organizations</h4>
</div>
<div class="col-11 col-lg-12 pt-4">
<div class="education-card-container aos-init aos-animate" data-aos="fade-up">
<div class="education-card" style="animation-fill-mode: both; animation-duration: 1000ms; animation-delay: 0ms; animation-iteration-count: 1; opacity: 1;">
<div class="education-card-left">
<img class="education-roundedimg" src="images/Clubs/Ashwamedha.png" alt="SESB">
</div>
<div class="education-card-right w-100">
<h5 class="education-text-school">Ashvamedha Fest</h5>
<div class="education-text-details">
<h5 class="education-text-subHeader">Core-Head (Web and Design)</h5>
<p class=" education-text-duration"><i class="fas fa-calendar-alt"></i> April 2022 - Present</p>
<p class="education-text-desc d-none d-lg-block"></p>
<div class="d-none d-lg-block">
<p></p>
</div>
</div>
</div>
</div>
<div class="education-card-border club" style="animation-fill-mode: both; animation-duration: 2000ms; animation-delay: 0ms; animation-iteration-count: 1; opacity: 1;">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/navbar.js"></script>
<script src="js/bars.js"></script>
</body>
</html>