This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
396 lines (385 loc) · 23.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
<!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" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css" />
<!-- FontAwesome Icons -->
<script src="https://kit.fontawesome.com/cfb17c3df5.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@400;700&family=Lato&family=Roboto:wght@100;400;700&display=swap" rel="stylesheet" />
<!-- Browser Metadata -->
<title>Economica</title>
<link rel="icon" type="image/png" href="/assets/ecnmca-logo2.png" />
<!-- Page Description -->
<meta property="og:title" content="Economica - Discord Economy Bot" />
<meta property="og:site_name" content="Economica" />
<meta property="og:description" content="The Best New Discord Economy Bot." />
<meta property="og:image" content="/assets/ecnmca-logo2.png" />
<meta name="theme-color" content="#8c8ceb" />
</head>
<body>
<header>
<nav id="main-navbar" class="navbar navbar-expand-md fixed-top py-3" role="navigation">
<a href="/" class="navbar-brand mx-3 navbarlogo d-flex align-items-center">
<img src="/assets/ecnmca-logo2.png" alt="Economica Navbar Logo" class="navbar-logo-img">
<h1 id="navbar-logo-text">Economica</h1>
</a>
<button class="navbar-toggler p-0 mx-3" data-toggle="collapse" data-target="#navbar-links" aria-label="toggle navigation">
<div class="menu-toggler">
<div class="menu-toggler-icon"></div>
</div>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbar-links">
<ul class="navbar-nav d-flex flex-column flex-md-row align-items-center">
<li class="nav-item my-1 mx-md-3">
<a href="https://discord.com/api/oauth2/authorize?client_id=927030457093206087&scope=bot+applications.commands&permissions=1099511917574" class="nav-link text-underline"><i class="fab fa-discord nav-icon"></i>Invite</a>
</li>
<li class="nav-item my-1 mx-md-3">
<a href="./docs/#/home" class="nav-link text-underline"><i class="fas fa-terminal nav-icon"></i>Docs</a>
</li>
<li class="nav-item my-1 mx-md-2">
<a href="https://discord.gg/invite/57rQ7aHTpX" class="nav-link text-underline"><i class="fas fa-cog nav-icon"></i></i>Support</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section id="heading">
<div class="container-fluid">
<div class="row d-flex d-lg-none flex-row justify-content-center align-items-center" id="heading-mobile">
<div class="col flex-column d-flex align-items-center">
<div class="text-center" id="heading-text" >
<h1 id="heading-title" class="text-underline-purple">ECONOMICA</h1>
<h2 id="heading-description" class="my-4"> The Best New Discord Economy Bot</h2>
</div>
<div class="flex-row mt-2">
<a href="https://discord.com/api/oauth2/authorize?client_id=927030457093206087&scope=bot+applications.commands&permissions=1099511917574"><button class="invitebot-btn mx-2" id="main-invite-btn">Invite <i class="fab fa-discord invitebot-icon"></i></button></a>
</div>
</div>
</div>
<div class="row d-none d-lg-flex flex-row justify-content-center align-items-center">
<div class="col col-lg-6 flex-column d-flex align-items-center">
<div class="text-center" id="heading-text" >
<h1 id="heading-title" class="text-underline-purple">ECONOMICA</h1>
<h2 id="heading-description" class="my-4"> The Best New Discord Economy Bot</h2>
</div>
<div class="flex-row mt-2">
<a href="https://discord.com/api/oauth2/authorize?client_id=927030457093206087&scope=bot+applications.commands&permissions=1099511917574"><button class="invitebot-btn mx-2" id="main-invite-btn">Invite <i class="fab fa-discord invitebot-icon"></i></button></a>
<a href="#features">
<button class="d-none d-lg-inline-block mx-2" id="preview-btn">Preview</button>
</a>
</div>
</div>
<div class="col d-none d-lg-block col-lg-6">
<a href="https://discord.com/api/oauth2/authorize?client_id=927030457093206087&scope=bot+applications.commands&permissions=1099511917574">
<img src="/assets/Economica Mockup Test Real.png" id="mockup">
</a>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#23272A" fill-opacity="1" d="M0,128L60,117.3C120,107,240,85,360,85.3C480,85,600,107,720,122.7C840,139,960,149,1080,149.3C1200,149,1320,139,1380,133.3L1440,128L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>
<section id="features">
<div class="container-fluid fade-in py-5">
<div class="d-md-none flex-column d-flex align-items-center text-center">
<h2 id="features-title" class="titles text-underline pb-1 my-3">Features</h2>
<div class="features-card my-4">
<a href="#"><img src="/assets/stock market.png" alt="Simulated Stock Market Feature" /></a>
</div>
<h3 class="features-description mb-5">Simulated Stock Market</h3>
<div class="features-card my-4">
<a href="#"><img src="/assets/Currencies 2.png" alt="Per-Server & Cross Server Currencies Feature" /></a>
</div>
<h3 class="features-description mb-5">Per-Server & Cross Server Currencies</h3>
<div class="features-card my-4">
<a href="#"><img src="/assets/XP System.png" alt="Integrated XP System Feature" /></a>
</div>
<h3 class="features-description mb-5">Integrated XP System</h3>
<div class="features-card my-4">
<a href="#"><img src="/assets/More Modules.png" alt="More Modules Feature" /></a>
</div>
<h3 class="features-description mb-5">More Modules (Gifts, Auctions, Casino, Player Shops, etc.)</h3>
</div>
<div class="d-none d-md-flex flex-column d-flex align-items-center text-center">
<h2 id="features-title" class="titles text-underline pb-1 my-3">Features</h2>
<div class="row d-flex flex-row align-items-center my-3">
<div class="col mx-5">
<div class="features-card my-4">
<a href="#"><img src="/assets/stock market.png" alt="Simulated Stock Market Feature"></a>
</div>
</div>
<div class="col mx-5">
<h3 class="features-description-row">Simulated Stock Market</h3>
</div>
</div>
<div class="row d-flex flex-row align-items-center my-3">
<div class="col mx-5">
<h3 class="features-description-row">Per-Server & Cross Server Currencies</h3>
</div>
<div class="col mx-5">
<div class="features-card my-4">
<a href="#"><img src="/assets/Currencies 2.png" alt="Per-Server & Cross Server Currencies Feature"></a>
</div>
</div>
</div>
<div class="row d-flex flex-row align-items-center my-3">
<div class="col mx-5">
<div class="features-card my-4">
<a href="#"><img src="/assets/XP System.png" alt="Integrated XP System Feature"></a>
</div>
</div>
<div class="col mx-5">
<h3 class="features-description-row">Integrated XP System</h3>
</div>
</div>
<div class="row d-flex flex-row align-items-center my-3">
<div class="col mx-5">
<h3 class="features-description-row">More Modules (Gifts, Auctions, Casino, Player Shops, etc.)</h3>
</div>
<div class="col mx-5">
<div class="features-card my-4">
<a href="#"><img src="/assets/More Modules.png" alt="More Modules Feature"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#23272a" fill-opacity="1" d="M0,128L80,128C160,128,320,128,480,154.7C640,181,800,235,960,234.7C1120,235,1280,181,1360,154.7L1440,128L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>
<section id="modules">
<div class="container-fluid my-5 py-5 fade-in">
<div class="row d-lg-none">
<div class="col d-flex flex-column align-items-center">
<h2 id="modules-title" class="titles text-underline pb-1 mb-5">Modules</h2>
<div class="modules-card my-4 d-flex flex-column justify-content-center align-items-center">
<i class="fas fa-dice modules-icon"></i>
<h3 class="modules-title my-3">Casino</h3>
<h3 class="modules-description">This is the Casino Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-cog modules-icon"></i>
<h3 class="modules-title my-3">Config</h3>
<h3 class="modules-description">This is the Config Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-coins modules-icon"></i>
<h3 class="modules-title my-3">Economy</h3>
<h3 class="modules-description">This is the Economy Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-hand-holding-usd modules-icon"></i>
<h3 class="modules-title my-3">Income</h3>
<h3 class="modules-description">This is the Income Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-user-shield modules-icon"></i>
<h3 class="modules-title my-3">Moderation</h3>
<h3 class="modules-description">This is the Moderation Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-shopping-cart modules-icon"></i>
<h3 class="modules-title my-3">Shop</h3>
<h3 class="modules-description">This is the Shop Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-chart-bar modules-icon"></i>
<h3 class="modules-title my-3">Statistics</h3>
<h3 class="modules-description">This is the Statistics Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-tools modules-icon"></i>
<h3 class="modules-title my-3">Utility</h3>
<h3 class="modules-description">This is the Utility Module.</h3>
</div>
<div class="modules-card my-4 d-flex flex-column align-items-center justify-content-center">
<i class="fas fa-server modules-icon"></i>
<h3 class="modules-title my-3">Application</h3>
<h3 class="modules-description">This is the Application Module.</h3>
</div>
</div>
</div>
<div class="row d-none d-lg-flex">
<h2 id="modules-title" class="titles text-center pb-1 mb-5">Modules</h2>
<div class="col-4 d-flex flex-column align-items-center p-0">
<div class="modules-card d-flex flex-column justify-content-center align-items-center my-4">
<i class="fas fa-dice modules-icon"></i>
<h3 class="modules-title my-3">Casino</h3>
<h3 class="modules-description">This is the Casino Module.</h3>
</div>
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-cog modules-icon"></i>
<h3 class="modules-title my-3">Config</h3>
<h3 class="modules-description">This is the Config Module.</h3>
</div>
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-coins modules-icon"></i>
<h3 class="modules-title my-3">Economy</h3>
<h3 class="modules-description">This is the Economy Module.</h3>
</div>
</div>
<div class="col-4 d-flex flex-column align-items-center p-0">
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-hand-holding-usd modules-icon"></i>
<h3 class="modules-title my-3">Income</h3>
<h3 class="modules-description">This is the Income Module.</h3>
</div>
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-user-shield modules-icon"></i>
<h3 class="modules-title my-3">Moderation</h3>
<h3 class="modules-description">This is the Moderation Module.</h3>
</div>
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-shopping-cart modules-icon"></i>
<h3 class="modules-title my-3">Shop</h3>
<h3 class="modules-description">This is the Shop Module.</h3>
</div>
</div>
<div class="col-4 d-flex flex-column align-items-center p-0">
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-chart-bar modules-icon"></i>
<h3 class="modules-title my-3">Statistics</h3>
<h3 class="modules-description">This is the Statistics Module.</h3>
</div>
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-tools modules-icon"></i>
<h3 class="modules-title my-3">Utility</h3>
<h3 class="modules-description">This is the Utility Module.</h3>
</div>
<div class="modules-card d-flex flex-column align-items-center justify-content-center my-4">
<i class="fas fa-server modules-icon"></i>
<h3 class="modules-title my-3">Application</h3>
<h3 class="modules-description">This is the Application Module.</h3>
</div>
</div>
</div>
</div>
</section>
<section id="coming-soon" class="d-flex justify-content-center align-items-center py-5">
<div class="container-fluid fade-in py-5">
<div class="col flex-column d-flex align-items-center justify-content-center">
<h2 id="coming-soon-title" class="titles text-underline pb-1 mb-4">Coming Soon!</h2>
<h3 id="coming-soon-description" class="text-center mb-4">Economica is currently in <a href="https://discord.com/api/oauth2/authorize?client_id=927030457093206087&scope=bot+applications.commands&permissions=1099511917574" class="text-underline pb-1">Open Beta</a></h3>
<a href="https://discord.com/api/oauth2/authorize?client_id=927030457093206087&scope=bot+applications.commands&permissions=1099511917574"><button class="invitebot-btn">Invite <i class="fab fa-discord invitebot-icon"></i></button></a>
</div>
</div>
</section>
<section id="questions">
<div class="container-fluid fade-in">
<div class="row">
<div class="col d-flex flex-column align-items-center justify-content-center">
<div id="accordion" class="questions">
<div class="card my-2" id="why-economica-card">
<div class="card-header why-economica-header d-flex justify-content-between align-items-center" id="headingOne" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
<h5 class="mb-0 text-justify">
<button class="btn btn-link px-0" id="why-economica-button">
Why Economica?
</button>
</h5>
<i class="fas fa-chevron-down questions-icon why-economica-icon mx-3"></i>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body why-economica-text text-justify">
With Economica, our goal is to create the most customizable economy bot with the capability of producing complex server economies while also retaining an easy-to-use, easy-to-play interface.
</div>
</div>
</div>
<div class="card my-2" id="compare-economica-card">
<div class="card-header compare-economica-header d-flex justify-content-between align-items-center" id="headingTwo" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h5 class="mb-0 text-justify">
<button class="btn btn-link collapsed px-0 "
id="compare-economica-button">
How is Economica Different?
</button>
</h5>
<i class="fas fa-chevron-down questions-icon compare-economica-icon mx-3"></i>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body compare-economica-text text-justify">
We at Economica were inspired by—and huge fans of—UnbelievaBoat and Dank Memer. Our original goal was to create a bot that had the best aspects of both of them: the customizability of UBB and the detail in Dank Memer. Our ambition is to create a bot that surpasses both.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="developers" class="fade-in">
<div class="d-flex justify-content-center">
<h2 id="developers-title" class="titles text-underline pb-1 my-5">Developers</h2>
</div>
<div class="container-fluid mb-5">
<div class="row">
<div class="developers-card my-4 col-md-4 d-flex flex-column justify-content-center align-items-center">
<a href="https://github.com/Adrastopoulos"><img src="/assets/adrastopoulos.png" alt="Adrastopoulous Picture" class="developers-picture"></a>
<h3 class="developers-name text-underline mt-3 pb-1">Adrastopoulous#2753</h3>
</div>
<div class="developers-card my-4 col-md-4 d-flex flex-column justify-content-center align-items-center">
<a href="https://github.com/QiNG-agar" target="_blank" rel="noopener noreferrer"><img src="/assets/QiNG-agar.png" alt="QiNG-agar Picture" class="developers-picture"></a>
<h3 class="developers-name text-underline mt-3 pb-1">QiNG-agar#0540</h3>
</div>
<div class="developers-card my-4 col-md-4 d-flex flex-column justify-content-center align-items-center">
<a href="https://www.diegovalencia.me/"><img src="/assets/valencia picture.png" alt="Valencia Picture" class="developers-picture"></a>
<h3 class="developers-name text-underline mt-3 pb-1">valencia#9343</h3>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="py-5">
<section id="links">
<div class="container-fluid">
<div class="row">
<div class="col d-flex flex-column align-items-center justify-content-center">
<img src="/assets/ecnmca-logo2.png" alt="Economica Footer Logo" id="footer-logo" class="mb-4">
<div class="d-none d-sm-flex d-flex flex-row justify-content-center align-items-center">
<a href="#developers" class="links-text mx-2 text-underline p-1">Contact</a>
<a href="https://discord.gg/invite/Rez4Etbf9X" class="links-text mx-2 text-underline p-1">Feedback</a>
<a href="https://discord.gg/invite/57rQ7aHTpX" class="links-text mx-2 text-underline p-1">Support</a>
<a href="https://discord.gg/invite/qEXKFth3vY" class="links-text mx-2 text-underline p-1">Report Bug</a>
<a href="ttps://discord.gg/invite/EsZaEvNbds" class="links-text mx-2 text-underline p-1">Server</a>
</div>
<div class="d-sm-none d-flex flex-column justify-content-center align-items-center">
<a href="#developers" class="links-text m-2 text-underline p-1">Contact</a>
<a href="https://discord.gg/invite/Rez4Etbf9X" class="links-text m-2 text-underline p-1">Feedback</a>
<a href="https://discord.gg/invite/57rQ7aHTpX" class="links-text m-2 text-underline p-1">Support</a>
<a href="https://discord.gg/invite/qEXKFth3vY" class="links-text m-2 text-underline p-1">Report Bug</a>
<a href="ttps://discord.gg/invite/EsZaEvNbds" class="links-text m-2 text-underline p-1">Server</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-4">
<h3 id="copyright-text">Copyright Economica @ 2022</h3>
</div>
</section>
</footer>
<!-- Custom Javascript -->
<script src="index.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
</body>
</html>