-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
84 lines (70 loc) · 2.87 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mbiet's Personal Site</title>
<link rel="stylesheet" href="css/style.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TKKPWQ6J');</script>
<!-- End Google Tag Manager -->
<script src="js/classLinks.js"> </script>
</head>
<body>
<div class="body">
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="contact.html"> Contact Me</a></li>
<li class="class-links">
<a href="#">Class Links</a>
<ul class="dropdown">
<li><a href="https://mattm401.github.io/">Course Website</a></li>
<li><a href="https://cbcolleg3.github.io/">Previous Student</a></li>
<li><a href="https://megyar.github.io/">Next Student</a></li>
</ul>
</li>
</ul>
</nav>
<h1>About Me</h1>
<p>
I am a Twenty year old Senior at UD, Born and raised in Nigeria but moved to Delaware in 2019.
I am easy to talk too as I have been referred to as "approachable".
I love listening to Afrobeats and my favorite afrobeat musician is Wizkid(I recommend listening to his songs).
My hobbies are watching and playing soccer as well as dancing.
</p>
<br>
<br>
<p> Some aspects of Web development I love are:
</p>
<ul>
<li>I get to be creative and implement my ideas on the site and make changes as needed</li>
<li>I feel a sense of freedom while programming sites, I feel comfortable </li>
</ul>
<br><br><br><br>
<br><br>
<br><br>
<footer class="footer">
<div class="contact-details">
<p>Contact Details:</p>
<a href="contact.html" target="_blank"> Contact Me</a>
</div>
<div class="social-media">
<p>Connect with me:</p>
<a href="https://www.instagram.com/mbeeleven_/" target="_blank">Instagram</a>
<a href="https://discordapp.com/users/mbiett11" target="_blank">Discord</a>
<a href="https://github.com/mbiet11" target="_blank">GitHub</a>
</div>
</footer>
</div>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKKPWQ6J"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>