-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
211 lines (186 loc) · 7.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Discord | Your place to talk and hang out</title>
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="main.css"> </head>
<body>
<section class="hero">
<header class="main-header container">
<nav class="main-nav">
<a href="index.html" class="logo">
<img src="./assets/images/logo.svg" alt="">
</a>
<ul class="nav-list">
<li class="nav-item">
<a href="" class="nav-link">Download</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Why discord</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Nitro</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Safety</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Support</a>
</li>
</ul>
<div class="nav-items-right">
<a href="#" class="btn btn-small btn-light btn-login">
Login
</a>
<span class="mobile-toggle">
<i class="bx bx-menu btn-open">
</i>
<i class="bx bx-x btn-close">
</i>
</span>
</div>
</nav>
</header>
<div class="row container">
<div class="hero-content-wrap">
<h1 class="title primary-title">Your place to talk </h1>
<p class="hero-description">where you can belong to a school club, a gaming group, or a worldwide art community. Where just you and a handful of friends can spend time together. A place that makes it easy to talk every day and hang out more often. </p>
<div class="hero-btn-group">
<a href="#" class="btn btn-large btn-light">
<i class="bx bx-download"></i> Download for Windows
</a>
<a href="#" class="btn btn-large btn-dark">
Open discord in your browser
</a>
</div>
</div>
</div>
</section>
<section class="collaboration">
<div class="row container">
<img src="./assets/images/section-1.svg" alt="" class="grid-image">
<div class="text-group">
<h2 class="title secondary-title">
Create an invite-only place where you belong
</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>
</section>
<section class="voice-channel">
<div class="row container">
<img src="./assets/images/section-2.svg" alt="" class="grid-image order-2">
<div class="text-group order-1">
<h2 class="title secondary-title">
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>
</section>
<section class="moderration-tools">
<div class="row container">
<img src="./assets/images/section-3.svg" alt="" class="grid-image order-2">
<div class="text-group order-1">
<h2 class="title secondary-title">
From few to a fandom
</h2>
<p>Get any community running with moderation tools and custom member access. Give members special powers, set up private channels, and more.
.
</p>
</div>
</div>
</section>
<section class="video-call">
<div class="row container">
<div class="text-group">
<h2 class="title secondary-title">
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="./assets/images/section-4.svg" alt="" class="grid-image">
</div>
</section>
<section class="download">
<div class="row container remove-grid" style="display: block;padding-top: 0;text-align: center;">
<img src="./assets/images/sparkles.svg" alt="" class="sparkles">
<h2>Ready to start your journey ?</h2>
<a href="#" class="btn btn-large btn-brand" style="margin-top:4rem;">
<i class="bx bx-download">
Download for Windows
</i>
</a>
</div>
</section>
<footer class="main-footer">
<div class="row container">
<div class="info-box">
<h4 class="footer-title">
Your place to talk
</h4>
<div class="languages">
<img src="./assets/images/flag.png" alt="">
<span>English , USA </span>
<i class="bx bx-chevron-down"></i>
</div>
<div class="social-media">
<a href="" class="sm-link">
<i class="bx bxl-twitter">
</i>
</a>
<a href="" class="sm-link">
<i class="bx bxl-instagram">
</i>
</a>
<a href="" class="sm-link">
<i class="bx bxl-facebook-square">
</i>
</a>
</div>
</div>
<div class="spacer">
</div>
<div class="footer-links-group">
<h5 class="footer-title">
Product
</h5>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
</div>
<div class="footer-links-group">
<h5 class="footer-title">
Product
</h5>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
<a href="" class="footer-link">Download</a>
</div>
<div class="drivider">
</div>
</div>
<div class="row container remove-grid">
<a href="index.html" class="logo">
<img src="./assets/images/logo.svg">
</a>
<a href="" class="btn btn-small btn-brand" style="padding:1.7rem 1.9rem">
Login
</a>
</div>
</footer>
</body>
</html>