Skip to content

Commit b15e3b3

Browse files
authored
Add files via upload
1 parent b110982 commit b15e3b3

File tree

12 files changed

+663
-1
lines changed

12 files changed

+663
-1
lines changed

404.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="author" content="Absucc">
6+
<meta name="keywords" content="Python bot,Python,Discord,Discord bot,DBL,API,APIs,API powered,Python powered,APIcord">
7+
<meta name="description" content="APIcord is a line of simple bots powered by simple APIs">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<meta http-equiv="X-UA-Comapatible" content="id=edge">
10+
<link rel="stylesheet" href="/css/dark.css">
11+
<link rel="shortcut icon" href="/imgs/apicon2.png">
12+
<title>APIcord</title>
13+
</head>
14+
<body>
15+
<header>
16+
<h2 class="title"><a href="index.html"><img src="imgs/apicord.jpeg" alt="Logo"></a> APIcord</h2>
17+
<h2 class="bars"><a href="menu.html" class="noa"><i class="fa fa-bars" aria-hidden="true"></i></a></h2>
18+
</header>
19+
<hr><br>
20+
<div class="sub-stuff" style="text-align:center;">
21+
<h1>Error 404</h1>
22+
<p>Page not found</p>
23+
</div><br>
24+
<footer>
25+
<table>
26+
<tr>
27+
<th>Code</th>
28+
<th>News</th>
29+
<th>More</th>
30+
</tr>
31+
<tr>
32+
<td>
33+
<a href="https://github.com/APIcord">
34+
GitHub <i class="fa fa-github" aria-hidden="true"></i>
35+
</a><br>
36+
<a href="https://gitlab.com/APIcord">
37+
GitLab <i class="fa fa-gitlab" aria-hidden="true"></i>
38+
</a>
39+
</td>
40+
<td>
41+
<a href="https://t.me/apicord">
42+
Telegram <i class="fa fa-telegram" aria-hidden="true"></i>
43+
</a><br>
44+
<a href="https://mastodon.online/@lucas/tagged/APIcord">
45+
Mastodon <i class="fa fa-mastodon" aria-hidden="true"></i>
46+
</a>
47+
</td>
48+
<td>
49+
<a href="/privacy.html">Privacy Policy</a><br>
50+
<a href="/status.html">Bot status</a><br>
51+
<a href="https://github.com/APIcord/APIcord.github.io">Source code</a>
52+
</td>
53+
</tr>
54+
</table>
55+
<p>
56+
&copy;2020-2021 <a href="https://lucas.codeberg.page">Absucc</a>
57+
</p>
58+
</footer>
59+
</body>
60+
</html>

500.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="author" content="Absucc">
6+
<meta name="keywords" content="Python bot,Python,Discord,Discord bot,DBL,API,APIs,API powered,Python powered,APIcord">
7+
<meta name="description" content="APIcord is a line of simple bots powered by simple APIs">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<meta http-equiv="X-UA-Comapatible" content="id=edge">
10+
<link rel="stylesheet" href="/css/dark.css">
11+
<link rel="shortcut icon" href="/imgs/apicon2.png">
12+
<title>APIcord</title>
13+
</head>
14+
<body>
15+
<header>
16+
<h2 class="title"><a href="index.html"><img src="imgs/apicord.jpeg" alt="Logo"></a> Privacy Policy</h2>
17+
<h2 class="bars"><a href="menu.html" class="noa"><i class="fa fa-bars" aria-hidden="true"></i></a></h2>
18+
</header>
19+
<hr><br>
20+
<div class="sub-stuff" style="text-align:center;">
21+
<h1>Error 500</h1>
22+
<p>Internal server error</p>
23+
<br>
24+
<p>
25+
This should not happend, if you want, you can visit my or the project's social media for more info<br>
26+
<b>APIcord:</b> <a href="https://t.me/apicord"><i class="fa fa-telegram" aria-hidden="true"></i></a><br>
27+
<b>Absucc:</b> <a href="https://mastodon.online/@lucas"><i class="fa fa-mastodon"></i></a> <a href="https://twitter.com/LucasCyberspace"><i class="fa fa-twitter"></i></a> <a href="https://t.me/LucasCyberspace"><i class="fa fa-telegram"></i></a>
28+
</p>
29+
</div>
30+
</body>
31+
</html>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2021 Absucc
3+
Copyright (c) 2020-2021 Lucas (absucc)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

