-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
236 lines (233 loc) · 18.2 KB
/
Copy pathindex.html
File metadata and controls
236 lines (233 loc) · 18.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discord Clone | Rohit Gupta</title>
<link rel="shortcut icon" href="./assets/favicon-0ff28848.ico" type="image/x-icon">
<link rel="stylesheet" href="./assets/index-d53cebc5.css">
</head>
<body>
<div id="wrapper" class="overflow-x-hidden">
<!-- NAVBAR -->
<section id="navigationBar" class="w-full bg-[#404EED]">
<div class="navigationBarContainer px-5 lg:px-20 py-5 flex justify-between items-center max-w-10/12">
<div class="logoImg">
<img src="./assets/logo-0740d7ed.svg" width="124px" height="34px">
</div>
<div class="navItems">
<ul class="justify-around items-center hidden md:flex">
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Download</a></li>
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Nitro</a></li>
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Discover</a></li>
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Safety</a></li>
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Support</a></li>
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Blog</a></li>
<li><a href="#" class="hover:underline text-white md:text-[0.8rem] lg:text-[1rem] font-semibold md:px-2 lg:px-4 py-4">Careers</a></li>
</ul>
</div>
<div class="loginBtn text-black text-[1rem] bg-white rounded-[28px] px-5 py-3 flex justify-center items-center hover:text-[#8E71F2] hover:shadow-loginBtnShadow transition-all duration-100">
<button>Login</button>
</div>
</div>
</section>
<!-- NAVBAR -->
<!-- HEADER SECTION -->
<section id="heroSection" class="min-w-full bg-[#404EED] bg-[url(images/Image0.svg)] bg-auto bg-no-repeat bg-center">
<div class="heroSectionContainer relative w-11/12 lg:w-[101%] mx-auto min-h-[550px] flex flex-col md:flex-row md:items-start lg:justify-end lg:items-end gap-4 lg:gap-8">
<img src="./assets/Image2-1d5856dd.svg" class="block md:hidden lg:block h-auto w-auto relative md:absolute lg:relative lg:-ml-[400px] order-2 md:order-none">
<div class="heroSectionContent w-full lg:min-w-[500px] md:w-[70%] lg:mx-auto gap-10 flex flex-col py-8 md:py-16 lg:py-32 justify-start items-start lg:justify-center lg:items-center">
<h1 class="text-3xl sm:text-5xl lg:text-6xl font-extrabold lg:text-center inline text-white">IMAGINE A PLACE...</h1>
<p class="text-base md:text-base lg:text-xl lg:text-center inline text-white">...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="heroSectionBtnGrp flex flex-col flex-wrap lg:flex-row justify-start items-start lg:justify-center lg:items-center gap-6">
<div class="loginBtn text-black text-[1rem] sm:text-[1.25rem] bg-white rounded-[28px] px-8 py-3 flex justify-center items-center text-center hover:text-[#8E71F2] hover:shadow-loginBtnShadow transition-all duration-100 ">
<button class="flex gap-4 justify-center items-center text-center"><i class="fa-solid fa-download"></i>Download for Windows</button>
</div>
<div class="loginBtn text-white text-[1rem] sm:text-[1.25rem] bg-[#23272A] rounded-[28px] px-8 py-3 flex justify-center items-center text-center hover:bg-[#313338] hover:shadow-loginBtnShadow transition-all duration-100 ">
<button>Open Discord in your browser</button>
</div>
</div>
</div>
<img src="./assets/Image1-88af2910.svg" class="hidden md:block lg:block h-auto w-auto relative md:absolute md:-right-[30%] md:bottom-0 lg:relative lg:right-0 lg:bottom-0 lg:-mr-[370px]">
</div>
</section>
<!-- HEADER SECTION -->
<!-- INVITE SECTION -->
<section id="inviteSection">
<div class="inviteContainer w-11/12 lg:w-10/12 mx-auto flex flex-col md:flex-row justify-between items-center gap-6 py-10 md:py-14 lg:py-28">
<div class="inviteImage w-[100%] md:w-[50%] lg:w-[55%]">
<img src="./assets/section1Image-ca0a5f43.svg" class="w-full">
</div>
<div class="inviteTextContent w-[100%] md:w-[50%] lg:w-[45%] flex flex-col gap-6">
<h1 class="text-[1.5rem] md:text-[2.5rem] lg:text-[3rem] font-extrabold">
Create an invite-only place where you belong
</h1>
<p class="text-sm md:text-[1.25rem] leading-[1.625]">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>
<!-- INVITE SECTION -->
<!-- HANGING OUT SECTION -->
<section id="hangingOutSection" class="bg-[#F6F6F6] w-full">
<div class="hangingOutContainer w-11/12 lg:w-10/12 mx-auto flex flex-col md:flex-row justify-between items-center gap-6 py-10 md:py-14 lg:py-28">
<div class="hangingOutImage w-[100%] md:w-[50%] lg:w-[55%] order-first md:order-2">
<img src="./assets/section2Image-92362b7c.svg" class="w-full">
</div>
<div class="hangingOutTextContent w-[100%] md:w-[50%] lg:w-[45%] flex flex-col gap-6">
<h1 class="text-[1.5rem] md:text-[2.5rem] lg:text-[3rem] font-extrabold">
Where hanging out is easy
</h1>
<p class="text-sm md:text-[1.25rem] leading-[1.625]">DGrab 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>
<!-- HANGING OUT SECTION -->
<!-- FANDOM SECTION -->
<section id="fandomSection">
<div class="fandomContainer w-11/12 lg:w-10/12 mx-auto flex flex-col md:flex-row justify-between items-center gap-6 py-10 md:py-14 lg:py-28">
<div class="fandomImage w-[100%] md:w-[50%] lg:w-[55%]">
<img src="./assets/section3Image-d134d3aa.svg" class="w-full">
</div>
<div class="fandomTextContent w-[100%] md:w-[50%] lg:w-[45%] flex flex-col gap-6">
<h1 class="text-[1.5rem] md:text-[2.5rem] lg:text-[3rem] font-extrabold">
From few to a fandom
</h1>
<p class="text-sm md:text-[1.25rem] leading-[1.625]">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>
</section>
<!-- FANDOM SECTION -->
<!-- RELIABLE TECH SECTION-->
<section id="reliableTechSection" class="bg-[#F6F6F6] w-full">
<div class="reliableTechContainer w-full sm:w-11/12 lg:w-10/12 mx-auto flex flex-col justify-between items-center gap-6 py-28">
<div class="reliableTechTextContent flex flex-col justify-center items-center gap-6 w-10/12">
<h1 class="text-[1.5rem] sm:text-[2.5rem] lg:text-[3rem] font-extrabold text-center">
RELIABLE TECH FOR STAYING CLOSE
</h1>
<p class="text-[1rem] lg:text-[1.25rem] text-center">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>
<div class="reliableTechImage w-[100%]">
<img src="./assets/section4Image-1df9e045.svg" class="w-[100%]">
</div>
</div>
</section>
<!-- RELIABLE TECH SECTION-->
<!-- START JOURNEY SECTION -->
<section id="startJourneySection" class="bg-[#F6F6F6] w-full">
<div class="startJourneyContainer flex justify-around items-center flex-col pb-28">
<img src="./assets/section5Image-108d2175.svg" class="w-7/12 lg:w-6/12">
<div class="startJourneyTextContent mb-5">
<h2 class="text-[2rem] font-bold text-center -mt-6">Ready to start your Journey?</h2>
</div>
<div class="startJourneyBtnGrp mt-5">
<div class="loginBtn text-white text-[1.25rem] bg-[#404EED] rounded-[28px] px-8 py-3 flex justify-center items-center hover:bg-[#7983F5] hover:shadow-loginBtnShadow transition-all duration-100">
<button class="flex gap-4 justify-center items-center"><i class="fa-solid fa-download"></i>Download for Windows</button>
</div>
</div>
</div>
</section>
<!-- START JOURNEY SECTION -->
<!-- FOOTER SECTION -->
<section id="footer" class="bg-[#23272A]">
<div class="footerContainer w-10/12 mx-auto pt-20 flex flex-col">
<div class="topFooterContent flex justify-around gap-20 flex-col md:flex-row">
<div class="topFooterLeftContent flex gap-10 flex-col">
<div class="languageDropdown flex gap-2 text-sm justify-start items-center cursor-pointer">
<img src="./assets/india-flag-icon-ed683dcb.svg" width="30px">
<p class="text-white">English,India</p>
<i class="fa-solid fa-chevron-down text-sm text-white"></i>
</div>
<div class="socialLinks flex justify-between items-center text-white gap-6">
<div><i class="text-2xl cursor-pointer fa-brands fa-twitter"></i></div>
<div><i class="text-2xl cursor-pointer fa-brands fa-instagram"></i></div>
<div><i class="text-2xl cursor-pointer fa-brands fa-square-facebook"></i></div>
<div><i class="text-2xl cursor-pointer fa-brands fa-youtube"></i></div>
<div><i class="text-2xl cursor-pointer fa-brands fa-tiktok"></i></div>
</div>
</div>
<div class="topFooterRightContent flex gap-10 flex-wrap lg:flex-nowrap">
<div class="productCol flex flex-col lg:gap-4 w-[40%]">
<p class="text-[#404EED] text-[1rem]">Product</p>
<div class="prodctLinks flex flex-col gap-4">
<ul>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Download</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Nitro</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Status</a></li>
</ul>
</div>
</div>
<div class="companyCol flex flex-col lg:gap-4 w-[40%]">
<p class="text-[#404EED] text-[1rem]">Company</p>
<div class="companyLinks flex flex-col gap-4">
<ul>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">About</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Jobs</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Brand</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">NewsRoom</a></li>
</ul>
</div>
</div>
<div class="resourcesCol flex flex-col lg:gap-4 w-[40%]">
<p class="text-[#404EED] text-[1rem]">Resources</p>
<div class="resourcesLinks flex flex-col gap-4">
<ul>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">College</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Support</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Safety</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Blog</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Feedback</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Developers</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Stream Kit</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Creators</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Community</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Official 3rd Party Merch</a></li>
</ul>
</div>
</div>
<div class="policiesCol flex flex-col lg:gap-4 w-[40%]">
<p class="text-[#404EED] text-[1rem]">Policies</p>
<div class="policiesLinks flex flex-col gap-4">
<ul>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Terms</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Privacy</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Cookie Settings</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Guidelines</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Acknowledgements</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Licenses</a></li>
<li class="py-1"><a href="#" class="hover:underline text-white text-[1rem]">Company Information</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottonFooterContent flex justify-between pt-5 my-10 border-t-[2px] border-[#404EED]">
<div class="logoImg">
<img src="./assets/logo-0740d7ed.svg" width="124px" height="34px">
</div>
<div class="loginBtn text-white text-[1rem] bg-[#404EED] rounded-[28px] px-5 py-3 flex justify-center items-center hover:bg-[#7983F5] hover:shadow-loginBtnShadow transition-all duration-100">
<button>Sign up</button>
</div>
</div>
</div>
</section>
<!-- FOOTER SECTION -->
<section id="copyrightSection" class="bg-[#23272A] pb-2">
<div class="copyrightContainer w-10/12 flex flex-col justify-center items-center mx-auto text-white opacity-60 font-extralight">
<p class="text-xs">© <a href="https://discord.com/" title="Original Discord Webpage Link" class="text-[#404EED]" target="_blank">Discord</a> -> <strong>This Website is a clone of original Discord website.</strong> <strong>All Rights Reserved By Discord Organization.</strong> <strong>This Website is made By <a href="#" class="underline text-[#404EED]" title="Contact: +91 7049761589
Email: itsxme.rohit@gmail.com
Website: ">Rohit Gupta</a> just for showcasing his skills.</strong> <strong><a href="#" class="underline text-[#404EED]" title="By Clicking You Agree to be
redirected to my Personal Website">Redirect To Homepage</a></strong></p>
</div>
</section>
<!-- COPYRIGHT SECTION -->
</div>
<div class="fixed bottom-2 right-2 z-[9999] transition-all duration-300 ease-in-out hover:scale-110">
<button class="redirect relative transition-all duration-300 ease-in-out">
<p class="bg-yellow-500 p-2 tooltip -top-28 hidden right-1 absolute text-xs">Click On Me I'll Redirect You to Homepage</p>
<a href="https://therohitgupta.vercel.app/" target="_blank"><img src="./assets/hacker-84466255.png" alt="" class="h-12 w-12"></a>
</button>
</div>
<script src="https://kit.fontawesome.com/07f8f9c90c.js" crossorigin="anonymous"></script>
</body>
</html>