-
Notifications
You must be signed in to change notification settings - Fork 82
/
credits.html
90 lines (86 loc) · 4.03 KB
/
credits.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
<!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>Platformer.io</title>
<link rel="icon" href="/favicon.png" type="image/xcon" />
<link rel="stylesheet" href="/css/navbar.css" />
<link rel="stylesheet" href="/css/credits.css" />
<link rel="stylesheet" href="/css/footer.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y2W1BSNMG9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-Y2W1BSNMG9');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" />
<script src="/js/navbar.js" defer></script>
</head>
<body>
<nav class="nav">
<i class="uil uil-bars navOpenBtn"></i>
<a href="/index.html" class="logo">Platformer.io</a>
<ul class="nav-links">
<i class="uil uil-times navCloseBtn"></i>
<li><a href="/index.html"><i class="fa-solid fa-house" style="margin-right: 5px;"></i>Home</a></li>
<li><a href="/games"><i class="fa-solid fa-gamepad" style="margin-right: 5px;"></i>Games</a></li>
<li><a href="/credits"><i class="fa-solid fa-users" style="margin-right: 5px;"></i>Credits</a></li>
<li><a href="/extras"><i class="fa-solid fa-circle-plus" style="margin-right: 5px;"></i>Extras</a></li>
<li><a href="/settings"><i class="fa-solid fa-gear" style="margin-right: 5px;"></i>Settings</a></li>
</ul>
</nav>
<div class="main-content">
<h1>Credits</h1>
<div class="moderators">
<h3 style="margin-bottom: 10px;">Moderators</h3>
<h4><b style="color: #1cd96a">Smartfoloo/smartfoloo</b> - Creator of Platformer.io. Contact me on Discord!</h4>
<h4><b style="color: #1cd96a;">Krazykoolkat/krazykoolkat</b> - Co-Creator. </h4>
<h4><b style="color: #1cd96a;">PogsWasTaken/itookpogs</b> - Moderator.</h4>
<h4><b style="color: #1cd96a;">TheWokVSZhongXina/ImHim</b> - Moderator.</h4>
<p>Username after the <b>/</b> is the Discord username.</p>
</div>
<div class="game-developers">
<h3 style="margin-bottom: 10px;">Game Developers</h3>
<h4><b style="color: #1cd96a;">Silvereen/silvereen_</b> - Helped me with the games.</h4>
<p>Username after the <b>/</b> is the Discord username.</p>
</div>
</div>
<footer class="footer">
<div class="footer-logo">
<img class="footer-logo-image" src="/favicon.png">
<h2>Platformer.io</h2>
</div>
<div class="footer-links">
<ul>
<li><a href="/" target="_parent">Home</a></li>
<li><a href="/games/" target="_parent">Games</a></li>
<li><a href="/credits/" target="_parent">Credits</a></li>
<li><a href="https://forms.gle/FdMBtco9ysBZae8B9" target="_parent">Game Request</a></li>
<li><a href="/settings" target="_parent">Settings</a></li>
<li><a href="/terms" target="_parent">Terms and Conditions</a></li>
<li><a href="/privacy-policy" target="_parent">Privacy Policy</a></li>
</ul>
</div>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: "en", layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL }, "google_translate_element");
}
</script>
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</footer>
</body>
<script src='/js/widgetbot.js' async defer>
new Crate({
server: '1100948504177815603', // Pl@tf0rmerio
channel: '1130968029069586523' // #💬︱chat
})
</script>
</html>