-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (90 loc) · 3.11 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
<html lang = "de">
<head>
<title>Mastodon.de | Hallo von Broti</title>
<head>
<meta charset="UTF-8">
<meta name="description" content="Mastodon.de | Broti war hier.">
<meta name="keywords" content="Broti, Mastodon.de, Mastodon, Hallo, Ente, Enten">
<meta name="author" content="Broti">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Tilt+Prism&display=swap" rel="stylesheet">
<link rel="icon" href="fav.gif" type="image/gif" />
<meta property="og:title" content="Mastodon.de | Hallo von Broti" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://mastodon.de" />
<meta property="og:image" content="bg.jpg" />
<meta property="og:description" content="Mastodon.de | Broti war hier." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@WeissbrotDE">
<meta name="twitter:creator" content="@WeissbrotDE">
<meta name="twitter:url" content="https://mastodon.de"/>
<meta name="twitter:title" content="Mastodon.de | Hallo von Broti">
<meta name="twitter:description" content="Mastodon.de | Broti war hier.">
<meta name="twitter:image" content="bg.jpg">
</head>
<style>
body {
background-image: url('bg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
font-family: 'Tilt Prism', cursive;
}
h1 {
font-size: 2vw;
box-shadow: 0 0 10px 5px #48abe0,
0 0 20px 7px #ebecca,
0 0 25px 20px #8a2be2,
0 0 30px 25px #ff1493;
border-radius: 0.5vw;
}
div {
width: 15vw;
margin: auto;
}
a {
font-size: 1.75vw;
}
.btn-grad {
background-image: linear-gradient(to right, #7a15bd 0%, #F4D03F 51%, #16A085 100%);
margin: 10px;
padding: 15px 45px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: 0 0 20px #eee;
border-radius: 10px;
display: block;
text-decoration: none;
}
.btn-grad:hover {
background-position: right center;
color: #b87825;
text-decoration: none;
}
.center {
padding: 25vh;
text-align: center;
}
</style>
</head>
<body>
<div class="center">
<h1 style="color:#ffffff";>Broti war hier.</h1>
<div>
<p>
<b>
<a class="btn-grad" href="https://broti.net">Website</a>
<a class="btn-grad" href="https://go.broti.net/Twitter">Twitter</a>
<a class="btn-grad" href="https://go.broti.net/Discord">Discord</a>
<a class="btn-grad" href="https://broti.net/spenden">Spenden</a>
</b>
</p>
</div>
</div>
</body>
</html>