-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutUs.html
54 lines (49 loc) · 1.77 KB
/
AboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
</head>
<body>
<header>
<h1>Parallax</h1>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="AboutUs.html">About</a>
</li>
<li>
<a href="ContactUs.html">Contact</a>
</li>
<li>
<a href="Mentor.html">My Mentor</a>
</li>
<li>
<a href="Chess.html">Chess</a>
</li>
<li>
<a href="Scores.html">Scores</a>
</li>
</ul>
</nav>
</header>
<h2>About Me</h2>
<div>
<p>Hello! I'm Mike-kusah Terfa Daniel, and I'm passionate about Music and Software Development. I was born and
raised in Makurdi, Benue state and have always had a deep curiosity for how Software are being developed and
what goes on behind the scenes. I am currently studying Computer Science at Veritas University, Abuja where I
am
gaining valuable knowledge and skills in Software development and Networking.</p>
<p>In my free time, I enjoy listening to music, writing music,traveling and playing video games , and I'm
constantly seeking new challenges and opportunities to learn and grow in my field which is why I’m in HIIT PLC.
</p>
<p>I also enjoy Football and my favorite teams are Real Madrid and Newcastle United as their unique styles of play
dazzles me. My favorite player is Cristiano Ronaldo as his discipline and his hardwork is a key ingredient to
his success.</p>
</div>
</body>
</html>