credits.html

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="author" content="absucc">
6+
<meta name="keywords" content="Python bot,Python,Discord,Discord bot,DBL,API,APIs,API powered,Python powered,APIcord">
7+
<meta name="description" content="APIcord is a line of simple bots powered by simple APIs">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<meta http-equiv="X-UA-Comapatible" content="id=edge">
10+
<link rel="stylesheet" href="css/dark.css">
11+
<link rel="shortcut icon" href="apicord.jpeg">
12+
<title>Thanks | APIcord</title>
13+
</head>
14+
<body>
15+
<h2 class="title"><a href="index.html"><img src="apicord.jpeg" alt="Logo"></a> Credits</h2>
16+
<hr>
17+
<!-- class="sub-stuff" id="discord" -->
18+
<div>
19+
<h3>APIcord Alpha 3.1.3</h3>
20+
<p>Credits</p>
21+
<h5>-- CREW --</h5>
22+
<p>:)</p>
23+
<table>
24+
<tr>
25+
<td>
26+
<h5>Creator and programmer</h5>
27+
<p>error#7900 (absucc)</p>
28+
</td>
29+
</tr>
30+
</table>
31+
<h5>-- APIS --</h5>
32+
<p>used in this project</p>
33+
<table>
34+
<tr>
35+
<td>
36+
<h5>Coffee API</h5>
37+
<p>by <b>Alex Flipnote</b></p>
38+
<p>(api!img coffee)</p>
39+
</td>
40+
<td>
41+
<h5>Dog API</h5>
42+
<p>by <b>Elliott Landsborough</b>, <b>Eduard Moya</b> & <b>Kathie Wu</b></p>
43+
<p>(api!img dog)</p>
44+
</td>
45+
<!-- <td>
46+
<h5>Cat Facts API (catfact.ninja)</h5>
47+
<p>by <b>Cat Fact API creators</b></p>
48+
<p>(api!fact cat)</p>
49+
</td> -->
50+
</tr>
51+
<tr>
52+
<td>
53+
<h5>Meme API</h5>
54+
<p>by <b>Dev Daksan</b></p>
55+
<p>(api!reddit)</p>
56+
</td>
57+
<td>
58+
<h5>memegen.link</h5>
59+
<p>by <b>Jace Browning</b></p>
60+
<p>(api!gmeme/gm)</p>
61+
</td>
62+
<td>
63+
<h5>chucknorris.io</h5>
64+
<p>by <b>chucknorris.io</b></p>
65+
<p>(api!chucknorris)</p>
66+
</td>
67+
</tr>
68+
<tr>
69+
<td>
70+
<h5>xkcd's JSON interface</h5>
71+
<p>by <b>Randall Munroe</b></p>
72+
<p>(api!xkcd)</p>
73+
</td>
74+
<td>
75+
<h5>Some Random Api</h5>
76+
<p>by <b>Seif Mansour</b>, <b>Taka Inzori</b>, <b>Excigma</b> & <b>Telk</b></p>
77+
<p>
78+
(api!img cat, api!img panda, api!img red panda,<br>
79+
api!img bird, api!img fox, api!img koala, api!hug,<br>
80+
api!fact dog, api!fact panda, api!fact fox,<br>
81+
api!fact bird & api!fact koala)
82+
</p>
83+
</td>
84+
</tr>
85+
</table>
86+
<h5>-- LIBRARIES --</h5>
87+
<p>used</p>
88+
<table>
89+
<tr>
90+
<td>
91+
<h5>urllib3</h5>
92+
<p>by <b>urllib3 community</b></p>
93+
</td>
94+
<td>
95+
<h5>Colorama</h5>
96+
<p>by <b>Jonathan Hartley & contributors</b></p>
97+
</td>
98+
</tr>
99+
</table>
100+
<h5>Discord</h5>
101+
<p>yes, I made a section for 1 library</p>
102+
<table>
103+
<tr>
104+
<td>
105+
<h5>discord.py</h5>
106+
<p>by <b>Rapptz and the discord.py community</b></p>
107+
</td>
108+
</tr>
109+
</table>
110+
<h5>Telegram</h5>
111+
<p>Coming soon</p>
112+
<table>
113+
<tr>
114+
<td>
115+
<h5>python-telegram-bot</h5>
116+
<p>by <b>python-telegram-bot community</b></p>
117+
</td>
118+
<td>
119+
<h5>pyTelegramBotAPI</h5>
120+
<p>by <b>Frank Wang and the pyTelegramBotAPI community</b></p>
121+
</td>
122+
</tr>
123+
</table>
124+
<h5>Web interface</h5>
125+
<p>(and the website)</p>
126+
<table>
127+
<tr>
128+
<td>
129+
<h5>Bootstrap</h5>
130+
<p>by <b>Twitter, Inc. & The Bootstrap Authors</b></p>
131+
</td>
132+
<td>
133+
<h5>Fork Awesome</h5>
134+
<p>by <b>Fork Awesome</b></p>
135+
</td>
136+
<td>
137+
<h5>Flask</h5>
138+
<p>by <b>Armin Ronacher</b></p>
139+
</td>
140+
</tr>
141+
<tr>
142+
<td>
143+
<h5>keep_alive.py</h5>
144+
<p>by <b>TheDrone7</b></p>
145+
</td>
146+
</tr>
147+
</table>
148+
<div>
149+
<h5>Thanks</h5>
150+
<br>
151+
Thanks to <b>Polking</b> to follow the development, <b>DEL</b> guys for some help and <b>the people</b> for comment and suggest
152+
</div>
153+
</div>
154+
<br><br>
155+
<footer>
156+
<hr>
157+
<table>
158+
<tr>
159+
<th>Chat with us</th>
160+
<th>Code</th>
161+
<th>News</th>
162+
<th>Legal</th>
163+
</tr>
164+
<tr>
165+
<td>
166+
<a href="https://t.me/apicordchat">
167+
<i class="fa fa-telegram" aria-hidden="true"></i>
168+
</a>
169+
</td>
170+
<td>
171+
<a href="https://github.com/APIcord">
172+
<i class="fa fa-github" aria-hidden="true"></i>
173+
</a>
174+
<a href="https://gitlab.com/APIcord">
175+
<i class="fa fa-gitlab" aria-hidden="true"></i>
176+
</a>
177+
</td>
178+
<td>
179+
<a href="https://t.me/apicord">
180+
i class="fa fa-telegram" aria-hidden="true"></i>
181+
</a>
182+
</td>
183+
<td>
184+
<a href="privacy.html">Privacy Policy</a><br>
185+
<a href="status.html">Bot status</a>
186+
</td>
187+
</tr>
188+
</table>
189+
<br>
190+
<p>Webpage made by <a href="https://lucas.codeberg.page">Lucas</a> - &copy;2020</p>
191+
<p><a href="https://github.com/APIcord/APIcord.github.io">Source code</a> - <a href="https://gitlab.com/APIcord/APIcord.gitlab.io">Mirror of the source code</a></p>
192+
</footer>
193+
<script src="js/bootstrap/bootstrap.bundle.min.js"></script>
194+
</body>
195+
</html>

