-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (31 loc) · 1.35 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Thumbs_up_font_awesome.svg/2000px-Thumbs_up_font_awesome.svg.png">
<meta name="google-site-verification" content="PjdxrAvaAIg7kowy1KXVgvrdJJYBnSbGHeYUfmx3owk" />
<meta name="description" content="Soy Harland Lohora, Full Stack Web Developer!">
<meta name="keywords" content="Harland, Harland Lohora, harlandlohora.com">
<title>Harland Lohora</title>
</head>
<body>
<div class="social">
<a href="https://github.com/HarlandLohora" class="btn">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/HarlandLohora" class="btn">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/harlandlohora/" class="btn">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/harlandlohora/" class="btn">
<i class="fab fa-instagram"></i>
</a>
</div>
</body>
</html>