-
Notifications
You must be signed in to change notification settings - Fork 1
/
Joshua.html
421 lines (374 loc) · 13 KB
/
Joshua.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
<!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.0" />
<link rel="stylesheet" href="./assets/css/Joshua.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<title>Joshua Ntow Opare-Boateng</title>
</head>
<body>
<!-- START GRID CONTAIER -->
<div class="grid-container">
<div class="grid-one">
<!-- START IMAGE -->
<div id="image" class="mb-3 py-3">
<img
src="./assets/img/Joshua.jpg"
class="img-fluid rounded-circle responsive"
alt="image"
/>
</div>
<!-- END IMAGE -->
<!-- START CONTACT-->
<h2 class="text-primary">CONTACT</h2>
<div id="social-icons" class="mb-1">
<li class="media-icons mb-3 py-1">
<a
href="https://www.linkedin.com/in//joshua-opare-boateng-a16901241/"
target="_blank"
>
<i class="fa fa-linkedin"></i> Joshua Opare-Boateng
</a>
</li>
<!-- <li class="media-icons mb-3 py-1">
<a href="https://ig.me/1realjoshua" target="_blank">
<i class="fa fa-instagram"></i> 1realjoshua
</a>
</li> -->
<!-- <li class="media-icons mb-3 py-1">
<a href="https://t.me/onerealjoshua" target="_blank">
<i class="fa fa-telegram"></i> 0nerealjoshua
</a>
</li> -->
<li class="media-icons mb-3 py-1">
<a href="https://github.com/jnopareboateng">
<i class="fa fa-github"></i> jnopareboateng
</a>
</li>
<li class="media-icons mb-3 py-1">
<a href="mailto:https://[email protected]" target="_blank">
<i class="fa fa-envelope"></i> jnopareboateng
</a>
</li>
<li class="media-icons mb-3 py-1">
<a href="tel:+233551856093" target="_blank">
<i class="fa fa-phone responsive"></i> +233 551 856 093
</a>
</li>
<li class="media-icons mb-3 py-1">
<a href="#">
<i class="fa fa-map-marker"></i> Sahara-Dansoman, Accra
</a>
</li>
</div>
<div class="break-line"></div>
<!--END CONTACT-->
<!--START SKILLS-->
<div id="skills" class="mb-4 py-3">
<h2 class="text-primary center">SKILLS</h2>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 95%"
aria-valuenow="95"
aria-valuemin="0"
aria-valuemax="100"
>
HTML
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 90%"
aria-valuenow="90"
aria-valuemin="0"
aria-valuemax="100"
>
CSS
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 70%"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
>
BOOTSTRAP
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 50%"
aria-valuenow="50"
aria-valuemin="0"
aria-valuemax="100"
>
JAVASCRIPT
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 95%"
aria-valuenow="95"
aria-valuemin="0"
aria-valuemax="100"
>
SQL
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 50%"
aria-valuenow="50"
aria-valuemin="0"
aria-valuemax="100"
>
PYTHON
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 80%"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
>
MS EXCEL
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 60%"
aria-valuenow="60"
aria-valuemin="0"
aria-valuemax="100"
>
AUTODESK MAYA 3D
</div>
</div>
</div>
<div class="break-line"></div>
<!--END SKILLS-->
<!--START LANGUAGES-->
<div id="languages" class="mb-4 py-3">
<h2 class="text-primary center">LANGUAGES</h2>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 95%"
aria-valuenow="95"
aria-valuemin="0"
aria-valuemax="100"
>
ENGLISH
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 50%"
aria-valuenow="50"
aria-valuemin="0"
aria-valuemax="100"
>
FRENCH
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 60%"
aria-valuenow="60"
aria-valuemin="0"
aria-valuemax="100"
>
FANTE
</div>
</div>
<div class="progress mb-4" style="height: 30px">
<div
class="progress-bar bg-primary text-left pl-2"
role="progressbar"
style="width: 80%"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
>
TWI
</div>
</div>
</div>
<!--END LANGUAGES-->
</div>
<div class="container py-1" id="grid-two">
<div id="name" class="waves">
<!-- <img src="../svg/layered-waves-haikei.svg" alt="waves">
NAME -->
<h2 class="text-center py-3 mb-2 bg-primary" id="wave-text">
Joshua Ntow Opare-Boateng
<br />
<p>Frontend Developer</p>
</h2>
</div>
<!-- END NAME -->
<!-- START PROFILE -->
<div id="profile" class="py-3">
<h2 class="text-primary">
<i class="fas fa-user-alt"></i>
<u>PROFILE</u>
</h2>
<h5>
I am a self-driven and motivated creative web developer dedicated to
developing and optimizing interactive user-friendly and feature rich
websites. <br />
With attention to detail and three (3) years of working experience,
I am goal oriented and able to deliver original, responsive and
efficient web solutions, provide technical knowledge and expertise,
build new websites from start to finish and successfully manange a
team of web developers.
</h5>
</div>
<!-- END PROFILE -->
<!-- START WORK EXPERIENCE -->
<div id="work-exp" class="py-4">
<h2 class="text-primary">
<i class="fa fa-desktop"></i>
<u>WORK EXPERIENCE</u>
</h2>
<ul id="llcthegram">
<li>
<h3>llcthegram : CEO / Social media manager</h3>
<h5 class="text-muted">2019- Present</h5>
<h5>
<li>Managing operational plans and making decisions</li>
<li>
Creating engaging content and scheduling posts for pages on
instagram.
</li>
<li>
Managing,monitoring and anlalyzing varous posting patterns for
maximum engagement.
</li>
<li>Communication with customers</li>
<li>
Protecting and keeping user credientials and other related
information.
</li>
</h5>
</li>
</ul>
<ul id="Sennie-Nabbey">
<li>
<h3>Sennie-Nabbey Ent. : Mobile money merchant</h3>
<h5 class="text-muted">September 2019 - December 2019</h5>
<h5>
<li>
Initiation cashout procedures and depositing cash for
customers.
</li>
<li>Handling and protection of customers data with care.</li>
<li>Communication with the customers.</li>
<li>Identifying and resolving customer's request.</li>
</h5>
</li>
</ul>
<ul id="Adroit-Bureau">
<li>
<h3 class="intern">
<a
href="https://www.adroitbureau.com"
class="adroit-link"
target="_blank"
>Adroit Bureau Ltd : Intern</a
>
</h3>
<h5 class="text-muted">October 2022 - present</h5>
<h5>
<li>Front-end web development and maintenance of web pages.</li>
<li>
Management of priorities and due dates. Short and long term
capacity planning. Forecasting of workload.
</li>
<li>
Access management, software installations, hardware issues and
orders.
</li>
<li>Designed and created the internship landing page.</li>
<li>Training team members.</li>
</h5>
</li>
</ul>
</div>
<!-- END WORK EXPERIENCE -->
<!-- START EDUCATION -->
<div id="education" class="">
<h2 class="text-primary">
<i class="fa fa-graduation-cap"></i>
<u>EDUCATION</u>
</h2>
<!--HIGH SCHOOL-->
<ul>
<li>
<h3>Prempeh College</h3>
<h5 class="text-muted">2016-2019</h5>
<h4>General Arts</h4>
</li>
</ul>
<ul>
<li>
<h3>
Kwame Nkrumah University Of Science and Technology (KNUST)
</h3>
<h5 class="text-muted">2020-2024</h5>
<h4>Bsc. Actuarial Science:</h4>
</li>
</ul>
<!--TERTIARY-->
</div>
<!-- END EDUCATION -->
</div>
</div>
<!-- END GRID CONTAINER -->
<!-- JavaScript Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>