-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.51 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<title>Haris khan portal</title>
<link rel="shortcut icon" href="images/icons.ico">
<link rel="apple-touch-icon" href="images/Myicons.png">
<link rel="icon" sizes="128x128" href="images/Myicons.png">
<meta name="viewport" content="width-device-width, intial-scale-1, shrink-to-fit=no">
<meta name="name" content="portal">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<img src="images/The sun.jpg" width="400px" hight="100px" alt="the man spreading light">
<h1> Haris khan Portal</h1>
<h2>About me</h2>
<p> Hello! my name is Muhammad Haris khan.<br>
JUNIOR YEAR STUDENT majoring in mechanical Engineering<br>
from University of Engineering and technology, Peshawar, Pakistan.<br>
Space enthusiast, artist, and aspiring Engineer. I am also a graphic designer.<br>
Love Music and art.
</p>
<h2>Credential and portfolio</h2>
<p> <a href="resume.html"> My Resume</a>|<a href="https://github.com/HARISKHAN-1729"> My Github</a> </p>
<h2>Contacts</h2>
<p>Email:<a href="mailto:[email protected]">[email protected]</a></p>
<p>Instagram:<a href="https://www.instagram.com/hariskhan1729/">Hariskhan</a></p>
<p>Facebook:<a href="https://web.facebook.com/Haris-Khan-109345300439761/">Hariskhan</a></p>
</body>
<footer>
<hr>
<code>Copyright 2020 haris khan</code>
</footer>
</html>