-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
403 lines (366 loc) · 16 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
<!DOCTYPE html>
<html>
<head>
<title>AYUSH KUMAR JHA </title>
<link rel="stylesheet" type="text/css" href="StyleSheet.css">
<!-- <link rel="manifest" href="media/site.webmanifest"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header id="body-header">
<nav>
<ul class="horizontal-list text-center">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#portfolio">Portfolio</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
<div id="name-social-container">
<!-- div for name -->
<div class="text-center">
<h1 id="my-name">
AYUSH KUMAR JHA
</h1>
</div>
<!-- div for social icons -->
<div>
<ul class="horizontal-list text-center social-icons">
<li>
<a href="https://github.com/ayushjha2911" target="blank" >
<img src="media/github-square-brands.svg">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ayushjha2911" target="blank">
<img src="media/linkedin-brands (1).svg">
</a>
</li>
<li>
<a href="https://twitter.com/ayushjha2911" target="blank">
<img src="/media/twitter-square-brands.svg">
</a>
</li>
<li>
<a href="https://t.me/ayushjha2911" target="blank">
<img src="/media/telegram-brands.svg">
</a>
</li>
</ul>
</div>
</div>
</header>
<main>
<section id="about">
<div id="my-image">
<img src="https://raw.githubusercontent.com/ayushjha2911/ayushjha2911.github.io/main/ayush.jpg">
</div>
<p class="text-center about-text">
Namaste !! This is Ayush Kumar Jha, A 21 years old geeky boy from Darbhanga (now in Delhi) who is very enthusiastic and passionate about AI & techs, Philosophy and ECONOMICS. My academic journey so far is that I have done my 10th from Bihar Board (BSEB) in 2018 and then took Commerce (Accounts, Business Std & Economics were my subjects) in 12th which I did from BSEB itself in 2020. I have always been interested in Technologies, but for some reason couldn't choose the Maths/C.S or Science/any tech subject in 12th to proceed my academics in that, but i kept my all interests up and then thanks to the this open source world, family, some senior guidance whose supports allow me to get into interests, for that first i did a data science course from IITK then after, Surprisingly the IITM has launched a degree in Data Science & App, so I quickly applied for this IITM ONLINE B.S degree programme and got qualified well in the Qualifier exams in July 2021 and took admission there. Now, I'm pursuing this B.S degree at my own pace, on other hand, i finsihed my graduation in 2023, which is B.A in Economics (Hons) with psychology from LN Mithila University, Darbhanga.
I am very excited with all life's ups & downs, and looking forward for this journey and thoroughly enjoying my studies and hobbies....
<br /><br />
</p>
</section>
<section id="skills" class="top-and-bottom-margin">
<h1 class="section-heading mb75px">
<span>
<img src="media/skills.png">
</span>
<span id="skill-heading">
SKILLS
</span>
</h1>
<div class="skills-display">
<!-- flexible container -->
<div class="skill-progress">
<div class="ninety-percent color1" data-skill-percent="75">
<div class="skill-name">
<span>
Python Programming
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="eighty-percent color2" data-skill-percent="60">
<div class="skill-name">
<span>
EDA & M.L
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="seventy-five-percent color3" data-skill-percent="60">
<div class="skill-name">
<span>
Linux & GIT CLI
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="seventy-five-percent color3" data-skill-percent="65">
<div class="skill-name">
<span>
Economics & Accountancy
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="seventy-five-percent color3" data-skill-percent="81">
<div class="skill-name">
<span>
Philosophy
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="eighty-percent color4" data-skill-percent="75">
<div class="skill-name">
<span>
Maths and Stats.
</span>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="top-and-bottom-margin">
<h1 class="section-heading mb75px">
<span>
<img src="media/skills.png">
</span>
<span id="skill-heading">
SOFT SKILLS
</span>
</h1>
<div class="skills-display">
<!-- flexible container -->
<div class="skill-progress">
<div class="ninety-percent color1" data-skill-percent="85">
<div class="skill-name">
<span>
Analytical Mindset
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="eighty-percent color2" data-skill-percent="90">
<div class="skill-name">
<span>
Leadership & Management
</span>
</div>
</div>
</div>
<div class="skill-progress">
<div class="seventy-five-percent color3" data-skill-percent="80">
<div class="skill-name">
<span>
Communications & PeerWork
</span>
</div>
</div>
</div>
</div>
</section>
<!-- education -->
<section id="education" class="top-and-bottom-margin">
<h1 class="section-heading mb75px">
<span>
<img src="media/education.png">
</span>
<span id="skill-heading">
Education
</span>
</h1>
<div class="timeline">
<div class="timeline-box">
<div class="timeline-box-headings">
<!-- <span>
<img src="media/mgkvp logo.jpg">
</span> -->
<span>
<div class="timeline-box-title">
B.S in Data Science and Application
</div>
<div class="timeline-box-company-name" style="color:green">
IIT, Madras
</div>
<div class="timeline-box-duration">
May, 2021 -- May, 2026
</div>
</span>
</div>
<div class="timeline-box-description">
I am pursuing this BS in Data Science & Applications as a professional degree from IITM.
</div>
</div>
<div class="timeline-box">
<div class="timeline-box-headings">
<!-- <span>
<img src="media/coding_ninjas.png">
</span> -->
<span>
<div class="timeline-box-title">
B.A in Economics (Hons.)
</div>
<div class="timeline-box-company-name">
L.N Mithila University
</div>
<div class="timeline-box-duration">
2020-2023
</div>
</span>
</div>
<div class="timeline-box-description">
I have done this B.A in Economics (Hons.) With Psychology (as subsidiary subs) as my primary academic degree.
</div>
</div>
<div class="timeline-divider">
<div class="timeline-traveller">
<img src="media/car.png" width="64px" height="64px">
</div>
</div>
</div>
</section>
<section id="education" class="top-and-bottom-margin">
<h1 class="section-heading mb75px">
<span>
<img src="media/education.png">
</span>
<span id="skill-heading">
Academic Activities & Roles:
</span>
</h1>
<div class="timeline">
<div class="timeline-box-headings">
<span>
<div class="timeline-box-title">
GROUP LEADER & Member of Namdapha House Council in BS Student Goverment.
</div>
<div class="timeline-box-company-name" style="color:green">
IIT, Madras
</div>
<div class="timeline-box-duration">
(Oct, 2021 -- Present)
</div>
</span>
</div>
</div>
</div>
</section>
<!-- portfolio -->
<section id="portfolio" class="top-and-bottom-margin">
<h1 class="section-heading mb75px">
<span>
<img src="media/portfolio.png">
</span>
<span id="skill-heading">
Projects & Certificate
</span>
</h1>
<div class="portfolio-display">
<div class="project">
<ul>
<li>
<ol class="back-end">
<li><a href="https://github.com/ayushjha2911/Sentiment_Analysis">Sentiment Analysis using IMDb dataset</a></li>
<li><a href="https://github.com/ayushjha2911/ProjectFizilion">Forked Project on Telegram Userbot</a></li>
<li>Intro to M.L & Data Science (IIT Kanpur)</a></li>
<li>Python for everyone & PY for A.I (Coursera)</a></li>
</ol>
</li>
</ul>
</div>
</div>
</section>
<!-- contact section -->
<section id="contact">
<h1 class="section-heading mb75px">
<span>
<img src="media/contact.png">
</span>
<span id="skill-heading">
Contact
</span>
</h1>
<div class="contact-content">
<div class="contact-block">
<div>
<h1 style="font-family: sans-serif;">
Get In Touch
</h1>
</div>
<div>
<p>
The following e-mails and phone numbers are only for official or formal contacting purposes. Please use it accordingly
if you are interested in or wanna contact me for any personal or professional work, queries and internships related stuff
</p>
</div>
<div>
<h1 style="font-family: sans-serif;">
Contact Information
</h1>
</div>
<div id="my-info">
<span>
<img src="media/location.svg" width="30px" height="30px">
</span>
<span>
Darbhanga, Bihar & New Delhi, India
</span>
</div>
<div id="my-info">
<span>
<img src="media/gmail.svg" width="30px" height="30px">
</span>
<span>
ayushkrjha2911@gmail.com
</span>
<br>
<br>
<span>
<img src="media/gmail.svg" width="30px" height="30px">
</span>
<span>
21f2000475@ds.study.iitm.ac.in
</span>
</div>
<div id="my-info">
<span>
<img src="media/call.svg" width="30px" height="30px">
</span>
<span>
+916200371189
</span>
</div>
</div>
</div>
</section>
</main>
<script type="text/javascript" src="script.js"></script>
</body>
</html>