-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
588 lines (571 loc) · 23.2 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
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
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html>
<html>
<head>
<title>Khesim Reid</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon_io/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon_io/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon_io/favicon-16x16.png"
/>
<link rel="manifest" href="favicon_io/site.webmanifest" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/Me/profile2.jpg" alt="" /></span>
<h1>Hi, I'm Khesim</h1>
<ul class="icons">
<li>
<a
href="https://github.com/KhesimReid"
class="icon fa-github alt"
target="_blank"
><span class="label">GitHub</span></a
>
</li>
<li>
<a
href="https://linkedin.com/in/khesim-reid"
class="icon fa-linkedin alt"
target="_blank"
><span class="label">LinkedIn</span></a
>
</li>
<li>
<a
href="Resources/Khesim_Reid_CV.pdf"
class="icon fa-file alt"
target="_blank"
><span class="label">CV</span></a
>
</li>
</ul>
<p>
I am a graduate software engineer seeking to build a career where I can design and implement technological innovations that enhance our daily lives. I hold a BSc. in Computer Science, an MSc. in Software Systems Engineering and currently work as a full stack software engineer.
</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#education" class="active">Education</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#achievements">Achievements</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="education" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Education</h2>
</header>
<strong
><h4 style="color: blue">
MSc Software Systems Engineering - Distinction
</h4></strong
>
<h5 style="color: blue">UCL</h5>
<div class="row">
<div class="col-6 col-12-small">
<ul>
<li>Complex Networks and Web</li>
<li>Multi-agent Artificial Intelligence</li>
<li>Professional Practice</li>
<li>Research Methods in Software Engineering</li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul>
<li>Requirements Engineering and Software Architecture</li>
<li>Software Abstractions and Systems Integration</li>
<li>Tools and Environments</li>
<li>Validation and Verification</li>
</ul>
</div>
</div>
<strong
><h4 style="color: blue">
BSc (Hons) Computer Science - 1st Class
</h4></strong
>
<h5 style="color: blue">University of Manchester</h5>
<div class="row">
<div class="col-4 col-12-small">
<strong><p>First Year</p></strong>
<ul>
<li>First Year Team Project</li>
<li>Fundamentals of Artificial Intelligence</li>
<li>Fundamentals of Computation</li>
<li>Fundamentals of Computer Architecture</li>
<li>Fundamentals of Computer Engineering</li>
<li>Fundamentals of Distributed Systems</li>
<li>Mathematical Techniques for Computer Science</li>
<li>Object Oriented Programming with Java</li>
</ul>
</div>
<div class="col-4 col-12-small">
<strong><p>Second Year</p></strong>
<ul>
<li>Algorithms & Imperative Programming</li>
<li>Distributed Computing</li>
<li>Fundementals of Databases</li>
<li>Fundementals of Finance</li>
<li>Fundamentals of Management</li>
<li>Machine Learning</li>
<li>Mobile Systems</li>
<li>Operating Systems</li>
<li>Software Engineering 1</li>
<li>Software Engineering 2</li>
<li>System Architecture</li>
</ul>
</div>
<div class="col-4 col-12-small">
<strong><p>Third Year</p></strong>
<ul>
<li>Agile Software Engineering</li>
<li>Compilers</li>
<li>Documents and Data on the Web</li>
<li>Enterprise Management for Computer Scientists</li>
<li>Internet of Things</li>
<li>
Managing Finance in Enterprise for Computer Scientists
</li>
<li>Natural Language Systems</li>
<li>Third Year Project</li>
<li>User Experience</li>
</ul>
</div>
</div>
<strong
><h4 style="color: blue">
Associate of Science - Mathematics
</h4></strong
>
<h5 style="color: blue">
Albena Lake-Hodge Comprehensive School (Sixth Form)
</h5>
<div class="row">
<div class="col-6 col-12-small">
<ul>
<li>Applied Mathematics</li>
<li>Caribbean Studies</li>
<li>Communication Studies</li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul>
<li>Computer Science</li>
<li>Physics</li>
<li>Pure Mathematics</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="main special">
<header class="major">
<h2>Recent Projects</h2>
</header>
<ul class="features">
<li>
<span class="icon">
<img
src="images/Travelly/SearchPage.png"
alt=""
width="300em"
height="200em"
/>
</span>
<h3>
<a
href="https://github.com/MilenOrfeev/hack-a-project"
target="_blank"
>Travelly</a
>
</h3>
<p>
A web application for connecting persons looking to explore new
countries and find like-minded travel companions.
</p>
</li>
<li>
<span class="icon">
<img
src="images/EventLite/EventLite_HomePage.png"
alt=""
width="300em"
height="200em"
/>
</span>
<h3>Eventlite</h3>
<p>
A web application built for posting and searching event
listings, finding them on a map and posting about them on social
media.
</p>
</li>
<li>
<span class="icon">
<img
src="images/Marketshare/UserProfile.jpg"
alt=""
width="300em"
height="200em"
/>
</span>
<h3>
<a
href="https://github.com/seanjparker/durhack18-stockmarket"
target="_blank"
>Marketshare</a
>
</h3>
<p>
A social platform intended for beginner stock traders to track
their portfolios and share ideas with like minded individuals.
</p>
</li>
</ul>
<footer class="major">
<ul class="actions special">
<li>
<a href="projects.html" class="button primary">See More</a>
</li>
</ul>
</footer>
</section>
<!-- Hobbies Section -->
<section id="hobbies" class="main special">
<header class="major">
<h2>Hobbies</h2>
<p>
When I'm not busy pursuing my university studies, I like to keep
myself occupied with various hobbies.
</p>
</header>
<ul class="statistics">
<li class="style1" style="color: white">
<span class="icon"
><img
src="images/Icons/karate-high-kick.png"
width="100em"
height="100em"
/></span>
<strong>Martial Arts</strong>
</li>
<li class="style2" style="color: white">
<span class="icon"
><img
src="images/Icons/music-player.png"
width="100em"
height="100em"
/></span>
<strong>Music</strong>
</li>
<li class="style3" style="color: white">
<span class="icon"
><img
src="images/Icons/book-opened-symbol.png"
width="100em"
height="100em"
/></span>
<strong>Reading</strong>
</li>
</ul>
<ul class="statistics">
<li style="text-align: justify">
<!-- Taekwon-Do info -->
Martial Arts have been a big part of my life for a number of
years, starting with when I first began training in ITF Taekwon-Do
at seven years of age. In my twelve years of training, I climbed
the ranks to 2nd Dan (2nd Degree Black Belt) and travelled to Las
Vegas for an International Instructors Course, where I had the
opportunity to train with practitioners from around the world,
under the tutilage of Masters and Grand Masters. While at
university, I sometimes attend Jiu Jitsu and Kick Boxing sessions
at the UoM MMA Society.
</li>
<li style="text-align: justify">
<!-- Music info -->
As a so called 'Music Junkie', I have often enjoyed both playing
and listening to various forms of music. I was a Lead Pan Player
in the ALHCS Steel Orchestra, and a First Chair Clarinetist in the
Concert Band, for most of my time in high school. I also completed
the CSEC Music examination and managed to place 2nd in the entire
Caribbean Region. I have also done a bit of musical composition
and arranging, as well as piano playing.
</li>
<li style="text-align: justify">
<!-- Reading info -->
I find reading to be both a pleasurable and productive pastime. My
favourite genres include fantasy novels like 'Harry Potter';
dystopian fiction such as 'The Hunger Games', 'Divergent' and
'Legend'; and graphic novels of Japanese origin, known as Manga.
Reading enhances my knowledge base and personal development in
areas unrelated to my studies. I've found books such as 'Rich Dad,
Poor Dad'; Peter Thiel's 'Zero to One'; and John C. Maxwell's
'Irrefutable Laws of Leadership' to be worthwhile reads for young
adults with big dreams.
</li>
</ul>
</section>
<!-- Achievements Section -->
<section id="achievements" class="main special">
<header class="major">
<h2>Notable Achievements</h2>
</header>
<h6 class="hint">Hint: Hover for Details</h6>
<div class="row">
<div class="col-6 col-12-small">
<ul style="list-style: none">
<li class="achievement">
Kilburn Entry Scholarship
<span class="achievementDetails hint"
><strong>Kilburn Entry Scholarship, 2017</strong
><br />Awarded to first year Computer Science students at
the University of Manchester who have achieved A*AA grades
at A level (or equivalent examinations) with the A* being in
Mathematics.</span
>
</li>
<br />
<li class="achievement">
Mouton Fund Scholarship
<span class="achievementDetails hint">
<strong>Mouton Fund Scholarship, 2017</strong> <br />
Awarded a US $5,000.00 scholarship by the Anguilla Community
Foundation to be put toward my university tuition, in
recognition of my outstanding academic history.</span
>
</li>
<br />
<li class="achievement">
CAPE Awards
<span class="achievementDetails hint"
><strong>CAPE Awards, 2017</strong><br />
I was awarded at my Sixth Form Graduation for being top of
my class in Applied Mathematics, Computer Science, Physics,
Pure Mathematics and the Caribbean Studies Research
Paper.</span
>
</li>
<br />
<li class="achievement">
Vice President - Literary & Debating Society
<span class="achievementDetails hint"
><strong
>Vice President - Literary & Debating Society,
2016</strong
>
<br />
I was elected Vice President of the Albena Lake-Hodge
Comprehensive School Literary and Debating Society for the
2016 - 2017 Academic Year.</span
>
</li>
<br />
<li class="achievement">
CSEC 2015 Merit List
<span class="achievementDetails hint">
<strong>CSEC 2015 Merit List, 2015</strong> <br />
I secured a place on the 2015 Caribbean Examination
Council's Merit List by placing 2nd in the entire region on
the CSEC Music Examination.</span
>
</li>
<br />
<li class="achievement">
National Youth Award
<span class="achievementDetails hint">
<strong>National Youth Award, 2015</strong> <br />
Recipient of the Government of Anguilla's Department of
Youth and Culture's National Youth Award for Outstanding
Academic and Extracurricular Performance at the Secondary
Level.</span
>
</li>
<br />
</ul>
</div>
<div class="col-6 col-12-small">
<ul style="list-style: none">
<li class="achievement">
CSEC Awards<span class="achievementDetails hint"
><strong>CSEC Awards, 2015</strong> <br />
I was awarded at the 2015 Albena Lake-Hodge Comprehensive
School Graduation Ceremony for achieving the best CSEC
examination results in Chemistry, English A, English B,
French, Information Technology, Mathematics, Music and
Physics, as well as, the award for the best examination
results overall.</span
>
</li>
<br />
<li class="achievement">
Calder Simon Award<span class="achievementDetails hint">
<strong>Calder Simon Award, 2015</strong> <br />
An award presented at ALHCS Fifth Form Graduation Ceremonies
to an outstanding male graduand who excelled in academic,
sporting and musical activities during the course of their
time at the school.</span
>
</li>
<br />
<li class="achievement">
Valedictorian, Class of 2015
<span class="achievementDetails hint">
<strong>Valedictorian, Class of 2015</strong> <br />
I was named valedictorian of the Albena Lake-Hodge
Comprehensive School class of 2015.</span
>
</li>
<br />
<li class="achievement">
2nd Degree Black Belt<span class="achievementDetails hint"
><strong>2nd Degree Black Belt, 2013</strong> <br />
I practiced ITF Taekwon-Do for about 12 years, before
leaving to attend university and climbed to the rank of 2nd
Degree Black Belt in that time.</span
>
</li>
<br />
<li class="achievement">
President - Environmental Club<span
class="achievementDetails hint"
><strong
>President - Environmental & Conservation Club,
2013</strong
>
<br />
I served as Vice President of the Albena Lake-Hodge
Comprehensicve School Environmental & Conservation Club from
2011-2013, and as President from 2013-2014.</span
>
</li>
<br />
<li class="achievement">
Youth Environmental Leadership Award<span
class="achievementDetails hint"
><strong>Youth Environmental Leadership Award, 2012</strong>
<br />
This award is presented to an Environmental & Conservation
Club member who has displayed exemplary leadership skills
and commitment to the club over the past school year.</span
>
</li>
<br />
</ul>
</div>
</div>
</section>
<!-- Contact Me Section -->
<section id="contact" class="main special">
<header class="major">
<h2>Contact Me!</h2>
<p>
Feel free to send me a message. <br />
I'll respond as soon as possible!
</p>
</header>
<footer class="major">
<ul class="actions special">
<li>
<a id="sendMessage" class="button primary">Send Message</a>
</li>
<!-- Contact form code -->
<div id="contactForm">
<div class="row">
<i class="icon fa-times" id="closeBtn" style="color: red"></i>
</div>
<!-- <i class="icon fa-times" id="closeBtn" style="color:red"></i> -->
<h2>Feedback is Appreciated!</h2>
<form action="https://formspree.io/f/xpzolrdr" method="POST">
<input placeholder="Name" type="text" name="name" required />
<input
placeholder="Email"
type="email"
name="_replyto"
required
/>
<input
placeholder="Subject"
type="text"
name="_subject"
required
/>
<textarea placeholder="Message" name="message"></textarea>
<input
class="formBtn"
type="submit"
value="Send"
style="color: white !important; background-color: #8cc9f0"
/>
<input type="text" name="_gotcha" style="display: none" />
</form>
</div>
<!-- Contact form code -->
</ul>
</footer>
</section>
</div>
<!-- This div makes sure the footer is differentiated from the other sections-->
<!-- Footer -->
<footer id="footer">
<p class="copyright">
© 2020 Khesim Reid <br />
Design: <a href="https://html5up.net">HTML5 UP</a>
</p>
</footer>
</div>
<div>
Icons made by
<a href="https://www.freepik.com/" title="Freepik">Freepik</a> from
<a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
is licensed by
<a
href="https://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0"
target="_blank"
>CC 3.0 BY</a
>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/contact.js"></script>
</body>
</html>