-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
678 lines (638 loc) · 37.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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
<!DOCTYPE html>
<title>Prarthona Paul</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="PrarthonaPaulStyleSheet.css" rel="stylesheet" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<html lang="en">
<head>
<link href="PrarthonaPaulStyleSheet.css" rel="stylesheet" />
<script>
openResume = function () {
window.open('https://tinyurl.com/PrarthonaPaulResume', "_blank");
}
openGitHub = function () {
window.open('https://github.com/PrarthonaPaul', "_blank");
}
</script>
<meta charset="utf-8" />
</head>
<body>
<nav>
<!-- Avatar image in top left corner -->
<ul class="mainMenu w3-hide-small">
<li>
<a href="#">
<i class="fa fa-home w3-xlarge"> HOME</i>
</a>
</li>
<li>
<a href="#Experience">
<i class="fa fa-user w3-xlarge"> EXPERIENCE</i>
</a>
</li>
<li>
<a href="#Softwares">
<i class="fa fa-desktop w3-xlarge"> SOFTWARES</i>
</a>
</li>
<li>
<a href="#projects">
<i class="fa fa-paper-plane w3-xlarge"> PROJECTS</i>
</a>
</li>
<li>
<a href="#contact">
<i class="fa fa-envelope w3-xlarge"> CONTACT</i>
</a>
</li>
</ul>
</nav>
<!--Navbar on small screens (Hidden on medium and large screens)-->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="#" class="w3-bar-item w3-button" style="width:25%">HOME</a>
<a href="#Experience" class="w3-bar-item w3-button" style="width:25% ">EXPERIENCES</a>
<a href="#Softwares" class="w3-bar-item w3-button" style="width:25% ">SOFTWARES</a>
<a href="#projects" class="w3-bar-item w3-button" style="width:25% ">PROJECTS</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center Container home" id="home">
<h1 class="w3-jumbo"><span class="w3-hide-small">Hi, I'm</span> Prarthona Paul</h1>
<table class="introTable">
<tr class="w3-hide-large" style="width: 100%">
<!--<Only shown in small and medium screens. Picture placed below bio.>-->
<td class="biosmall">
<div class=" w3-justify w3-padding-16" id="description">
<h3 style="font-family: serif;">
Welcome to my website! I am pleased to have you here! This webpage is a way for you to get to know more about me and my journey.
<!-- <br /> -->
I am an <span style="color: #ADD8E6;">Electrical and Computer Engineering </span>student at the <span style="color: #3169f1; "> University of Toronto</span>.
I am passionate about technology and engineering, as well as programming and software development.
I love finding creative and simple ways to encorporate technology in everyday lives. I am also
passionate about engineering education research and learning about how to make the learning experience for
students effective and efficient. I am currently searching for 12 - 16 month PEY opportunities summer 2023.
</h3>
<br>
<div class="resumeBtn">
<button class="w3-button button1" type="button" onclick="openResume()"> View My Resume</button>
</div>
</div>
</td>
</tr>
<tr class="w3-hide-large " style="width: 100%">
<td class="profilepic" style="width: 100%;" loading="lazy">
<img class="pfpsmall" src="Pictures/pfp.png" alt="Prarthona Paul">
</td>
</tr>
<tr>
<td class="bio">
<!--Only shows on large screens. Bio and picture are displayed side by side-->
<div class="w3-justify w3-padding-32 w3-hide-small w3-hide-medium">
<h3>
Welcome to my website! I am pleased to have you here! This webpage is a way for you to get to know more about me and my journey.
<br />
I am an <span style="color: #ADD8E6;">Electrical and Computer Engineering </span>student at the <span style="color: #3169f1; "> University of Toronto</span>.
I am passionate about technology and engineering, as well as programming and software development.
I love finding creative and simple ways to encorporate technology in everyday lives. I am also
passionate about engineering education research and learning about how to make the learning experience for
students effective and efficient. I am currently searching for 12 - 16 month PEY opportunities summer 2023.
</h3>
<br>
<div class="resumeBtn">
<button class="button1" type="button" onclick="openResume()"><b>View My Resume</b></button>
</div>
</div>
</td>
<td class="profilepic w3-hide-small w3-hide-medium" style="width: 50%; ">
<img class="pfp" src="Pictures/pfp.png" alt="Prarthona Paul">
</td>
</tr>
</table>
</header>
<!-- Experience Section -->
<div class="w3-justify w3-padding-16 Container" id="Experience">
<h2 class="w3-text-light-grey">Experiences</h2>
<hr style="width:185px" class="w3-opacity">
<h5 style="color: lightgray;"> <b>Work Experiences: </b></h5>
<button class="collapsible"><span style="color: #040f4d;">Teaching Assistant:</span> University of Toronto (September 2022 - Present)</button>
<div class="content">
<ul>
<li>
► Planned sessions and facilitated weekly tutorials for first-year engineering students
on time management, study strategies, engineering ethics, academic integrity and other skills
needed throughout the engineering career.
</li>
<li>
► Collaborated with the first-year office and the teaching staff to provide feedback
and optimize course delivery.
</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">First Year Curriculum Analyst</span> University of Toronto (May 2022 - Present)</button>
<div class="content">
<ul>
<li>
► Conducted data analysis on large sets of student responses to identify themes in discipline decision-making.
</li>
<li>
► Wrote python scripts to organize, clean, sample and packet large sets of data for sentiment analysis.
</li>
<li>
► Presented at a poster session at the University of Toronto Undergraduate Engineering Research Day
Conference and won the best poster award within the Transdisciplinary Educational Practices (TEP) category.
</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Academic Mentor:</span> University of Toronto (May 2022 - August 2022)</button>
<div class="content">
<ul>
<li>
► Prepared and delivered weekly tutorials for 8 groups of 25+ incoming students on relevant chemistry topics.
</li>
<li>
► Communicated with students through discussions, and announcements, and provided feedback on student work.
</li>
<li>
► Collaborated with mentors, team leaders and curriculum experts to target tutorial content to cater to student needs.
</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Project Management Intern:</span> Shifting Shap3s (May 2022 - July 2022)</button>
<div class="content">
<ul>
<li>
► Collaborated with a team of 5 interns to conduct stakeholder analysis and market research for a 3D printing product.
</li>
<li>
► Collected and analyzed data from 50+ interviews conducted to visualize the outcomes of the interviews.
</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Data Engineering Intern:</span> UNTRIBE (August 2021 - October 2021)</button>
<div class="content">
<ul>
<li>
► Lead a team of 4 in a data mining and engineering project
</li>
<li>
► Used Apache Airflow and the company product to harvests and analyze COVID-19 data to
suggest levels of lockdown restrictions.
</li>
<li> ► Identify and report bugs, issues and potential improvements to the software. </li>
<li> ► Cooperate with people with several backgrounds and skillsets. </li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Manager:</span> Hard Hat Cafe (May 2021 - May 2022)</button>
<div class="content">
<ul>
<li> ► Manage schedules, organize staff, and oversee daily operations of a student run business on campus. </li>
<li> ► Place orders, prepare financial statements and monitor sales and revenue, managing monthly transactions of over $20,000.</li>
<li> ► Recruite, mentor, and lead employees and executive members. </li>
<li> ► Collaborate with co-manager and VP Finance of the Engineering Society to lead execs, manage outreach and customer relations. </li>
</ul>
</div>
<!-- <button class="collapsible"><span style="color: #040f4d;">Freelance Tutor for High School Students </span> (March 2021 - Present)</button>
<div class="content">
<ul class="experiences">
<li> ► Mentor students from different backgrounds and learning styles.</li>
<li> ► Communicate challenges faced by students and model a learning strategy to best help them.</li>
<li> ► Utilize quick and continuous learning to adapt to new materials and teach it to my students.</li>
</ul>
</div> -->
<button class="collapsible"><span style="color: #040f4d;">Marketing and Sales Analyst: </span> Crazy D's Soda Labs (July 2019 - December 2021)</button>
<div class="content">
<ul class="experiences">
<li> ► Conducted research on marketing strategies and worked independently to
create content for the business’s website and social media.
</li>
<li> ► Expanded the customer base by 12% through social media marketing. </li>
<li> ► Implemented new marketing and sales strategies, by collaborating
with local influencers, and promoting products in local grocery stores.
</li>
<li> ► Results included a 10% increase in sales and the introduction of products
in 3 new stores. </li>
</ul>
</div>
<button class="collapsible"> <span style="color: #040f4d;">Office Administrator: </span> Sugarmoon Salon (November 2018 - April 2019)</button>
<div class="content">
<ul class="experiences">
<li> ► Lead a team of clients and employees and oversaw daily employee and client schedule.</li>
<li> ► Communicated with other braches to coordinate daily operations and resolve issues.</li>
<li> ► Book future client appointments over email, phone and in person.</li>
<li> ► Audited vendor billing, corrected errors, and oversaw daily cash inflow and outflow.</li>
<li> ► Manage inventory of retail products.</li>
</ul>
</div>
<h5 style="color: lightgray; "> <b>Volunteer and Leadership experience: </b></h5>
<button class="collapsible"><span style="color: #040f4d;">Webmaster, Graphics and Social Media Director: </span>Hi-SKULE (July 2021 - Present)</button>
<div class="content">
<ul class="experiences">
<li> ► Develop the club website and monitor and fix bugs and update information for events. </li>
<li> ► Create branding materials for the club and its events. </li>
<li> ► Lead and manage media and outreach of the club within and outside the university. </li>
<li> ► Collaborate with other directors to recruit and train mentors for events. </li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Sponsorship Executive: </span>UofTHacks 2022 (June 2021 - Present)</button>
<div class="content">
<ul class="experiences">
<li> ► Acquire and budget funds for the hackathon. </li>
<li> ► Create sponsorship packages for the participents. </li>
<li> ► Collaborate with companies to negotiate deals. </li>
<li> ► Network and maintain communication with representitives from various companies. </li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Leader: </span>University of Toronto Engineering Orientation (Summer 2021)</button>
<div class="content">
<ul class="experiences">
<li> ► Guide large group of incoming students throughout several high energy activities.</li>
<li> ► Work flexibly with other leaders and volunteers to resolve any issues.</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Communication Director: </span>Multicultural Club (September 2016 - June 2021)</button>
<div class="content">
<ul class="experiences">
<li> ► Maintained communication within a large team of supervisors, general and executive members, volunteers and performer.</li>
<li> ► Scheduled auditions, meetings, and rehearsals and sent emails and reminders. </li>
<li> ► Held interviews to recruit members for the club and judged auditions for the show.</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Volunteer and Student Mentor: </span>SATEC @ W. A. PORTER C. I. (June 2018 - June 2020)</button>
<div class="content">
<ul class="experiences">
<li> ► Mentored incoming students at the school, to ensure a smooth transition. </li>
<li> ► Led a large team of volunteers at several school events to ensure they run smoothly.</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Performer and Dance mentor: </span>SHUKANYA NRITTANGAN (April 2011 - Present)</button>
<div class="content">
<ul class="experiences">
<li> ► Manage and lead young students in learning dance routines. </li>
<li> ► Assist the instructor in teaching junior students at the school.</li>
<li> ► Coordinate and arrange performance and costume details for students before recitals.</li>
<li> ► Perform in community events to represent my culture and the damce academy.</li>
</ul>
</div>
<button class="collapsible"><span style="color: #040f4d;">Volunteer and Youth Leader: </span> Access Point at Danforth (March 2016)</button>
<div class="content">
<ul class="experiences">
<li> ► Led a group of young adults in a March break program intended for Syrian newcomers.</li>
<li> ► Conducted low energy ice breaker activities with the participants.</li>
</ul>
</div>
<h5 style="color: lightgray;"> <b>Education:</b></h5>
<button class="collapsible">Computer Engineering: University of Toronto (September 2020 - Present)</button>
<ul class="content">
<li> ► Engineering Society Award 2021</li>
<li> ► Edward S Rogers Sr. Admission Scholarship 2020</li>
<li> ► Hira And Kamal Ahjua Award in Engineering 2020</li>
</ul>
<button class="collapsible">OSSD: Satec @ W. A. Porter C. I. (September 2016 - June 2020)</button>
<ul class="content">
<li> ► Academic excellence award in 2018 and 2020</li>
<li> ► Ontario scholar 2020</li>
<li> ► Received honor roll from 2017 – 2020</li>
<li> ► Completed Specialized Higher Skills Major (SHSM) in Information and Communication Technology (ICT)</li>
</ul>
<script src="PrarthonaPaulJavaScript.js"></script>
</div>
<div class="Container w3-padding-64" id="Softwares">
<h2 class="w3-text-light-grey">Softwares and Tools</h2>
<hr style="width:300px" class="w3-opacity">
<table class="softwares" style=" width: 100%; ">
<tr>
<td class="toolLogo">
<img class="logo" src="Pictures/C.png" alt="C logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/C_Sharp.png" alt="C# logo" />
</td>
<td class="toolName">
<img class="logo" src="Pictures/C++.png" alt="C++ logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/VB.png" alt="vb logo" />
</td>
</tr>
<tr>
<td class="toolName">
<p>C</p>
</td>
<td class="toolName">
<p>C#</p>
</td>
<td class="toolName">
<p>C++</p>
</td>
<td class="toolName">
<p>Visual Basic</p>
</td>
</tr>
<tr>
<td class="toolLogo">
<img class="logo" src="Pictures/CSS3.png" alt="Css logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/javascript.png" alt="JS logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/HTML5.png" alt="html logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/unity.png" alt="unity logo" />
</td>
</tr>
<tr>
<td class="toolName">
<p>CSS 3</p>
</td>
<td class="toolName">
<p>JavaScript</p>
</td>
<td class="toolName">
<p>HTML 5</p>
</td>
<td class="toolName">
<p>Unity</p>
</td>
</tr>
<tr>
<td class="toolLogo">
<img class="logo" src="Pictures/GitHub.png" alt="GitHub logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/git.png" alt="Git logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/Matlab.png" alt="Matlab logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/Gantt_Project.png" alt="Gantt Project logo" />
</td>
</tr>
<tr>
<td class="toolName">
<p>GitHub</p>
</td>
<td class="toolName">
<p>Git</p>
</td>
<td class="toolName">
<p>MATLAB</p>
</td>
<td class="toolName">
<p>Gantt Project</p>
</td>
</tr>
<tr>
<td class="toolLogo">
<img class="logo" src="Pictures/CodeLite.png" alt="Codelite logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/Netbeans.png" alt="Netbeans logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/vsCode.png" alt="VSCode logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/VIsualStudio.png" alt="Visual Studio logo" />
</td>
</tr>
<tr>
<td class="toolName">
<p>Codelite</p>
</td>
<td class="toolName">
<p>Netbeans</p>
</td>
<td class="toolName">
<p>VS Code</p>
</td>
<td class="toolName">
<p>Visual Studio</p>
</td>
</tr>
<tr>
<td class="toolLogo">
<img class="logo" src="Pictures/Quartus.png" alt="QUartus logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/FPGA.png" alt="FPGA logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/Multisim.png" alt="Multisim logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/ARM.png" alt="DE1-soc Pic" />
</td>
</tr>
<tr>
<td class="toolName">
<p>Quartus Prime</p>
</td>
<td class="toolName">
<p>Verilog</p>
</td>
<td class="toolName">
<p>Multisim</p>
</td>
<td class="toolName">
<p>ARM Assembly Language</p>
</td>
</tr>
<tr>
<td></td>
<td class="toolLogo">
<img class="logo" src="Pictures/linux.png" alt="Linux logo" />
</td>
<td class="toolLogo">
<img class="logo" src="Pictures/Typhoon.png" alt="Typhoon logo" />
</td>
<td></td>
</tr>
<tr>
<td ></td>
<td class="toolName">
<p>Linux</p>
</td>
<td class="toolName">
<p>Typhoon HIL</p>
</td>
<td></td>
</tr>
</table>
<div class="resumeBtn">
<button class="button1" type="button" onclick="openGitHub()">
View My GitHub
</button>
</div>
</div>
<!-- Projects Section -->
<div class="w3-padding-32 Container" id="projects">
<h2 class="w3-text-light-grey">Projects</h2>
<hr style="width:130px" class="w3-opacity">
<div class="projects">
<p class="w3-black projectHead">GIS Software: A Mapping Software Created Using C++</p>
<br />
<p class="w3-black projectBio" style="width: 100%">
This is a mapping software that maps out different cities based on the user's request.
It displays different types of roads including motorways and trunkways, primary,
secondary and tertiaty roads. The map also diaplays various features within the city,
such as golfcourses, parks, lakes, streams etc; and points of interests, such as
restaurents, coffee shops, banks, etc. The user can also query the map to search for
intersections, streets and look for their Information.
<br />
The project was built for a Software Design and Communication course.
In this project, I designed and built the user interface of the
software using C++ and a graphics ibrary called <a class="link" href="https://www.gtk.org/">GTK</a>.
I also contributed to creating the lower level functions to optimize the data using C++
standard library, various data structures and the <a class="link" href="https://wiki.openstreetmap.org/wiki/Downloading_data">OSM database</a>.
<br />
See the project <a class="link" href="https://prarthonapaul.github.io/Mapper_Instructions/" target="_blank">here</a>.
</p>
<br /><br />
<div class="slideShow">
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/mapper.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/POI.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/darkMode.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/subway.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/find.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/navigation.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="https://prarthonapaul.github.io/Mapper_Instructions/subway_bus.png" class="slidePics" />
</div>
</div>
<script src="Carousel1.js"></script>
</div>
<div class="projects">
<p class="w3-black projectHead">Boomerang: A lost and found system for Toronto</p>
<br />
<p class="w3-black projectBio" style="width: 100%">
Boomerang is a web app that works is a lost and found system for lost items and pets in the City of Toronto.
Users can upload ads of lost valuables and/or pets and other users who see the ad will help them find it. The
website has an embedded google maps which the user can use to pinpoint the last known location of the lost item/pet.
<br />
The project was built for the Design Solution Challenge by Google which targeted to solve United Nations Sustainable Design Goals (SDG's).
In this project, I designed and built the front end of the website using HTML, CSS and Javascript. The project also uses a noSQL database on firebase hosted on Google Cloud.
<br />
See the project <a class="link" href="https://github.com/HarshitSohaney/Boomerang-GDSC2021" target="_blank">here</a>.
</p>
<br /><br />
<div class="slideShow">
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_Register.jpg" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_home1.jpg" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_home2.jpg" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_LostPet.jpg" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_ad.jpg" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_Maps.jpg" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_Backend1.png" class="slidePics" />
</div>
<div class="boomerangSlides w3-display-container w3-center">
<img src="Pictures/Boomerang_Backend2.png" class="slidePics" />
</div>
</div>
<script src="Carousel1.js"></script>
</div>
<div class="projects">
<p class="w3-black projectHead">DUAL PC</p>
<br />
<p class="w3-black projectBio" style="width: 100%">
This is a 2 player game played on PC. The objective of the game is to kill the opponent using the bullets. Each player can choose a ship
with varied level of power and speed. The game was built as a group project on Unity using C#.
<br />
This project was developed in a group and I designed and coded the tutorial, the first splash page and movements and boundaries of the ships in the game.
<br />
See demo videos of the project <a class="link" href="https://github.com/PrarthonaPaul/Dual_PC" target="_blank">here</a> and <a class="link" href="https://drive.google.com/drive/folders/15DqDLIf-ZffYmAcvUvLLIPExenGpFT16?usp=sharing" target="_blank">here</a>.
</p>
<br /><br />
<div class="slideShow">
<div class="dualSlides w3-display-container w3-center">
<img src="Pictures/Dual_Splash.jpg" class="slidePics" />
</div>
<div class="dualSlides w3-display-container w3-center">
<img src="Pictures/Dual_Tut.jpg" class="slidePics" />
</div>
<div class="dualSlides w3-display-container w3-center">
<img src="Pictures/Dual_Tut2.jpg" class="slidePics" />
</div>
<div class="dualSlides w3-display-container w3-center">
<img src="Pictures/Dual_ShipSelector.jpg" class="slidePics" />
</div>
<div class="dualSlides w3-display-container w3-center">
<img src="Pictures/Dual_GamePlay.jpg" class="slidePics" />
</div>
<div class="dualSlides w3-display-container w3-center">
<img src="Pictures/Dual_Results.jpg" class="slidePics" />
</div>
</div>
<script src="Carousel2.js"></script>
</div>
<!-- End Portfolio Section -->
</div>
<!-- Contact Section -->
<div class="w3-padding-32 w3-text-grey Container" id="contact" style="flex-direction: column; ">
<h2 class="w3-text-light-grey">Contact Me</h2>
<hr style="width:200px" class="w3-opacity">
<div class="w3-section w3-text-grey">
<p><i class="fa fa-map-marker fa-fw w3-text-light-grey w3-xxlarge w3-margin-right"></i> Toronto, CA</p>
<p><i class="fa fa-envelope fa-fw w3-text-light-grey w3-xxlarge w3-margin-right"></i> <a href="mailto:[email protected]"> [email protected] </a></p>
<p><i class="fa fa-github fa-fw w3-text-light-grey w3-xxlarge w3-margin-right"></i> <a href="https://github.com/PrarthonaPaul" target="_blank">@PrarthonaPaul</a></p>
<p><i class="fa fa-linkedin fa-fw w3-text-light-grey w3-xxlarge w3-margin-right"></i> <a href="https://www.linkedin.com/in/prarthona-paul-bb600a187/" target="_blank">@Prarthona Paul</a></p>
</div>
<h6>Let's get in touch! Send me a message:</h6>
<form class="formItem" action="https://formspree.io/f/xzbygabn" method="post" target="_blank" id="my-form">
<p><input class="w3-input w3-padding-16 " id="fullName" type="text" placeholder="Name" required name="Name"></p>
<p><input class="w3-input w3-padding-16 " id="email" type="email" placeholder="Email" required name="Email"></p>
<p><input class="w3-input w3-padding-16 " id="subject" type="text" spellcheck="true" placeholder="Subject" required name="Subject"></p>
<div class="w3-text-grey w3-large">Message: </div>
<p><textarea class="w3-input w3-padding-16" id="message" type="text" spellcheck="true" placeholder="Message" required name="Message" cols="30" rows="10"> </textarea></p>
<br>
<p>
<button class="w3-button w3-light-grey w3-padding-large" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</p>
</form>
<br/>
<p style="text-align: center; ">Thank you for visiting! </p>
<!--<div class="w3-text-light-grey w3-xlarge" id="status">Success!</div>-->
<!--<script src="PrarthonaPaulJavaScript.js" ></script>-->
</div>
</div>
<div class="disclaimer">
<p>Icon credit: <a class="link" href="https://fontawesome.com/v4.7/icons/">Font Awesome</a></p>
<p>Brand icons are trademarks of their respective owners and do not represent any endorsement.</p>
</div>
</body>
</html>