-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
385 lines (337 loc) · 17.5 KB
/
index.html
File metadata and controls
385 lines (337 loc) · 17.5 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
<!DOCTYPE html>
<html>
<title>Cairo Sanders</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.8;
}
/*hover text showing*/
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 500px;
background-color: #D8D8D8;
color: black;
text-align: left;
border-radius: 2px;
padding: 15px 15px;
/* Position the tooltip */
position: absolute;
z-index: 1;
top: -5px;
left: 105%;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
img.rounded{
border-radius: 50%
}
img.rounded1{
border-radius: 2%
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("images/collage.png");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="#home" class="w3-bar-item w3-button w3-wide">Cairo Sanders</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">ABOUT</a>
<a href="#exp" class="w3-bar-item w3-button"><i class="fa fa-user"></i> EXPERIENCE</a>
<a href="#ftlotg" class="w3-bar-item w3-button"><i class="fa fa-briefcase"></i> WORK</a>
<a href="#projects" class="w3-bar-item w3-button"><i class="fa fa-th"></i> PROJECTS</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="#exp" onclick="w3_close()" class="w3-bar-item w3-button">EXPERIENCE</a>
<a href="#ftlotg" onclick="w3_close()" class="w3-bar-item w3-button">WORK</a>
<a href="#projects" onclick="w3_close()" class="w3-bar-item w3-button">PROJECTS</a>
<a href="#skills" onclick="w3_close()" class="w3-bar-item w3-button">SKILLS</a>
</nav>
<!-- Header with full-height image -->
<header class="bgimg-1 w3-display-container " id="home">
<div class="w3-display-left w3-text-white w3-black w3-opacity" style="padding:48px">
<span class="w3-jumbo w3-hide-small">Cairo Sanders</span><br>
<span class="w3-xxlarge w3-hide-large w3-hide-medium">Cairo Sanders</span><br>
<span class="w3-large">4th Year Computer Science and Psychology Student at the University of Victoria</span>
<p><a href="#exp" class="w3-button w3-white w3-padding-large w3-large w3-margin-top w3-hover-opacity-off">View Projects</a></p>
</div>
</header>
<div class="w3-container w3-row w3-center w3-light-grey w3-padding-64">
<div class="w3-quarter">
<span class="w3-xxlarge"><a href = "https://www.linkedin.com/in/cairo-sanders-031860ba/"><i class="fa fa-linkedin w3-hover-opacity"></i></a></span>
<br>LinkedIn
</div>
<div class="w3-quarter">
<span class="w3-xxlarge"><a href = "https://github.com/cairosanders"><i class="fa fa-github w3-hover-opacity"></i></a></span>
<br>GitHub
</div>
<div class="w3-quarter">
<span class="w3-xxlarge"><a href = "https://drive.google.com/file/d/1d5iQ1bvL-OP6ujNe5J19jRNElca3-SFN/view?usp=sharing"><i class="fa fa-file w3-hover-opacity"></i></a></span>
<br>Resume
</div>
<div class="w3-quarter">
<span class="w3-xxlarge"><a href="mailto:cairosanders@hotmail.com"><i class="fa fa-envelope w3-hover-opacity"></i></a></span>
<br>Email
</div>
</div>
<!-- About Section -->
<div class="w3-container" style="padding:128px 16px" id="about">
<h3 class="w3-center">ABOUT CAIRO</h3>
<div class="w3-center"> <img src="images/headshot.JPG" alt="headshot" height = "250px" class = "rounded"></div>
<div class="w3-row-padding w3-center" style="margin-top:64px">
<div class="w3-quarter">
<i class="fa fa-desktop w3-margin-bottom w3-jumbo w3-center"></i>
<p class="w3-large">Computer Science</p>
<p>My career goals are in computer science and I have completed 2 co-ops to help gain experience in the feild. In future
postions I'm excited to gain experience in a more challenging project management, analytical, and/or programming position.
From my academic experience, I have a passion for working with data - be that databases, machine learning, or other forms of analysis.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-comments-o w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Psychology</p>
<p>I wanted to study psychology because I'm interested in how good mental health practices can improve one's life. After studying for 3 years
I have gained an interest in social psychology, especially organizational and consumer psychology. I know that in software positions the communication,
research, and writing skills I have earned from these courses will be highly beneficial</p>
</div>
<div class="w3-quarter">
<i class="fa fa-paint-brush w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Art</p>
<p>Doing art in my free time is something I'm very passionate about. In high school, I had the honour of presenting one of my paintings in the
Victoria Art Gallery. I graduated with an Interdisciplinary Arts Scholarship for my work in drawing, painting, sculpting, photography, dance,
and stage management for musical theatre.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-smile-o w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Other Fun Stuff</p>
<p>I have many hobbies and I love learning new things and keeping moving. In my free time I go rock climbing, draw and paint,
play dungeons and dragons, edit and make videos, or go to the gym. I'm also part of a dance team and a book club.</p>
</div>
</div>
</div>
<!-- Work Section -->
<div class="w3-container w3-light-grey" style="padding:128px 16px" id="exp">
<h3 class="w3-center">MY EXPERIENCE</h3>
<p class="w3-center w3-large">Click on a logo to learn more</p>
<div class="w3-row-padding" style="margin-top:64px">
<div class="w3-col l3 m6">
<a href = "#ftlotg"><img src="images/FTLOTGlogo.png" style="width:100%" class="w3-hover-opacity" alt="A microphone"></a>
</div>
<div class="w3-col l3 m6">
<a href = "#sv">
<img src="images/svlogo.png" style="width:100%" class="w3-hover-opacity" alt="A phone"></a>
</div>
<div class="w3-col l3 m6">
<a href = "#friyay">
<img src="images/friyay.jpg" style="width:100%" class="w3-hover-opacity" alt="Soundbox"></a>
</div>
<div class="w3-col l3 m6">
<a href = "#projects">
<img src="images/battlesnakelogo.jpg" style="width:100%" class="w3-hover-opacity" alt="A drone"></a>
</div>
</div>
<div class="w3-row-padding w3-section">
<div class="w3-col l3 m6">
<a href = "#projects">
<img src="images/templog.png" style="width:100%" class="w3-hover-opacity" alt="A tablet"></a>
</div>
<div class="w3-col l3 m6">
<a href = "#projects">
<img src="images/nwhackslogo.png" style="width:100%" class="w3-hover-opacity" alt="Soundbox"></a>
</div>
<div class="w3-col l3 m6">
<a href = "#schoolprojects">
<img src="images/compscilogo.jpg" style="width:100%" class="w3-hover-opacity" alt="Soundbox"></a>
</div>
</div>
</div>
<!-- coop section - "first coop" -->
<div class="w3-container w3-white" style="padding:128px 16px" id="ftlotg">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>For the Love of the Game</h3>
<p>For my first co-op I worked with For the Love of the Game, an online resource for coaches. My main goal while I was with this organizationa
was to advertise and prepare the webpages for the quarterly online seminar. Through this experiance, I gained skills in UI design, SEO, JSON,
HTML/CSS, stakeholder communication, social media management, Facebook ads, and Google analytics.</p>
<p><a href="https://www.fortheloveofthegame.ca/" class="w3-button w3-black"><i class="fa fa-th"> </i> View Their Website</a></p>
</div>
<div class="w3-col m6">
<img class="w3-image w3-round-large" src="images/FTLOTGlogosmall.png" alt="FTLOTG Logo" height="500">
</div>
</div>
</div>
<!-- coop section - "second coop" -->
<div class="w3-container w3-light-grey" style="padding:128px 16px" id="sv">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>Science Venture</h3>
<p>My second co-op was with Science Venture, a non-profit organization
that offers hands-on, minds-on science, engineering and technology learning opportunities for youth. This was a fantastic opportunity
that challenged my project and team management skills. My camp partner, Jacob, and I taught the CodeMakers coding camp. This program targeted
kids age 9-14 with computer and unplugged learning opportunities. With this co-op I learned about fractals, bioinformatics, circuits, and I built
on my experience with Python and machine learning. </p>
<p><a href="https://www.scienceventure.ca/" class="w3-button w3-black"><i class="fa fa-th"> </i> View Their Website</a></p>
</div>
<div class="w3-col m6">
<img class="w3-image w3-round-large" src="images/svcrew.jpg" alt="FTLOTG Logo" height="500">
</div>
</div>
</div>
<!-- coop section - "Friyay" -->
<div class="w3-container w3-white" style="padding:128px 16px" id="friyay">
<div class="w3-row-padding">
<div class="w3-col m6">
<h3>Friyay</h3>
<p>Friyay is an all girls coding club targeted towards middle school age girls. I was so excited when Science Venture asked me to stay on
as a Friyay instructor because I am very passionate about introducing programming to girls at a young age, so they can learn how fun it is,
gain experience, and potentially enter a STEM feild. At Friyay we ask the participants what they enjoy and target the programming towards their
interests. This was really fun for me because many of them enjoy reading, and art like I do. Encouraging youth to have confidence in STEM is an area
area I plan to stay involved in for the rest of my working life.</p>
<p><a href="https://www.scienceventure.ca/allgirls-programs" class="w3-button w3-black"><i class="fa fa-th"> </i> View Their Website</a></p>
</div>
<div class="w3-col m6">
<img class = "rounded1" src="images/friyay.jpg" alt="FTLOTG Logo" height="500">
</div>
</div>
</div>
<!--Portfolio-->
<div class="w3-container w3-light-grey" style="padding:128px 16px" id="projects">
<h3 class="w3-center">PERSONAL PROJECTS<br><br></h3>
<!-- First Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<img src="images/battlesnakelogo.jpg" alt="battlesnake" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Battle snake 2020</b></p>
<p>Last year I attended battlesnake without entering a snake, but really enjoyed the energy. This year I am entering a snake and developing
in python. </p>
<p><a href="https://github.com/cairosanders/starter-snake-python" class="w3-button w3-light-grey"><i class="fa fa-github"> </i> See GitHub Repo</a></p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<img src="images/templog.png" alt="templog" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Temp Log</b></p>
<p>I currently work at at a local cafe on the weekend while I'm in school. The store owner told me she was disatissfied with the fridge temperature
applications she has seen in the app store, so I am creating an IOS app for her based on her design and functionality requests. To do so I am teaching myself
Swift.</p>
</div>
</div>
<div class="w3-third w3-container">
<img src="images/nwhackslogo.png" alt="plant app" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>NWHacks Project</b></p>
<p>This January I attended North West Hacks at UBC and created an application that recognizes plants using a webcam along with my project partner, Katelyn.
The tools we used were Microsoft Azure Custom Vision API, Python, HTML, CSS, JavaScript, and Vue.js. Additionally we attened workshops on Microsoft Azure,
Google Cloud APIs, and women in tech! This project is in Katelyn's private GitHub repo, but click <a href="https://www.nwhacks.io/">here</a> for a link to the NWHacks website.
</p>
</div>
</div>
</div>
</div>
<div class="w3-container w3-white" style="padding:100px 16px" id="schoolprojects">
<h3 class="w3-center">SCHOOL PROJECTS<br><br></h3>
<div class="w3-row-padding">
<div class=" w3-container w3-margin-bottom w3-dark-grey">
<h4><b>Python</b></h4>
<h5><u>TCP and UDP Socket Programming in Python</u></h5> <p>Implemented server and client code for
transferring data in TCP and UDP socket models, and created mail client with TCP</p>
<h5><u>Machine Learning in Python</u></h5> <p>Analysis of performance for 2 different data
sets with different methods of implementation including decision trees, random forests, and neural networks.</p>
<h5><u>Key Word Index Categorization in Python</u></h5> <p>Identified keywords in sentences from
large files using regular expressions, sorted alphabetically based on the keywords, and formatted
using several techniques including regular expressions.</p>
</div>
<div class=" w3-container w3-margin-bottom w3-dark-grey">
<h4><b>Java</b></h4>
<h5><u>Baseball Elimination in Java</u></h5> <p>Implemented the <a href="https://en.wikipedia.org/wiki/Maximum_flow_problem">max-flow
problem</a> with 40 test I/O files</p>
<h5><u>Search Algorithms and Solving Riddles in Java</u></h5> <p> Implemented BFS, UCS, DFS, DLS, ID-DFS, Best First Search and A*
Search to solve the <a href="https://en.wikipedia.org/wiki/Missionaries_and_cannibals_problem">missionaries and cannibals problem</a> and
the <a href="https://en.wikipedia.org/wiki/Pancake_sorting">pancake sorting problem</a> then analyse optimality and run-time.</p>
<h5><u>Data Structures and Algorithms in Java</u></h5> <p>Programming assignments that included implementing linked lists, queues, stacks, graphs,
search algorithms, heaps, hash-tables, binary trees, and red-black trees.
</p>
</div>
<div class=" w3-container w3-margin-bottom w3-dark-grey">
<h4><b>C</b></h4>
<h5><u>Key Word Index Categorization in C</u></h5> <p>Identified keywords in sentences from
large files, sorted alphabetically based on the keywords, and formatted. Use of arrays, sorting, linked-lists, and other data structures.</p>
<h5><u>C and Arduino</u></h5> <p>Coded in C to create a light flashing pattern according to the beats of a song.</p>
</div>
<div class=" w3-container w3-margin-bottom w3-dark-grey">
<h4><b>Assembly</b></h4>
<h5><u>Assembly and Arduino - Morse Code</u></h5> <p>programed the the arduino to print dots or dashes on the LCD screen according to the
length of time a button is held.</p>
<h5><u>Assembly and Arduino - Button Count and Display</u></h5> <p>programed the the arduino how many times the user has pressed a
button before resetting and display that number on the LCD screen.</p>
</div>
<div class=" w3-container w3-margin-bottom w3-dark-grey">
<h4><b>SQL</b></h4>
<h5><u>SQL Queries</u></h5> <p>Completed several assignments to sort, manipulate, and retrieve data in MySQL</p>
</div>
<div class=" w3-container w3-margin-bottom w3-dark-grey">
<h4><b>R</b></h4>
<h5><u>Statistical Analysis With One or Multiple Parameters</u></h5>
<p>Statistical analysis in R with levene's test, One-way ANOVA, and Tukey</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</body>
</html>