-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathresume.html
522 lines (469 loc) · 29.2 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!--
for Facebook, Twitter, LinkedIn, and Google+
Adding Open Graph tags to your website won’t directly affect your on-page SEO, but it will influence the performance of your links on social media.
-->
<meta property="og:title" content="My personal Website" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://feyagape.github.io/images" />
<meta property="og:url" content="https://feyagape.github.io/" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="My personal website" />
<!-- Favicons -->
<link rel="icon" href="images/favicon.ico">
<title>My Resume</title>
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Quicksand:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/material-kit.css">
<link href="css/style.css" rel="stylesheet" />
<!-- Documentation extras -->
<!-- Slick slider CSS -->
<link rel="stylesheet" type="text/css" href="css/slick/slick.css">
<!-- slick-theme.css -->
<link rel="stylesheet" type="text/css" href="css/slick/slick-theme.css">
</head>
<body class="landing-page ">
<nav class="navbar navbar-color-on-scroll navbar-transparent fixed-top navbar-expand-lg " color-on-scroll="100" id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand brand" href="index.html">Fey Ijaware</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="resume.html" class="nav-link active">Resume</a>
</li>
<li class="nav-item">
<a href="portfolio.html" class="nav-link">Portfolio</a>
</li>
<li class="nav-item">
<li class="nav-item">
<a href="blogs.html" class="nav-link">Blogs</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" title="" data-placement="bottom" href="https://www.instagram.com/CreativeTimOfficial" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</li>-->
</ul>
</div>
</div>
</nav>
<div class="page-header header-filter" data-parallax="true" style=" background-image: url('images/resumejumbo.jpg'); ">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="title">BSC (HONS)</h1>
<h4>Edge Hill University</h4>
<!--<br>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" class="btn btn-danger btn-raised btn-lg">
<i class="fa fa-play"></i> Watch video
</a>-->
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="container">
<div class="section text-center">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Software Developer<br><span class="h3"><i>I specialise in Web and Android Development.</i></span></h2>
<h5 class="description">I am a self-taught developer, currently focusing on Front-End Development. I am aspiring to be a Full Stack Developer by working through the FreeCodeCamp curriculum and Udacity and I have just successfully completed my second scholarship from Google via Udacity. I studied the Mobile Web Specialist Nanodegree, a course that focuses on accessible and responsive web apps and offline first technologies. I am also aspiring to be an Android Developer.</h5>
</div>
</div>
</div>
</div>
<div class="section" style="padding-top: 0;">
<div class="container-fliud contained">
<h2 class="title text-center">Area of expertise</h2>
<div class="features text-center">
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-brand">
<i class="material-icons">important_devices</i>
</div>
<h4 class="info-title">Web</h4>
<p>My love for Web Development started when I was working at the Co-op Group. I have been hooked since then and I love adding to the World Wide Web.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-brand">
<i class="material-icons">palette</i>
</div>
<h4 class="info-title">Design</h4>
<p>I have been picking up some design skills. I am skilled at using Adobe Photoshop, XD, Draw and Acrobat, and I create most of the assets for my projects</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-brand">
<i class="material-icons">android</i>
</div>
<h4 class="info-title">Android</h4>
<p>I graduated from Android Basic Nanodegree by Google via Udacity in July 2017, thanks to a Google scholarship I received in January 2017.</p>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Professional Profile</h2>
<h5>I feel I am a people person. It has been noted that I am a hardworking, personable, pragmatic, approachable and enthusiastic professional. I can lead and boost morale when required, as being outgoing is one of my best traits, therefore I am able to work with and understand people from all different levels and backgrounds meaning I am able to fit into various different teams.</h5>
<h5>I am also able to manage multiple priorities, and build strong relationships with partners and stakeholders both internal and external, has these are skills have been able to develop and build on while working in my previous and current role.</h5>
</div>
</div>
</div>
</div>
</div>
<div class="section section-tabs" style="padding-top: 0;">
<div class="container-fliud contained">
<div class="text-center">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Work History</h2>
</div>
</div>
</div>
<!-- nav tabs -->
<div id="nav-tabs">
<div class="row">
<div class="col-md-12">
<!-- Tabs with icons on Card -->
<div class="card card-nav-tabs">
<div class="card-header card-header-primary brand-bg">
<!-- colors: "header-primary", "header-info", "header-success", "header-warning", "header-danger" -->
<div class="nav-tabs-navigation">
<div class="nav-tabs-wrapper">
<ul class="nav nav-tabs justify-content-center" data-tabs="tabs">
<li class="nav-item">
<a class="nav-link active" href="#twi" data-toggle="tab">Talent Works International</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#coop" data-toggle="tab">
Co-op Group
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#others" data-toggle="tab">Others
<div class="ripple-container"></div></a>
</li>
</ul>
</div>
</div>
</div><div class="card-body ">
<div class="tab-content text-center">
<div class="tab-pane active" id="twi">
<h3 class="title">Front-End-Developer<br><span class="h3"><i>Sep 2017 - Aug 2018</i></span></h3>
<p>My role involves translating UX design / wireframes from Adobe XD into code to produce the visual elements of a Website or Landing page, using varying technologies. </p>
<p>I work as part of a supportive and closeknit creative team, working closely and very collaborative with our UX designers, client-services and copyrighter to ensure all project are delivered with client's approval, optimised, tested, and on time.</p>
<p>This requires building a reusable code base for future re-use, and liaising with internal and external stakeholders concerning projects and building a good stakeholders relationship with active communication.</p>
</div>
<div class="tab-pane" id="coop">
<h3 class="title">Digital and Membership Adminstrator<br><span class="h3"><i>Jun 2015 - Jan 2017</i></span></h3>
<p>My role and responsibilities at the Co-op included providing high-quality digital projects, digital and administrative support to the team.</p>
<p>This involved assisting in the delivery of projects and membership campaigns, analyzing and reporting campaigns data’s, and Front-End Web development, which was website (Internet and Intranet) content updating and creating via Episerver CMS (the Co-op content management system).</p>
<p>I was also responsible for individual projects as per agreement with my team manager, as well as working with colleagues on the team on projects, and liaising with internal and external stakeholders concerning key campaigns, initiatives and projects and building a good stakeholders relationship with active communication.</p>
</div>
<div class="tab-pane" id="others">
<h3 class="title">Nando's<br><span class="h3"><i>Cashier, Hostess and Waitress</i></span></h3>
<p><b>11.2013 – 03.2015.</b> Working at Nando’s involved me working as part of a team, supporting each other while providing the customers with a warm, genuine, fun and memorable experience. I was also able to further develop my management and leadership skills, by helping to train new starters and helping the management team in their task.</p>
<h3 class="title">Harvey Nichols (Jo Malone)<br><span class="h3"><i>Stylist</i></span></h3>
<p><b>11.2013 – 12.2013.</b> At Harvey Nichols, I worked for Jo Malone as a Christmas cover. My duties involved supporting the staff, helping customers and stock replenishments.</p>
<h3 class="title">Duffers Menswear<br><span class="h3"><i>Supervisor</i></span></h3>
<p><b>08.2013 – 11.2013.</b> During my short stay at Duffers Menswear due to the store closing down, I worked as a shift supervisor, where I was responsible for drafting the weekly shift, stock management, displays, and staff and customer management. They were all responsibilities I really enjoyed and was able to further master with feedback from the manager.</p>
</div>
</div>
</div></div>
<!-- End Tabs with icons on Card -->
</div>
</div>
</div>
</div>
</div>
<div class="section" style="padding-top: 0;">
<div class="container-fliud contained">
<!-- nav pills -->
<div class="text-center">
<div class="text-center" style="padding-bottom: 2%;">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Education</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-md-3">
<ul class="nav nav-pills nav-pills-icons flex-column" role="tablist">
<!--
color-classes: "nav-pills-primary", "nav-pills-info", "nav-pills-success", "nav-pills-warning","nav-pills-danger"
-->
<li class="nav-item">
<a class="nav-link" href="#uni" role="tab" data-toggle="tab" aria-selected="false">
<i class="material-icons">school</i>
University
</a>
</li>
<li class="nav-item">
<a class="nav-link active show" href="#certificate" role="tab" data-toggle="tab" aria-selected="true">
<i class="fa fa-certificate"></i>
Online Learning
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#school" role="tab" data-toggle="tab" aria-selected="true">
<i class="material-icons">grade</i>
College/High School
</a>
</li>
</ul>
</div>
<div class="col-md-8">
<div class="tab-content">
<div class="tab-pane" id="uni">
<h2 class="text-right">Edge Hill University</h2>
<p class="text-left"><b>2010 – 2014</b><br>BSC (HONS) Integrated Children Practice<br> FDSC Working with Families & Communities<br>PG Early Years Teacher Status<br>GCSE English</p>
</div>
<div class="tab-pane active show" id="certificate">
<h2 class="text-right">Udacity</h2>
<p class="text-left"><b>2017 - current</b><br>Mobile Web Specialist Nanodegree<br>Android Basics Nanodegree by Google<br>Material Design for Android Developers<br>Intro to HTML and CSS<br>How to use Git and GitHub<br>Linux Command line Basics</p>
<h2 class="text-right">Free Code Camp</h2>
<p class="text-left"><b>2017 - current</b><br>Front-End Certification<br>Full-Stack Certification</p>
<h2 class="text-right">Codeacademy</h2>
<p class="text-left"><b>2017 - current</b><br>Learn HTML & CSS<br>Learn Responsive Design<br>Make a Website<br>Learn JavaScript<br>Learn Sass</p>
</div>
<div class="tab-pane" id="school">
<h2 class="text-right">Sutton Coldfield College</h2>
<p class="text-left"><b>2007 – 2009</b><br>AQA GCSE Mathematics<br>EDEXCEL BTEC Health & Social Care (level 3)</p>
<h2 class="text-right">Hodge Hill School</h2>
<p class="text-left"><b>2007</b><br>EDEXCEL GCSE Science (Double award)<br>EDEXCEL BTEC Health & Social Care (Level 2)<br>EDEXCEL BTEC Sport (Level 2)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end nav pills -->
</div>
</div>
<div class="section section-tabs" style="padding-top: 0;">
<div class="container-fliud">
<div class="row text-center">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Personal Profile</h2>
<h5>I am highly motivated and career driven, hence why I joined Aspire (Co-op Women Career Network) while at the Co-op because I am someone who is proactive and take ownership of my own personal development and career progression. I also took some time off from January 2017 to September 2017 to learn more about Web and Android Development and enriched my knowledge on all things digital.</h5>
</div>
</div>
<!-- nav tabs -->
<div id="nav-tabs">
<div class="row">
<div class="col-md-7 ml-auto mr-auto">
<!-- Tabs with icons on Card -->
<div class="card card-nav-tabs">
<div class="card-header card-header-primary brand-bg">
<!-- colors: "header-primary", "header-info", "header-success", "header-warning", "header-danger" -->
<div class="nav-tabs-navigation">
<div class="nav-tabs-wrapper">
<ul class="nav nav-tabs justify-content-center" data-tabs="tabs">
<li class="nav-item">
<a class="nav-link active" href="#one" data-toggle="tab"><i class="material-icons">stars</i>
Digital Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#two" data-toggle="tab">
<i class="material-icons">code</i>
Languages
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#three" data-toggle="tab">
<i class="material-icons">developer_mode</i>
Frameworks
<div class="ripple-container"></div></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#four" data-toggle="tab">
<i class="material-icons">done_all</i>
Personal Skills
<div class="ripple-container"></div></a>
</li>
</ul>
</div>
</div>
</div><div class="card-body ">
<div class="tab-content text-center">
<div class="tab-pane active" id="one">
<p>Version Control (Git, Github, Bitbucket and Sourcetree)<br>Command Line (Linux Server)<br>CMS (Content Management Systems)<br>TDD (Test Driven Development)<br>Google Analytics and Data Studio<br>AWS (S3, EC2, Lightsail, Route 53<br>Agile Savvy (Trello and Slack)<br>WordPress<br>Drupal<br>Pantheon<br>Cognito Forms<br>Mouseflow<br>Jumplead<br>Web Tool and Automation (Gulp)<br>SFTP/SSH<br>
PuTTY<br>Facebook for Developers</p>
</div>
<div class="tab-pane" id="two">
<p>HTML<br>CSS<br>SASS<br>Javascript<br>XML<br>Java<br>Python<br>PHP<br>Twig<br>Typescript</p>
</div>
<div class="tab-pane" id="three">
<p>Bootstrap (3/4)<br>SASS/SCSS<br>jQuery<br>Node.js<br>ReactJs<br>Jekyll<br>GSAP<br>Foundation<br>AMP<br>Angular<br>Fetch API</p>
</div>
<div class="tab-pane" id="four">
<p>Excellent Excel, numerical and analytical skills<br>Excellent Leadership and Management skills<br>Excellent organisational and prioritisation skills<br>Superb interpersonal and communication skills<br>Ability to work within a team & own initiative<br>Excellent problem solving and decision making skills<br>Agile working<br>Brilliant multi-tasker<br>Strong Project Management skill<br>Good stakeholder management skills<br>Highly motivated and confident<br>Aptitude to learn and a fast learner<br>Career driven and personable</p>
</div>
</div>
</div></div>
<!-- End Tabs with icons on Card -->
</div>
</div>
</div>
</div>
</div>
<div class="section text-center" style="padding-top: 0;">
<div class="container">
<div class="digital slider">
<div class="icon-slider">
<img class="" src="images/icon/aws.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/bootstrap.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/angular.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/android.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/drupal.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/foundation.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/github.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/html.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/javascript.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/jquery.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/node.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/python.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/sass.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/wordpress.png" alt="project image">
</div>
<div class="icon-slider">
<img class="" src="images/icon/windows.png" alt="project image">
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer ">
<div class="container">
<nav class="pull-left">
<ul>
<li class="social">
<a href="https://www.linkedin.com/in/feyijaware/" target="_blank" ><img src="images/sm/linkedin.png" alt=" linkedin logo"/></a>
</li>
<li class="social">
<a href="https://twitter.com/FeyAgape" target="_blank" ><img src="images/sm/twitter.png" alt=" twitter logo"/></a>
</li>
<li class="social">
<a href="https://github.com/FeyAgape" target="_blank" ><img src="images/sm/github.png" alt="github logo"/></a>
</li>
<li class="social">
<a href="https://medium.com/@feyagape" target="_blank" ><img src="images/sm/medium.png" alt=" medium logo"/></a>
</li>
<li class="social">
<a href="https://www.instagram.com/feyagape/" target="_blank" ><img src="images/sm/insta.png" alt=" insta logo"/></a>
</li>
<li class="social">
<a href="https://www.facebook.com/fey.agape" target="_blank" ><img src="images/sm/fb.png" alt="fb logo"/></a>
</li>
<li class="social">
<a href="mailto:ijaware.fey@outlook.com"><img src="images/sm/email.png" alt="email logo"/></a>
</li>
<li class="social">
<a class="social" rel="tooltip" title="" data-placement="bottom" data-original-title="Manchester, UK."><img src="images/sm/location.png" alt="location logo"/></a>
</li>
</ul>
</nav>
<div class="copyright pull-right"><p>
© 2017 -
<script>
document.write(new Date().getFullYear())
</script> <a href="https://feyagape.github.io/" target="_blank">Fey Ijaware</a>.</p>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="js/core/jquery.min.js"></script>
<!-- Plugin for Date Time Picker and Full Calendar Plugin
<script src="js/plugins/moment.min.js"></script>-->
<!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker
<script src="js/plugins/bootstrap-datetimepicker.min.js"></script>-->
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/
<script src="js/plugins/nouislider.min.js"></script>-->
<!-- Material Kit Core initialisations of plugins and Bootstrap Material Design Library -->
<!--js-->
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="js/slick.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).on('ready', function() {
$(".digital").slick({
dots: true,
infinite: true,
slidesToShow: 8,
slidesToScroll: 8,
responsive: [
{
breakpoint: 1025,
settings: {
slidesToShow: 4,
slidesToScroll: 4,
infinite: true,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
});
</script>
<script src="js/material-kit.js?v=2.0.2"></script><script src="js/core/popper.min.js"></script>
<script src="js/bootstrap-material-design.js"></script>
</body>
</html>