-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
493 lines (492 loc) · 13.8 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
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Discord|Your Place to Talk and Hang Out</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
/>
<style>
html {
width: 100%;
}
.image-container {
width: 100%;
height: 100%;
position: relative;
}
.button {
position: absolute;
background-color: white;
color: black;
left: 90%;
top: 5%;
border-radius: 40px;
border-color: white;
width: 60px;
height: 35px;
font-family: "Helvetica";
font-size: medium;
box-shadow: none;
}
.img {
font-size: 30px;
top: 5%;
left: 5%;
color: white;
position: absolute;
}
.text-container {
position: absolute;
top: 5%;
left: 25%;
}
a {
text-decoration: none;
font-family: "Helvetica";
font-weight: bold;
color: white;
}
.centered {
position: absolute;
top: 25%;
left: 24%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 60px;
font-weight: bolder;
color: white;
text-align: center;
}
.center {
position: absolute;
top: 40%;
left: 21%;
color: white;
font-size: 50px;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.button2 {
position: absolute;
background-color: white;
color: black;
left: 28%;
top: 58%;
border-radius: 40px;
border-color: white;
width: 280px;
height: 55px;
font-family: "Helvetica";
font-size: 20px;
box-shadow: black;
}
.button3 {
position: absolute;
background-color: black;
color: white;
left: 53%;
top: 58%;
border-radius: 40px;
border-color: white;
width: 290px;
height: 55px;
font-family: "Helvetica";
font-size: 20px;
box-shadow: black;
}
.container {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto;
column-gap: 5px;
padding: 8px;
}
.image {
top: 60%;
max-width: 20%;
max-height: 20%;
margin-left: 15%;
}
h2 {
font-size: 40px;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
p {
font-size: 20px;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.text4 {
margin-left: 20%;
}
h1 {
text-align: center;
font-size: 40px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h3 {
font-size: 20px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
.image2-container {
width: 85%;
height: 85%;
position: relative;
margin-left: 7%;
}
.new2 {
margin-left: 30%;
width: 40%;
}
.button4 {
background-color: hsl(240, 100%, 50%);
color: white;
margin-left: 40%;
border-radius: 40px;
border-color: white;
width: 270px;
height: 45px;
font-family: "Helvetica";
font-size: 20px;
box-shadow: none;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
footer {
margin-top: auto;
background-color: rgb(46, 49, 49);
color: white;
padding: 70px 0;
height: 100%;
width: 100%;
}
.containerf {
max-width: 1170px;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
ul {
list-style: none;
font-size: 15px;
font-weight: lighter;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.footer-col {
width: 20%;
padding: 0 15px;
}
h4 {
color: rgb(49, 49, 158);
font-size: 20px;
}
option {
color: brown;
}
select {
color: white;
border-radius: 5px;
}
hr {
height: 1px;
background-color: blue;
border: none;
}
.last {
margin-top: 2px;
margin-left: 20px;
}
.last1 {
margin-left: 90%;
font-family: Arial, Helvetica, sans-serif;
border-radius: 20px;
width: 90px;
height: 40px;
background-color: rgb(81, 81, 235);
color: white;
font-size: 20px;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="image-container">
<img
src="https://theme.zdassets.com/theme_assets/678183/b7e9dce75f9edb23504e13b4699e208f204e5015.png"
alt="Discord"
width="100%"
height="750px"
/>
<div class="img" style="font-family: Hevetica">
<i class="fab fa-discord"> Discord</i>
</div>
<div class="text-container">
<a href="https://discord.com/download"
> Download </a
>
<a href="https://discord.com/nitro"
>Nitro </a
>
<a href="https://discord.com/servers"
>Discover </a
>
<a href="https://discord.com/safety"
>Safety </a
>
<a href="https://support.discord.com/hc/en-us"
>Support </a
>
<a href="https://discord.com/blog"
>Blog </a
>
<a href="https://discord.com/careers"
>Careers </a
>
</div>
<div class="centered">
<center>IMAGINE A PLACE...</center>
</div>
<button
class="button"
onclick="window.location.href='https://discord.com/login';"
>
Login
</button>
<div class="center">
<center>
<p>
...where you can belong to a school club, a gaming group, or a
worldwide art community.<br />
Where just you and a handful of friends can spend time together.
<br />A place that makes it easy to talk every day and hang out more
often.
</p>
</center>
</div>
<button class="button2">
<i class="fa fa-download"></i> Download for Windows
</button>
<button class="button3">open Discord in your browser</button>
</div>
<div class="container">
<div class="image">
<img
class="new1"
src="https://archive.ph/3H8Lf/a63d471cbfbdf09181d70f67f9a0b054f6d65b76.svg"
width="550px"
/>
</div>
<div class="text4">
<h2>
Create an invite-<br />only place where you<br />
belong
</h2>
<p>
Discord servers are organized into topic-based <br />channels where
you can collaborate, share, <br />and just talk about your day without
clogging<br />
up a group chat.
</p>
</div>
</div>
<div class="container" style="background-color: whitesmoke">
<div class="text4">
<h2>
Where hanging<br />
out is easy
</h2>
<p>
Grab a seat in a voice channel when<br />
you’re free. Friends in your server can see<br />
you’re around and instantly pop in to talk <br />without having to
call.
</p>
</div>
<div class="image">
<img
src="https://archive.ph/2tsJx/6239dae6c6e43750e7dab523c91c625f110f25f7.svg"
width="500px"
/>
</div>
</div>
<div class="container">
<div class="image">
<img
src="https://archive.ph/2tsJx/1b3a8f3507401d78e14caf92378c088e3a620db2.svg"
width="550px"
/>
</div>
<div class="text4">
<h2>
From few to a<br />
fandom
</h2>
<p>
Get any community running with moderation<br />
tools and custom member access. Give<br />
members special powers, <br />set up private channels, and more.
</p>
</div>
<br />
</div>
<div style="background-color: whitesmoke">
<br />
<br />
<h1><center>RELIABLE TECH FOR STAYING CLOSE</center></h1>
<h3>
Low-latency voice and video feels like you’re in the same room. Wave
hello over video, watch friends stream their <br />games, or gather up
and have a drawing session with screen share.
</h3>
<br />
<img
class="image2-container"
src="https://archive.is/iuKT8/1917a68090e9c69a922595fcf8f83e6e3aa09f71.svg"
/>
</div>
<div style="background-color: whitesmoke">
<h2>
<center><b>Ready to start your journey?</b></center>
</h2>
<br /><br /><br />
<button class="button4">
<i class="fa fa-download"></i> Download for Windows</button
><br />
<br />
</div>
<br />
<footer>
<div class="containerf">
<div class="row">
<div class="footer-col">
<select style="background: transparent">
<option value="1">English,USA</option>
<option value="2">Norwegian</option>
<option value="3">Polski</option>
<option value="4">Svenska</option>
</select>
<br />
<br />
<div class="social-links">
<a><i class="fab fa-twitter"></i></a>
<a><i class="fab fa-instagram"></i></a>
<a><i class="fab fa-facebook-square"></i></a>
<a><i class="fab fa-youtube"></i></a>
<a><i class="fab fa-tiktok"></i></a>
</div>
</div>
<div class="footer-col">
<h4>Product</h4>
<br />
<ul>
<li><a style="text-decoration: none" href="#">Download</a></li>
<br />
<li><a style="text-decoration: none" href="#">Nitro</a></li>
<br />
<li><a style="text-decoration: none" href="#">Status</a></li>
<br />
<li>
<a style="text-decoration: none" href="#">App Directory</a>
</li>
<br />
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<br />
<ul>
<li><a style="text-decoration: none" href="#">About</a></li>
<br />
<li><a style="text-decoration: none" href="#">Jobs</a></li>
<br />
<li><a style="text-decoration: none" href="#">Brand</a></li>
<br />
<li><a style="text-decoration: none" href="#">Newsroom</a></li>
<br />
</ul>
</div>
<div class="footer-col">
<h4>Resources</h4>
<br />
<ul>
<li><a style="text-decoration: none" href="#">College</a></li>
<br />
<li><a style="text-decoration: none" href="#">Support</a></li>
<br />
<li><a style="text-decoration: none" href="#">Safety</a></li>
<br />
<li><a style="text-decoration: none" href="#">Blog</a></li>
<br />
<li><a style="text-decoration: none" href="#">Feedback</a></li>
<br />
<li><a style="text-decoration: none" href="#">Developers</a></li>
<br />
<li><a style="text-decoration: none" href="#">StreamKit</a></li>
<br />
<li><a style="text-decoration: none" href="#">Creators</a></li>
<br />
<li><a style="text-decoration: none" href="#">Community</a></li>
<br />
<li>
<a style="text-decoration: none" href="#"
>Official 3rd Party Merch</a
>
</li>
</ul>
</div>
<div class="footer-col">
<h4>Policies</h4>
<br />
<ul>
<li><a style="text-decoration: none" href="#">Terms</a></li>
<br />
<li><a style="text-decoration: none" href="#">Privacy</a></li>
<br />
<li>
<a style="text-decoration: none" href="#">Cookie Settings</a>
</li>
<br />
<li><a style="text-decoration: none" href="#">Guideines</a></li>
<br />
<li>
<a style="text-decoration: none" href="#">Acknowledements</a>
</li>
<br />
<li><a style="text-decoration: none" href="#">Licenses</a></li>
<br />
<li>
<a style="text-decoration: none" href="#"
>Company Information</a
>
</li>
<br />
</ul>
</div>
</div>
</div>
<br />
<hr />
<br />
<div class="last">
<a style="font-size: 20px"
><i class="fab fa-discord"></i> Discord</a
>
<button
class="last1"
onclick="window.location.href='https://discord.com/register';"
>
Sign up
</button>
</div>
</footer>
</body>
</html>