forked from irshad/LinkTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (115 loc) · 4.7 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--uncomment for local icons-->
<!--<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
-->
<link rel="shortcut icon" href="https://res.cloudinary.com/phonerefer/image/upload/v1575096088/ve0o2n85nfvgdatgqer2.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2e3440" />
<meta
name="description"
content="Links To My Accounts | Developed By - Your Name"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap" rel="stylesheet">
<title>Links - Your Name</title>
<style>
body{
background-color: #2e3440;
color :#e5e9f0;
font-family: 'Atkinson Hyperlegible', sans-serif;
}
h5{
color: #eceff4;
}
hr{
color:#d8dee9;
border-color:#d8dee9;
}
.name{
color: #8fbcbb
;
}
.love{
color: #bf616a !important;
}
.mute{
color: rgb(171, 185, 207);
}
/*----------------- Mail-------------------- */
#email{
text-decoration: none;
float: right;
color:#8fbcbb;
}
.footer{
margin-top: 5% !important;
margin-bottom: 10px;
color: #d8dee9;
}
.btn-outline-light{
color:#e5e9f0;
border-color: #d8dee9;
background-color: #3b4252;
}
.btn-outline-light:hover{
color:#e5e9f0;
border-color: #d8dee9;
background-color: #4c566a;
}
@media (max-width: 479px) {
.footer{
margin-top: 35% !important;
}
}
.m-3{
border-radius: 5%;
}
</style>
</head>
<body>
<div class="container">
<div class="media mt-5">
<img src="https://res.cloudinary.com/phonerefer/image/upload/v1575096088/ve0o2n85nfvgdatgqer2.jpg" class="m-3" alt="image" width="75px" height="75px">
<div class="media-body m-2">
<h5 class="align-items-center mt-2">Your Name</h5>
<p>Hello! I am (Your Name) Developer based in (Your City), (Your Country).</p>
</div>
</div>
<div class="mt-4">
<a href="https://github.com/your-nme" class="btn btn-outline-light btn-block" role="button"><i class="fab fa-github"> </i>Github</a>
<br>
<a href="https://twitter.com/your-name" class="btn btn-outline-light btn-block" role="button"><i class="fab fa-twitter"> </i>Twitter</a>
<br>
<a href="https://www.instagram.com/your-name/" class="btn btn-outline-light btn-block" role="button"><i class="fab fa-instagram"> </i>Instagram</a>
<br>
<a href="https://blog.your-name.com/" class="btn btn-outline-light btn-block" role="button"><i class="fa fa-code"> </i>Website</a>
</div>
<br>
<hr/>
<br>
<div class="mt-4">
<a href="#" class="btn btn-outline-light btn-block" role="button" title="Coming soon"><i class="fa fa-laptop"> </i>An interesting link <span class="mute">- use this for a notable project, a useful site or a link you want to share</span></a>
<br>
<a href="https://github.com/your-name/yourcoolproject" class="btn btn-outline-light btn-block" role="button" ><i class="fa fa-rocket"> </i>ProJEcT<span class="mute">- Professional Joyous Echo Tester</span></a>
</div>
<!--------------------Footer---------------------------->
<div class="footer mt-5">
<h6>
Theme based on
<a href="https://www.nordtheme.com" class="name"> Nord</a>. Using <a href="https://brailleinstitute.org/freefont" class="name"> Atkinson Hyperlegible</a> for easier reading. </a>Copy this <a href="https://github.com/jagoosw/LinkTree" class="name">template</a>.
<a id="email" href="mailto:your@email"> <i class="fa fa-envelope"> </i> </a>
</h6>
</div>
</div>
<img src="https://hitcounter.pythonanywhere.com/count/tag.svg?url=example.com" alt="Hits" hidden=True>
</body>
</html>