-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
278 lines (241 loc) · 7.9 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<meta content="text/html; charset=UTF-8" name="Content-Type" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<!--TODO: Add your details -->
<title>Name | Short Description</title>
<meta name="title" content="Name | Short Description" />
<meta name="description" content="Long Description" />
<meta name="keywords" content="Name, Other Keywords" />
<meta name="author" content="Name" />
<!--TODO: Add your details -->
<meta property="og:type" content="website" />
<meta property="og:url" content="your base url" />
<meta property="og:title" content="Name | Short Description" />
<meta property="og:description" content="Long Description" />
<meta property="og:image" content="your base url/profile.jpeg" />
<!--TODO: Add your details -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="your base url" />
<meta property="twitter:title" content="Name | Short Description" />
<meta property="twitter:description" content="Long Description" />
<meta property="twitter:image" content="your base url/profile.png" />
</head>
<body>
<div id="hreferee">
<!--TODO: Update the profile picture -->
<img
src="profile.jpeg"
height="600px"
width="600px"
class="profile shadow"
/>
<!--TODO: Add your details -->
<h1>Your Name Here</h1>
<h2>Your Description Here</h2>
<!-- Twitter -->
<a href="" target="_blank" class="shadow">
<img src="icons/twitter.svg" alt="twitter" height="40" width="40" />
<span class="label">Twitter</span>
</a>
<!-- Facebook -->
<a href="" target="_blank" class="shadow">
<img src="icons/facebook.svg" alt="facebook" height="40" width="40" />
<span class="label">Facebook</span>
</a>
<!-- Twitch -->
<a href="" target="_blank" class="shadow">
<img src="icons/twitch.svg" alt="twitch" height="40" width="40" />
<span class="label">Twitch</span>
</a>
<!-- Youtube -->
<a href="" target="_blank" class="shadow">
<img src="icons/youtube.svg" alt="youtube" height="40" width="40" />
<span class="label">Youtube</span>
</a>
<!-- Linkedin -->
<a href="" target="_blank" class="shadow">
<img src="icons/linkedin.svg" alt="linkedin" height="40" width="40" />
<span class="label">Linkedin</span>
</a>
<!-- CodePen -->
<a href="" target="_blank" class="shadow">
<img src="icons/codepen.svg" alt="codepen" height="40" width="40" />
<span class="label">CodePen</span>
</a>
<!-- Github -->
<a href="" target="_blank" class="shadow">
<img src="icons/github.svg" alt="github" height="40" width="40" />
<span class="label">Github</span>
</a>
<!-- Instagram -->
<a href="" target="_blank" class="shadow">
<img src="icons/instagram.svg" alt="instagram" height="40" width="40" />
<span class="label">Instagram</span>
</a>
<!-- NPM -->
<a href="" target="_blank" class="shadow">
<img src="icons/npm.svg" alt="npm" height="40" width="40" />
<span class="label">NPM</span>
</a>
<!-- Pocket -->
<a href="" target="_blank" class="shadow">
<img src="icons/pocket.svg" alt="pocket" height="40" width="40" />
<span class="label">Pocket</span>
</a>
<!-- Slack -->
<a href="" target="_blank" class="shadow">
<img src="icons/slack.svg" alt="slack" height="40" width="40" />
<span class="label">Slack</span>
</a>
<!-- Medium -->
<a href="" target="_blank" class="shadow">
<img src="icons/medium.svg" alt="medium" height="40" width="40" />
<span class="label">Medium</span>
</a>
<!-- Buy Me a Coffee -->
<a href="" target="_blank" class="shadow">
<img
src="icons/coffee.svg"
alt="buy me coffee"
height="40"
width="40"
/>
<span class="label">Buy Me Coffee</span>
</a>
<!-- TikTok -->
<a href="" target="_blank" class="shadow">
<img src="icons/tiktok.svg" alt="tiktok" height="40" width="40" />
<span class="label">TikTok</span>
</a>
<!-- Discord -->
<a href="" target="_blank" class="shadow">
<img src="icons/discord.svg" alt="discord" height="40" width="40" />
<span class="label">Discord</span>
</a>
<!-- Reddit -->
<a href="" target="_blank" class="shadow">
<img src="icons/reddit.svg" alt="reddit" height="40" width="40" />
<span class="label">Reddit</span>
</a>
<!-- Email -->
<a href="" target="_blank" class="shadow">
<img src="icons/mail.svg" alt="email" height="40" width="40" />
<span class="label">Email</span>
</a>
<!-- Custom Site -->
<a href="" target="_blank" class="shadow">
<img src="icons/globe.svg" alt="my-site" height="40" width="40" />
<span class="label">My Site</span>
</a>
</div>
<div id="source">
<p>
Create your own
<a href="https://subjective.dev/posts/hreferee/" target="_blank"
>hreferee</a
>
page!
</p>
</div>
<!-- icons from https://feathericons.com/ -->
<!-- TODO: You can customize the font styles and color scheme in :root -->
<style>
:root {
--primary-color: #24292e;
--secondary-color: #2f363d;
--tertiary-color: #fff;
--primary-font: Verdana, Geneva, Tahoma, sans-serif;
--seconary-font: "Courier New", Courier, monospace;
}
html,
body {
height: 100vh;
margin: 0px;
}
body {
background-color: var(--primary-color);
font-family: var(--primary-font);
color: var(--tertiary-color);
display: flex;
flex-direction: column;
justify-content: space-between;
}
#hreferee {
display: flex;
flex-direction: column;
gap: 15px;
text-align: center;
align-items: center;
max-width: 400px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
min-width: 260px;
}
h1 {
margin: 0px;
color: var(--tertiary-color);
font-size: 1.25em;
}
h2 {
margin-top: -10px;
color: var(--tertiary-color);
font-size: 1em;
font-weight: lighter;
}
img.profile {
max-width: 200px;
max-height: 200px;
border-radius: 50%;
padding: 5px;
background-color: var(--secondary-color);
}
#hreferee a[href=""] {
display: none;
}
#hreferee a {
display: flex;
width: 100%;
height: 54px;
background-color: var(--secondary-color);
padding-left: 10px;
padding-right: 10px;
align-items: center;
border-radius: 8px;
text-decoration: none;
color: var(--tertiary-color);
font-weight: bold;
font-size: 2em;
font-family: var(--seconary-font);
}
a span.label {
flex-grow: 1;
}
a:hover {
opacity: 0.8;
}
.shadow {
-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000;
}
#source {
font-size: x-small;
display: flex;
flex: 1;
flex-direction: column-reverse;
text-align: center;
padding-bottom: 10px;
}
#source a {
color: var(--tertiary-color);
}
</style>
</body>
</html>