-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (226 loc) · 11.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
<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>Boting</title>
<link rel="stylesheet" href="./style.css">
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<nav class="navbar">
<div class="max-width">
<div class="name-logo"><a href="#"><span>Boting</span>.xyz</a></div>
<ul class="menu">
<li><a href="https://chitchat.boting.xyz/" class="menu-btn">Chit-Chat</a></li>
<li><a href="https://vibr.pages.dev/" class="menu-btn">Vibr</a></li>
<li><a href="#contact-us" class="menu-btn-circular">Contact Us</a></li>
</ul>
<div class="menu-btn">
<i class="ri-menu-line"></i>
</div>
</div>
</nav>
<div class="container" id="home">
<div class="intro">
<div class="salute">
<div class="saluteTextContainer">
<h1 class="saluteText">Hello</h1>
</div>
<div class="saluteTextContainer2">
<h1 class="saluteText2">World</h1>
</div>
</div>
<div class="nameContainer" id="about-us">
<h2 class="name">We are<br />Boting</h2>
</div>
<div class="jobTitleContainer dark">
<h2 class="jobTitle">We develop Bots</h2>
</div>
<div class="jobTitleContainer light">
<h2 class="jobTitle">and Websites...</h2>
</div>
</div>
<div class="projects">
<h1 class="projectTitle">Here are some of our Projects</h1>
<div class="project">
<div class="phone">
<img src="images/phone.png" alt="">
<div class="phoneScreen">
<img src="images/vibr.png" alt="" class="phoneApp">
</div>
</div>
<div class="projectDetail">
<h1 class="projectTitle">Vibr</h1>
<p class="projectDesc">Vibr is an amazing Music Bot to enhance your music experience on Discord without any interruptions. With its extensive range of music-related features and a user-friendly interface, Vibr is designed to deliver an immersive and seamless music experience for all users. Almost all platforms are supported and you can also play with filters. Already in around 100K servers. Invite Now!</p>
<a href="https://vibr.pages.dev/"><button class="projectButton">Learn More</button></a>
</div>
</div>
<div class="project">
<div class="laptop">
<img src="images/laptop.png" alt="">
<div class="laptopScreen">
<img src="images/chitchat.png" alt="" class="phoneApp">
</div>
</div>
<div class="projectDetail">
<h1 class="projectTitle">Chit-Chat</h1>
<p class="projectDesc">Chit-Chat is a multipurpose discord bot which fulfills all of your demands. You can have fun with the bot with built in games and other interesting and funny commands. There are a ton of meme templates so you can have fun with your friends. Moderate your server using moderation commands present in Chit-Chat. There are much more hidden commands. Try it Now.</p>
<a href="https://chitchat.boting.xyz/"><button class="projectButton">Learn More</button></a>
</div>
</div>
</div>
<div class="team">
<div class="teamTitle">
<h1>Our Team</h1>
</div>
<div class="container-team" id="team">
<div class="card">
<div class="flexContainer">
<img src="images/phoenix.png">
<div class="card-wrapper">
<h2>Arnav Kamra</h2>
<p>Co-Founder</p>
<p class="userdesc">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Corporis blanditiis labore iste quos. Suscipit delectus totam optio accusantium? Sit tenetur modi id! Maiores quibusdam harum dignissimos fuga illum est eligendi.</p>
<div class="socials">
<div class="icon">
<a href="https://twitter.com/ArnavKamra7" target="_blank">
<i class="ri-twitter-fill ri-2x"></i></a>
</div>
<div class="icon">
<a href="https://www.instagram.com/arnav_717/" target="_blank">
<i class="ri-instagram-fill ri-2x"></i></a>
</div>
<div class="icon">
<a href="https://discord.com/invite/vibr-support-939509053623795732" target="_blank">
<i class="ri-discord-fill ri-2x"></i></a>
</div>
<div class="icon">
<a href="https://github.com/Arnavop" target="_blank">
<i class="ri-github-fill ri-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="flexContainer">
<img src="images/ooliver.png">
<div class="card-wrapper">
<h2>Oliver Wilkes</h2>
<p>Co-Founder</p>
<p class="userdesc">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Corporis blanditiis labore iste quos. Suscipit delectus totam optio accusantium? Sit tenetur modi id! Maiores quibusdam harum dignissimos fuga illum est eligendi.</p>
<div class="socials">
<div class="icon">
<a href="https://twitter.com/ooliver_w" target="_blank">
<i class="ri-twitter-fill ri-2x"></i></a>
</div>
<div class="icon">
<a href="https://discord.com/invite/vibr-support-939509053623795732" target="_blank">
<i class="ri-discord-fill ri-2x"></i></a>
</div>
<div class="icon">
<a href="https://github.com/ooliver1" target="_blank">
<i class="ri-github-fill ri-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contact-container" id="contact-us">
<span class="big-circle"></span>
<span class="big-circle-2"></span>
<div class="form">
<div class="contact-info">
<h3 class="contactTitle">Let's Get in Touch</h3>
<p class="text">Fill the given form to get in touch with us or write an email to the given email-id.</p>
<div class="info">
<div class="information">
<i class="ri-mail-fill ri-2x"></i>
<p>[email protected]</p>
</div>
<div class="discord-server">
<p>Join Our Discord Server to Talk with Us!</p>
<button type="button" class="discord-btn">
<span class="btn-icon"><i class="ri-discord-fill ri-2x"></i></span>
<span class="btn-text">Join Server</span>
</button>
</div>
</div>
</div>
<div class="contact-form">
<span class="circle one"></span>
<span class="circle two"></span>
<form action="https://formsubmit.co/4ee22b61c3c673750255ecddc92101af" method="POST">
<h3 class="contactTitle">Contact Us</h3>
<div class="input-container">
<input type="text" name="name" class="input">
<label for ="">Username</label>
<span>Username</span>
</div>
<div class="input-container">
<input type="email" name="email" class="input">
<label for ="">Email</label>
<span>Email</span>
</div>
<div class="input-container">
<input type="text" name="subject" class="input">
<label for ="">Subject</label>
<span>Subject</span>
</div>
<div class="input-container textarea">
<textarea name="message" class="input"></textarea>
<label for ="">Message</label>
<span>Message</span>
</div>
<input type="submit" value="send" class="btn">
</form>
</div>
</div>
</div>
<footer class="footer-all">
<div class="footer-left">
<h3>Boting<span>.xyz</span></h3>
<p class="footer-links">
<a href="#home" class="link-1">Home</a>
<a href="#about-us">About Us</a>
<a href="#team">Team</a>
<a href="#contact-us">Contact Us</a>
</p>
<p class="footer-end-note">Copyright © 2023 <strong>Boting.xyz</strong> All rights reserved</p>
</div>
<div class="footer-center">
<div>
<i class="ri-mail-fill"></i>
<p>[email protected]</p>
</div>
<div>
<i class="ri-discord-fill"></i>
<a href="https://chitchat.boting.xyz/">
<p>Chit-Chat</p></a>
</div>
<div>
<i class="ri-music-2-fill"></i>
<a href="https://vibr.pages.dev/">
<p>Vibr</p></a>
</div>
</div>
<div class="footer-right">
<p class="footer-about">
<span>About Boting</span>
<strong>Boting</strong> makes Discord bots to help improve your discord experience.
</p>
</div>
</footer>
</div>
<script src="script.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
</body>
</html>