-
Notifications
You must be signed in to change notification settings - Fork 7
/
portfolio.html
326 lines (304 loc) · 16.2 KB
/
portfolio.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
<!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 Portfolio</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">Resume</a>
</li>
<li class="nav-item">
<a href="portfolio.html" class="nav-link active">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>
</ul>
</div>
</div>
</nav>
<div class="page-header header-filter" data-parallax="true" style=" background-image: url('images/jumbotron3.jpg'); ">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="title">I am a versatile programmer</h1>
<h4>I am aspiring to be a Full-Stack Developer.</h4>
<!--<br>
<a href="#" 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-fluid">
<div class="section text-center">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">My projects<br><span class="h3"><i>My current projects are below.</i></span></h2>
<h5 class="description">The repo for each project can be found on GitHub. My Project are a mix of Web and Android applications using various technologies, languages, API's and frameworks.</h5>
</div>
</div>
</div>
<div class="section text-center" style="padding-top: 0;">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h3 class="title">Web Projects.</h3>
</div></div>
<div class="portfolio slider" style="margin-left: 5%;margin-right: 5%;">
<div class="project-slider">
<img class="" src="images/portfolio/project1.png" alt="project image" >
<h2>Project Fetch</h2>
<p>Is a one page website, using Asynchronous data request using The fetch() method.</p>
<a href="https://github.com/FeyAgape/FeyAgape.github.io/tree/master/project-fetch" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="https://feyagape.github.io/project-fetch/" target="_blank" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/project2.png" alt="project image">
<h2>Wedding Project</h2>
<p>It's a one page personal wedding website, which I made for one of my friends.</p>
<a href="https://github.com/FeyAgape/FeyAgape.github.io/tree/master/rochelle" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="https://feyagape.github.io/rochelle/" target="_blank" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/project3.png" alt="project image">
<h2>Project CV</h2>
<p>It's a one page CV website that contains my resume, the background image is from Unsplash.</p>
<a href="https://github.com/FeyAgape/FeyAgape.github.io/tree/master/project-cv" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="https://feyagape.github.io/project-cv/" target="_blank" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/project4.png" alt="project image" >
<h2>Project Profile</h2>
<p>It's a one page CV website using parallax and also contains a slider.</p>
<a href="https://github.com/FeyAgape/FeyAgape.github.io/tree/master/project-profile" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="https://feyagape.github.io/project-profile/" target="_blank" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/project5.png" alt="project image">
<h2>Main Website</h2>
<p>Is a 6 page website, which contains information about me and ways to contact me.</p>
<a href="https://github.com/FeyAgape/FeyAgape.github.io" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="index.html" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/project6.png" alt="project image">
<h2>Project Portfolio</h2>
<p>It's a one page personal portfolio website, it uses BootStrap and Jquery.</p>
<a href="https://github.com/FeyAgape/freeCodeCamp---Build-a-Personal-Portfolio-Webpage" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="https://ijawarefey.bitbucket.io./#" target="_blank" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/project7.png" alt="project image">
<h2>Project Tribute</h2>
<p>It's a one page Tribute site to the victims of the Manchester Attack.</p>
<a href="https://github.com/FeyAgape/freeCodeCamp---Build-a-Tribute-Page" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
<a href="https://feyagape.github.io/project-tribute/" target="_blank" class="btn btn-rose brand-bg btn-raised btn-md"><i class="fa fa-globe"></i> Visit Website</a>
</div>
</div>
</div>
<div class="section text-center">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h3 class="title">Android Projects.</h3>
</div></div>
<div class="app slider" style="margin-left: 5%;margin-right: 5%;">
<div class="project-slider">
<img class="" src="images/portfolio/app1.png" alt="project image" >
<h2>Ari App</h2>
<p>An app that displays information about a small business, it implements Facebook SDK for Android.</p>
<a href="https://github.com/FeyAgape/Ari-HairnBeauty" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app2.png" alt="project image">
<h2>Book Lister App</h2>
<p>An app which allows users to get a list of published books on a given topic, using Google Books API.</p>
<a href="https://github.com/FeyAgape/BookLister" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app3.png" alt="project image">
<h2>Chrissi Island App</h2>
<p>A tour guide app, the app presents relevant information to a user about Christi Island.</p>
<a href="https://github.com/FeyAgape/Chrissi-Island" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app4.png" alt="project image" >
<h2>Rugby Score Counter App</h2>
<p>An app that track scores between two Rugby teams, it also has a reset button to reset the scores.</p>
<a href="https://github.com/FeyAgape/RugbyScoreCounter" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app5.png" alt="project image">
<h2>Medication Tracker App</h2>
<p>A habit tracking app which allows users to store and track information, it uses SQLite database.</p>
<a href="https://github.com/FeyAgape/Medication-Tracker" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app6.png" alt="project image">
<h2>Breaking News App</h2>
<p>A news feed app that connects to the Internet to provide news articles via the Guardian API.</p>
<a href="https://github.com/FeyAgape/News-Feed" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app7.png" alt="project image">
<h2>Quiz App</h2>
<p>An educational app, which includes a button for the user to submit their answers and receive a score.</p>
<a href="https://github.com/FeyAgape/FactorCrazy" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
<div class="project-slider">
<img class="" src="images/portfolio/app8.png" alt="project image">
<h2>ShopIt App</h2>
<p>An inventory app, it updates information based on user input, and uses SQLite database.</p>
<a href="https://github.com/FeyAgape/ShopIt" target="_blank" class="btn btn-info btn-raised btn-md"><i class="fa fa-github"></i> View repo</a>
</div>
</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:[email protected]"><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() {
$(".portfolio").slick({
dots: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2,
responsive: [
{
breakpoint: 1025,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
dots: true
}
}
// You can unslick at a given breakpoint now by adding:
// settings: "unslick"
// instead of a settings object
]
});
$(".app").slick({
dots: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2,
responsive: [
{
breakpoint: 1025,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
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>