-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (58 loc) · 2.27 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
/>
<!-- Link CSS -->
<link rel="stylesheet" href="styles.css"/>
<title>Sabeer Junaid | linktree</title>
<!-- Favicon -->
<link rel="icon" href="https://avatars.githubusercontent.com/u/59570904?v=4" style="border-radius: 50%;" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<style>
body {
margin: 100px;
}
</style>
</head>
<body>
<div class="snow">
</div>
<center>
<img src="https://avatars.githubusercontent.com/u/59570904?v=4" class="img-fluid" style="width: 100px; border-radius: 50%;" alt="Profile Picture">
<p style="color: white; font-size: 16px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);">@sabeerjunaid</p>
<div id="links">
<a class="link" href="https://github.com/SabeerJuniad" target="_blank">
<i class="fab fa-github"> </i>Github
</a>
<a class="link" href="https://www.linkedin.com/in/sabeerjunaid/" target="_blank">
<i class="fab fa-linkedin"> </i>Linkedin
</a>
<a class="link" href="#" target="_blank">
<i class="fa fa-globe"> </i>Portfolio
</a>
<a class="link" href="https://www.instagram.com/sabeer_89/" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="# " target="_blank">
<i class="fab fa-facebook"> </i>Facebook
</a>
</div>
</center>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>