-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (24 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Huzefa Taj</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<br>
<br>
<div class="flex-container">
<div class="github"><a href="https://github.com/huzefaTaj"><i class="fa fa-github"></i></a></div>
<div class="instagram"><a href="https://www.instagram.com/_huzefa_taj/"> <i class="fa fa-instagram"></i> </a></div>
<div class="linkdin"><a href="https://www.linkedin.com/in/huzefa-taj-8a975a191/"><i class="fa fa-linkedin"></a></i></div>
<div class="portfolio"><a href="https://huzefataj.github.io/portfolio/"><i class="fa fa-globe"></i></a></div>
</div>
<!--<footer>
<div class="endfooter">
<p> © Copyright 2020 All rights reserved | This website is made with ♥ by Huzefa Taj</p>
</div>
</footer>-->
</body>
</html>