-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
521 lines (509 loc) · 20.6 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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE html>
<html>
<head>
<title>Rishav Chatterjee - Portfolio</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<div id="wrapper">
<div id="main">
<div class="inner">
<header id="header">
<a href="index.html" class="logo"
><strong></strong> Portfolio - Home</a
>
<ul class="icons">
<!-- <li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-snapchat-ghost"><span class="label">Snapchat</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> -->
<li>
<a
href="mailto: [email protected]"
class="fas fa-envelope"
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/rishav-chatterjee17/"
class="fab fa-linkedin-in"
></a>
</li>
<li>
<a
href="https://github.com/RishavChatterjee17"
class="fab fa-github"
></a>
</li>
</ul>
</header>
<section id="banner">
<div class="content">
<header>
<h1>Hi, I’m Rishav!<br /></h1>
<p>Full Stack Software Developer | Game Developer</p>
</header>
<p>
Professional full-stack software developer with 3 years of
experience. Research-based masters degree in Computer Science
from the University of Windsor in Computational Geometry.
Passionate game developer and budding song writer :)
</p>
<ul class="actions">
<li onclick="onLinkClick()">
<a href="#projects" class="button big">See Projects</a>
</li>
<li onclick="onLinkClick1()">
<a href="#research" class="button big">See Research</a>
</li>
<li>
<a href="aboutMe.html" class="button big">About Me!</a>
</li>
</ul>
</div>
<span class="image right">
<a href="aboutMe.html"
><img
style="width: 400px"
src="images/Avatar_Rishav.png"
alt=""
/></a>
</span>
</section>
<script>
function onLinkClick() {
document.getElementsByTagName("projects")[3].scrollIntoView();
}
</script>
<script>
function onLinkClick1() {
document.getElementsByTagName("research")[3].scrollIntoView();
}
</script>
<!-- <section>
<header class="major">
<h2>Recent Work</h2>
</header>
<p>
My
<a
href="https://www.proquest.com/openview/ed91ec0653078eadec068438dd9c310a/1.pdf?pq-origsite=gscholar&cbl=18750&diss=y"
>research thesis
</a>
on the <i>packing</i> problem. I along with my supervisor Dr.
Biniaz created an algorithm that improves the current best
solution provided by
<a href="https://arxiv.org/abs/1707.05440"> Aichholzer 2017 </a>
to pack multiple spanning paths into a finite point set.
</p>
<p>
This reasearch is a contribution to the field of Computational
Geometry which I specialized in for my master's degree at the
University of Windsor.
</p>
<span class="image fit"
><a href="thesis.html"
><img src="images/thesis.PNG" alt="" /></a
></span>
<ul class="actions">
<li><a href="thesis.html" class="button">More</a></li>
</ul>
</section> -->
<section id="research">
<section id="banner" style="margin-top: -100px">
<div class="content">
<header class="major">
<h2>Recent Work</h2>
</header>
<p>
For my
<a
href="https://www.proquest.com/openview/ed91ec0653078eadec068438dd9c310a/1.pdf?pq-origsite=gscholar&cbl=18750&diss=y"
>research thesis
</a>
on the <i>packing</i> problem, I along with my supervisor Dr.
Biniaz created an algorithm that provides an alternate
approach to the solution provided by
<a href="https://arxiv.org/abs/1707.05440">
Aichholzer et al. 2017
</a>
to pack multiple spanning paths into a finite point set. With
our approach it might be even possible to extend the number of
spanning paths packed from 2 to 3.
</p>
<p>
This reasearch is a contribution to the field of Computational
Geometry which I specialized in for my master's degree at the
University of Windsor.
</p>
<ul class="actions">
<li><a href="thesis.html" class="button">More</a></li>
</ul>
</div>
<span class="image object">
<a href="thesis.html"><img src="images/thesis.PNG" alt="" /></a>
</span>
</section>
</section>
<!-- Section -->
<section id="projects">
<header class="major">
<h2>Project Highlights</h2>
</header>
<div class="posts">
<article>
<a href="reactGame.html" class="image"
><img src="images/g2insightengine.png" alt=""
/></a>
<h3>React Web-Based Game</h3>
<p>
A brower based game made with React/Redux. Contains puzzle
solving, collecting evidence, and finding culprit. Contains
accessibility features and supports multiple languages.
</p>
<ul class="actions">
<li><a href="reactGame.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="unityGridGame.html" class="image"
><img src="images/grid.PNG" alt=""
/></a>
<h3>Unity Grid Game</h3>
<p>
A Unity Engine puzzle game created using C#. The game contains
of a grid and the objective is to connect multiple dots to
create the longest spanning-path possible. The main idea for
this project was to play with the Unity UI system.
</p>
<ul class="actions">
<li><a href="unityGridGame.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="eLearningGame.html" class="image"
><img src="images/forumques.png" alt=""
/></a>
<h3>E-Learning Online Platform</h3>
<p>
A Java servlet to create a "Hackerrank"-like website for
learning programming languages. Players can also play quizes
to test their knowledge and post questions in the forum.
</p>
<ul class="actions">
<li><a href="eLearningGame.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="eBillingSystem.html" class="image"
><img src="images/Picture10.png" alt=""
/></a>
<h3>Electricity Billing System</h3>
<p>
A Java Swing project to create an Electrcitiy billing system.
Consists features like admin/user register, login, view usage
details, update/edit billing details, payment processing.
</p>
<ul class="actions">
<li><a href="eBillingSystem.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="platformer2Dgame.html" class="image"
><img src="images/aijam.PNG" alt=""
/></a>
<h3>2D Platformer Game</h3>
<p>
A 2D metroidvania-style action platformer game made with Unity
as a part of 2019 AI Game Jam.
</p>
<ul class="actions">
<li>
<a href="platformer2Dgame.html" class="button">More</a>
</li>
</ul>
</article>
<article>
<a href="gmtkGame.html" class="image"
><img src="images/game_backround_(rough_draft).png" alt=""
/></a>
<h3>Game Jam Project in Unity</h3>
<p>
A Unity Engine game created for GMTK 2020. The theme was 'Out
of Control' and I tried to make a typing game that gets out of
control as time passes. I worked with 2 other people to make
the game.
</p>
<ul class="actions">
<li><a href="gmtkGame.html" class="button">More</a></li>
</ul>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>More Projects</h2>
</header>
<div class="features">
<article>
<!-- <span class="icon fa-gem"></span> -->
<span class="image left">
<a href="boxJourney.html"
><img src="images/boxjourney3.PNG" alt=""
/></a>
</span>
<div class="content">
<h3>Box Journey</h3>
<!-- <p>A brower based game made with MERN stack. Has a PHP API, node/Express Backend and a React (with hooks) frotnend. Includes accessibility features and uses other tools like XState for state management and i18Next library for localization.</p> -->
<p>
An orthographic camera puzzle platformer made with Unity.
</p>
<ul class="actions">
<li><a href="boxJourney.html" class="button">More</a></li>
</ul>
</div>
</article>
<!-- <span class="icon solid fa-paper-plane"></span> -->
<article>
<!-- <span class="icon solid fa-paper-plane"></span> -->
<span class="image left">
<a href="textHorror.html"
><img src="images/horrortxt.PNG" alt=""
/></a>
</span>
<div class="content">
<h3>Text-Based Horror Game</h3>
<p>
A text-based narrative driven horror game to experiment with
game-state-machine in Unity.
</p>
<ul class="actions">
<li><a href="textHorror.html" class="button">More</a></li>
</ul>
</div>
</article>
<!-- <article>
<span class="image left">
<a href="#"
><img src="images/metroidvania1.PNG" alt=""
/></a>
</span>
<div class="content">
<h3>Time Travel 2D</h3>
<p>
A simple 2D time travel prototype to test portal-doorway
mechanism.
</p>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</div>
</article> -->
<!-- <article>
<span class="icon solid fa-signal"></span>
<span class="image left">
<img src="images/voira.PNG" alt="" />
</span>
<div class="content">
<h3>An Audio-Visual Novel - Voira</h3>
<p>
A audio-visual narrative driven gameplay prototype. This project contains
original assets, original music and gameplay.
</p>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</div>
</article> -->
<article>
<!-- <span class="icon solid fa-signal"></span> -->
<span class="image left">
<a href="openWorld.html"
><img src="images/two.PNG" alt=""
/></a>
</span>
<div class="content">
<h3>3D Open World Prototype</h3>
<p>
A 3D sidescroller prototype inspired by the games like GTA
and The Last Night.
</p>
<ul class="actions">
<li><a href="openWorld.html" class="button">More</a></li>
</ul>
</div>
</article>
<article>
<!-- <span class="icon solid fa-signal"></span> -->
<span class="image left">
<a href="pianoTiles.html"
><img src="images/pianotiles.PNG" alt=""
/></a>
</span>
<div class="content">
<h3>Piano Tiles Prototype</h3>
<p>
A prototype for piano-tiles game but with a golf ball, where
you have to control the ball to play the correct tune.
</p>
<ul class="actions">
<li><a href="pianoTiles.html" class="button">More</a></li>
</ul>
</div>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- <section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section> -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<!-- <li><a href="generic.html">Recent Projects</a></li>
<li><a href="elements.html">All Projects</a></li> -->
<li>
<span class="opener">Coding Projects</span>
<ul>
<li><a href="reactGame.html">React Web-Based Game</a></li>
<li>
<a href="unityGridGame.html">Unity Engine Grid Game</a>
</li>
<li>
<a href="eLearningGame.html"
>E-Learning Management System</a
>
</li>
<li>
<a href="eBillingSystem.html">Electrcitiy Billing System</a>
</li>
<li>
<a href="platformer2Dgame.html">2D Platformer Game</a>
</li>
<li><a href="gmtkGame.html">Game Jam Typing Game</a></li>
<li><a href="boxJourney.html">Puzzle Platformer</a></li>
<li><a href="textHorror.html">Text Horror Game</a></li>
<li><a href="openWorld.html">3D Open World Prototype</a></li>
<li><a href="pianoTiles.html">Piano Tiles Prototype</a></li>
</ul>
</li>
<!-- <li><a href="#">Adipiscing</a></li>
<li>
<span class="opener">Another Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Maximus Erat</a></li>
<li><a href="#">Sapien Mauris</a></li> -->
<!-- <li>
<span class="opener">Music Projects</span>
<ul>
<li><a href="#">Project 1</a></li>
<li><a href="#">Project 2</a></li>
<li><a href="#">Project 3</a></li>
<li><a href="#">Project 4</a></li>
</ul>
</li> -->
<!-- <li>
<span class="opener">Blogs</span>
<ul>
<li><a href="#">Blog 1</a></li>
<li><a href="#">Blog 2</a></li>
<li><a href="#">Blog 3</a></li>
<li><a href="#">Blog 4</a></li>
</ul>
</li> -->
<!-- <li><a href="#">Journal</a></li> -->
<li><a href="thesis.html">Research Work</a></li>
<li><a href="aboutMe.html">About Me</a></li>
</ul>
</nav>
<!-- Section -->
<!-- <section>
<header class="major">
<h2>Highlights</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic08.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic09.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</section> -->
<!-- Section -->
<section>
<header class="major">
<h2>Contact</h2>
</header>
<!-- <p>Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.</p> -->
<ul class="contact">
<li class="icon solid fa-envelope">
<a href="mailto: [email protected]"
>
</li>
<li class="icon solid fa-phone">+1 519 560 1262</li>
<li class="icon solid fa-folder">
<a href="https://www.linkedin.com/in/rishav-chatterjee17/"
>LinkedIn</a
>
</li>
<li class="icon solid fa-box">
<a href="https://github.com/RishavChatterjee17">GitHub</a>
</li>
<!-- <li class="icon solid fa-home">1234 Somewhere Road #8254<br />
Nashville, TN 00000-0000</li> -->
</ul>
</section>
<!-- Footer -->
<!-- <footer id="footer">
<p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer> -->
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script
src="https://example.com/fontawesome/v5.15.4/js/all.js"
data-auto-a11y="true"
></script>
<script></script>
</body>
</html>