-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
518 lines (461 loc) · 25.8 KB
/
index.html
File metadata and controls
518 lines (461 loc) · 25.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Font Awesome -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Preloader -->
<link rel="stylesheet" href="css/preloader.css" type="text/css" media="screen, print"/>
<!-- Icon Font-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.css">
<!-- Animate CSS-->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style -->
<link href="css/styles.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/lte-ie7.js"></script>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<header id="HOME" style="background-position: 50% -125px;">
<div class="section_overlay">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#HOME">Home</a></li>
<li><a href="#SERVICE">Computer Science</a></li>
<li><a href="#ABOUT">Activism</a></li>
<li><a href="#TESTIMONIAL">Art/Awards</a></li>
<li><a href="#WORK">Leadership</a></li>
<li><a href="#CONTACT">Contact</a></li>
<li><a href="Resume 2021.pdf">Resume</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="home_text wow fadeInUp animated">
<h2>it’s Sophia Abolore</h2>
<p>A computer science student and social justice activist</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="scroll_down">
<a href="#SERVICE"><img src="images/scroll.png" alt=""></a>
<h4>Scroll Down</h4>
</div>
</div>
</div>
</div>
</div>
</section>
</header>
<section class="services" id="SERVICE">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="about_title">
<h2>My Computer Science Projects</h2>
<img src="images/shape.png" alt="">
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="1s">
<h2>Websites/Landing Pages</h2>
<p1><a href="index.html">This Site!</a></p1>
<br></br>
<p1><a href="https://crocusmed.com">Crocus Medical</a></p1>
<br></br>
<p1><a href="Upside.html">Upside</a></p1>
<br></br>
<p1><a href="Mainpage.html">Fonce</a></p1>
<br></br>
<p1><a href="http://manrex.com/pentapack-1/">Pentapack</a>
<br></br>
<a href="http://manrex.com/carousel/">Carousel</a>
<br></br>
<a href="https://manrex.com/pillpakvp/">Pill Pak</a></p1>
<br></br>
<p1><a href="http://manrex.com/silentknight/">Silent Knight</a> <br></br>
<a href="https://manrex.com/calmpress/">Calm Press</a>
<br></br>
<a href="https://manrex.com/acutecare/">Acute Care</a></p1>
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="2s">
<h2>Apps/Games</h2>
<p1><a href="https://github.com/sophiaabolore/Marvel-Galaxy- Battle">Marvel Galaxy Battle (Code)</a></p1>
<p>A marvel themed game developed with Java using object oriented programming.</p>
<p1><a href="https://github.com/sophiaabolore/Map-Slider-/tree/main/Map_Slider">Data Science Project (Code)</a></p1>
<p>A python algorithm that displays the changes in CO2 emissions from fossil fuels from 1964 - 2013. It was developed by filtering and retrieving data from a dataset, graphing the data, and designing an interface with pygame, geopandas and matplotlib and numpy.
</p>
<p1><a href="https://github.com/sophiaabolore/Calculator/tree/main/Calculator">Calculator (Code)</a></p1>
<p>A simple swift app modelled after the calculator app on the iPhone that executes basic mathematical calculations
</p>
<p></p>
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="3s">
<h2>Machine Learning Models</h2>
<p1><a href="hhttps://colab.research.google.com/github/tensorflow/examples/blob/master/courses/udacity_intro_to_tensorflow_lite/tflite_c01_linear_regression.ipynb">Linear Regression Model</a></p1>
<p>A linear regression model using pathlib, numpy, math.plotlib and tensorflow</p>
<p1><a href = "https://colab.research.google.com/github/tensorflow/examples/blob/master/courses/udacity_intro_to_tensorflow_for_deep_learning/l05c04_exercise_flowers_with_data_augmentation_solution.ipynb"> Flower Image Classification</a></p1>
<p>Convoluted Neural Network that classifies images of different types of flowers using data augmentation</p>
<p1><a href = "https://colab.research.google.com/github/tensorflow/examples/blob/master/courses/udacity_intro_to_tensorflow_for_deep_learning/l06c02_exercise_flowers_with_transfer_learning.ipynb"> Image Classification with Transfer Learning</a></p1>
<p>Convoluted Neural Network that classifies images of different types of flowers using transfer learning</p>
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="4s">
<h2>Extracurriculars</h2>
<p1><a href="https://www.utias.utoronto.ca/news/three-peat-victory-u-of-t-engineering-team-wins-autodrive-challenge-year-three/"> Autoronto Systems Team Member </a> </p1>
<p>I helped present and create the social responsibility presentation for the Autodrive 2020 Challenge where we came in 1st place for the third year in a row.</p>
<p1><a href="https://mailchi.mp/techmanitoba/disrupted2021"> 2018 DisruptEd Speaker </a> </p1>
<p>I spoke on <a href= "https://www.delltechnologies.com/en-us/blog/authors/adam-garry/"> Adam Garry's </a> panel of students about ways schools can diversify teaching/learning methods with technology</p>
<p1><a href="https://www.canadalearningcode.ca/get-to-know-teen-learner-sophia/">2019/2020 Canada Learning Code Teen Ambassador</a></p1>
<p>I planned and organized coding workshops, attended meetings, pitched blog post ideas and was interviewed for an canada learning code article</p>
<p1><a href="https://canucanada.org/our-focus/">CanU Computer Programming/Robotics Facilitator</a></p1>
<p>I helped develop computer programming and robotics lessons for 5th- 10th graders.</p>
</div>
</div>
</div>
</div>
</section>
<section class="about_us_area" id="ABOUT">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="about_title">
<h2>Activism</h2>
<img src="images/shape.png" alt="">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 wow fadeInLeft animated">
<iframe width="290" height="200" src="https://www.youtube.com/ embed/00-74Lv1Pfo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="single_progress_bar">
</div>
<p>I helped write and perform the slam poem "What We Teach", a poem about the adversities women face all over the world. My group and I performed the poem at the Legislative building and multiple conferences. We also did interviews about it for media outlets like CBC radio, The Winnipeg Free Press, and others, </p>
<br></br>
<p1>Articles Featuring Me</p1>
<br></br>
<p1><a href="http://mcic.ca/voices-for-change">MCIC | Voices for Change</a></p1>
<br></br>
<p1><a href="https://www.winnipegfreepress.com/our-communities/souwester/Voicing-change-506049401.html">Winnipeg Free Press | Voicing Change</a></p1>
<br></br>
<p1><a href="https://fincacanada.org/blogs/international-development-week-finca-canada-and-global-affairs-canada-together-for-gender-equality/">Finca Canada | International Development Week</a></p1>
</div>
<div class="col-md-4 wow fadeInRight animated">
<iframe width="290" height="200" src="https://www.youtube.com/ embed/9krt664pu_8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="about_us_p">I helped write and perform the slam poem "Survival of The Richest", a poem about the injustices and xenophobia that emerged from the covid-19 outbreak</p>
</div>
<div class="col-md-4 wow fadeInRight animated">
<p1><a href="https://communityofbighearts.com/privilege-class-and-social-inequalities-explained-in-a-100-race/">Privilege, Class and Social Inequalities Explained in a $100 Race (Podcast Link)</a></p1>
<p>I spoke on <a href="https://www.linkedin.com/in/stu-starkey-a0761527"> Stu Starkey's </a> podcast about the challenges that can emerge from racial inequalities and the importance of equity for underepresented groups </p>
<p1><a href="https://www.ypmanitoba.ca/about/cabinet/">Youth Parliament | Parliamentary Secretary to Public Relations 2020</a></p1>
<p> After two years of serving as a backbencher, during which I researched, wrote and presented a bill on ending the exploitation of garment workers in Bangledesh in the fast fashion industry, and serving as the critic of multiple bills, I was selected for the position of Parliamentary Secretary to Public Relations where I assist in managing the organizations social media and press.</p>
</div>
</div>
</div>
</section>
<section class="testimonial text-center wow fadeInUp animated" id="TESTIMONIAL">
<div class="container">
<div class="icon">
<i class="icon-quote"></i>
</div>
<div class="owl-carousel">
<div class="single_testimonial text-center wow fadeInUp animated">
<p>Sophia is a bright, articulate, and driven...student from Winnipeg, Manitoba, who has a strong passion for tech. </p>
<h4>- CANADA LEARNING CODE</h4>
</div>
<div class="single_testimonial text-center">
</div>
</div>
</div>
</section>
<div class="fun_facts">
<section class="header parallax home-parallax page" id="fun_facts" style="background-position: 50% -150px;">
<div class="section_overlay">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInLeft animated">
<div class="row">
<div class="col-md-4">
<div class="single_count">
<i class="icon-toolbox"></i>
<h7>4</h7>
<br> </br>
<p2>Publications</p>
</div>
</div>
<div class="col-md-4">
<div class="single_count">
<i class="icon-clock"></i>
<h7>5</h7>
<br> </br>
<p2>Creative Outlets</p2>
</div>
</div>
<div class="col-md-4">
<div class="single_count">
<i class="icon-trophy"></i>
<h7>7</h7>
<br> </br>
<p2>Awards/ Scholarships</p2>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-md-offset-1 wow fadeInRight animated">
<div class="imac">
<img src="https://dbdzm869oupei.cloudfront.net/img/sticker/preview/17794.png" alt="Saxophone">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="work_title wow fadeInUp animated">
<h1>Art</h1>
<img src="images/shape.png" alt="">
<br></br>
<p1><a href="http://www.frcscribbler.com">The Scribbler</a></p1>
<p>My poem "Bouquets" was published in the 8th edition of The Scribbler in 2018, as well as being published on the MATE website after coming in first place in the Pandora Poetry Competition.</p>
<p>In the 9th edition of The Scribbler, a group poem that I helped write called "What we Teach" was published. </p>
<p>My poem "Thinking of you Always" was published in the 10th edition of the scribbler in 2020</p>
</div>
</div>
</div>
<section class="services" id="SERVICE">
<div class="container">
<div class="row">
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="3s">
<h2>Awards</h2>
<p1><a href="https://www.matemb.ca/2020/01/17/pandora-poetry-contest-submission-guidelines/">Pandora Poetry Competition First Place Winner</a></p1>
<p>My poem "Bouquets" came in first place in the Pandora Poetry Compeition.</p>
<p1><a href="https://future.utoronto.ca/scholarships/national-book-award/">University of Toronto Book Award</a></p1>
<p>"An award that recognizes and rewards the very best Canadian secondary school students. These are students who demonstrate superior academic performance, original and creative thought, and exceptional achievement in a broad context."</p>
<p1><a href="https://lifetouch.ca/wp-content/uploads/2016/09/Richard-P.-Erickson-2017-Scholarship-Program.pdf">Lifetouch Humanities Award</a></p1>
<p>"An award based on academic achievement and contribution to the Humanities classes in highschool."</p>
<p1><a href="https://canucanada.org/current-initiatives/lead-awards/">CanU Lead Award</a></p1>
<p>"An award to acknowledge and support exceptional young people as they seek to pursue further studies."</p>
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="4s">
<h2>Scholarships</h2>
<p1><a href="https://future.utoronto.ca/national-scholarship/about/">University of Toronto National Scholarship</a></p1>
<p>"The National Scholarship rewards original, creative and committed Canadian secondary school students. These are students who excel in academic pursuits, demonstrate enthusiasm for intellectual exploration and have a strong involvement in the lives of their schools and communities. Each year approximately 10 students are named National Scholars"</p>
<p1><a href="https://www.uc.utoronto.ca/scholarships-awards?residency_osap_criteria=55&scholarship_award_type=All&year_of_study=All&programs_centres=All&application_requirements=All&enrolment=All&page=1">Archibald MacMurchy Memorial Scholarship</a></p1>
<p>An entrance scholarship for the residents of University College</p>
<p1><a href="https://www.td.com/ca/en/personal-banking/solutions/student-banking/community-leadership-scholarship-for-canadians/">TD Leadership Scholarship Semi Finalist</a></p1>
<br></br>
<p1><a href="https://www.allseniorscare.com/student-scholarship/">Shaftesbury Volunteer Scholarship</a></p1>
<p>Awarded to a highschool student who volunteers 2 hours a week at seniors care center for a year.</p>
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="1s">
<h2>Music</h2>
<ul>
<li><p>I sang in Acadia Junior High's and Fort Richmond Collegiate's Choir for 6 years</p></li>
<li><p>I played the alto-saxophone in a concert band for 4 years.</p></li>
<li><p>I played the alto-saxophone in a jazz band for 1 year</p></li>
<li><p>I worked part-time as a saxophone performer for social events</p></li>
</ul>
</div>
</div>
<div class="col-md-3 text-center">
<div class="single_service wow fadeInUp" data-wow-delay="2s">
<h2>Acting</h2>
<ul>
<li><p> I was a member of Fort Richmond Collegiate's Improv Team</p></li>
<li><p> I played the role of Melanie in the play "Check Please"</p></li>
<li><p> I was casted to play Olivia Scobie in the original play "Co's Coffee Shop: and a thing about love" before covid-19</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<section class="work_area" id="WORK">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 no_padding">
<div class="single_image">
<img src="vfc.jpeg" alt="">
<div class="image_overlay">
<h2>Founder and Co-leader of 'Voices for change'</h2>
<h4>A social justice discussion forum</h4>
</div>
</div>
</div>
<div class="col-md-4 no_padding">
<div class="single_image">
<img src="Vfc3.jpeg" alt="">
<div class="image_overlay">
<h2>Voices for change</h2>
</div>
</div>
</div>
<div class="col-md-4 no_padding">
<div class="single_image">
<img src="vfc2.png">
<div class="image_overlay">
<h2>Voices for change</h2>
</div>
</div>
</div>
</div>
<div class="col-md-4 no_padding">
<div class="single_image">
<img src="hfh.mov" alt="">
<div class="image_overlay">
<h2>Habitat for Humanity Co-Leader</h2>
<h4>A club that fundraised for habitat for humanity</h4>
</div>
</div>
</div>
<div class="col-md-4 no_padding">
<div class="single_image">
<img src="upside_pic.png" alt="">
<div class="image_overlay">
<a href="Upside.html">View Full Project</a>
<h2>Lead Researcher and Web Developer</h2>
<h4>A mental health website for teenagers</h4>
</div>
</div>
</div>
<div class="col-md-4 no_padding">
<div class="single_image">
<img src="https://www.utoronto.ca/sites/default/files/UC--by-Laura.jpg" alt="">
<div class="image_overlay">
<h2>Jeanneret House President</h2>
<h4>with pencil colors</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="call_to_action">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1 wow fadeInRight animated">
</div>
</div>
</div>
</section>
<section class="contact" id="CONTACT">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="contact_title wow fadeInUp animated">
<h1>get in touch</h1>
<img src="images/shape.png" alt="">
<p>I'm always eager to help out with a project! If you would like to learn about my work experience, check out my resume, and if you think I could be a good fit for your organization do not hesitate to email me.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3 wow fadeInLeft animated">
<div class="single_contact_info">
<h2>Email Me</h2>
<p>[email protected]</p>
</div>
<div class="single_contact_info">
<h2>My Resume</h2>
<p><a href="Resume 2021.pdf">Click to view</a></p>
</div>
</div>
<div class="col-md-9 wow fadeInRight animated">
<form class="contact-form" action="">
<div class="row">
<div class="col-md-6">
<div class="social">
<h2>Check out my <a href="https://www.linkedin.com/in/sophia-abolore-763a06168">Linkedin</a> and <a href="https://github.com/sophiaabolore"> Github</a> accounts</h2>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="work-with wow fadeInUp animated">
<h3>looking forward to hearing from you!</h3>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
</div>
</div>
</div>
</div>
</footer>
<!-- =========================
SCRIPTS
============================== -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.nicescroll.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/wow.js"></script>
<script src="js/script.js"></script>
</body>
</html>