-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
373 lines (287 loc) · 13.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Mahek Parmar</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> </head>
<body>
<div id="preloader"></div>
<section class="navbar">
<div class="navbar-container">
<div id="a" class="self-type">
<p><span class=changing-text></span></p>
</div>
<div id ="b"class="color-change">Mahek Parmar</div>
</div>
</section>
<div class="container">
<image class ="home-image" src="images/newhome.png" usemap="#image-map"></image>
<map name="image-map">
<area target="" id="contact-image" class="image-click" alt="Contact Me" title="Contact Me" href="javascript:;" coords="164,616,181,574,181,518,211,519,213,572,264,575,271,619" shape="poly">
<area target="" id="awards-image" class="image-click" alt="My Awards" title="My Awards" href="javascript:;" coords="1524,54,1870,54,1868,402,1712,400,1712,321,1527,324" shape="poly">
<area target="" id="my-projects-image" class="image-click" alt="My Projects" title="My Projects" href="javascript:;" coords="343,378,659,385,954,375,963,567,662,565,349,575" shape="poly">
<area target="" id="about-me-image" class="image-click" alt="About Me" title="About Me" href="javascript:;" coords="1404,1078,1085,1069,1074,718,1212,681,1212,608,1141,648,1037,587,1080,538,1159,524,1236,431,1253,407,1237,348,1253,285,1312,260,1351,278,1332,395,1371,434,1407,487,1441,535,1446,706,1436,849,1366,852,1351,898,1320,888,1327,988,1326,1023,1395,1047,1400,1059" shape="poly">
</map>
</div><image id ="help-btn" class="help-btn" src="images/help.png"></image></div>
</div>
<div class="modal-section">
<!--Help Model Start-->
<div id="help-modal" class="modal">
<div class="modal-content help">
<span id="abt-me-close-btn" class="close-Btn">×</span>
<div class="header">
<h3>
<span>H</span>
<span>E</span>
<span>L</span>
<span>P</span>
<span>?</span>
</h3>
</div>
<div class="body">
<p>Click the different components to view more info</p>
<p>Who am I? <span class="change-color">Click on me (the person)!</span></p>
<p>My projects? <span class="change-color">Click on my monitor!</span></p>
<p>Awards I've received? <span class="change-color">Click on the Award plaques!</span></p>
<p>Wanna contact me? <span class="change-color">Theres a phone there!</span></p>
</div>
</div>
</div>
<!--Help Model end-->
<!--About Model Start-->
<div id="about-me-modal" class="modal">
<div class="modal-content abt-me">
<span id="abt-me-close-btn" class="close-Btn">×</span>
<div class="header">
<h3>
<span>A</span>
<span>B</span>
<span>O</span>
<span>U</span>
<span>T</span>
<span> </span>
<span>M</span>
<span>E</span>
</h3>
</div>
<div class="body about-me-text">
<p>I am a third-year Computer Science undergraduate student at Memorial University.</p> <p>I have an affinity to solving problems efficiently and learning new technologies. While I am capable of completing tasks on my own, I thrive in a team environment because I believe that multiple minds working together on something can make wonders.</p>
<p>Feel free to view my resume which gives an insight into my professional details</p>
<div class="sub-body">
<a class = "resume-doc" href="Resume.pdf" target ="_blank" title="Resume">Resume</a>
</div>
</div>
</div>
</div>
<!--About Model End-->
<!--Project Model Start-->
<div id="project-modal" class="modal">
<div class="modal-content project">
<span id="project-close-btn" class="close-Btn">×</span>
<div class="header">
<h3>
<span>M</span>
<span>Y</span>
<span> </span>
<span>P</span>
<span>R</span>
<span>O</span>
<span>J</span>
<span>E</span>
<span>C</span>
<span>T</span>
<span>S</span>
</h3>
</div>
<div class="body project-body">
<div class="project-buttons">
<button class="button" id="book-my-event-button">Book My Event</button>
<button class="button" id="website-button">Website</button>
<button class="button" id="workout-tracker-button">Workout Tracker</button>
<button class="button" id="kingdomino-button">KingDomino</button>
<button class="button" id="limitless-math-button">Limitless Math</button>
</div>
<div id="book-my-event" class="project-item">
<div class="project-name">Book My Event</div>
<p class="project-language">Python, Flask, SQLAlchemy, HTML, BootStrap</p>
<div class="video-container">
<video autoplay loop><source src="images/book-my-event-video.mp4" type="video/mp4"></video>
</div>
<div class="util-buttons">
<a href="https://github.com/mbparmar11/Book-my-Seminar.git" target="_blank" class="btn-2">View in GitHub</a>
</div>
<div class="project-description">A Flask application that uses automation allowing users/students to register for seminars/events</div>
</div>
<div id="website" class="project-item">
<div class="project-name">Portfolio Website</div>
<p class="project-language">JavaScript, HTML, Sass/CSS</p>
<div class="project-image-holder">
<img class="project-image" src="images/website-cover.jpg"></img></a>
</div>
<div class="util-buttons">
<a href="https://github.com/mbparmar11/Portfolio-Website.git" target="_blank">View on GitHub</a>
</div>
<div class="project-description">Deployed an innovative & responsive website which showcases my portfolio</div>
</div>
<div id="workout-tracker" class="project-item">
<div class="project-name">Workout Tracker</div>
<p class="project-language">JavaScript, MongoDB, HTML, BootStrap, CSS</p>
<div class="video-container">
<video autoplay loop><source src="images/workout-tracker-video.mp4" type="video/mp4"></video>
</div>
<div class="util-buttons">
<a href="https://github.com/mbparmar11/workout-tracker.git" target="_blank" class="btn-2">View on GitHub</a>
</div>
<div class="project-description">A web-based application allowing users to effectively plan and manage their workout routines</div>
</div>
<div id="kingdomino" class="project-item">
<div class="project-name">KingDomino Game</div>
<p class="project-language">Java, JavaSwing</p>
<div class="video-container">
<video autoplay loop><source src="images/kingdomino-video.mp4" type="video/mp4"></video>
</div>
<div class="util-buttons">
<a href="https://github.com/mbparmar11/KingDomino.git" target="_blank" class="btn-2">View in GitHub</a>
</div>
<div class="project-description">A classic board game where players plan and thoughtfully build their kingdoms. An accessible UX was developed</div>
</div>
<div id="youtube" class="project-item">
<div class="project-name">Limitless Math</div>
<p class="project-language">YouTube</p>
<div class="project-image-holder">
<img class="project-image" src="images/youtube-cover.jpg"></img></a>
</div>
<div class="util-buttons">
<a href="https://www.youtube.com/channel/UCdQ8FhFFq9IOfKA72SBgqWA/videos" target="_blank">Go to Channel</a>
</div>
<div class="project-description">A non-profit educational channel where I help students understand Introductory Calculus</div>
</div>
</div>
</div>
</div>
<!--Project Model End-->
<!--Award Model Start-->
<div id="awards-modal" class="modal">
<div class="modal-content award">
<span id="awards-close-btn" class="close-Btn">×</span>
<div class="header">
<h3>
<span>A</span>
<span>W</span>
<span>A</span>
<span>R</span>
<span>D</span>
<span>S</span>
</h3>
</div>
<div id="award-list-body" class="body">
<ul class="award-list">
<li id="a-1" class="award-item">Dean's Book Prize in Computer Science <span class="year">Sept 2022</span></li>
<li id="a-2" class="award-item">Faculty of Science Dean's List <span class="year">2022, 2021</span></li>
<li id="a-2" class="award-item">Student Volunteer Bureau Bronze Award <span class="year">Aug 2022</span></li>
<li id="a-3" class="award-item">Undergraduate Academic Excellence Award <span class="year">June 2022</span></li>
<li id="a-4" class="award-item">International Student Resource Centre Scholarship <span class="year">June 2022</span></li>
<li id="a-5" class="award-item">Churchill Falls Science Scholarship <span class="year">Oct 2021</span></li>
<li id="a-6" class="award-item">International Undergraduate Academic Award <span class="year">Oct 2021</span></li>
</ul>
</div>
<div class ="small-item-description">
<span class="item-description">Hover for description</span>
</div>
</div>
</div>
<!--Award Model End-->
<!--Contact Model Start-->
<div id="contact-modal" class="modal">
<div class="modal-content contact">
<span id="contact-close-btn" class="close-Btn">×</span>
<div class="header">
<h3>
<span>L</span>
<span>E</span>
<span>T</span>
<span>'</span>
<span>S</span>
<span> </span>
<span>C</span>
<span>H</span>
<span>A</span>
<span>T</span>
</h3>
</div>
<div class="body contact-body">
<div class="email">
<div class="gif-holder">
<a target="_blank" href ="mailto:mbparmar@mun.ca"><img class="gif" src="images/email.gif"></img></a>
</div>
<a class="username" target="_blank" href ="mailto:mbparmar@mun.ca">mbparmar@mun.ca</a>
</div>
<div class="github">
<div class="gif-holder">
<a target="_blank" href ="https://github.com/mbparmar11" ><img class="gif" src="images/github.gif"></img></a>
</div>
<a class="username" target="_blank" href ="https://github.com/mbparmar11">mbparmar11</a>
</div>
<div class="linkedin">
<div class="gif-holder">
<a target="_blank" href ="https://linkedin.com/in/mahek-parmar-838613248" ><image class="gif" src="images/linkedin.gif"></image></a>
</div>
<a class="username" target="_blank" href="https://linkedin.com/in/mahek-parmar-838613248">Mahek Parmar</a>
</div>
</div>
</div>
</div>
<!--Contact Model End-->
<!--welcome Model Start-->
<div id="welcome-modal" class="modal">
<div class="modal-content welcome">
<span id="contact-close-btn" class="close-Btn">×</span>
<div class="header">
<h3>
<span>W</span>
<span>E</span>
<span>L</span>
<span>C</span>
<span>O</span>
<span>M</span>
<span>E</span>
</h3>
</div>
<div class="body low-resolution-text">
<p>Hi there! Thanks for stopping by!</p>
<p>For an even better experience, if you can, kindly view the website on a bigger screen :)</p>
</div>
<div class="res-btn">
<button id="resolution-confirmation" type="button">Continue in mobile view</button>
</div>
<div class="body high-resolution-text">
<p>Welcome to my world!</p>
<p>There are 4 different components which you can click to view more info</p>
<p><span class="change-color">Should you be lost, the help button on the bottom right will help :)</span></p>
</div>
</div>
</div>
<!--About Model End-->
</div>
<script src="script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
$(document).ready(function(e) {
$('img[usemap]').rwdImageMaps();
});
</script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="image-map-resp/jquery.rwdImageMaps.min.js"></script>
<script>
var typed= new Typed(".changing-text",{
strings: ["Computer Science Student", "Software Developer", "Machine Learning Enthusiast"],
typeSpeed :100,
backSpeed: 70,
loop:true
});
</script>
</body>
</html>