-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
344 lines (320 loc) · 13.7 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
<!--
AIUB Discobot Web is an open source landing webpage project for the AIUB-Discobot project
developed by Mushfiqur Rahman Abir. The full website code open-sourced so anyone can contribute to or modify
this project but they must include full disclaimer about the main author.
Project Starting date: 1 June 2022
Created By: Mushfiqur Rahman Abir AKA Abir-Tx
Live Site: https://aiub-discobot.vercel.app/
CSS Framework Used: Bootstrap v5.0.0 (https://getbootstrap.com/docs/5.2/getting-started/introduction/)
-->
<!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" />
<title>AIUB Discobot</title>
<!-- CSS only With fallback-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
onerror="this.onerror=null;this.href='res/css/bootstrap.min.css';this.removeAttribute('integrity');this.removeAttribute('crossorigin');"
integrity="..." crossorigin="..." />
<!-- Add SEO Meta tags -->
<meta name="title" content="AIUB Discobot" />
<meta name="description"
content="AIUB DISCOBOT - The most complete & only bot for American International University of Bangladesh (AIUB). Get auto notice updates & fetch AIUB information. AIUB DISCOBOT is the one & only discord bot for American International University of Bangladesh (AIUB) which can give auto notice update & fetch many more information from the AIUB official website." />
<meta name="keywords"
content="AIUB Notice, AIUB DISCOBOT, aiub bot, aiub notice poster, aiub noticer, aiub discord notice, aiub auto notice, aiub official notice, aiub discobot, aiub discord bot, abirtx, Mushfiqur Rahman abir bot, discobot website, discobot add, discobot invite, discobot discord, aiub discobot official, discobot official" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Mushfiqur Rahman Abir" />
<!-- Tab Logo/ Favicon -->
<link rel="shortcut icon" href="./res/images/aiub-logo.png" type="image/x-icon" />
<!-- Add Schema Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "AIUB Discobot",
"url": "https://abir-tx.github.io/aiub-discobot.web/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://abir-tx.github.io/aiub-discobot.web/search{search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Custom CSS -->
<link rel="stylesheet" href="res/css/custom/custom.min.css" />
<!-- Google icon link -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5H1217D1N9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-5H1217D1N9");
</script>
</head>
<!-- If the oncontextmenu = false then right click context menu gets disabled -->
<!-- Added on v2.3.0 -->
<body class="" oncontextmenu="return false">
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="res/images/aiub-logo.png" alt="AIUB-Logo" class="rounded img-fluid aiub-logo" height="50vh"
width="50vw" />
<span class="text-uppercase fw-bold">AIUB Discobot</span>
</a>
<!-- The toggle-able menu -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-symbols-outlined"> menu </span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a href="./changelog.html" class="nav-link"><span class="d-none d-sm-inline">Changelog</span></a>
</li>
<li class="nav-item">
<a href="./privacy-policy.html" class="nav-link"><span class="d-none d-sm-inline">Privacy Policy</span></a>
</li>
<li class="nav-item">
<a href="./tos.html" class="nav-link"><span class="d-none d-sm-inline">Terms of Service</span></a>
</li>
<li class="nav-item">
<a href="./cookies-policy.html" class="nav-link"><span class="d-none d-sm-inline">Cookies Policy</span></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End of Navbar -->
<!-- Welcome/Landing section -->
<section class="landing">
<div class="container-sm">
<div class="row p-5">
<div class="col-lg-12 col-md-12 col-sm-12">
<p class="display-5 text-uppercase fw-bold pt-5 title">
Aiub Discobot
</p>
<p class="lead subtitle typewriter">
The complete bot for AIUB. Get auto notice
updates & fetch AIUB information
</p>
</div>
</div>
<div class="row p-2 align-items-center">
<div class="col-lg-8 col-md-8 col-sm-12 ps-5">
<a href="https://discord.com/api/oauth2/authorize?client_id=970102591155499038&permissions=277025651712&scope=bot"
target="_blank">
<div class="btn px-5 me-3 btn-lg btn-primary text-capitalize mb-3 mb-md-3 mb-lg-0 btn-strech">
add to server
</div>
</a>
<a href="https://discord.gg/HamRhe99pv" target="_blank">
<div class="btn btn-lg btn-info text-capitalize btn-strech">
join support server
</div>
</a>
<br />
<br />
<!-- The Also Available on Collapsible Block -->
<script>
function toggleText(id) {
var element = document.getElementById(id);
if (element.style.display === "none") {
element.style.display = "block";
} else {
element.style.display = "none";
}
}
</script>
<a href="#" class="collapHeader" onclick="toggleText('collapsible-text')"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg><i> Also available on (Double Click)</i></a>
<div id="collapsible-text" class="collapsible">
<p class="text-white">
<div class="row">
<div class="col">
<a href="https://top.gg/bot/970102591155499038">
<img src="https://top.gg/api/widget/970102591155499038.svg">
</a>
</div>
<div class="col">
<a href="https://discords.com/bots/bot/970102591155499038">
<img src="res/images/discords.jpg" class="img-fluid" width="100px" height="100px"
title="Visit aiub-discobot listed on Discords.com!"
alt="aiub-discobot's image Failed to Load" />
discords.com
</a>
</div>
</div>
</p>
</div>
<!-- End of Also available on block -->
</div>
<div class="col col-lg-4 col-md-4 col-sm-12 d-none d-md-block d-lg-block">
<img src="res/images/aiub-logo.png" alt="AIUB-Logo" class="rounded img-fluid float-end aiub-logo"
height="250vh" width="250vw" />
<!-- <img src="res/svg/robot-svgrepo-com.svg" alt="Bot Image"
class="rounded ing-fluid bot-logo"> -->
</div>
</div>
</div>
</section>
<!-- End of Welcome/Landing section -->
<!--
Help Menu Section.
This will be hidden on only will activate when the ? key is pressed while on the site
-->
<section>
<!-- Modal -->
<div class="modal fade" id="help" tabindex="-1" aria-labelledby="helpModal">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="helpModal">
<span class="material-symbols-outlined"> question_mark </span>Help Menu For AIUB Discobot Site
</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<table>
<tr>
<td id="shortcuts_title">Shortcuts</td>
</tr>
<tr>
<td>
<code><b>!gh</b></code> : Open the source code repository of
this website
</td>
</tr>
<tr>
<td>
<code><b>!v</b></code> : Show the version of this website &
author informations
</td>
</tr>
<tr>
<td>
<code><b>!gi</b></code> : Submit new issues or ideas about
the website or the bot.
</td>
</tr>
<tr>
<td>
<code><b>!d</b></code> : Turn on/off the dark mode
</td>
</tr>
<tr>
<td>
<code><b>?</b></code> : Show this help menu
</td>
</tr>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>
</section>
<!-- End of help menu section -->
<!-- Version info modal section -->
<section>
<!-- Modal -->
<div class="modal fade" id="version" tabindex="-1" aria-labelledby="versionModal">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="versionModal">
AIUB Discobot Official Website
</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Current Version: <code id="version_modal">v2.2.0</code>
<br />
Author: <code>Mushfiqur Rahman Abir</code>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>
</section>
<!-- End of version info modal section -->
<!-- Footer Section -->
<section class="footer">
<div class="card-footer">
<div class="row">
<div class="col-3">
<code><a
class="footer-link"
id="by_abir"
href="https://github.com/abir-tx"
>By Abir</a
></code>
</div>
<div class="col-3">
<a href="https://github.com/abir-tx/aiub-discobot.web"><img
src="res/images/github-logo/GitHub-Mark-Light-32px.png" class="img-fluid" id="github_icon" width="20px"
alt="github-repo" />
</a>
<img src="res/svg/wb_sunny_white_24dp.svg" id="mode_icon" alt="Light Mode Icon" />
<!-- Hide this help menu on mobile devices -->
<img src="res/svg/help_outline_white_24dp.svg" id="help_icon" onclick="helpModal()" alt="Help Icon" class="d-none d-sm-inline"/>
</div>
<div class="col col-6 text-end">
<code><a
href="#"
class="footer-link"
id="version_footer"
onclick="javascript:version_info();"
>v2.3.0</a
></code>
</div>
</div>
</div>
</section>
<!-- End of Footer section -->
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<!-- Mousestrap JS CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mousetrap/1.6.5/mousetrap.min.js"
integrity="sha512-+Jg3Ynmj9hse704K48H6rBBI3jdNBjReRGBCxUWFfOz3yVurnJFWtAWssDAsGtzWYw89xFWPxShuj2T6E9EOpg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Bootstrap offline backup -->
<script>
if (!window.bootstrap) {
// the bootstrap object is not present
var newScript = document.createElement("script");
newScript.setAttribute("src", "res/js/bootstrap.bundle.min.js");
document.getElementsByTagName("head")[0].appendChild(newScript);
}
</script>
<!-- My Custom JS Files -->
<script src="/res/js/custom/global.js"></script>
<!-- The global.js file must be on top of other js file as it
gives access to many variables which are used by other files -->
<script src="/res/js/custom/shortcuts.js"></script>
<script type="module" src="/res/js/custom/localStorage.js"></script>
<script type="module" src="/res/js/custom/custom.js"></script>
</body>
</html>