-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (63 loc) · 2.89 KB
/
Copy pathindex.html
File metadata and controls
67 lines (63 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<img height="100" src="./assets/images/profile pic.jpg" alt="joseph's profile">
<h1 title="Congratulations You Found Me!">Ohioze Joseph</h1>
<hr />
<h2>About</h2>
<p>Hi there! I’m a Computer Science student who loves exploring the world of technology and creativity. I’m working toward becoming a full-stack developer because I enjoy building things that are both functional and user-friendly.
Alongside my technical interests, I’m also passionate about graphic design and video editing. I love bringing ideas to life visually, whether it’s designing something eye-catching or putting together a story through video. These creative skills often complement my coding projects, allowing me to add a personal touch to everything I create.
I’m always curious and eager to learn new things, whether it’s diving into the latest web technologies or experimenting with new design techniques. I thrive on collaboration and enjoy turning challenges into opportunities to grow.
Let’s connect—I’d love to chat about tech, design, or anything in between!</p>
<hr />
<h2>Educaion</h2>
<ul>
<li>Primary education at multigrace Primary School</li>
<li>Secondary education at Holydew divine International School</li>
<li>Undergraduate at Lagos state University(LASU)</li>
</ul>
<hr />
<h2>Work Experience</h2>
<ul>
<li>Ex computer operator & Technician @ Wale Business Center, Lagos</li>
<li>Ex Designer for Alt bank Risk management Team</li>
<li>Ex Designer for Clarion Remittance services</li>
<li>Ex Designer for Christ Apostolic Ministries Women Group</li>
<li>Ambassador for @Cowrywise financial services, Lagos</li>
<li>Head Designer @Design it Graphics</li>
</ul>
<hr />
<h2>skills</h2>
<ol>
<li>Great attention to detail</li>
<li>Adaptibility under pressure</li>
<li>Disciplined</li>
<li>Open-minded</li>
<li>Great time management</li>
<li>Emphathetic and understanding</li>
<li>Strong verbal and written communication</li>
<li>Active Listening</li>
<li>Quick learning </li>
</ol>
<hr />
<h2>Honors</h2>
<ol>
<li>Certificate of Completion from Canva Design school</li>
<li>Python 3 Certificate from Programming Hub</li>
<li>Certificate of Completion AI bootcamp</li>
</ol>
<hr />
<br /><br />
<a href="./public/hobbies.html">My Hobbies</a>
<a href="./public/contact.html">My Contact</a>
<br /><br /><br />
<footer>
<p>©Ohioze Joseph</p>
</footer>
</body>
</html>