-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
383 lines (362 loc) · 13.5 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
<!DOCTYPE html>
<html>
<head>
<title>Aritra Basu</title>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cirrus.min.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="shortcut icon" href="assets/favicon.ico">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/smoothScroll.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
<div id="overlay" class="animated loading center">
</div>
<div id="header" class="header unselectable header-fixed fill-height header-dark">
<div class="header-brand">
<div class="nav-item">
<a data-scroll="landing" class="scroll-link">
<h6 class="title">Home</h6>
</a>
</div>
</div>
<div class="header-nav">
<div class="nav-right text-center">
<div class="nav-item uppercase">
<a data-scroll="about" class="scroll-link">about</a>
</div>
<div class="nav-item uppercase">
<a data-scroll="experience" class="scroll-link">Experience</a>
</div>
<div class="nav-item uppercase">
<a data-scroll="projects" class="scroll-link">Projects</a>
</div>
<div class="nav-item uppercase">
<a data-scroll="skills" class="scroll-link">skills</a>
</div>
<div class="nav-item uppercase">
<a data-scroll="contact" class="scroll-link">contact</a>
</div>
</div>
</div>
</div>
<section id="landing">
<div id="splash-img" class="hero fullscreen hero-img parallax-img">
<div class="hero-body">
<div class="content text-center">
<h2 class="white title">Hi, I'm Aritra Basu.</h2>
<h6 class="white sub-title faded">Coder | Developer | Student</h6>
<div class="row center">
<div class="col">
<a href="https://linkedin.com/in/aritra-basu">
<span class="icon tooltip tooltip-top-right" data-tooltip="Follow me on LinkedIn">
<i class="fa fa-linkedin large" aria-hidden="true"></i>
</span>
</a>
</div>
<div class="col">
<a href="https://github.com/aritra24">
<span class="icon tooltip tooltip-top-right" data-tooltip="Follow me on GitHub">
<i class="fa fa-github large" aria-hidden="true"></i>
</span>
</a>
</div>
<div class="col">
<a href="https://facebook.com/aritra.basu.10">
<span class="icon tooltip tooltip-top-right" data-tooltip="Follow me on Facebook">
<i class="fa fa-facebook large" aria-hidden="true"></i>
</span>
</a>
</div>
</div>
<h4 class="white sub-title faded">Let's talk</h4>
</div>
</div>
</div>
</section>
<section id="about">
<div class="hero fullscreen no-pic">
<div class="hero-body">
<div class="content row">
<div class="col-3">
<figure class="avatar img-xlarge">
<img src="assets/profile.jpg">
</figure>
<div class="text-center white">
<p>Aritra Basu<br>
Reach me at<br><a class="white" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-9">
<h6 class="white title">About Me</h6>
<p class="white">I am an amateur backend developer and a Flutter application developer in the making, currently a junior at Manipal Institute of Technology.</p>
<p class="white">In my free time I try to learn and use new technologies such as Dialogflow, Firebase, Docker, GraphQL, etc. I also do a bit of backend development in Flask, Node and more recently have been dipping my toes into a bit of Django. I also have experience in database management in MYSQL, Postgres and some Mongo.</p>
<p class="white">After my sophomore year, I interned at <a href="https://www.harman.com/india" class="white">Harman International Pvt. Ltd.</a> where I worked under a mentor on the power management of linux operating system and worked on understanding the Generic Power Domains in the operating system.
</p>
<button class="btn purple"><a href="AritraBasu_9071597451.pdf">
<span class="icon">
<i class="fa fa-download large" aria-hidden="true"></i>
</span>Download Resume
</a>
</button>
</div>
</div>
</div>
</div>
</section>
<section id="experience">
<div id="splash-img" class="hero hero-img parallax-img">
<div class="hero-body">
<div class="content">
<h6 class="white title">My work experiences</h6>
<div class="row">
<div class="col-3 white title">
Summer Intern at Harman International Pvt.Ltd.
</div>
<div class="col-9 white">
Responsibilities:
<ul>
<li>Understanding the linux operating system</li>
<li>Power management drivers in linux</li>
<li>Create a software model for linux using star UML</li>
<li>Report on various methods to improve power management</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-3 white title">
Head of Development and Sponsorship at IECSE Manipal
</div>
<div class="col-9 white">
Responsibilities:
<ul>
<li>Develop application used by the student community in college</li>
<li>Mentor students in their various endeavours</li>
<li>Host workshops and seminars on a variety of tech topics</li>
<li>Interact with various top tech companies for the various needs of the club</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-3 white title">
System Admin Organiser for TechTatva 17
</div>
<div class="col-9 white">
Responsibilities:
<ul>
<li>Build a portal in php accessible to the freshers for tech tatva</li>
<li>Maintenance of already built websites during the fest</li>
<li>Provide technical support to other categories in tech tatva</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="hero no-pic">
<div class="hero-body">
<div class="content">
<h6 class="title white">
Some Projects By me
</h6>
<div class="row">
<div class="col-4">
<div class="card slide-up">
<div class="card-container">
<div class="card-image" style="background-image: url('assets/russian-roulette.png')"></div>
</div>
<div class="mobile-title">
<div class="content">
<p class="title">CLI-Russian-Roullete</p>
<p class="subtitle">October 2018</p>
</div>
</div>
<div class="card-body content">
<p><br><a href="https://github.com/aritra24/cli-russian-roulette">A program written in C to perform sudo rm -rf / on a server using ncurses library to render an ASCII gun . . .</a></p>
</div>
</div>
</div>
<div class="col-4">
<div class="card slide-up">
<div class="card-container">
<div class="card-image" style="background-image: url('assets/bot.jpg')"></div>
</div>
<div class="mobile-title">
<div class="content">
<p class="title">Prometheus Bot</p>
<p class="subtitle">April 2018</p>
</div>
</div>
<div class="card-body content">
<p><br>A Telegram bot built using Dialogflow for language processing, Flask for handling requests and postgres for DB</p>
</div>
</div>
</div>
<div class="col-4">
<div class="card slide-up">
<div class="card-container">
<div class="card-image" style="background-image: url('assets/minesweeper.jpg')"></div>
</div>
<div class="mobile-title">
<div class="content">
<p class="title">Minesweeper</p>
<p class="subtitle">November 2017</p>
</div>
</div>
<div class="card-body content">
<p><br><a href="https://github.com/aritra24/Mine">A replication of the classic game of Minesweeper implemented in Java using swings for the GUI and the built in threads class . . .</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-4">
<div class="card slide-up">
<div class="card-container">
<div class="card-image" style="background-image: url('assets/TechTatva.png')"></div>
</div>
<div class="mobile-title">
<div class="content">
<p class="title">Volunteer Portal</p>
<p class="subtitle">August 2017</p>
</div>
</div>
<div class="card-body content">
<p><br><a href="https://github.com/aritra24/TT17">Built a basic CRUD portal using php for the backend to register volunteers for TechTatva the technical fest of MIT, Manipal . . .</a></p>
</div>
</div>
</div>
<!-- More projects here -->
</div>
</div>
</div>
</div>
</section>
<section id="skills">
<div id="splash-img" class="hero fullscreen hero-img parallax-img">
<div class="hero-body">
<div class="content">
<h6 class="title white">My skillset</h6>
<p class="sub-title white">Through my college curriculum, working on side projects, and by developing software as a part of the institute's official CS club, I have acquired a diverse set of skills, some of which are listed below. Apart from these I also have some experience with other technologies which I used on different projects.</p>
<div class="text-center row">
<div class="col-6">
<div class="pull-right">
<div class="title white">Programming languages </div>
<div id="right">
<ul class="no-bullets white text-center">
<li>Python</li>
<li>Dart</li>
<li>C/C++</li>
<li>Java</li>
<li>R</li>
</ul>
</div>
</div>
</div>
<div class="col-6">
<div class="pull-left">
<div class="title white">Frameworks and Technologies</div>
<div>
<ul class="no-bullets white text-center">
<li>Flask</li>
<li>Flutter</li>
<li>MYSQL</li>
<li>Dialogflow</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="no-pic hero fullscreen hero-img">
<div class="hero-body">
<div class="content text-center">
<h3 class="uppercase white title">Contact Me</h3>
<form id="gform">
<div class="row ignore-screen level">
<div class="col-3 white ignore-screen level-item"><p>Name:</p></div>
<div class="col-9 ignore-screen level-item"><input type="name" class="form-input" name="name"></div>
</div>
<div class="row ignore-screen level">
<div class="col-3 white ignore-screen level-item"><p>Email:</p></div>
<div class="col-9 ignore-screen level-item"><input type="email" class="form-input" name="email"></div>
</div>
<div class="row ignore-screen level">
<div class="col-3 white ignore-screen level-item"><p>Phone:</p></div>
<div class="col-9 ignore-screen level-item"><input type="tel" class="form-input" name="phone"></div>
</div>
<div class="row ignore-screen level">
<div class="col-3 white ignore-screen level-item"><p>Message:</p></div>
<div class="col-9 ignore-screen level-item">
<textarea class="form-input" name="message"></textarea>
</div>
</div>
<input id="honeypot" type="text" name="honeypot" value=""/>
<button
type="submit" class="contact-submit btn-accent pull-right g-recaptcha"
data-sitekey="6LdahXcUAAAAAMpjFBkSl0edczM4Z7jc1rYkdJBe"
data-callback="onSuccess">
Submit
</button>
<!-- <button type="submit" class="contact-submit btn-accent pull-right">submit</button> -->
</form>
<div class="toast" style="display: none;" id="message">
<p></p>
<button id="toast-close" class="btn-close pull-left"></button>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<button id="top" data-scroll="landing" class="scroll-link">
<span class="icon">
<i class="fa fa-chevron-up"></i>
</span>
</button>
<div class="content">
<h6 class="sub-title white faded">Reach out to me at</h6>
<div class="row fluid-container center">
<div class="col">
<a href="https://linkedin.com/in/aritra-basu">
<span class="icon">
<i class="fa fa-linkedin large" aria-hidden="true"></i>
</span>
</a>
</div>
<div class="col">
<a href="https://github.com/aritra24">
<span class="icon">
<i class="fa fa-github large" aria-hidden="true"></i>
</span>
</a>
</div>
<div class="col">
<a href="https://facebook.com/aritra.basu.10">
<span class="icon">
<i class="fa fa-facebook large" aria-hidden="true"></i>
</span>
</a>
</div>
</div>
</div>
<div class="center">
<div class="divider divider-short"></div>
</div>
<div class="sub-title">
Made with <i class="fa fa-heart animated pulse red" id="pulse-heart" aria-hidden="true"></i> by Aritra Basu
</div>
</footer>
<script data-cfasync="false" type="text/javascript" src="js/submission.js"></script>
</body>
</html>