-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperience.html
361 lines (325 loc) · 13.4 KB
/
experience.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
<!DOCTYPE html>
<html>
<head>
<title>My Experience</title>
<!-- title of webpage -->
<link rel="icon" href="images/NameArt.png" />
<!-- icon -->
<!-- bootstrap to make it compatible with all devices -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<!--links to css and javascript files-->
<script src="script.js" defer></script>
<link href="style.css" rel="stylesheet" />
</head>
<body class="darkMode">
<!-- navigation -->
<div class="overlay">
<div class="overlayContent">
<a href="index.html" class="navEle">Home</a>
<a href="aboutMe.html" class="navEle">About Me</a>
<a href="experience.html" class="navEle">Experience</a>
<a href="skillsAndProjects.html" class="navEle"
>Skills & Projects</a
>
<!-- <a href="docs/resume.pdf">resume</a> -->
</div>
</div>
<span class="openMenu">☰</span>
<span class="modeSelector"></span>
<h1 class="titles" style="padding-top: 50px">My Experience</h1>
<!--education experience-->
<h1 style="padding-top: 50px">Education</h1>
<br />
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/sandwichLogo.png"
style="width: auto; height: 230px; margin-top: 12px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">Sandwich Secondary</h1>
<h3 style="font-size: 16px">
<u>High School Diploma: </u><br />
Graduated with a 90% average
</h3>
<br /><br /><br />
<h3 style="font-size: 26px">2018-2022</h3>
</div>
</div>
</div>
<!-- end high school flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/uwinLogo.png"
style="width: auto; height: 230px; margin-top: 8px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">University of Windsor</h1>
<h3 style="font-size: 16px">
<u>Bachelor of Science: </u><br />
Honours Computer Science with Software Engineering
Specialization and Co-op
</h3>
<br />
<h3 style="font-size: 26px">2022-2026</h3>
</div>
</div>
</div>
<!-- end uni flip card -->
<br />
<i style="font-size: 15px">HOVER FOR MORE INFO</i>
<hr style="width: 50%; margin-left: auto; margin-right: auto" />
<!-- work experience -->
<h1 style="padding-top: 50px">Employment</h1>
<br />
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/uwinLogo.png"
style="width: auto; height: 230px; margin-top: 8px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">University of Windsor</h1>
<h3 style="font-size: 16px">
<u>High School Co-op:</u><br />
Role: Programmed a "Hit and Run" algorithm in C.
</h3>
<br /><br />
<h3 style="font-size: 26px">Feb 2021-May 2021</h3>
</div>
</div>
</div>
<!-- end highschool co-op flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/tootsies.png"
style="
width: 220px;
height: 80px;
margin-top: 80px;
border-radius: 8px;
"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">Tootsies Shoe Market</h1>
<h3 style="font-size: 16px">
<u>Sales Assosciate/Keyholder: </u><br />
Role: Aided customers to give them an enjoyable
experience. Entrusted with cash and opening/closing
procedures.
</h3>
<br />
<h3 style="font-size: 26px">Aug 2021-Sept 2023</h3>
</div>
</div>
</div>
<!-- end tootsies flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/redoe.png"
style="
width: auto;
height: 205px;
border-radius: 18px;
margin-top: 22px;
"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">Redoe Mold</h1>
<h3 style="font-size: 16px">
<u>IT Administrator Co-op: </u><br />
Role: Aided users with level 1 helpdesk issues, used
Micrsoft Excel, Word and PowePoint to create
documentation and educational tutorials.
</h3>
<br />
<h3 style="font-size: 26px">May 2024-Aug 2024</h3>
</div>
</div>
</div>
<!-- end redoe coop flip card -->
<br />
<i style="font-size: 15px">HOVER FOR MORE INFO</i>
<hr style="width: 50%; margin-left: auto; margin-right: auto" />
<!-- volunteering -->
<h1 style="padding-top: 50px">Volunteering</h1>
<br />
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/firstLogo.png"
style="height: 150px; margin-top: 45px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">FIRST Robotics Canada</h1>
<h3 style="font-size: 16px">
<u>Robot Inspector: </u><br />
Performed robot inspections and weigh-ins for each team
assigned following an Inspection Checklist.
</h3>
<br />
<h3 style="font-size: 26px">2024</h3>
</div>
</div>
</div>
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/firstLogo.png"
style="height: 150px; margin-top: 45px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">FIRST Robotics Canada</h1>
<h3 style="font-size: 16px">
<u>Programming Mentor: </u><br />
Coached students in Java programming, robotic hardware,
and Software Development Life Cycle concepts.
</h3>
<br />
<h3 style="font-size: 26px">2022-Present</h3>
</div>
</div>
</div>
<br />
<i style="font-size: 15px">HOVER FOR MORE INFO</i>
<hr style="width: 50%; margin-left: auto; margin-right: auto" />
<!-- awards/certifications -->
<h1 style="padding-top: 50px">Awards/Certifications</h1>
<br />
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/sandwichLogo.png"
style="width: auto; height: 230px; margin-top: 12px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">Sandwich Secondary</h1>
<h3 style="font-size: 16px">
<u>Honour Roll Grade 9-12: </u><br />
Achieved a cumulative average of over 80% each year.
</h3>
<br /><br />
<h3 style="font-size: 26px">2018-2022</h3>
</div>
</div>
</div>
<!-- end high school honour roll flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/shsmLogo.png"
style="width: auto; height: 220px; margin-top: 12px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">
Specialist High Skills Major
</h1>
<h3 style="font-size: 16px">
<u>Business: </u><br />
Focused Grade 11 and 12 learning on Business and
Computer Science
</h3>
<br />
<h3 style="font-size: 26px">2018-2022</h3>
</div>
</div>
</div>
<!-- end shsm flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/cprTraining.png"
style="width: auto; height: 230px; margin-top: 10px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">CPR and First Aid Certified</h1>
<h3 style="font-size: 16px">
<u>Second Chance CPR Windsor: </u><br />
Learned CPR and Emergency First Aid procedures
</h3>
<br /><br />
<h3 style="font-size: 26px">2021-2024</h3>
</div>
</div>
</div>
<!-- end cpr and first aid flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/sandwichLogo.png"
style="width: auto; height: 230px; margin-top: 12px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">Sandwich Secondary</h1>
<h3 style="font-size: 16px">
<u>Robotics Award:</u><br />
Received for the knowledge, dedication and leadership
that was displayed on FRC Team 772.
</h3>
<br />
<h3 style="font-size: 26px">2022</h3>
</div>
</div>
</div>
<!-- end robotics award flip card -->
<div class="flipCard child">
<div class="flipCardInner">
<div class="flipCardFront">
<img
src="images/experience/uwinLogo.png"
style="width: auto; height: 230px; margin-top: 8px"
/>
</div>
<div class="flipCardBack">
<h1 style="font-size: 32px">University of Windsor</h1>
<h3 style="font-size: 16px">
<u>Deans Level Entrance Scholarship: </u><br />
Received for my 90% graduating average. Maintained by an
85%+ average throughout university
</h3>
<br />
<h3 style="font-size: 26px">2022-Present</h3>
</div>
</div>
</div>
<!-- end scholarship flip card -->
<br />
<i style="font-size: 15px">HOVER FOR MORE INFO</i>
<br /><br /><br />
</body>
</html>