-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
35 lines (27 loc) · 1.12 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
35
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1 class="header">Nizar Ilyas Khatri</h1>
<p>
I am Nizar Ilyas Khatri. I have done my Bacherlors from University of Karachi in 2010,
currently having a experience of around 6 years i am working as senior software engineer in 10Pearls.<br/>
I am also doing Masters in Software Project Management from FAST University.<br />
</p>
<div class="container">
<a href="https://www.facebook.com/nizar.khatri" target="_blank">
<img alt="Nizar Ilyas" src="http://iconbug.com/data/46/256/e5da8e60ffe95bca3aa593711b88b6f3.png"> Facebook profile
</a><br/><br/>
<a href="https://www.linkedin.com/in/nizar-khatri-53942450/" target="_blank">
<img alt="Nizar Ilyas" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/linkedin-128.png"> Linkedin profile
</a>
</div>
</body>
<div class="footer">
Address: NP 7/5 Amna Manzil River Road Old Market, Near City Court, Karachi <br/>
Contact No: +92 345 235 235 9
</div>
</html>