-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
124 lines (98 loc) · 2.47 KB
/
links.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> @omespino - social links </title>
<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=Oswald:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<style type="text/css">
body {
font-family: "Oswald",sans-serif;
background-color: #202020;
letter-spacing: 8px;
}
a {
text-decoration: none;
color: #F06E6E !important;
line-height: 1em;
display: inline-block;
margin: 16px;
}
h1,h2 {
text-align: center;
color: #F06E6E !important;
}
h1 {
font-size: 42px;
}
h2 {
font-size: 24px;
}
img,iframe {
border-radius: 8px !important;
-webkit-mask-image: -webkit-radial-gradient(white, black);!important;
}
.circular-square {
margin-top: 42px;
border-radius: 50% !important;
margin-bottom: 32px;
}
/* @media (min-width: 780px) {
h1 {
font-size: 72px;
}
h2{
font-size: 48px;
}
}
@media (min-width: 702px) {
h1 {
font-size: 72px;
}
h2{
font-size: 48px;
}
}
@media (min-width: 724px) {
h1 {
font-size: 72px;
}
h2{
font-size: 48px;
}
}*/
@media (max-width: 623px) {
h1 {
font-size: 72px;
}
h2{
font-size: 48px;
}
}
</style>
<h1>
<img class="circular-square" style="height: 240px; width: auto" src="https://omespino.com/wp-content/uploads/2021/01/GoelVTo4_400x400.jpg" alt="">
<br>
@OMESPINO
</h1>
<h2>
<a href="https://twitter.com/intent/user?screen_name=omespino" target="_blank" rel="noopener">TWITTER</a>
<br>
<a href="https://ⓘnfⓞsⓔc.ⓔxchangⓔ/@omespino" target="_blank" rel="noopener">MASTODON</a>
<br>
<a href="https://github.com/omespino" target="_blank" rel="noopener">GITHUB</a>
<br>
<a href="https://omespino.com/bug-bounty-writeups-collection/" target="_blank" rel="noopener">HANDBOOK: BUG BOUNTY WRITEUPS COLLECTION</a>
<br>
<a href="https://omespino.com/es/bug-bounty-espanol/" target="_blank" rel="noopener">LIBRO: BUG BOUNTY EN ESPAÑOL</a>
<br>
<a href="https://omespino.com" target="_blank" rel="noopener"> ENGLISH BLOG</a>
<br>
<a href="https://omespino.com/es/" target="_blank" rel="noopener">BLOG EN ESPAÑOL</a>
<br>
</h2>
</body>
</html>