css/dark.css

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
@charset "UTF-8";
2+
@import url('discord.css');
3+
@import url('https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css');
4+
body {
5+
padding: 2%;
6+
background: rgb(49, 49, 49);
7+
color: white;
8+
}
9+
10+
11+
/* Links */
12+
/* a:link {
13+
color: #66afff;
14+
text-decoration: none;
15+
}
16+
a:visited {
17+
color: #66afff;
18+
text-decoration: none;
19+
}
20+
a:hover {
21+
color: #0054b2;
22+
text-decoration: underline;
23+
}
24+
a:active {
25+
color: #66afff;
26+
text-decoration: none;
27+
} */
28+
29+
30+
/* Titles */
31+
header {
32+
display: flex;
33+
}
34+
header h2.title {
35+
/*margin: 0 0 0 0;*/
36+
float: left;
37+
}
38+
header h2 img {
39+
self-align: center;
40+
width: 3%;
41+
height: auto;
42+
}
43+
header h2.bars {
44+
self-align: center;
45+
float: right;
46+
}
47+
a.noa {
48+
color: white;
49+
}
50+
@media only screen and (max-width: 500px) {
51+
header h2 img {
52+
width: 5%;
53+
height: auto;
54+
}
55+
}
56+
57+
/* <table> */
58+
table {
59+
width: 100%;
60+
background: rgb(49, 49, 49);
61+
}
62+
td {
63+
align-self: center;
64+
background: rgb(49, 49, 49);
65+
}
66+
/* Footer */
67+
footer p {
68+
text-align: center;
69+
}

css/discord.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)