forked from TDR-1000/KeyAuth-Source-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
598 lines (559 loc) · 34.4 KB
/
index.html
File metadata and controls
598 lines (559 loc) · 34.4 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
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
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="title" content="KeyAuth - Open Source Auth">
<!-- Canonical SEO -->
<link rel="canonical" href="https://keyauth.cc" />
<meta
content="Secure your software against piracy, an issue causing $422 million in losses annually - Fair pricing & Features not seen in competitors"
name="description" />
<meta content="KeyAuth" name="author" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords"
content="KeyAuth, Cloud Authentication, Key Authentication,Authentication, API authentication,Security, Encryption authentication, Authenticated encryption, Cybersecurity, Developer, SaaS, Software Licensing, Licensing" />
<meta property=”og:description”
content="Secure your software against piracy, an issue causing $422 million in losses annually - Fair pricing & Features not seen in competitors" />
<meta property="og:image" content="https://cdn.keyauth.cc/front/assets/img/favicon.png" />
<meta property=”og:site_name” content="KeyAuth | Secure your software from piracy." />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="KeyAuth - Open Source Auth">
<meta itemprop="description"
content="Secure your software against piracy, an issue causing $422 million in losses annually - Fair pricing & Features not seen in competitors">
<meta itemprop="image" content="https://cdn.keyauth.cc/front/assets/img/favicon.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@keyauth">
<meta name="twitter:title" content="KeyAuth - Open Source Auth">
<meta name="twitter:description"
content="Secure your software against piracy, an issue causing $422 million in losses annually - Fair pricing & Features not seen in competitors">
<meta name="twitter:creator" content="@keyauth">
<meta name="twitter:image" content="https://cdn.keyauth.cc/front/assets/img/favicon.png">
<!-- Open Graph data -->
<meta property="og:title" content="KeyAuth - Open Source Auth" />
<meta property="og:type" content="website" />
<meta property="og:url" content="./" />
<title>KeyAuth - Open Source Auth</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha384-Ft/vb48LwsAEtgltj7o+6vtS2esTU9PCpDqcXs4OCVQFZu5BqprHtUCZ4kjK+bpE" crossorigin="anonymous">
</script>
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdn.keyauth.cc/v2/keyauth.css">
<link rel="shortcut icon" type="image/jpg" href="https://cdn.keyauth.cc/front/assets/img/favicon.png">
<script type="text/javascript" src="https://widget.trustpilot.com/bootstrap/v5/tp.widget.sync.bootstrap.min.js" async></script>
</head>
<body>
<div style="background-color: #afd6ff;padding:0.01px">
<p style="margin-left: 1.5rem;margin-right: 1.5rem;margin-bottom: 0.5rem;margin-top: 0.5rem;color: #163d66;font-size: 20px;"> Please join our Discord server <a href="https://discord.gg/keyauth" target="_blank">https://discord.gg/keyauth</a>
</p>
</div>
<nav class="navbar navbar-expand-lg navbar-dark mt-3">
<div class="container">
<a class="navbar-brand">
<img
src="https://cdn.keyauth.cc/v2/assets/media/logos/logo-1-dark.png"
width="180" height="100" class="" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 me-auto mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://headwayapp.co/keyauth-changelog" target="_blank">Changelog</a>
</li>
<div class="dropdown show">
<a class="nav-link dropdown-toggle" href="https://discord.gg/keyauth" target="_blank" id="dropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Support
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="https://docs.keyauth.cc" target="_blank">Docs</a>
<a class="dropdown-item" href="https://discord.gg/keyauth" target="_blank">Discord</a>
</div>
</div>
</ul>
<a href="./login/"><button class="btn btn-login text-light"><i class="fad fa-sign-in-alt"></i> Login</button></a>
</div>
</div>
</nav>
<div class="container">
<section class="top-section">
<div class="row align-items-center">
<div class="col-sm-6" id="text-animate">
<span class="first-descreption"></span>
<h1 class="fw-bolder mt-1">
<br>
</h1>
<p class="seconed-descreption mt-3">
KeyAuth is an Open-source authentication system with cloud-hosted subscriptions available as well.
</p>
<a href="./register/"><button class="btn btn-invite my-1"><i class="fas fa-paper-plane mr-2"></i>
Register</button></a>
<a href="./login/"><button class="btn btn-dashboard my-1 animate-up-2"><i class="fal fa-sign-in"></i>
Login To Dashboard</button></a>
</div>
<div class="col-sm-6" id="image-animate">
<img class="rounded-3 img-perspective-main" width="120%"
src="https://cdn.keyauth.cc/v2/dashboard-pic.png">
</div>
</div>
</section>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 320">
<path fill="#0f1624" fill-opacity="1"
d="M0,64L120,90.7C240,117,480,171,720,170.7C960,171,1200,117,1320,90.7L1440,64L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z">
</path>
</svg>
<section id="features" class="features-sections">
<div class="container">
<div class="features-typograpghy">
<p class="text-center features-title-tag">Why KeyAuth?</p>
<h4 class="text-center features-main-title">
What makes KeyAuth different from other services?
</h4>
<h6 class="text-center mt-4">
<p class="tag-features d-inline-block" data-toggle="tooltip" data-html="true"
title="All requests sent to and from the server are AES-256 Encrypted and then Hex encoded" id="fet2">
AES-256 Encryption</p>
<p class="tag-features d-inline-block" data-toggle="tooltip" data-html="true"
title="API endpoint exclusive to customers with the Seller role, access to all KeyAuth resources outbound"
id="fet3">SellerAPI</p>
<p class="tag-features d-inline-block" data-toggle="tooltip" data-html="true"
title="Enable the Hardware Lock to require the server to check if HWID matches" id="fet4">Optional
HWID Lock</p>
<p class="tag-features d-inline-block" data-toggle="tooltip" data-html="true"
title="Upload files securely on the server-side, only allowing users to download after authentication"
id="fet5">Server-sided Files</p>
<p class="tag-features d-inline-block" data-toggle="tooltip" data-html="true"
title="Protect your API link(s) by having KeyAuth send requests on the server-side." id="fet6">
Webhooks</p>
<p class="tag-features d-inline-block" data-toggle="tooltip" data-html="true"
title="Blacklist your client's hardware info such as Windows SID and IP address" id="fet7">Hardware
Blacklist</p>
</h6>
<br>
</div>
<div class="featureOne" style="margin-top: 2%;">
<div class="row mt-3">
<div class="col-md-6 my-1 mt-5 feature-typo">
<span class="statics-info-tag"><i class="fal fa-key"></i></span>
<h4 class="text-light feature-title mt-4 fw-bold">End-to-end encryption</h4>
<p class="feature-descreption mt-1 w-75">KeyAuth values privacy and security. Preserve your user's
experience and your application's integrity.</p>
<p class="seacondery-info">
<div class="row mt-4">
<p class="fw-bold">Protect your user's data from start to finish.</p>
</div>
</div>
<div class="col-md-6 my-1">
<center>
<img id="box" src="https://cdn.keyauth.cc/front/assets/img/presentation-mockup-2.png"
class="img-fluid img-perspective-reverse" width="600px" height="600px">
</center>
</div>
</div>
</div>
<div class="featureOne">
<div class="row mt-3">
<div class="col-md-6 my-1">
<center>
<img id="box" src="https://cdn.keyauth.cc/v2/cpp-example.png"
class="img-fluid img-perspective" width="600px" height="600px">
</center>
</div>
<div class="col-sm-6 my-1 mt-5 feature-typo" style="left: 0rem;">
<span class="statics-info-tag tag-fix"><i class="fal fa-star-shooting"></i></span>
<h4 class="text-light feature-title mt-4 fw-bold">Easy Setup</h4>
<p class="feature-descreption mt-1 w-75">Integrate KeyAuth just in seconds using our latest examples!
</p>
<p class="seacondery-info"></p>
</div>
</div>
</div>
<div class="featureOne">
<div class="row mt-3">
<div class="col-sm-6 my-1 mt-5 feature-typo" style="left: 0rem;">
<h4 class="text-light feature-title mt-4 fw-bold">Detailed Tutorials</h4>
<p class="feature-descreption mt-1 w-75">KeyAuth provides descriptive visual instructions for novice
programmers.</p>
<p class="seacondery-info"></p>
<a href="https://youtube.com/keyauth" target="_blank" class="btn btn-danger mr-3 animate-up-2 mb-3"><i
class="fab fa-youtube mr-2"></i> YouTube Channel</a>
<a href="https://github.com/keyauth" target="_blank" class="btn btn-primary animate-up-2 mb-3"><i
class="fab fa-github mr-2"></i> GitHub</a>
</div>
<div class="col-md-6 my-1">
<center>
<iframe width="560" height="315" src="https://www.youtube.com/embed/9-qgmsUUCK4"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</center>
</div>
</div>
</div>
</div>
<br>
<br>
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 320">
<path fill="#131c2c" fill-opacity="1"
d="M0,64L120,90.7C240,117,480,171,720,170.7C960,171,1200,117,1320,90.7L1440,64L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z">
</path>
</svg>
<section class="statics-section">
<div class="container stats-section-two">
<p class="text-center features-title-tag">#</p>
<h4 class="text-center features-main-title">Numbers Don't Lie</h4>
<center>
<div class="card w-75 mt-4 p-2">
<div class="row">
<div class="col-md-6 my-3">
<i class="fal fa-users statc-icon"></i>
<h3 class="d-block mt-3 count-num fw-bold" id="accs"></h3>
<span class="stats-desc">Accounts</span>
</div>
<div class="col-md-6 my-3">
<i class="fal fa-solid fa-browser statc-icon"></i>
<h3 class="d-block mt-3 count-num fw-bold" id="apps"></h3>
<span class="stats-desc">Applications</span>
</div>
<div class="col-md-6 my-3">
<i class="fal fa-key statc-icon"></i>
<h3 class="d-block mt-3 count-num fw-bold" id="licenses"></h3>
<span class="stats-desc">Licenses</span>
</div>
<div class="col-md-6 my-3">
<i class="fal fa-chart-line statc-icon"></i>
<h3 class="d-block mt-3 count-num fw-bold" id="activeUsers"></h3>
<span class="stats-desc">Users currently logged in</span>
</div>
</div>
<i>Stats refresh every 30 mins, they're cached</i>
</div>
</div>
<!-- TrustBox widget -->
<div class="trustpilot-widget" data-locale="en-US" data-template-id="5419b6a8b0d04a076446a9ad" data-businessunit-id="5fc04266fbe9b10001db10cb" data-style-height="130px" data-style-width="100%" data-theme="dark" data-stars="4,5">
<a href="https://www.trustpilot.com/review/keyauth.com" target="_blank">Trustpilot</a>
</div>
<!-- End TrustBox widget -->
</center>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 320">
<path fill="#0f1624" fill-opacity="1"
d="M0,64L120,90.7C240,117,480,171,720,170.7C960,171,1200,117,1320,90.7L1440,64L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z">
</path>
</svg>
</section>
<section id="pricing">
<p class="text-center features-title-tag">#</p>
<h4 class="text-center features-main-title">Pricing</h4>
<div class="container" id="pricing">
<div class="row">
<div class="col-12 col-lg-8">
<div class="d-flex align-items-center">
<div class="mt-2">
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div>
</div>
</div>
</div>
<div class="row mt-6">
<div class="col-12 col-lg-4">
<div class="card shadow-soft mb-5 mb-lg-6 px-2">
<div class="card-header border-light py-5 px-4">
<div class="d-flex mb-3"><span class="h5 mb-0">$</span> <span class="price display-2 mb-0"
data-annual="0" data-monthly="0">0</span> <span
class="h6 font-weight-normal align-self-end">/year</span></div>
<h4 class="mb-3 text-white">Tester Subscription</h4>
<p class="font-weight-normal mb-0">Limited Access for those looking to experiment implementing
KeyAuth</p>
</div>
<div class="card-body pt-5">
<ul class="list-group simple-list">
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Users<span
class="font-weight-bolder"> 10</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Upload Files (10 MB)</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times" style="color: #e03131;"></i></span> Create Webhooks</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Variables<span
class="font-weight-bolder"> 5</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Logs<span
class="font-weight-bolder"> 20</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Hardware Blacklist</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times" style="color: #e03131;"></i></span> Reseller & Manager Accounts
</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times" style="color: #e03131;"></i></span> SellerAPI Access</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times" style="color: #e03131;"></i></span> Discord Bot</li>
</ul>
</div>
<div class="card-footer px-4 pb-4">
<a href="./register/" class="btn btn-block btn-outline-light animate-up-2">Start for Free <span
class="icon icon-xs ml-3"><i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="card shadow-soft mb-5 mb-lg-6">
<div class="card-header border-light py-5 px-4">
<div class="d-flex mb-3 text-primary"><span class="h5 mb-0">$</span> <span
class="price display-2 text-primary mb-0" data-annual="199" data-monthly="99">9.99</span>
<span class="h6 font-weight-normal align-self-end">/year</span></div>
<h4 class="mb-3 text-white">Developer Subscription</h4>
<p class="font-weight-normal mb-0">Ample limits plus full access to reseller system. Most folks
start here.</p>
</div>
<div class="card-body pt-5">
<ul class="list-group simple-list">
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Users<span
class="font-weight-bolder"> Unlimited</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Upload Files (50 MB)</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Create Webhooks</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Variables Unlimited</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Logs Unlimited</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Hardware Blacklist</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Reseller & Manager Accounts
</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times" style="color: #e03131;"></i></span> SellerAPI Access</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times" style="color: #e03131;"></i></span> Discord Bot</li>
</ul>
</div>
<div class="card-footer px-4 pb-4">
<a href="./app/?page=upgrade" class="btn btn-block btn-outline-primary">Purchase
Developer Now! <span class="icon icon-xs ml-3"><i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="card shadow-soft border-light mb-5 mb-lg-6">
<div class="card-header border-light py-5 px-4">
<div class="d-flex mb-3"><span class="h5 mb-0">$</span> <span
class="price display-2 text-danger mb-0" data-annual="299" data-monthly="199">19.99</span>
<span class="h6 font-weight-normal align-self-end">/year</span></div>
<h4 class="mb-3 text-white">Seller Subscription</h4>
<p class="font-weight-normal mb-0">Full-fledged supporter, we appreciate you for keeping our
servers running!</p>
</div>
<div class="card-body pt-5">
<ul class="list-group simple-list">
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Users<span
class="font-weight-bolder"> Unlimited</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Upload Files (75 MB)</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Create Webhooks</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Variables Unlimited</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Logs Unlimited</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Hardware Blacklist</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Reseller & Manager Accounts
</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> SellerAPI Access</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check" style="color: #0ca678;"></i></span> Discord Bot</li>
</ul>
</div>
<div class="card-footer px-4 pb-4">
<a href="./app/?page=upgrade" class="btn btn-block btn-outline-danger">Purchase
Seller Now! <span class="icon icon-xs ml-3"><i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
</div>
</div>
</div>
<br>
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 30">
<path fill="#0f1624" fill-opacity="1"
d="M0,64L120,90.7C240,117,480,171,720,170.7C960,171,1200,117,1320,90.7L1440,64L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z">
</path>
</svg>
</section>
<section>
<p class="text-center features-title-tag">Partners</p>
<h1 class="text-gray-900 font-bold text-5xl mb-3 text-center dark:text-gray-200">Our Partners</h1>
<div class="container">
<div class="row mt-5 tsts">
<div class="col-md-6 my-2">
<div class="card profiles-user h-100">
<div class="card-head">
</div>
<div class="card-body card-body-profile">
<div class="row">
<div class="col">
<img class="rounded d-inline-block" src="https://cdn.keyauth.cc/mazk-icon.png" width="60px" />
<h6 class="mt-2 partner-name-title d-inline-block">
mazk's
<span class="verified-tag" data-bs-toggle="tooltip" title="Verified"><i class="fas fa-check-circle"></i></span>
<br />
<span class="tag-partner p-1">C++, C#, JS, PHP</span>
<span class="tag-partner p-1">Developer</span>
<span class="tag-partner p-1"> Paid Coding help</span>
</h6>
</div>
</div>
</div>
<div class="card-footer">
<div class="row">
<div class="col-sm-20 my-2">
<a href="https://mazkdevf.it" target="_blank">
<button class="btn btn-primary w-100 website-partner-btn"><i class="far fa-browser"></i> Website</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 my-2">
<div class="card profiles-user h-100">
<div class="card-head">
</div>
<div class="card-body card-body-profile">
<div class="row">
<div class="col">
<img class="rounded d-inline-block" src="https://cdn.keyauth.cc/v2/code-nation.png" width="60px" />
<h6 class="mt-2 partner-name-title d-inline-block">
Code Nation
<span class="verified-tag" data-bs-toggle="tooltip" title="Verified"><i class="fas fa-check-circle"></i></span>
<br />
<span class="tag-partner p-1">Guilded Server</span>
<span class="tag-partner p-1">Developers</span>
<span class="tag-partner p-1">Free/Paid Coding help</span>
</h6>
</div>
</div>
</div>
<div class="card-footer">
<div class="row">
<div class="col-sm-20 my-2">
<a href="https://guilded.gg/Code-Nation" target="_blank">
<button class="btn btn-primary w-100 discord-server-partner-btn">Guilded</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="getstarted-box p-5">
<h2 class="text-center fw-bold get-title">Join our Discord</h2>
<p class="text-center get-desc">Need help with setting up our examples, or maybe you just want to chat with
our community. Join our discord!
</p>
<center>
<a href="https://discord.gg/keyauth" target="_blank"><button class="btn btn-get-started text-center">Join now!</button></a>
</center>
</div>
</div>
<br>
<br>
<footer style="margin-top: 8%;" class="p-2">
<div class="container">
<div class="row mt-5">
<div class="col-md-3">
<h5 class="footer-vesion">
KeyAuth
</h5>
<a href="https://discord.com/invite/keyauth" target="_blank" class="text-white"><i class="fab fa-discord footer-tags mt-2"></i></a>
<span class="d-block mt-3 footer-up-desc">© 2020-<script>document.write(new Date().getFullYear())</script> All Rights Reserved</span>
</div>
<div class="col-sm-2 first-sec-footer mb-right">
<ul class="all-links">
<li class="link-title">Links</li>
<li><a href="https://youtube.com/keyauth" target="_blank" class="link-footer">YouTube</a></li>
<li><a href="https://github.com/keyauth" target="_blank" class="link-footer">GitHub</a></li>
<li><a href="https://docs.keyauth.cc" target="_blank" class="link-footer">Documentation</a></li>
</ul>
</div>
<div class="col-sm-2 mb-right">
<ul class="all-links">
<li class="link-title">Other</li>
<li>
<a href="https://discord.gg/keyauth" target="_blank" class="link-footer">
Support
</li>
<li><a href="https://github.com/KeyAuth/KeyAuth-Source-Code/blob/main/LICENSE"
target="_blank" class="link-footer">License</a></li>
</ul>
</div>
<div class="col-sm-2 mb-right">
<ul class="all-links">
<li class="link-title">Status</li>
<li><a href="https://stats.uptimerobot.com/2DrzGFk4PY" target="_blank" class="link-footer">Server Status</a></li>
</ul>
</div>
<div class="col-sm-2 mb-right">
<ul class="all-links">
<li class="link-title">Documents</li>
<li><a href="https://keyauth.cc/terms" target="_blank" class="link-footer">Terms of Service</a></li>
<li><a href="https://keyauth.cc/terms/#privacy" target="_blank" class="link-footer">Privacy Policy</a></li>
</ul>
</div>
</div>
<hr>
<br>
<br>
</div>
</footer>
</section>
<script src="https://cdn.keyauth.cc/v2/scrollreveal.js"></script>
<script src="https://cdn.keyauth.cc/v2/all.min.js"></script>
<script src="https://cdn.keyauth.cc/v2/animation.js"></script>
<script src="https://cdn.keyauth.cc/v2/bootstrap.bundle.min.js"></script>
<script>
window.onload = function() {
const xhttp = new XMLHttpRequest();
xhttp.onload = function() {
const json = JSON.parse(this.responseText);
document.getElementById("accs").innerHTML = json.accounts;
document.getElementById("apps").innerHTML = json.applications;
document.getElementById("licenses").innerHTML = json.licenses;
document.getElementById("activeUsers").innerHTML = json.activeUsers;
}
xhttp.open("GET", "./stats.php");
xhttp.send();
}
</script>
</body>
</html>