-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (180 loc) · 4.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CrossBerry</title>
<link rel="shortcut icon" href="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true">
<meta name="description" content="A cross server connector bot to chat with members of other servers who are not in your server!">
<meta property="og:url" content="https://CrossBerry.attaditya.repl.co/">
<meta property="og:type" content="website">
<meta property="og:title" content="CrossBerry">
<meta property="og:description" content="A cross server connector bot to chat with members of other servers who are not in your server!">
<meta property="og:image" content="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="CrossBerry.attaditya.repl.co">
<meta property="twitter:url" content="https://CrossBerry.attaditya.repl.co/">
<meta name="twitter:title" content="CrossBerry">
<meta name="twitter:description" content="A cross server connector bot to chat with members of other servers who are not in your server!">
<meta name="twitter:image" content="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true">
<style>
* {
background: transparent;
color: #ffffff;
margin: 0;
padding: 0;
font-family: 'nasalization', sans-serif;
cursor: default;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: #2c2f33;
}
::-webkit-scrollbar-thumb {
background: #5865f2;
}
img {
z-index: 2;
user-select: none;
}
@keyframes move {
0% {
left: -50vh;
}
100% {
left: 100%;
}
}
.logo {
width: 100%;
margin: 0;
overflow: hidden;
height: 50%;
position: absolute;
padding: 0;
}
.cb1 {
height: 25vh;
position: absolute;
left: 0%;
animation: move 100s infinite;
margin: 0;
top: 20%;
}
.cb2 {
height: 40vh;
position: absolute;
animation: move 150s infinite;
left: 0%;
margin: 0;
top: 20%;
}
.cb3 {
height: 20vh;
position: absolute;
animation: move 120s infinite;
left: 0%;
top: 30%;
margin: 0;
}
.cb4 {
height: 35vh;
position: absolute;
animation: move 80s infinite;
left: 0%;
top: 25%;
margin: 0;
}
.cb5 {
height: 25vh;
position: absolute;
animation: move 30s infinite;
left: 0%;
top: 30%;
margin: 0;
}
.cb6 {
height: 30vh;
position: absolute;
animation: move 110s infinite;
left: 0%;
top: 40%;
margin: 0;
}
.cb7 {
height: 10vh;
position: absolute;
animation: move 15s infinite;
left: 0%;
top: 20%;
margin: 0;
}
.cbm {
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.bg {
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background: #2c2f33;
z-index: -1;
}
button {
user-select: none;
background: #5865f2;
padding: 3vh;
border: none;
border-radius: 2vh;
font-size: 4vh;
cursor: pointer;
color: #000000;
}
.main {
position: absolute;
top: 50%;
padding: 3vh;
text-align: center;
width: calc(100% - 6vh);
}
h1 {
font-size: 10vh;
margin: 2vh;
user-select: none;
}
p {
font-size: 6vh;
margin: 2vh;
}
::selection {
background: #5865f2;
color: #000000;
}
</style>
</head>
<body>
<div class="logo">
<img class="cb1" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cb2" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cb3" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cb4" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cb5" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cb6" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cb7" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
<img class="cbm" src="https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true" />
</div>
<div class="main">
<h1>Connect To World!</h1>
<button onclick="window.open('https://discord.com/api/oauth2/authorize?client_id=894131041390977074&permissions=275418132032&scope=bot%20applications.commands');">Add</button>
<p>
A cross server connector bot to chat with members of other servers who are not in your server!
</p>
</div>
<div class="bg"></div>
</body>
</html>