-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
411 lines (348 loc) · 14.8 KB
/
Copy pathindex.html
File metadata and controls
411 lines (348 loc) · 14.8 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Preyansh Kachhia | UW Computer Engineering</title>
<link rel="shortcut icon" type="image/png" href="images/Tab_Icon.png">
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="animate.css" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/9cf82e3b23.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<!-- Navbar Section -->
<nav id="navbar" class="navbar">
<h1 class="logo-container"><a href="#home"><img src="images/PK_logo.png" alt="PK"></a></h1>
<ul class="nav-list" id="nav-list">
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#work" class="nav-link">Work</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<!-- Home (Landing Page) Section -->
<section class="home" id="home">
<div class="home-image">
<div class="home-text">
<h1 class="wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.4s">
Hi there! I'm Preyansh
</h1>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.4s">
I love coding, and developing things on the web.
</p>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.4s">
Scroll down to learn more...
</p>
<div class="down-btn">
<a href="#about">
<i class="fas fa-chevron-up"></i></a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="section-heading wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<h1>About Me</h1>
</div>
<div class="about-content">
<div class="profile-img wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img src="images/profile-pic.PNG" alt="My Photo" />
</div>
<div class="about-details wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<p class="about-p">
Hi there! I’m Preyansh Kachhia. I’m a 2nd year
<span>Computer Engineering</span> student at the
<a id="uni" href="https://uwaterloo.ca/engineering/">University of Waterloo</a>. I am passionate about
coding, machine learning, and web
development. I have years of experience with UI design, robotics,
and building desktop applications. I am also proficient with
computer hardware, including digital circuits, Arduino, and
certified in Cisco Networking.
</p>
<p class="about-p">
My goal is to pursue a career that allows me to innovate and
produce meaningful projects with the use of technology.
</p>
<p class="about-p">
When I’m not in front of the computer, I enjoy working out,
playing sports and playing musical instruments.
</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills" id="skills">
<div class="container">
<div class="section-heading wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<h1>Skills</h1>
</div>
<div class="skills-container">
<ul class="skills-list wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.2s">
<li>Languages</li>
<li>C++</li>
<li>Python</li>
<li>Java</li>
<li>C#.NET</li>
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<ul class="skills-list wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.4s">
<li>Frameworks</li>
<li>React</li>
<li>React Native</li>
<li>Node.js</li>
<li>Express.js</li>
<li>Material-UI</li>
<li>Selenium</li>
<li>JUnit</li>
</ul>
<ul class="skills-list wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.6s">
<li>Tools</li>
<li>Git & Github</li>
<li>MongoDB</li>
<li>Firebase</li>
<li>Postman</li>
<li>Heroku</li>
<li>Unity Game Engine</li>
</ul>
<ul class="skills-list wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.8s">
<li>Design</li>
<li>Photoshop</li>
<li>Illustrator</li>
<li>InDesign</li>
<li>AutoCAD</li>
</ul>
</div>
</div>
</section>
<!-- Work Section -->
<section class="work" id="work">
<div class="container">
<div class="section-heading wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<h1>Where I've Worked</h1>
</div>
<div class="work-timeline">
<ul>
<li class="job-item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<h3>Junior Web Developer <a href="https://www.agf.com/ca/en/index.jsp">@ AGF Investments Inc.</a></h3>
<h4>Sep 2020 - Dec 2020</h4>
<p>
Built web applications on the server-side using Java/J2EE and Spring Boot
</p>
<p>
Wrote 500+ unit tests for the corporate website using JUnit and Selenium
to test RESTful web services, UI/UX, and validate financial info based on
the account type
</p>
</li>
<li class="job-item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<h3>PC Support Analyst <a href="https://www.agf.com/ca/en/index.jsp">@ AGF Investments Inc.</a></h3>
<h4>Jan 2020 - Apr 2020</h4>
<p>
Imaged Windows 10 workstations via PXE Boot and CloneZilla to transition
more than 200 employees to work from home during the COVID-19 pandemic
</p>
<p>
Performed on-call support via Remote Desktop Protocol (RDP) and Command Prompt to
debug errors, install operating systems, and run system diagnosis on workstations
</p>
</li>
<li class="job-item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<h3>Front-End Developer <span>@ LaunchED</span></h3>
<h4>March 2018 - Sept 2019</h4>
<p>
Utilized React Native, Node.js, and Firebase to build an
Andriod/iOS app.
</p>
<p>
I was a front-end developer and lead designer, who worked on the
profile page, personal calendar, and designed the app logo on
Illustrator.
</p>
</li>
<li class="job-item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<h3>C++ Programming Club Facilator <span>@ SATEC @ W.A Porter C.I.</span></h3>
<h4>Sep 2018 - Jan 2019</h4>
<p>
Taught C/C++ coding fundamentals to 25+ students by coordinating with teachers
to create a meaningful curriculum filled with STEM topics such as Arduino workshops and
CCC contest preparation.
</p>
</li>
</ul>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<div class="container">
<div class="section-heading wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<h1>What I've Created</h1>
</div>
<div class="project-container wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="project-img" src="images/WhatsApp Clone.jpeg" alt="project-img01" />
<div class="project-info" id>
<h3>WhatsApp Clone</h3>
<p>
Developed a real-time messaging application that allows users to communicate in public rooms through text
and emoji.
It is built using the <span>MERN</span> stack, which includes <span>Nodes.js and Express.js</span> for the
backend to
communicate with the frontend built in <span>React</span> via REST API requests, and stores all chats and
messages in
the <span>MongoDB</span> database.
</p>
<p>
Used <span>Pusher</span> to provide the real-time functionality and <span>Redux</span>
for improved state management of the users and chats.
</p>
<div class="link-container">
<a href="https://github.com/PreyanshK/whatsapp-mern-frontend" class="external-link"><i
class="fab fa-github"></i></a>
<a href="https://whatsapp-clone-9b278.web.app/" class="external-link"><i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="project-container wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="project-img" src="images/COVID-19 Tracker.jpeg" alt="project-img01" />
<div class="project-info" id>
<h3>COVID-19 Tracker</h3>
<p>
Created a web app using <span>React</span>, Coronavirus API, Leaflet, and <span>Firebase</span>
to provide a live statistics dashboard, an interactive world map, and
graphs to showcase the timeline of the global COVID-19 cases
</p>
<div class="link-container">
<a href="https://github.com/PreyanshK/covid-19-tracker-app" class="external-link"><i
class="fab fa-github"></i></a>
<a href="https://covid-19-tracker-dde6a.web.app/" class="external-link"><i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="project-container wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="project-img" src="images/website.PNG" alt="project-img01" />
<div class="project-info" id>
<h3>Personal Website</h3>
<p>
Built my first portfolio website using
<span>HTML, CSS, jQuery, and JavaScript</span>. It has a simple
one-pager design and I used <span>Animate.css</span>,
<span>Wow.js</span>, and <span>Smooth Scroll</span> to enhance the
user experience.
</p>
<div class="link-container">
<a href="https://github.com/PreyanshK/Personal_Website" class="external-link"><i
class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="project-container wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="project-img" src="images/LaunchED.png" alt="project-img01" />
<div class="project-info" id>
<h3>LaunchED Portal App</h3>
<p>
Designed the profile page and personal calendar using
<span>React Native</span>, and the app logo with
<span>Illustrator</span>. LaunchED is a student initiative aimed
to uplift the highschool experience by updating students about
school events, sports, and academics all through one app.
</p>
</div>
</div>
<div class="project-container wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="project-img" src="images/Cap's-Odyessey.PNG" alt="project-img01" />
<div class="project-info" id>
<h3>Cap's Odyssey</h3>
<p>
A 2D platformer game that provides a multi-level story mode with character powerups,
interactive items, and mini puzzles. Developed using
<span>Unity 2D Game Engine</span> and <span>C#.NET</span>.
</p>
</div>
</div>
<div class="project-container wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<img class="project-img" src="images/Solar-Tracker.jpg" alt="project-img01" />
<div class="project-info" id>
<h3>Automated Solar Tracker</h3>
<p>
My team and I constructed a dual-axis Arduino Solar Tracker which
was coded in <span>C</span> and used photoresistors, servo motors,
3D printed structure, and Bluetooth features. Our goal was to
design a more efficient solution to harness solar energy, hence we
attached a mini solar panel (5.5V) to the rotating body to detect
light and angle itself in the most optimal position.
</p>
<div class="link-container">
<a href="https://github.com/PreyanshK/Arduino_Solar_Tracker" class="external-link"><i
class="fab fa-github"></i></a>
<a href="https://youtu.be/Bedm1EY5JDc" class="external-link"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="contact-container">
<div class="plane-icon wow fadeInDown" data-wow-duration="0.6s" data-wow-delay="0.2s">
<i class="far fa-paper-plane"></i>
</div>
<h1 class="contact-heading">
Get In Touch!
</h1>
<div class="contact-info">
<p>
Contact me via email, and reach out to me on social media.
</p>
<div class="email-container">
<i class="fas fa-envelope"></i>
<p>pkachhia@uwaterloo.ca</p>
</div>
</div>
<div class="social-media">
<ul class="icon-list">
<li class="icon">
<a href="https://www.facebook.com/preyansh.kachhia26"><i class="fab fa-facebook"></i></a>
</li>
<li class="icon">
<a href="https://www.instagram.com/preyansh.k/?hl=en"><i class="fab fa-instagram"></i></a>
</li>
<li class="icon">
<a href="https://github.com/PreyanshK"><i class="fab fa-github"></i></a>
</li>
<li class="icon">
<a href="https://www.linkedin.com/in/preyansh-kachhia-29b0a0194/"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="copyright" id="copyright">
<div class="up-btn">
<a href="#home"><i class="fas fa-chevron-up"></i></a>
</div>
<p>© Preyansh Kachhia 2021</p>
</footer>
<!-- Scripts -->
<script type="text/javascript" src="js/main.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>