-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (102 loc) · 3.41 KB
/
Copy pathindex.html
File metadata and controls
111 lines (102 loc) · 3.41 KB
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
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Links to my various profiles online" name="description"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
<title>ZeppelinCH Portal's</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<style>
body {
text-align: center;
margin-top: 48px;
font-family: "Josefin Sans", "Arial", sans-serif;
background: white;
}
h1, p {
color: #364652;
}
p {
font-size: 22px;
}
.profile-photo {
border-radius: 20%;
width: 120px;
}
.link-tree {
list-style: none;
padding: 0;
font-size: 20px;
}
.link-tree > li {
margin: 12px 0;
}
.link-tree >li a {
color: #364652;
background: #C7DBE6;
border-radius: 6px;
padding: 12px;
text-decoration: none;
max-width: 360px;
width: 90%;
display: block;
margin: 0 auto;
}
.link-tree > li a:hover,
.link-tree > li a:focus {
color: white;
background: #2D4F62;
}
</style>
</head>
<body>
<img class="profile-photo" src="https://drive.google.com/uc?id=1k1HkNGq9_e7nbR1o-rBBfuB5AKSuqWTi" alt="Representation of ZeppelinCH" />
<h1>Zeppelin CH</h1>
<p>Life always make me struggle and it will keep go on.</p>
<ul class="link-tree">
<li>
<a href="https://saweria.co/zeppelinch" target="_blank">
Saweria
</a>
</li>
<li>
<a href="https://ko-fi.com/zeppelinch" target="_blank">
Ko-Fi
</a>
</li>
</li>
<li>
<a href="https://www.buymeacoffee.com/ZeppelinCH" target="_blank">
BuyMeACoffee
</a>
</li>
<li>
<a href="https://secreto.site/agl7r1" target="_blank">
SecreTo Feedback
</a>
</li>
<li>
<a href="https://discordapp.com/users/257049437686333440/" target="_blank">
Discord
</a>
</li>
<li>
<a href="https://www.fiverr.com/azkarex" target="_blank">
Fiverr
</a>
</li>
<li>
<a href="https://www.twitter.com/Zeppelin_Ch" target="_blank">
Twitter
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCfrrdly_iZqHU2k9v2oeLqg/featured" target="_blank">
YouTube Channel
</a>
</li>
</ul>
<p>Order some Live2D rig services please</p>
</body>
</html>