-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
529 lines (513 loc) · 19.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
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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<!DOCTYPE html>
<html>
<head>
<!-- Meta data and asset preloading -->
<meta charset="utf-8" />
<!-- Preload the portal logo image for faster display -->
<link
rel="preload"
href="assets/images/portalLogo.png"
as="image"
fetchpriority="high"
/>
<!-- Page title -->
<title>Home | Portal</title>
<!-- Responsive meta tag for mobile devices -->
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<!-- Set the page's language -->
<meta http-equiv="Content-Language" content="en" />
<!-- SEO meta tags -->
<meta
name="description"
content="A Borderless Discord Network of Communities"
/>
<meta
name="og:description" content="A Borderless Discord Network of Communities"
/>
<meta name="og:title" content="Home | portalBot" />
<meta name="og:image" content="assets/images/portalLogo.png" />
<meta property="og:site_name" content="portalBot" />
<meta name="theme-color" content="#2291a0" />
<!-- Favicon -->
<link
rel="icon"
type="image/png"
sizes="300x250"
href="assets/images/portalLogo.png"
/>
<!-- External stylesheets and fonts -->
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Alfa+Slab+One"
/>
<link rel="stylesheet" href="/assets/fonts/font-awesome.min.css" />
<link rel="stylesheet" href="/assets/fonts/ionicons.min.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"
/>
<!-- Custom styles -->
<link rel="stylesheet" href="/assets/css/styles.css" />
</head>
<body style="background-color: var(--background)">
<!-- Top navigation bar container -->
<!-- Navigation bar with fixed positioning -->
<nav
class="navbar navbar-collapse nowrap navbar-dark navbar-expand-lg sticky-top"
style="
left: 0;
right: 0;
color: var(--main-color);
border-top-width: 6px;
border-top-style: solid;
background: var(--background);
"
>
<a
class="navbar-brand"
href="/"
style="
color: var(--main-color);
font-family: 'Alfa Slab One', cursive;
"
>
portalNetwork
</a>
<button class="bg-dark navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<!-- Collapsible part of the navbar -->
<!-- Link to the features section -->
<li class="nav-item active">
<a
class="nav-link active smoothScroll"
href="/features"
style="color: var(--text-color)"
>Features</a>
</li>
<!-- Link to add the bot to Discord -->
<li class="nav-item">
<a
class="nav-link"
href="/commands"
style="color: var(--text-color)"
>Commands</a
>
</li>
<!-- Link to the support server -->
<li class="nav-item">
<a
class="nav-link"
href="/support/"
style="color: var(--text-color)"
>Support</a
>
</li>
</ul>
<!-- Nav Bar Side buttons -->
<div class="d-flex ml-auto">
<a
href="/premium"
class="btn btn-primary shadow-none"
style="margin-left: 10px;
border-color: rgba(255, 195, 79, 0.8);
background-color: rgba(255, 195, 79, 0.3);
border: none;
transition: background-color 0.3s ease;
color: white; /* Ensure text remains fully visible */
border-radius: 10px;"
>
👑Premium
</a>
<a
id="login"
href="#login"
class="d-flex flex-row btn btn-primary shadow-none"
type="button"
style="margin-left: 10px;
background-color: rgba(114, 137, 218, 1); /* Adjust last value (0.7) for opacity */
border-color: rgba(0, 123, 255, 0.7);
border: none;
transition: background-color 0.3s ease;
border-color: var(--main-color);
color: white; /* Ensure text remains fully visible */
border-radius: 10px;"
>
Login to Discord
</a>
</div>
</div>
</nav>
<!-- Header section with logo, title, description, and call-to-action buttons -->
<header
class="container d-flex flex-column align-content-start"
style="margin-top: 50px;"
>
<!-- Portal logo image
<img
class="rounded"
src="assets/images/portalLogo.png"
style="margin-top: 15px"
/>
-->
<!-- Main heading for the bot -->
<h1 class="" style="color: var(--text-color); margin-bottom: 25px">
Connect, discover, and share without limits
</h1>
<!-- Short description of the bot -->
<p style="color: var(--secondary-text-color); font-size: 20px; line-height: 1.75;">
portalBot links Discord servers and other platforms, making it effortless to communicate and travel across the portalNetwork of communities. It automates the discovery and sharing of valuable interactions and resources, with AI-powered summaries for social media and mailing lists, plus web-searchable Discord forums—ensuring your community’s best content reaches beyond Discord to the wider world.
</p>
<!-- Animated call-to-action buttons container -->
<div class="headShake animated">
<div role="group" class="btn-group">
<!-- Button to invite the bot -->
<a
href="https://discord.com/oauth2/authorize?client_id=1309741433238065194&permissions=322577&integration_type=0&scope=applications.commands+bot"
class="btn btn-primary shadow-none"
type="button"
style="margin: 5px;
background-color: rgba(114, 137, 218, 0.30); /* Adjust last value (0.7) for opacity */
border-color: rgba(0, 123, 255, 0.7);
border-radius: 10px;
border: none;
transition: background-color 0.3s ease;
color: white; /* Ensure text remains fully visible */
display: flex;
align-items: center;
gap: 8px;
"
>
🌌 Invite portalBot
</a>
<!-- Button to join the support server -->
<a
class="btn btn-primary smoothScroll shadow-none"
type="button"
href="/features"
style="margin: 5px;
background-color: rgba(114, 137, 218, 0.15); /* Adjust last value (0.7) for opacity */
border-color: rgba(0, 123, 255, 0.7);
border: none;
transition: background-color 0.3s ease;
display: flex;
color: white; /* Ensure text remains fully visible */
align-items: center;
border-radius: 10px;
gap: 8px;"
>
See Features
</a>
</div>
</div>
</header>
<!-- Decorative feature section with an SVG wave -->
<div id="feature" style="height: 90px; background: var(--secondary)">
<div>
<!-- SVG element for a decorative wave transition -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="var(--background)"
fill-opacity="1"
d="M0,96L40,112C80,128,160,160,240,144C320,128,400,64,480,48C560,32,640,64,720,69.3C800,75,880,53,960,58.7C1040,64,1120,96,1200,96C1280,96,1360,64,1400,48L1440,32L1440,0L1400,0C1360,0,1280,0,1200,0C1120,0,1040,0,960,0C880,0,800,0,720,0C640,0,560,0,480,0C400,0,320,0,240,0C160,0,80,0,40,0L0,0Z"
></path>
</svg>
</div>
</div>
<!-- Section highlighting the bot features -->
<div class="features-boxed" style="background: var(--secondary)">
<div class="container" style="color: var(--main-color)">
<!-- Section introduction -->
<div class="intro">
<h2 class="text-center" style="color: var(--text-color)">
A Smarter, Safer Network of Communities
</h2>
</div>
<!-- Grid layout for individual features -->
<div class="row justify-content-center features">
<!-- Feature Item 1: Reliable Servers -->
<div class="col-sm-6 col-md-5 col-lg-4 item">
<div id="features" class="box">
<!-- Icon for Reliable Servers -->
<h3 class="name">🚫Non-Destructive</h3>
<p class="description" style="color: var(--secondary-text-color)">
Powerful, Yet Restrained – portalBot operates with only the permissions it needs—nothing more. It cannot ban members or disrupt your server’s integrity, ensuring complete safety and control for server owners and admins.<br/>
</p>
</div>
</div>
<!-- Feature Item 2: Trusted by Many -->
<div class="col-sm-6 col-md-5 col-lg-4 item">
<div id="features" class="box">
<!-- Icon for Trusted by Many -->
<h3 class="name">🌱Growing Together</h3>
<p class="description" style="color: var(--secondary-text-color)">
Currently active in <span id="comptotalServers">1000+</span> Discord servers with a combined
<span id="comptotalUsers">160k+</span> members, portalbot has earned the trust of communities by providing seamless connectivity, automation, and enhanced discoverability.<br />
</p>
</div>
</div>
<!-- Feature Item 2: Trusted by Many -->
<div class="col-sm-6 col-md-5 col-lg-4 item">
<div id="features" class="box">
<!-- Icon for Trusted by Many -->
<h3 class="name">🛡️Verified & Reliable</h3>
<p class="description" style="color: var(--secondary-text-color)">
A Network You Can Trust – Every server that joins the portalNetwork undergoes a review by Portal Guardians to maintain a high-quality, authentic, and safe ecosystem. No spam, no bad actors—just real communities.<br/>
</p>
</div>
</div>
<!-- Feature Item 3: Easy to use and Clean Commands -->
<div class="col-sm-6 col-md-5 col-lg-4 item">
<div id="features" class="box">
<!-- Icon for Commands -->
<h3 class="name">⚙️Built for Stability</h3>
<p class="description" style="color: var(--secondary-text-color)">
Consistency You Can Rely On – portalBot is engineered for uptime, efficiency, and smooth operation. No unexpected changes, no instability—just a dependable tool for growing and managing your server.<br/>
</p>
</div>
</div>
</div>
</div>
<div></div>
</div>
<!-- Decorative section with an SVG curve transition -->
<div style="background-color: var(--background)">
<div style="height: 150px; overflow: hidden">
<svg
viewBox="0 0 500 150"
preserveAspectRatio="none"
style="height: 100%; width: 100%"
>
<path
d="M-41.53,-9.56 C167.83,173.98 302.14,-60.89 534.09,89.10 L500.00,0.00 L0.00,0.00 Z"
style="stroke: none; fill: var(--secondary)"
></path>
</svg>
</div>
</div>
<!-- Bot stats and commands section -->
<div id="commands">
<section>
<div class="container-fluid text-white">
<!-- Section heading for bot stats -->
<h2 class="text-center pb-1 pt-3" style="color: var(--text-color)">
Bot Stats
</h2>
<!-- Statistics grid layout -->
<div
class="row row-cols-3 justify-content-center"
style="color: var(--secondary-text-color)"
>
<!-- Total Servers statistic -->
<div
class="col-auto col-md-3 text-center pb-5 pt-5 number-item love_counter"
>
<h1 style="font-size: 70px" id="totalServers">
<strong>0</strong>
</h1>
<h4 style="color: var(--main-color); margin-top: -6px">
Total Servers
</h4>
</div>
<!-- Total Users statistic -->
<div
class="col-auto col-md-3 text-center align-self-center pb-5 pt-5 love_counter"
>
<h1 style="font-size: 70px" id="totalUsers">
<strong>0</strong>
</h1>
<h4 style="color: var(--main-color); margin-top: -6px">
Total Users
</h4>
</div>
<!-- Network Servers statistic -->
<div
class="col-auto col-md-3 text-center align-self-center pb-5 pt-5 love_counter"
>
<h1 style="font-size: 70px" id="totalNetwork">
<strong>0</strong>
</h1>
<h4 style="color: var(--main-color); margin-top: -6px">
Network Servers
</h4>
</div>
<!-- Total Messages statistic -->
<div
class="col-auto col-md-3 text-center align-self-center pb-5 pt-5 love_counter"
>
<h1 style="font-size: 70px" id="totalMessages">
<strong>0</strong>
</h1>
<h4 style="color: var(--main-color); margin-top: -6px">
Total Messages
</h4>
</div>
</div>
</div>
</section>
<!-- Commands accordion container (likely filled dynamically with JS) -->
<div class="container">
<h2 class="text-center pb-5">Commands</h2>
<div class="accordion"></div>
</div>
</div>
<!-- Decorative SVG wave at the bottom of the page -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="var(--secondary)"
fill-opacity="1"
d="M0,160L48,154.7C96,149,192,139,288,154.7C384,171,480,213,576,218.7C672,224,768,192,864,181.3C960,171,1056,181,1152,192C1248,203,1344,213,1392,218.7L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"
></path>
</svg>
<!-- Footer section -->
<div class="footer-dark">
<div class="row">
<!-- Back-to-top button -->
<div class="col item social">
<a class="smoothScroll" href="#top">
<i class="icon ion-android-arrow-up"></i>
</a>
</div>
</div>
<div class="row">
<div class="col text-center">
<!-- Copyright and ownership -->
<p class="copyright" style="color: var(--text-color)">
Own and operated by the devEco © 2025
</p>
<!-- Credits to developers -->
<p class="developed-by" style="color: var(--text-color)">
Credits
<a
href="https://discordapp.com/users/691506668781174824"
style="color: var(--main-color)"
>Sdriver1</a
>
<a
href="https://jer.cx"
style="color: var(--main-color)"
>| JeremyBobbin</a
>
</p>
</div>
</div>
<div class="container">
<!-- Footer links for GitHub, support, social media, etc. -->
<div class="footer-links" style="padding: 20px">
<!-- GitHub link -->
<a
href="https://github.com/thedeveco"
class="footer-link-item"
style="
color: var(--text-color);
margin-right: 20px;
text-decoration: none;
"
>
<i
class="fa fa-github"
aria-hidden="true"
style="font-size: 24px; vertical-align: middle"
></i>
<span style="vertical-align: middle">GitHub</span>
</a>
<!-- Support Server link -->
<a
href="https://discord.gg/u4uYe3pCRp"
class="footer-link-item"
style="
color: var(--text-color);
margin-right: 0px;
text-decoration: none;
"
>
<img
src="https://img.icons8.com/?size=100&id=YmmZ2YsHiv59&format=png&color=FFFFFF"
alt="Wumpus Store Icon"
style="width: 24px; height: auto; vertical-align: middle"
/>
<span style="vertical-align: middle">Support Server</span>
</a>
<div class="link-divider"></div>
<!-- LinkedIn link -->
<a
href="https://www.linkedin.com/company/thedeveco/"
class="footer-link-item"
style="
color: var(--text-color);
margin-right: 20px;
text-decoration: none;
"
>
<img
src="https://img.icons8.com/?size=100&id=8808&format=png&color=FFFFFF"
alt="LinkedIn Icon"
style="width: 24px; height: auto; vertical-align: middle"
/>
<span style="vertical-align: middle">LinkedIn</span>
</a>
<!-- Youtube link -->
<a
href="https://youtube.com/@thedeveco"
class="footer-link-item"
style="
color: var(--text-color);
margin-right: 20px;
text-decoration: none;
"
>
<img
src="https://img.icons8.com/?size=100&id=37326&format=png&color=FFFFFF"
alt="Youtube Icon"
style="width: 24px; height: auto; vertical-align: middle"
/>
<span style="vertical-align: middle">Youtube</span>
</a>
<!-- Instagram link -->
<a
href="https://instagram.com/thedev.eco"
class="footer-link-item"
style="
color: var(--text-color);
margin-right: 0px;
text-decoration: none;
"
>
<img
src="https://img.icons8.com/?size=100&id=32292&format=png&color=FFFFFF"
alt="Insta Icon"
style="width: 24px; height: auto; vertical-align: middle"
/>
<span style="vertical-align: middle">Instagram</span>
</a>
<div class="link-divider"></div>
<!-- Legal information link -->
<a
href="https://portalnet.work/listing"
class="footer-link-item"
style="
color: var(--text-color);
margin-right: 20px;
text-decoration: none;
"
>
<span style="vertical-align: middle">Legal</span>
</a>
</div>
</div>
</div>
<!-- JavaScript files loaded at the end of the document for improved performance -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/js/Counting.js"></script>
<script src="/assets/js/untitled.js"></script>
<script src="/assets/js/botstats.js"></script>
<script src="/assets/js/commands.js"></script>
<script src="/assets/js/discord-oauth.js"></script>
</body>
</html>