forked from SpicyDevs/spicydevs.js.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnect.html
More file actions
430 lines (408 loc) · 16.7 KB
/
connect.html
File metadata and controls
430 lines (408 loc) · 16.7 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
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon" />
<link href="assets/img/favicon.ico" rel="apple-touch-icon" />
<title>SpicyDevs - Connect</title>
<meta name="title" content="SpicyDevs | Connect" />
<meta
name="description"
content="SpicyDevs Connect Official page for partnerships, investments, and sponsorships"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://spicydevs.js.org" />
<meta property="og:title" content="Connect | SpicyDevs" />
<meta
property="og:description"
content="SpicyDevs Connect Official page for partnerships, investments, and sponsorships"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://spicydevs.js.org" />
<meta property="twitter:title" content="Connect | SpicyDevs" />
<meta
property="twitter:description"
content="SpicyDevs Connect Official page for partnerships, investments, and sponsorships"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link
href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-flex align-items-center">
<div
class="container d-flex justify-content-center justify-content-md-between"
>
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"
><span>
<a href="mailto:hello@spicy.is-a.dev"
>hello@spicy.is-a.dev</a
></span
></i
>
</div>
<div class="social-links d-none d-md-flex align-items-center">
<a href="./discord" class="discord" target="_blank"
><i class="bi bi-discord"></i
></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo">
<a href="./">SpicyDevs<span>.</span></a>
</h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="./#hero">Home</a></li>
<li><a class="nav-link scrollto" href="./#about">About</a></li>
<li>
<a class="nav-link scrollto" href="./#services">Services</a>
</li>
<li><a class="nav-link scrollto" href="./#team">Team</a></li>
<li><a class="nav-link scrollto" href="./codes">Codes</a></li>
<li class="dropdown">
<a href="#"
><span>Show More</span> <i class="bi bi-chevron-down"></i
></a>
<ul>
<li><a href="./connect">SpicyDevs Connect</a></li>
<li><a href="./discord" target="_blank">Discord</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="../#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<section id="aboutsd" class="about section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<h3>Find Out More <span>About Us</span></h3>
<p>SpicyDevs - Spice it Up</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-right" data-aos-delay="100">
<img
src="assets/img/spicydevs.png"
class="img-fluid"
alt=""
loading="lazy"
/>
</div>
<div
class="col-lg-6 pt-4 pt-lg-0 content d-flex flex-column justify-content-center"
data-aos="fade-up"
data-aos-delay="100"
>
<h3>SpicyDevs Connect</h3>
<p class="fst-italic">
In a Nutshell, SpicyDevs Connect is basically a program ran by the
SpicyDevs team to connect with everyone through Discord. In this
program, we accept partnerships, sponsors and investors and
connect with everyone.
</p>
<ul>
<li>
<i class="bx bx-world"></i>
<div>
<h5>Partners</h5>
<p>
Partners will get some awesome perks and some part of their
equity will be taken by us even if you have an idea and
looking for a team then we are always here to partner with
you..
</p>
</div>
</li>
<li>
<i class="bx bxl-dribbble"></i>
<div>
<h5>Sponsers</h5>
<p>
Sponsors will also get some awesome perks like promotions
with us and our partners and also get the opportunity to
take their vision at next level with us.
</p>
</div>
</li>
<li>
<i class="bx bxs-quote-alt-right"></i>
<div>
<h5>Investors</h5>
<p>
Investors can invest directly in our partners and work with
them to take their ideas to next level we also accpet
investors for SpicyDevs and perks will be given to them.
</p>
</div>
</li>
</ul>
<p>
If you want to order anything or want to know about anything, feel
free to visit our official discord server and raise/create a
ticket to know more.
</p>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>F.A.Q.</h2>
<h3>Frequently Asked <span>Questions</span></h3>
<p>You may have a Look at Some Frequently Asked Questions.</p>
</div>
<div class="row justify-content-center">
<div class="col-xl-10">
<ul class="faq-list">
<li>
<div
data-bs-toggle="collapse"
class="collapsed question"
href="#faq1"
>
When I am applying for partnership, what will be the perks and
what should we have to provide SpicyDevs?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
SpicyDevs will provide you its all services at a discount of
75-90% and we will take some equity in your brand for
security reasons and we will help you in growth, help to
find investors, sponsers etc.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq2"
class="collapsed question"
>
What perks will I get as a sponsor and what should I have to
do? <i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
We and our partners will promote you and you will also get a
flat 25% discount in our all services you just have to
sponsers us with money minimum amount is 5$.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq3"
class="collapsed question"
>
What perks will I be getting as an investor and what will my
work be? <i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
You just have to invest some money and you will get % of
equity equal to that as per valuation you can invest in any
idea that is available at SpicyDevs connect.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq4"
class="collapsed question"
>
How can I apply for partnership | sponsor | investor?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
Just fill the form given below or visit our official server
and create a ticket in the SpicyDevs connect section.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq5"
class="collapsed question"
>
How can I know more about this?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
Join our
<a href="./discord" target="_blank">Discord Server</a> and
raise/create a ticket and our staff team will be providing
you with more info.
</p>
</div>
</li>
<!-- <li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">Tortor vitae purus faucibus ornare. Varius vel pharetra vel turpis nunc eget lorem dolor? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
Laoreet sit amet cursus sit amet dictum sit amet justo. Mauris vitae ultricies leo integer malesuada nunc vel. Tincidunt eget nullam non nisi est sit amet. Turpis nunc eget lorem dolor sed. Ut venenatis tellus in metus vulputate eu scelerisque. Pellentesque diam volutpat commodo sed egestas egestas fringilla phasellus faucibus. Nibh tellus molestie nunc non blandit massa enim nec.
</p>
</div>
</li> -->
</ul>
</div>
</div>
</div>
</section>
<!-- End Frequently Asked Questions Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>SpicyDevs<span>.</span></h3>
<p>
<strong>Email:</strong>
<a href="mailto:hello@spicy.is-a.dev">hello@spicy.is-a.dev</a>
<br />
<strong>Discord:</strong>
<a href="./discord" target="_blank">@aayu5h</a>
<br />
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#hero">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#about">About us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#services">Services</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./tos.html">Terms of service</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./privacypolicy.html">Privacy policy</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Web Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Bot Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Graphics Designing</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Video/Image Editing</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Server Designing</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>
Follow us on the following social media network to stay
connected with us.
</p>
<div class="social-links mt-3">
<a href="./discord" class="discord" target="_blank"
><i class="bi bi-discord"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>SpicyDevs</span></strong> 2024. All
Rights Reserved.
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a
href="../connect.html"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>