-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (27 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>links</title>
</head>
<body>
<div class="box">
<img id="img" src="faraz.jpg" alt="image">
<span id="name">Mohammed Faraz</span>
</div>
<div class="links">
<a class="link" href="https://twitter.com/Farazaldin">Twitter<img src="https://img.icons8.com/color/2x/twitter.png" alt="Twitter"
width="30px" height="30px" alt="Twitter Handle with it's logo"></a>
<a class="link" href="https://faraz.hashnode.dev/">Hashnode <img src="https://img.icons8.com/color/2x/hashnode.png" alt="Hashnode"
width="30px" height="30px"></a>
<a class="link" href="https://www.linkedin.com/in/mohammed-faraz-74a483262/">Linkedin <img src="https://img.icons8.com/color/2x/linkedin.png" alt="linkedin"
width="30px" height="30px">
</a>
<a class="link" href="https://www.instagram.com/farazaldeen/">Instagram <img src="https://cdn-icons-png.flaticon.com/128/2111/2111463.png"
alt="instagram" width="30px" height="30px"></a>
</div>
</body>
</html>