-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
363 lines (360 loc) · 16.6 KB
/
index.html
File metadata and controls
363 lines (360 loc) · 16.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
---
# this is an empty front matter
---
<html>
<head>
<!--Materialize-->
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400;300' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/socicon.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<title>Aditya Balwani | Github Pages</title>
</head>
<body>
{% include navbar-fixed.html %}
<div class="parallax-container" style="position:relative;top:-64px;">
<div class="parallax section home valign-wrapper">
<img src="/img/background.jpg" />
<div class="section-background-overlay">
</div>
<div class="blinking-text-wrapper valign">
<h1>Developer</h1>
<h3>Frontend | Backend</h3>
</div>
<div class="section-foreground-overlay">
</div>
</div>
</div>
<div class="section interests" style="position:relative;top:-64px;">
<h3>Interests</h3>
<ul>
<li class="gaming">
<div class="valign-wrapper overlay">
<span class="valign">Gaming</span>
</div>
</li>
<li class="programming">
<div class="valign-wrapper overlay">
<span class="valign">Programming</span>
</div>
</li>
<li class="soccer">
<div class="valign-wrapper overlay">
<span class="valign">Soccer</span>
</div>
</li>
</ul>
</div>
<div class="parallax-container" style="position:relative;top:-64px;">
<div class="parallax">
<img src="/img/eatsleep.jpg"/>
</div>"
</div>
<div class="section languages" style="position:relative;top:-64px;">
<h3>Languages and Libraries</h3>
<ul>
<li class="java">
<div class="overlay valign-wrapper">
<span class="valign">Java</span>
</div>
<ul class="frameworks">
<ul>
<li class="spring">
<div class="overlay">
Spring
</div>
</li>
<li class="play">
<div class="overlay">
Play
</div>
</li>
</ul>
</ul>
</li>
<li class="python">
<div class="overlay valign-wrapper">
<span class="valign">Python</span>
</div>
<ul class="frameworks">
<ul>
<li class="flask">
<div class="overlay">
Flask
</div>
</li>
</ul>
</ul>
</li>
<li class="javascript">
<div class="overlay valign-wrapper">
<span class="valign">Javascript</span>
</div>
<ul class="frameworks">
<ul>
<li class="react">
<div class="overlay">
React
</div>
</li>
<li class="nodejs">
<div class="overlay">
NodeJS
</div>
</li>
<li class="jquery">
<div class="overlay">
JQuery
</div>
</li>
</ul>
</ul>
</li>
<li class="web">
<div class="overlay valign-wrapper">
<span class="valign">Web</span>
</div>
<ul class="frameworks">
<ul>
<li class="html">
<div class="overlay">
HTML
</div>
</li>
<li class="css">
<div class="overlay">
CSS
</div>
</li>
<li class="sass">
<div class="overlay">
Sass
</div>
</li>
<li class="bootstrap">
<div class="overlay">
Bootstrap
</div>
</li>
<li class="materialize">
<div class="overlay">
Materialize
</div>
</li>
</ul>
</ul>
</li>
<li class="mobile">
<div class="overlay valign-wrapper">
<span class="valign">Mobile</span>
</div>
<ul class="frameworks">
<ul>
<li class="android">
<div class="overlay">
Android
</div>
</li>
<li class="swift">
<div class="overlay">
Swift
</div>
</li>
</ul>
</ul>
</li>
<li class="databases">
<div class="overlay valign-wrapper">
<span class="valign">Databases</span>
</div>
<ul class="frameworks">
<ul>
<li class="sql">
<div class="overlay">
SQL
</div>
</li>
<li class="mongo">
<div class="overlay">
Mongo
</div>
</li>
</ul>
</ul>
</li>
</ul>
</div>
<div class="parallax-container" style="position:relative;top:-64px;">
<div class="parallax">
<img src="/img/work.jpg"/>
</div>
</div>
<div class="section worked" style="position:relative;top:-64px;">
<h3>Work And Education</h3>
<div class="container">
<div class="row">
<div class="col s12">
<div class="list">
<div class="list-item info-trigger active" id="buncee">
<img src="/img/buncee.png" style="padding: 5px;">
</div>
<div class="list-item info-trigger" id="appnexus">
<img src="/img/appnexus.png">
</div>
<div class="list-item info-trigger" id="hackny">
<img src="/img/hackny.png">
</div>
<div class="list-item info-trigger" id="stony">
<img src="/img/stony.png">
</div>
</div>
<!-- <ul>
</ul> -->
</div>
</div>
<div class="row">
<div class="info-container col s12">
<div id="buncee-info" class="info">
<h4>Buncee LLC</h4>
<span class="timeframe">May 2015 to May 2016</span><br/>
<span class="timeframe">Aug 2016 to Present</span>
<p>
Buncee LLC was my first ever major tech internship and played a key role in developing the person I am today. I started the internship as a blank slate and now I am well wersed in the ins and outs of JS, React and PHP Laravel while also working with MySQL, Mongo, BackboneJS and Flux
</p>
<p>
While at Buncee I got the opportunity to work on a lot of their key projects such as the Creation Engine V2 and Buncee for Enterprise.
</p>
<p>
Soon after gradutating from Stony Brook University, I accepted a full-time offer from Buncee and have been working here since then. In my 2 years at the company I have seen the company evolve and I myself evolved along with it. We adopted newer technologies such as Typescript and released new products and features such as websockets for faster communication with the webapp.
</p>
</div>
<div id="appnexus-info" class="info" style="display:none;">
<h4>Appnexus</h4>
<span class="timeframe">Summer 2016</span>
<p>
While at AppNexus I got the opportunity to work with a lot of cool people and get a better understanding of how a company in the tech industry functions.
Me and my team worked on the new pricing model that has now completely replaced the old one. It was written in C and tests written in Javascript (MochaJS)
</p>
<p>
Since this was first major experience in C, I got to learn a lot of new things and was able to help my team deploy the product in time.
</p>
</div>
<div id="hackny-info" class="info" style="display:none;">
<h4>HackNY</h4>
<span class="timeframe">Summer 2016</span>
<p>
During the Summer of 2016 I was also part of the HackNY Fellowship program. The hackNY Fellows program pairs quantitative and computational students with inspiring NYC startups. We get toenjoy free housing together over the course of 10 weeks and a pedagogical lecture series to introduce them to the ins and outs of joining and founding a startup.
</p>
<p>
I got to meet a lot of inspiring people who played a key role in the development of the NYC Tech field and their own respective startups and learned a lot.
</p>
</div>
<div id="stony-info" class="info" style="display:none;">
<h4>Stony Brook University</h4>
<span class="timeframe">Aug 2016 to Present</span><br/>
<span class="timeframe">Computer Science Major. Graduation: Dec 2016</span><br/>
<span class="timeframe">GPA: 3.4</span><br/>
<p>
When I came to Stony Brook University from India for higher eduction, all I knew was basic C. But now, thanks to all the amazing professors and courses in the university, I was able to learn a lot about Computer Science. The courses taught me Java, HTMl/CSS, C++, Python and a lot of fundamentals of Computer Science, preparing me for a full time position in the industry.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container" style="position:relative;top:-64px;">
<div class="parallax">
<img src="/img/supa_hacka.jpg"/>
</div>
</div>
<div class="section recent-projects container" style="position:relative;top:-64px;">
<h3>Featured Projects</h3>
<div class="container">
These are some of my favorite projects that i have worked on. To view the complete list click <a href="/projects">here</a>.
<div class="row" style="margin-top: 40px;">
<div class="col s12 m4 l3 offset-l1">
<div class="card">
<div class="card-image">
<img src="img/hunt.png">
<!-- <span class="card-title">Twitch Plays Pokemon Go</span> -->
</div>
<div class="card-content">
<p>Made a scavenger hunt app for android with tasks and locations spread all across NYC. Play Store Beta access given on request</p>
</div>
<div class="card-action">
<a href="https://github.com/SirKitboard/Hunt-HackNY"><span class="socicon-github"></span></a>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="card">
<div class="card-image">
<img src="https://static-cdn.jtvnw.net/jtv_user_pictures/twitchpokemongo-profile_image-f33b850a04c080ae-300x300.png">
<!-- <span class="card-title">Twitch Plays Pokemon Go</span> -->
</div>
<div class="card-content">
<p>Used Python Flask, Twitch API and a Jailbroken iPhone to do a croudsourced playthrough of Pokemon Go. Featured in <a href="http://www.theverge.com/2016/7/12/12167120/twitch-plays-pokemon-go-stream">The Verge</a>, <a href="http://www.polygon.com/2016/7/12/12159908/pokemon-go-cheating-ban-gps-spoofing">Polygon</a> and <a href="http://nintendoeverything.com/twitch-plays-pokemon-go-is-now-a-thing/">Nintendo Everything</a></p>
</div>
<div class="card-action">
<a href="https://www.twitch.tv/twitchpokemongo/profile"><span class="socicon-twitch"></span></a>
</div>
</div>
</div>
<div class="col s12 m4 l3">
<div class="card">
<div class="card-image">
<img src="/img/library.jpg">
<span class="card-title">Librarebook</span>
</div>
<div class="card-content">
<p>A Libary for ebooks written with a Java backend and React frontend. Project for Software Engineering course</p>
</div>
<div class="card-action">
<a href="https://github.com/SirKitboard/Librarebook"><span class="socicon-github"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container" style="position:relative;top:20px;">
<div class="parallax">
<img src="/img/end.jpg"/>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Aditya Balwani</h5>
</div>
<div class="col l4 offset-l2 s12">
<ul>
<li><a class="grey-text text-lighten-3" href="#!">Resume</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Projects</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2016 Aditya Balwani
<a class="grey-text icon text-lighten-4 right" href="https://www.linkedin.com/in/aditya-balwani-2205067b"><span class="socicon-linkedin "></span></a>
<a class="grey-text icon text-lighten-4 right" href="https://www.github.com/SirKitboard"><span class="socicon-github"></span></a>
<a class="grey-text icon text-lighten-4 right" href="https://www.facebook.com/reallycoolgeek"><span class="socicon-facebook"></span></a>
</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>