-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
316 lines (301 loc) · 12.6 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
<!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">
<title>Discord</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<div class="top-container">
<header>
<img src="img/discord-logo.png">
<div class="center-nav">
<a href="#">Download</a>
<a href="#">Why Discord?</a>
<a href="#">Nitro</a>
<a href="#">Safety</a>
<a href="#">Support</a>
</div>
<a href="#">Open Discord</a>
<img class="hamburger" src="img/hamburger.svg">
</header>
<div class="center-box">
<h1>Your place to talk</h1>
<p>Whether you’re part of a school club, gaming group, worldwide art community, or just a handful of friends that want to spend time together, Discord makes it easy to talk every day and hang out more often.</p>
<div class="nav-buttons">
<a href="//discord.com/api/download?platform=win"><svg width="24" height="24" viewBox="0 0 24 24" class="icon-nuGd5b"><g fill="currentColor"><path d="M17.707 10.708L16.293 9.29398L13 12.587V2.00098H11V12.587L7.70697 9.29398L6.29297 10.708L12 16.415L17.707 10.708Z"></path><path d="M18 18.001V20.001H6V18.001H4V20.001C4 21.103 4.897 22.001 6 22.001H18C19.104 22.001 20 21.103 20 20.001V18.001H18Z"></path></g></svg>Download for Windows</a>
<button>Open Discord in your browser</button>
</div>
</div>
<img class="cloud" src="img/cloud.svg" width="35px">
</div>
<div class="container" data-aos="fade-up">
<img class="container-img" src="img/container-1.svg">
<div class="description">
<h2>An invite-only place with plenty of room to talk</h2>
<p>Discord servers are organized into topic-based channels where you can collaborate, share, and just talk about your day without clogging up a group chat.</p>
</div>
</div>
<div class="container2" data-aos="fade-up">
<div class="description">
<h2>Where hanging out is easy</h2>
<p>Grab a seat in a voice channel when you’re free. Friends in your server can see you’re around and instantly pop in to talk without having to call.</p>
</div>
<img class="container-img" src="img/container-2.svg">
</div>
<div class="container2-mobile" data-aos="fade-up">
<img class="container-img" src="img/container-2.svg">
<div class="description">
<h2>Where hanging out is easy</h2>
<p>Grab a seat in a voice channel when you’re free. Friends in your server can see you’re around and instantly pop in to talk without having to call.</p>
</div>
</div>
<div class="container" data-aos="fade-up">
<img class="container-img" src="img/container-3.svg">
<div class="description">
<h2>From a few to a fandom</h2>
<p>Get a community of any size running with moderation tools and custom member access. Give members special powers, set up private channels, and more.</p>
</div>
</div>
<div class="bottom-container" data-aos="fade-up">
<div class="description">
<h2>Reliable tech for staying close</h2>
<p>Low-latency voice and video feels like you’re in the same room. Wave hello over video, watch friends stream their games, or gather up and have a drawing session with screen share.</p>
</div>
<img src="img/container-4.svg">
</div>
<div class="last-message">
<h4>Ready to start your journey?</h4>
<a href="//discord.com/api/download?platform=win"><svg width="24" height="24" viewBox="0 0 24 24" class="icon-nuGd5b"><g fill="currentColor"><path d="M17.707 10.708L16.293 9.29398L13 12.587V2.00098H11V12.587L7.70697 9.29398L6.29297 10.708L12 16.415L17.707 10.708Z"></path><path d="M18 18.001V20.001H6V18.001H4V20.001C4 21.103 4.897 22.001 6 22.001H18C19.104 22.001 20 21.103 20 20.001V18.001H18Z"></path></g></svg>Download for Windows</a>
</div>
<footer>
<div class="footer-nav">
<div class="socials">
<h4>Your place to talk</h4>
<img src="img/Flag-logo.png">
<!--English, USA-->
<select id="country">
<option value="English">English, USA</option>
<option value="Hindi">Hindi, India</option>
<option value="Polski">Polski, Poland</option>
<option value="French">French, France</option>
<option value="Kurdish">Kurdish, Turkey</option>
</select>
<br>
<img src="img/twitter-svg.svg" width="24px">
<img src="img/instagram-svg.svg" width="24px">
<img src="img/facebook-svg.svg" width="24px">
<img src="img/youtube-svg.svg" width="24px">
</div>
<div class="space">
</div>
<div class="column">
<h5>Product</h5>
<a href="#">Download</a>
<a href="#">Why Discord</a>
<a href="#">Inspiration</a>
<a href="#">College</a>
<a href="#">Nitro</a>
<a href="#">Status</a>
</div>
<div class="column">
<h5>Company</h5>
<a href="#">About</a>
<a href="#">Jobs</a>
<a href="#">Branding</a>
<a href="#">Newsroom</a>
<a href="#">Store</a>
</div>
<div class="column">
<h5>Resources</h5>
<a href="#">Support</a>
<a href="#">Safety</a>
<a href="#">Blog</a>
<a href="#">Feedback</a>
<a href="#">Partners</a>
<a href="#">Verification</a>
<a href="#">Developers</a>
<a href="#">Stream Kits</a>
<a href="#">Open source</a>
<a href="#">Security</a>
<a href="#">Moderation</a>
</div>
<div class="column">
<h5>Policies</h5>
<a href="#">Terms</a>
<a href="#">Privacy</a>
<a href="#">Guideines</a>
<a href="#">Acknowledgements</a>
<a href="#">Licenses</a>
</div>
</div>
<div class="footer-nav-mobile">
<div class="socials">
<h4>Your place to talk</h4>
<img src="img/Flag-logo.png">
<!--English, USA-->
<select id="country">
<option value="English">English, USA</option>
<option value="Hindi">Hindi, India</option>
<option value="Polski">Polski, Poland</option>
<option value="French">French, France</option>
<option value="Kurdish">Kurdish, Turkey</option>
</select>
<br>
<img src="img/twitter-svg.svg" width="24px">
<img src="img/instagram-svg.svg" width="24px">
<img src="img/facebook-svg.svg" width="24px">
<img src="img/youtube-svg.svg" width="24px">
</div>
<table>
<tbody>
<tr>
<td class="heading">
Product
</td>
<td class="heading">
Company
</td>
</tr>>
<tr>
<td>
<a href="#">Download</a>
</td>
<td>
<a href="#">About</a>
</td>
</tr>
<tr>
<td>
<a href="#">Why Discord</a>
</td>
<td>
<a href="#">Jobs</a>
</td>
</tr>
<tr>
<td>
<a href="#">Inspiration</a>
</td>
<td>
<a href="#">Branding</a>
</td>
</tr>
<tr>
<td>
<a href="#">College</a>
</td>
<td>
<a href="#">Newsroom</a>
</td>
</tr>
<tr>
<td>
<a href="#">Nitro</a>
</td>
<td>
<a href="#">Store</a>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="heading">
Resources
</td>
<td class="heading">
Policies
</td>
</tr>>
<tr>
<td>
<a href="#">Support</a>
</td>
<td>
<a href="#">Terms</a>
</td>
</tr>
<tr>
<td>
<a href="#">Safety</a>
</td>
<td>
<a href="#">Privacy</a>
</td>
</tr>
<tr>
<td>
<a href="#">Blog</a>
</td>
<td>
<a href="#">Guidelines</a>
</td>
</tr>
<tr>
<td>
<a href="#">Feedback</a>
</td>
<td>
<a href="#">Acknowledgements</a>
</td>
</tr>
<tr>
<td>
<a href="#">Partners</a>
</td>
<td>
<a href="#">Licenses</a>
</td>
</tr>
<tr>
<td>
<a href="#">Verification</a>
</td>
<td>
<a href="#"></a>
</td>
</tr>
<tr>
<td>
<a href="#">Developers</a>
</td>
<td>
<a href="#"></a>
</td>
</tr>
<tr>
<td>
<a href="#">StreamKit</a>
</td>
<td>
<a href="#"></a>
</td>
</tr>
<tr>
<td>
<a href="#">Open Source</a>
</td>
<td>
<a href="#"></a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="footer-bar">
<img src="img/discord-logo.png">
<a href="https://discord.com/channels/@me">Open Discord</a>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 400,
duration: 1000
});
</script>
</body>
</html>