-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 2.11 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="index.css">
<title>My Webpage</title>
</head>
<body>
<div class="container">
<nav>
<ul>
<li> <a href="index.html"> Home</a></li>
<li> <a href="About.html">About</a></li>
<li> <a href="Skills.html">Skills</a></li>
<li> <a href="Portfolio.html"> Portfolio</a></li>
</ul>
</nav>
<section>
<center>
<img src="me.jpg" alt="an image of princewhyte" height="200px" style="border-radius: 100%; margin-top: 30px; border: 6px solid wheat;" class="rotate">
<h1>Hi , I'm <span style="color: #4267B2;">Prince Whyte!</span> </h1>
<h4>Web Developer & Instructor</h4> <br>
<hr style="width: 30%;"> <br>
<p style="margin: 0px 0px 15px;">Computer Science Instructor, Web Developer <br> and Programmer based in Portharcourt. Sometimes works <br> as a freelancer.</p>
<div style="background-color: #4267B2; margin: 0px 0px 15px; padding: 10px;color: white; width: auto; border-radius: 5px; text-align: center;">
<p> Email: princewhyte02@gmail.com / Phone: +2349059835654 </p></div>
<a href="https://web.facebook.com/princewhyte2/" class="fa fa-facebook"></a>
<a href="https://twitter.com/princewhyte02" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/princewhyte-dabotubo-456a80161/" class="fa fa-linkedin"></a>
<a href="https://github.com/princewhyte2" class="fa fa-github"></a>
<a href="https://www.instagram.com/princewhyte02/?hl=en" class="fa fa-instagram"></a>
<a href="https://wa.me/09059835654" class="fa fa-whatsapp"></a>
</center>
</section>
</div>
</body>
</html>