-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.84 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
36
37
<!DOCTYPE html>
<html>
<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">
<title>Shah Haroon</title>
<link rel="icon" href="favicon.ico" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="themes/reset.css">
<link rel="stylesheet" href="themes/styles.css">
<link rel="stylesheet" href="themes/indigo-white.css">
</head>
<body>
<main>
<div class="intro">Salam, I'm Shah Haroon </div>
<div class="tagline">AI is a tool. The choice about how it gets deployed is ours.</div>
<div class="tagline">Eat | Sleep | Code | Repeat</div>
<div class="icons-social">
<a target="_blank" href="https://github.com/shahharoon"><i class="fab fa-github"></i></a>
<!-- <a target="_blank" href="https://dev.to/flexdinesh"><i class="fab fa-dev"></i></a>
<a target="_blank" href="https://stackoverflow.com/story/flexdinesh"><i class="fab fa-stack-overflow"></i></a> -->
<a target="_blank" href="https://www.linkedin.com/in/shah-haroon-0202a3b4/"><i class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://www.facebook.com/shahharoon45"><i class="fab fa-facebook"></i></a>
<a target="_blank" href="https://instagram.com/shahharoon_"><i class="fab fa-instagram"></i></a>
<!-- <a target="_blank" href="https://medium.com/@flexdinesh"><i class="fab fa-medium"></i></a>
<a target="_blank" href="https://www.freecodecamp.org"><i class="fab fa-free-code-camp"></i></a>
<a target="_blank" href="https://www.behance.net"><i class="fab fa-behance"></i></a>
<a target="_blank" href="https://codepen.io"><i class="fab fa-codepen"></i></a> -->
</div>
</main>
</body>
</html>