-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
29 lines (27 loc) · 840 Bytes
/
home.html
File metadata and controls
29 lines (27 loc) · 840 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
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>First Project</title>
</head>
<body>
<header>
<h1>Hello and Welcome</h1>
<h2>Here is some native information about myself!!</h2>
<hr>
</header>
<section>
<a href="Education.html">Education</a>
<br>
<a href="Experience.html">Experience</a>
</section>
<hr>
<footer>
<article>
If you need to contact with me for some reason feel free to contact me on my github account.
</article>
<a href="https://github.com/faeem13" target="_blank"><img src = "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"alt = "Github" height="100"width = "100"></a>
</footer>
</body>
</html>