-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (205 loc) · 13 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
<!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">
<script src="https://kit.fontawesome.com/848e0df24d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="main.css">
<title>Discord</title>
</head>
<body>
<div class="overflow-x-hidden">
<!-- Navbar -->
<div class="px-10 bg-brand">
<div class="mx-auto h-[80px] max-w-[1180px] flex justify-between items-center">
<!-- logo -->
<img src="./images/logo.svg" alt="Logo">
<!-- nav-items -->
<ul class="text-white font-bold tracking-wide flex gap-10 items-center lg:hidden">
<li class="hover:underline"><a href="#">Download</a></li>
<li class="hover:underline"><a href="#">Nitro</a></li>
<li class="hover:underline"><a href="#">Discover</a></li>
<li class="hover:underline"><a href="#">Safety</a></li>
<li class="hover:underline"><a href="#">Support</a></li>
<li class="hover:underline"><a href="#">Blog</a></li>
<li class="hover:underline"><a href="#">Careers</a></li>
</ul>
<!-- Login -->
<div class="flex gap-5">
<button class="hover:text-brand hover:shadow-2xl bg-white rounded-full py-[7px] px-4">Login</button>
<ul class="flex flex-col gap-1 justify-center ulg:hidden">
<li class="h-[5px] w-6 bg-white"></li>
<li class="h-[5px] w-6 bg-white"></li>
<li class="h-[5px] w-6 bg-white"></li>
</ul>
</div>
</div>
</div>
<!-- Hero section -->
<div class="bg-[url('./images/Image0.svg')] bg-brand bg-no-repeat bg-center">
<div class="relative pt-[120px] pb-[150px] px-10 mx-auto max-w-[780px]">
<!-- Images -->
<img class="absolute bottom-0 left-[-650px]" src="./images/Image2.svg" alt="design">
<img class="absolute bottom-0 right-[-650px]" src="./images/Image1.svg" alt="design">
<div class="text-white flex ulg:items-center flex-col gap-10 mb-2">
<h1 class="font-black text-[clamp(2rem,10vw,4rem)]">IMAGINE
A PLACE...</h1>
<p class="ulg:text-center text-lg font-semibold tracking-wide">...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>
<div class="flex flex-wrap lg:justify-start pt-6 justify-center">
<button class="hover:text-brand hover:shadow-2xl bg-white rounded-full py-[22px] px-8 mt-6 mr-6 text-lg font-semibold
tracking-wide"><i class="fa-solid fa-download mr-2"></i> Download for Windows</button>
<button class="hover:shadow-2xl text-white bg-black rounded-full py-[22px] px-8 mt-6 mr-6 text-lg
font-semibold tracking-wide">Open Discord in your browser</button>
</div>
</div>
</div>
<!-- Feature section 1 -->
<div>
<div class="max-w-[1180px] px-10 py-[120px] mx-auto flex items-center md:flex-col md:py-[60px]">
<!-- logo(left) -->
<img class="w-[55%] lg:mr-0 mr-[100px] md:w-full" src="./images/section1Image.svg" alt="">
<!-- Login(right) -->
<div class="flex flex-col justify-center">
<h1 class="text-[40px] font-bold md:text-[26px]">Create an invite-only place where you belong</h1>
<p class="mt-6 text-lg">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>
<!-- Feature section 2 -->
<div class="bg-off-white">
<div
class="max-w-[1180px] px-10 py-[120px] mx-auto flex items-center bg-off-white md:flex-col-reverse md:py-[60px]">
<!-- Login(left) -->
<div class="flex flex-col justify-center">
<h1 class="text-[40px] font-bold md:text-[26px]">Where hanging out is easy</h1>
<p class="mt-6 text-lg">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>
<!-- logo(right) -->
<img class="w-[55%] lg:ml-0 ml-[100px] md:w-full" src="./images/section2Image.svg" alt="">
</div>
</div>
<!-- Feature section 3 -->
<div>
<div class="max-w-[1180px] px-10 py-[120px] mx-auto flex items-center md:flex-col md:py-[60px]">
<!-- logo(left) -->
<img class="w-[55%] lg:mr-0 mr-[100px] md:w-full" src="./images/section3Image.svg" alt="">
<!-- Login(right) -->
<div class="flex flex-col justify-center">
<h1 class="text-[40px] font-bold md:text-[26px]">From few to a fandom</h1>
<p class="mt-6 text-lg">Get any community running with moderation tools and custom member access.
Give members special powers, set up private channels, and more.</p>
</div>
</div>
</div>
<!-- Feature section 4 -->
<div class="bg-off-white">
<div class="max-w-[1180px] px-10 pt-[120px] pb-[80px] mx-auto md:py-[60px]">
<div class="text-center w-[90%] md:text-left">
<h1 class="text-[40px] font-extrabold">Reliable tech for staying close</h1>
<p class="mt-6 text-lg">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 class="mt-4 w-full" src="./images/section2Image.svg" alt="">
</div>
<div class="relative text-center pb-[120px] px-10 md:pb-[80px]">
<!-- Design -->
<img class="absolute top-0 left-[calc(50%-300px)]" src="./images/sparkles.svg" alt="">
<h1 class="text-4xl font-bold pt-10">Ready to start your journey?</h1>
<button class="hover:shadow-2xl hover:bg-[#4e73f0] bg-brand text-white rounded-full py-4 px-8 mt-10 text-lg font-semibold
tracking-wide md:w-full"><i class="fa-solid fa-download text-white mr-2"></i> Download for
Windows</button>
</div>
</div>
<!-- Foooter -->
<div class="bg-not-quite-black">
<div class="max-w-[1180px] mx-auto px-10 py-[80px]">
<div class="flex justify-between gap-10 md:flex-col">
<div>
<div class="flex text-white">
<img class="w-7 rounded-md mr-2" src="./images/Flag_of_India.svg" alt="Flag_of_India">
<select class="bg-not-quite-black" name="Country" id="country">
<option value="Delhi, India">Delhi ,India</option>
<option value="England, USA">England ,USA</option>
<option value="Other">Other</option>
</select>
</div>
<div class="flex text-white gap-6 pt-[60px] h-full">
<i class="fa-brands fa-x-twitter fa-xl"></i>
<i class="fa-brands fa-instagram fa-xl"></i>
<i class="fa-brands fa-meta fa-xl"></i>
<i class="fa-brands fa-youtube fa-xl"></i>
<i class="fa-brands fa-tiktok fa-xl"></i>
</div>
</div>
<div class="flex justify-between lg:flex-col gap-5">
<div class="flex gap-5">
<ul class="pb-10 flex-1 flex flex-col gap-2">
<li class="text-brand text-lg mb-5">Product</li>
<li class="hover:underline text-white text-lg"><a href="#">Download</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Nitro</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Status</a></li>
<li class="hover:underline text-white text-lg"><a href="#">App Directory</a></li>
</ul>
<ul class="pb-10 flex-1 flex flex-col gap-2">
<li class="text-brand text-lg mb-5">Company</li>
<li class="hover:underline text-white text-lg"><a href="#">About</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Jobs</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Brand</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Newsroom</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Fall Release</a></li>
</ul>
</div>
<div class="flex gap-5">
<ul class="pb-10 flex-1 flex flex-col gap-2">
<li class="text-brand text-lg mb-5">Resources</li>
<li class="hover:underline text-white text-lg"><a href="#">College</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Support</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Safety</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Blog</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Feedback</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Developers</a></li>
<li class="hover:underline text-white text-lg"><a href="#">StreamKit</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Creators</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Community</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Official 3rd Party</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Merch</a></li>
</ul>
<ul class="pb-10 flex-1 flex flex-col gap-2">
<li class="text-brand text-lg mb-5">Policies</li>
<li class="hover:underline text-white text-lg"><a href="#">Terms</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Privacy</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Cookie Settings</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Guidelines</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Acknowledgements</a></li>
<li class="hover:underline text-white text-lg"><a href="#">Licenses</a></li>
<li class="hover:underline text-white text-lg"><a href="#"></a>Company</li>
<li class="hover:underline text-white text-lg"><a href="#"></a>Information</li>
</ul>
</div>
</div>
</div>
<div>
<div class="h-[1px] w-full bg-brand mb-8"></div>
<div class="flex justify-between">
<!-- Logo -->
<img src="./images/logo.svg" alt="Logo">
<!-- Login -->
<button
class="hover:shadow-2xl hover:bg-[#4e73f0] bg-brand text-white rounded-full py-[7px] px-4">Login</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>