-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
324 lines (309 loc) · 12.1 KB
/
experience.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="journey_style.css">
<link rel="icon" href="./favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Adithya Kishor Personal Website">
<meta property="og:site_name" content="Adithya Kishor">
<meta property="og:title" content="The-Coder-Kishor" />
<meta property="og:url" content="https://the-coder-kishor.github.io" />
<meta property="og:description"
content="Adithya Kishor: CSD Freshman at IIIT Hyderabad and avid coder, quizzer and electronics hobbyist." />
<meta name="keywords"
content="Loyola School, LA FEST, Adithya Kishor, The Coder Kishor, The-Coder-Kishor, Trivandrum">
<title>Adithya Kishor</title>
<style ba>
@font-face {
font-family: 'JetBrains';
src: url(./fonts/JetBrainsMono-Regular.woff2);
}
.container {
width: 60rem;
margin: 0px auto;
height: 20rem;
border-radius: 10px;
overflow: hidden;
display: flex;
}
.img {
width: 60%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 100%;
}
.content-container {
width: 40%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1rem;
}
.content-container h2 {
font-size: 20px;
}
@media (max-width: 1024px) {
.container {
height: auto;
flex-direction: column;
width: 60%;
font-size: 1rem;
}
.content-container {
width: auto;
}
.img {
width: auto;
height: 12rem;
}
}
</style>
</head>
<body>
<header>
<a href="./index.html" class="logo">EXPERIENCE</a>
<div class="toggleMenu" onclick="menuToggle();"></div>
<ul class="navigation">
<li><a href="./index.html">/ABOUT</a></li>
<li><a href="./journey.html">/JOURNEY</a></li>
<li><a href="./achievements.html">/ACHIEVEMENTS</a></li>
<li><a class="active" href="./experience.html">/EXPERIENCE</a></li>
<li><a href="./skills.html">/SKILLS</a></li>
<li><a href="./blogs.html">/BLOGS</a></li>
<li>
<label class="switch" for="switch">
<input type="checkbox" id="switch" />
<div class="sunmoon">
<div class="darkside"></div>
</div>
<div class="border"></div>
<div class="clouds">
<img src="./toggle/cloud_1.svg" alt="" class="cloud cloud-1" />
<img src="./toggle/cloud_2.svg" alt="" class="cloud cloud-2" />
<img src="./toggle/cloud_3.svg" alt="" class="cloud cloud-3" />
<img src="./toggle/cloud_4.svg" alt="" class="cloud cloud-4" />
<img src="./toggle/stars.svg" alt="" class="stars" />
</div>
</label>
</li>
</ul>
</header>
<ul
style="display:flex; justify-content: space-between; flex-direction: column; gap: 2rem 0; font-weight:600; margin-bottom: 100px;">
<div class="container appear2">
<div class="img" style="background-image: url(./images/hacking_club.jpg); background-color: #000000;"></div>
<div class="content-container">
<div class="content-top">
<h2>
Jan 2024 - Present
</h2>
<h1>
0x1337 Hacking Club, IIIT Hyderabad
</h1>
<p>Problem Setter</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/cc.svg); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
June 2024 - Present
</h2>
<h1>
SLC Tech Team, IIIT Hyderabad
</h1>
<p>Web Administrator</p>
<br />
<p>Focus on Frontend</p>
<br />
<p>Resposnible for maintaining <a href="https://clubs.iiit.ac.in"
target="_blank">clubs.iiit.ac.in</a></p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/decore.jpeg); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Nov 2023 - Present
</h2>
<h1>
Decore, IIIT Hyderabad
</h1>
<p>Video Editor</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/penta.jpeg); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Nov 2023 - Present
</h2>
<h1>
Pentaprism, IIIT Hyderabad
</h1>
<p>Photographer</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/thread.png); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Feb 2023 - Present
</h2>
<h1>
Threadsnappers
</h1>
<p>Developer</p>
<br />
<p>
Developed projects like JEE Calc API used by about 1 lakhs students in India.
</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/inapp.jpeg); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Oct 2022 - Nov 2022
</h2>
<h1>
InApp
</h1>
<p>Extern</p>
<br />
<p>
Organized as part of LOBA Explore program for 1 week from October 3 to October 8. The best
week of my student life. Got exposure to different sides of an IT firm and made a lot of
mentors.
</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/la.png); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
May 2022 - Jul 2022
</h2>
<h1>
LA Fest 2023
</h1>
<p>Event Head (Enquesta)</p>
<br />
<p>
Responsible for the questions and the tech behind Enquesta - the quiz event of LA Fest 2023.
Hosted two rounds and created a team of 13 people for the quiz.
</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/gci.png); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Dec 2019 - Jan 20202
</h2>
<h1>
Google Code-In
</h1>
<p>Student Developer</p>
<br />
<p>
Part of the last Google Code-In 2019. Did projects for many organizations - primarily FOSSASIA.
</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/infosys_logo.jpeg); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Apr 2019 - May 2019
</h2>
<h1>
Infosys
</h1>
<p>Spark Catch Them Young (CTY) Intern</p>
<br />
<p>
I was selected to attend the
Infosys CTY Program 2019 edition at Infosis
Trivandrum DC (Trinfy) which involved exposure
to various things including soft skills, Web Technologies, UI Design,
Python, Application Development, Augmented Reality and Virtual Reality
</p>
</div>
</div>
</div>
<div class="container appear2">
<div class="img" style="background-image: url(./images/ncc.png); background-color: #000000;">
</div>
<div class="content-container">
<div class="content-top">
<h2>
Jan 2018 - Mar 2020
</h2>
<h1>
Troop No: 17, 1(K) Air Squadron NCC
</h1>
<p>Cadet Sergeant and Troop Commander</p>
<br />
<p>
Best Cadet for the the year 2020.
</p>
<p>
Went to various camps as part of the NCC.
</p>
</div>
</div>
</div>
</ul>
<footer>
<ul class="social-icons">
<li><a href="https://github.com/The-Coder-Kishor" target="_blank"><img class="github-icon"></a></li>
<li><a href="https://gitlab.com/afoolishman47" target="_blank"><img class="gitlab-icon"></a></li>
<li><a href="https://www.linkedin.com/in/adithya-kishor/" target="_blank"><img class="linkedin-icon"></a>
</li>
<li><a href="https://www.reddit.com/user/MissionFoolish" target="_blank"><img class="reddit-icon"></a></li>
<li><a href="https://twitter.com/AFoolishMan1" target="_blank"><img class="twitter-icon"></a></li>
<li><a href="https://www.instagram.com/a.foolishman/" target="_blank"><img class="instagram-icon"></a></li>
<li><a href="https://www.facebook.com/profile.php?id=61550033885555&mibextid=kFxxJD" target="_blank"><img
class="facebook-icon"></a></li>
<li><a href="mailto:[email protected]"><img class="mail-icon"></a></li>
</ul>
<p class="made-with-love">Made with ❤️ by The-Coder-Kishor</p>
</footer>
<script>
$('.js-tilt').tilt({
glare: true,
maxGlare: 1000,
reset: true,
scale: 1.1
})
</script>
<script src="./scripts.js"></script>
</body>
</html>