-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout Me.html
More file actions
45 lines (35 loc) · 2.13 KB
/
About Me.html
File metadata and controls
45 lines (35 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY Portfolio/About Me</title>
<link rel="stylesheet" href="styles/styles1.css">
</head>
<body>
<main>
<div class="profile">
<img src="onyeka.jpg" alt="Image of me">
</div>
<div class="intro">
<h2>About Me</h2>
<p>Hi everyone, my name is Ossai Onyekachi. I'm a computer science student at the University of Nigeria, Nsukka, with a strong passion for technology and innovation. With a solid foundation in mathematics, programming languages, and software development, I'm excited to explore new opportunities and challenges in the tech industry.
As a curious and goal-driven individual, I thrive in team-based settings and am always looking for ways to improve my skills and knowledge. My experience as a student, in Poltics, as an IYMC contestant and pagentry has taught me the importance of determination, perseverance, collaboration, problem-solving, adaptabiity and many more.
I'm committed to being the best version of myself and contributing to meaningful projects that align with my values and interests. Some of my areas of interest include Web developmemnt, artificial intelligence, and web3 smart contract developmemnt.
When I'm not studying or working on projects, you can find me admiring art, or watching a movie. Music is my lifestyle. I'm excited to connect with like-minded individuals and learn from their experiences. </p>
</div>
<div class="footer" id="contactMe">
<h2>Contact Me</h2>
<p>Get in touch with me on the following platforms:
<ul>
<li><a href="https://www.linkedin.com/in/ossai-onyekachi" target="_blank">LinkedIn</a></li>
<li><a href="https://twitter.com/ossai_onyekachi" target="_blank">Twitter</a></li>
<li><a href="https://github.com/ossai-onyekachi" target="_blank">GitHub</a></li>
</ul>
<p>You can also email me at: <a href="mailto:ojhaine@gmail.com">ojhaine@gmail.com</a></p>
<p>Phone: +234 811 829 6961</p>
</p>
<p>©Jeanelle. All Rights Reserved.</p>
</div>
</main>
</body>