forked from Harbduls/codeschool-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
25 lines (24 loc) · 653 Bytes
/
Index.html
File metadata and controls
25 lines (24 loc) · 653 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home </title>
</head>
<body>
<!--Home page-->
<div>
<h1 id="my-name"> Usman Abdulbasit Yasin</h1>
<nav id="nav-bar">
<a href="Index.html">Home</a>
<a href="About.Html">About</a>
<a href="contact.html">contact</a>
</nav>
<hr>
<p class="introduction">
I am a software developer with passion for building and solving real world problems
</p>
<img src="abdool.jpg" alt="profile-pic" width="200" height="200">
</div>
</body>
</html>