forked from saiarjun546/SlimeCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
256 lines (245 loc) · 6.92 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- local css -->
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="shortcut icon" href="https://cdn.discordapp.com/attachments/923817462552727559/964105919376019536/ezgif.com-gif-maker.gif" type="image/x-icon">
<title>Join Us</title>
</head>
<style>
.container{
margin: 0 0 0 50px;
align-content: center;
}
/* common stuff */
html{
scroll-behavior: smooth;
}
.bg{
background-image: linear-gradient(45deg, #000000 0%, #414141 74%);
animation: animate-bg 10s infinite ease-in-out;
background-size: 400% 400%;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
@keyframes animate-bg{
0%{
background-position: 0% 50%;
}
50%{
background-position:100% 50%;
}
100%{
background-position: 0% 50%;
}
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky + .container {
margin-top: 50px;
padding-top: 40px;
}
.header h3{
color: white;
font-size: 40px;
text-align: center;
}
nav p {
font-size: 24px;
color: #fff;
font-weight: bold;
}
nav ul{
margin-top: 10px;
}
#first-link{
margin-left: 420px;
}
nav{
position: sticky;
}
.nav-link{
font-size: 18px;
display: inline-block;
color: #fff;
text-decoration: none;
padding: 10px 30px ;
border: 2px solid #3c67e3;
border-radius: 10px;
margin-left: 15px;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 20px;
padding-left: 20px;
}
}
.nav-link:hover{
animation: pulse 1s ease-in-out infinite;
color: white;
}
@keyframes pulse {
0%{
box-shadow: 0 0 25px #5ddcff, 0 0 50px #4e00c2;
}
}
.navbar-nav .nav-link {
padding: 10px 20px;
}
.top-btn{
position: fixed;
bottom: 100px;
right: 130px;
width: 10px;
height: 0px;
border-radius: 50%;
}
.discord-invite{
margin: -30px 0 0 260px;
padding: 50px 30px;
align-content: center;
text-align: center;
background-color: #282b30;
float: right;
position: absolute;
border-radius: 10px;
pointer-events: none;
}
.server-icon img{
height: 90px;
width: 90px;
border-radius: 50%;
}
.invite-text p{
color: #72757b;
padding: 10px 0 0 0;
}
#server-name{
font-size: 20px;
margin-top: 0px;
padding-left: 16px;
color: white;
}
.bubbles{
color:#72757b;
}
.online-bubble{
background-color: #1e2124;
border-radius: 20px;
display: block;
padding: 2px 15px;
margin: 0 0 0 80px;
float: left;
}
.online-bubble img{
height: 10px;
width: 10px;
margin: 0 5px 4px 0;
}
.member-bubble{
background-color: #1e2124;
border-radius: 20px;
display: block;
padding: 2px 15px;
margin: 0 0 0 10px;
float: left;
}
.member-bubble img{
height: 10px;
width: 10px;
margin: 0 5px 4px 0;
}
#invite-btn{
display:inline-block;
color: #fff;
text-decoration: none;
padding: 10px 150px;
border-radius: 5px;
background-color: #7289da;
font-size: 19px;
margin-top: 30px;
pointer-events: all;
border-width: 0px;
}
#invite-btn:hover{
background-color: #576ec0;
}
#invite-btn:active{
background-color: #35478b;
}
</style>
<body>
<div class="bg"></div>
<header class="sticky-top">
<div class="header">
<h3>Lorem ipsum dolor sit.</h3>
<!-- <h3>Lorem ipsum dolor sit.</h3> -->
</div>
<nav class="navbar navbar-expand-lg bg-transparent sticky-top" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="https://cdn.discordapp.com/attachments/923817462552727559/964105919376019536/ezgif.com-gif-maker.gif" alt="" width="50px" height="50px" class="d-inline-block align-text-top">
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<p id="server-name">SlimeCraft SMP</p>
</li>
<li class="nav-item" id="first-link">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="wiki.html">Wiki</a>
</li>
<li class="nav-item">
<a class="nav-link" href="support.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="join.html">Join Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="discord-invite">
<div class="server-icon">
<img src="https://cdn.discordapp.com/attachments/923817462552727559/964105919376019536/ezgif.com-gif-maker.gif" alt="server icon">
</div>
<div class="invite-text">
<p>You've been happily invited to join</p>
</div>
<div class="server-name">
<p>SlimeCraftSMP</p>
</div>
<div class="bubbles">
<div class="online-bubble">
<img src="https://cdn.discordapp.com/attachments/901714249758425112/965966597716062249/online-circle.png" alt="online"><span class="online">82</span> Online
</div>
<div class="member-bubble">
<img src="https://cdn.discordapp.com/attachments/901714249758425112/965966597489573968/member-circle.png" alt="members"><span id="members">335</span> Members
</div>
</div>
<div class="server-invite-btn">
<a href="https://discord.gg/DHT4KYrWPk" class="btn" target="_blank"><button id="invite-btn">Accept Invite</button></a>
</div>
</div>
</div>
</body>
<script src="script.js"></script>
</html>