-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
310 lines (302 loc) · 17.3 KB
/
work.html
File metadata and controls
310 lines (302 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My skills and projects</title>
<link rel="shortcut icon" type="image/png" href="img/tittle-image.png">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.production.css">
</head>
<body>
<header class="page-header">
<div class="nav-container">
<nav class="navbar navbar-expand-md bg-black fixed-top ">
<a class="navbar-brand btn bg-white" href="index.html">
<span class="d-inline-block align-top logo-text">
<span class="logo-text"><</span>
jessinMacdon /
<span class="logo-text">></span>
</span>
</a>
<button class="navbar-toggler custom-toggler ms-auto" type="button" data-bs-toggle="collapse"
data-bs-target="#toggleMobileMenu" aria-controls="#toggleMobileMenu" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="toggleMobileMenu">
<ul class="nav nav-pills nav-justified ms-auto" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a class="a-link" aria-current="page" href="index.html">
<button class="nav-link" id="pills-home-tab" data-bs-toggle="pill"
data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home"
aria-selected="true">
Home
</button>
</a>
</li>
<li class="nav-item" role="presentation">
<a class="a-link" aria-current="page" href="about.html"
aria-label="click here to learn more about me">
<button class="nav-link" id="pills-profile-tab" data-bs-toggle="pill"
data-bs-target="#pills-profile" type="button" role="tab"
aria-controls="pills-profile" aria-selected="false">
About
</button>
</a>
</li>
<li class="nav-item" role="presentation">
<a class="a-link" aria-current="page" href="work.html">
<button class="nav-link active" id="pills-contact-tab" data-bs-toggle="pill"
data-bs-target="#pills-contact" type="button" role="tab"
aria-controls="pills-contact" aria-selected="false">
Projects
</button>
</a>
</li>
<li class="nav-item" role="presentation">
<a class="a-link" aria-current="page" href="contact.html">
<button class="nav-link" id="pills-disabled-tab" data-bs-toggle="pill"
data-bs-target="#pills-disabled" type="button" role="tab"
aria-controls="pills-disabled" aria-selected="false">
Contact
</button>
</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel"
aria-labelledby="pills-home-tab" tabindex="0"></div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel"
aria-labelledby="pills-profile-tab" tabindex="0"></div>
<div class="tab-pane fade" id="pills-contact" role="tabpanel"
aria-labelledby="pills-contact-tab" tabindex="0"></div>
<div class="tab-pane fade" id="pills-disabled" role="tabpanel"
aria-labelledby="pills-disabled-tab" tabindex="0"></div>
</div>
</div>
</nav>
</div>
</header>
<main>
<div class="projects-heading">
<h1 class="projects-heading-h1">Work</h1>
</div>
<div class="project-list">
<div class="project-list__item">
<h2>The Meet app (PWA)</h2>
<img class="project-list__img" alt="image of the use interface of the app" src="img/meet-app.png"
alt="image of the use interface of the meet app" height="200" width="300">
<p>A progressive web application (PWA), which uses the Google Calendar API
to fetch upcoming events around the world. This data is then presented on a neat looking
interface built
with ReactJS following a test driven development approach (technique).
</p>
<ul class="tool-list">
<li class="list-item">
Enzyme</li>
<li class="list-item">
Recharts</li>
<li class="list-item">
Puppeteer</li>
<li class="list-item">
Jest-Cucumber</li>
</ul>
<div class="project-list__btn">
<a href="https://jessinmacdon.github.io/meet" target="_blank" class="btn btn-primary">To Live
Demo</a>
<a href="https://github.com/jessinmacdon/meet.git" target="_blank" class="btn btn-primary">To
GitHub
Repo</a>
</div>
</div>
<div class="project-list__item">
<h2>Pokemon Library (pokedex)</h2>
<img class="project-list__img" alt="image of the use interface of the app" src="img/poklib-app.png"
alt="image of the use interface of the app" height="200" width="300">
<p>This is a simple Pokédex application that loads a list of 150 pokemons with a few
other details like the height, weight, image and types.</p>
<ul class="tool-list">
<li class="list-item">
JavaScript</li>
<li class="list-item">
HTML5/CSS</li>
<li class="list-item">
jquery</li>
<li class="list-item">
Bootstrap</li>
</ul>
<div class="project-list__btn">
<a href="https://jessinmacdon.github.io/pokedex-app/" target="_blank" class="btn btn-primary">To
Live
Demo</a>
<a href="https://github.com/jessinmacdon/pokedex-app.git" target="_blank"
class="btn btn-primary">To
GitHub
Repo</a>
</div>
</div>
<div class="project-list__item">
<h2>Simple TO-DO list App</h2>
<img class="m-project-list__img" src="img/todo-list-app.jpg" height="300" width="160"
alt="a screenshot showing the home page of the to-do list app">
<p>A mini-project making use of jquery to build a to-do list app. Users can add new items, strike
out items,
sort
through items and of course delete items from their list.</p>
<ul class="tool-list">
<li class="list-item">
jquery</li>
<li class="list-item">
HTML5/CSS</li>
</ul>
<div class="project-list__btn">
<a href="https://jessinmacdon.github.io/to-do-list-app/" target="_blank"
class="btn btn-primary">To
Live
Demo
</a>
<a href="https://github.com/jessinmacdon/to-do-list-app.git" target="_blank"
class="btn btn-primary">To
GitHub Repo</a>
</div>
</div>
<div class="project-list__item">
<h2>myFlix Movie API</h2>
<p>a movie API that gives the user access to information about movies. It includes
information mainly about the movie's description, genre and director(s). In order to access this
information, you would have to create a user account (register) and login.</p>
<ul class="tool-list">
<li class="list-item">
nodeJS</li>
<li class="list-item">
MongoDB</li>
<li class="list-item">
JavaScript</li>
<li class="list-item">
Express</li>
</ul>
<div class="project-list__btn">
<a href="https://github.com/jessinmacdon/movie_api.git" target="_blank"
class="btn btn-primary">To
GitHub
Repo</a>
</div>
</div>
<div class="project-list__item">
<h2>myFlix Client (React App)</h2>
<img class="m-project-list__img" height="300" width="160"
alt="screenshot of the user interface of the app" src="img/myflix-client.png">
<p>This client the front-end of the myFlix application. It provide users with access to
information about different movies, directors, actors and genres. Users will be able to sign up,
update
their personal information, and create a list of their favourite movies.</p>
<ul class="tool-list">
<li class="list-item">
ReactJS</li>
<li class="list-item">
Parcel</li>
<li class="list-item">
Node</li>
</ul>
<div class="project-list__btn">
<a href="https://github.com/jessinmacdon/myFlix-client.git" target="_blank"
class="btn btn-primary">To
GitHub Repo</a>
</div>
</div>
<div class="project-list__item">
<h2>myFlix-Angular-Client</h2>
<img class="project-list__img" alt="image of the use interface of the app" src="img/angular-app.png"
height="200" width="300">
<p>For this project, I revisited the myFlix movie API I built some time ago. Using
Angular to build a client App pulling data from the myFlixDB through API calls.</p>
<ul class="tool-list">
<li class="list-item">
Angular</li>
<li class="list-item">
TypeScript</li>
</ul>
<div class="project-list__btn">
<a href="https://jessinmacdon.github.io/myFlix-App/welcome" target="_blank"
class="btn btn-primary">To Live
Demo
</a>
<a href="https://github.com/jessinmacdon/myFlix-App.git" target="_blank"
class="btn btn-primary">To
GitHub
Repo</a>
</div>
</div>
<div class="project-list__item">
<h2>Chat App</h2>
<img class="m-project-list__img" alt="image of the use interface of the app" src="img/chat-app.jpeg"
height="300" width="160">
<p>This app provides users with a simple interface that enables users to send and
receive texts messages, images and share their location within a chat room.</p>
<ul class="tool-list">
<li class="list-item">
React Native</li>
<li class="list-item">
Expo</li>
<li class="list-item">
Firebase</li>
<li class="list-item">
Gifted Chat</li>
</ul>
<div class="project-list__btn">
<a href="https://github.com/jessinmacdon/chat-app.git" target="_blank"
class="btn btn-primary">To
GitHub
Repo</a>
</div>
</div>
<!-- Grid items will live here -->
</div>
</main>
<footer class="bg-black text-center text-white footer">
<div class="container p-1 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Twitter -->
<a class="btn btn-floating m-1" href="https://twitter.com/jessinmacdon" role="button"
target="_blank" aria-label="get to know more about my interest and tweets"><i
class="fab fa-twitter">
<img src="img/twitter-icon.svg" alt="twitter" width="40" height="40"
style="border-radius: 50%;">
</i></a>
<!-- Xing -->
<a class="btn btn-floating m-1" href="https://www.xing.com/profile/Jessin_Macdon/cv"
target="_blank" role="button"><i class="fab fa-instagram"></i>
<img src="img/xing-icon.svg" alt="Xing" width="40" height="40" style="border-radius: 50%;"></a>
<!-- Linkedin -->
<a class="btn btn-floating m-1" href="https://www.linkedin.com/in/jessinmacdon" target="_blank"
role="button"><i class="fab fa-linkedin-in"></i>
<img src="img/linkedin-icon.svg" alt="LinkedIn" width="40" height="40"
style="border-radius: 50%;"></a>
<!-- Github -->
<a class="btn btn-floating m-1" href="https://www.github.com/jessinmacdon" role="button"
target="_blank"><i class="fab fa-github"></i>
<img src="img/github-icon.svg" alt="LinkedIn" width="40" height="40"
style="border-radius: 50%; background-color: white;">
</a>
</section>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.min.js"
integrity="sha384-kjU+l4N0Yf4ZOJErLsIcvOU2qSb74wXpOhqTvwVx3OElZRweTnQ6d31fXEoRD1Jy"
crossorigin="anonymous"></script>
<script src="js/tota11y.min.js"></script>
</body>
</html>