From 45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Tue, 10 Jul 2018 16:16:13 -0400 Subject: moar --- archive/android-chrome-192x192.png | Bin 0 -> 34108 bytes archive/android-chrome-384x384.png | Bin 0 -> 101381 bytes archive/apple-touch-icon.png | Bin 0 -> 31104 bytes archive/browserconfig.xml | 9 ++ archive/favicon-32x32.png | Bin 0 -> 2217 bytes archive/favicon.ico | Bin 0 -> 12014 bytes archive/games/css/style.css | 68 ++++++++++++++ archive/games/index.html | 38 ++++++++ archive/games/revolution/index.html | 45 +++++++++ archive/index.html | 50 ++++++++++ archive/mstile-150x150.png | Bin 0 -> 22942 bytes archive/pokeworld/about/index.html | 58 ++++++++++++ archive/pokeworld/css/style.css | 68 ++++++++++++++ archive/pokeworld/pokebot/commands/index.html | 116 ++++++++++++++++++++++++ archive/pokeworld/pokebot/css/style.css | 68 ++++++++++++++ archive/pokeworld/pokebot/index.html | 67 ++++++++++++++ archive/pokeworld/pokebot/pokebotbannerlogo.png | Bin 0 -> 197764 bytes archive/pokeworld/rules/index.html | 65 +++++++++++++ archive/pokeworld/site.webmanifest | 19 ++++ galaxy/android-chrome-192x192.png | Bin 0 -> 34108 bytes galaxy/android-chrome-384x384.png | Bin 0 -> 101381 bytes galaxy/apple-touch-icon.png | Bin 0 -> 31104 bytes galaxy/botinfo/commands/index.html | 116 ++++++++++++++++++++++++ galaxy/botinfo/css/style.css | 68 ++++++++++++++ galaxy/botinfo/index.html | 66 ++++++++++++++ galaxy/botinfo/pokebotbannerlogo.png | Bin 0 -> 197764 bytes galaxy/browserconfig.xml | 9 ++ galaxy/favicon-32x32.png | Bin 0 -> 2217 bytes galaxy/favicon.ico | Bin 0 -> 12014 bytes galaxy/index.html | 49 ++++++++++ galaxy/mstile-150x150.png | Bin 0 -> 22942 bytes galaxy/site.webmanifest | 19 ++++ games/css/style.css | 68 -------------- games/index.html | 38 -------- games/revolution/index.html | 45 --------- index.html | 4 +- pokeworld/about/index.html | 58 ------------ pokeworld/android-chrome-192x192.png | Bin 17317 -> 0 bytes pokeworld/android-chrome-384x384.png | Bin 45383 -> 0 bytes pokeworld/apple-touch-icon.png | Bin 10175 -> 0 bytes pokeworld/browserconfig.xml | 9 -- pokeworld/css/style.css | 68 -------------- pokeworld/favicon-16x16.png | Bin 1114 -> 0 bytes pokeworld/favicon-32x32.png | Bin 1980 -> 0 bytes pokeworld/favicon.ico | Bin 15086 -> 0 bytes pokeworld/index.html | 50 ---------- pokeworld/mstile-150x150.png | Bin 10011 -> 0 bytes pokeworld/pokebot/commands/index.html | 116 ------------------------ pokeworld/pokebot/css/style.css | 68 -------------- pokeworld/pokebot/index.html | 67 -------------- pokeworld/pokebot/pokebotbannerlogo.png | Bin 197764 -> 0 bytes pokeworld/rules/index.html | 65 ------------- pokeworld/site.webmanifest | 19 ---- rules/index.html | 65 +++++++++++++ 54 files changed, 1065 insertions(+), 673 deletions(-) create mode 100644 archive/android-chrome-192x192.png create mode 100644 archive/android-chrome-384x384.png create mode 100644 archive/apple-touch-icon.png create mode 100644 archive/browserconfig.xml create mode 100644 archive/favicon-32x32.png create mode 100644 archive/favicon.ico create mode 100644 archive/games/css/style.css create mode 100644 archive/games/index.html create mode 100644 archive/games/revolution/index.html create mode 100644 archive/index.html create mode 100644 archive/mstile-150x150.png create mode 100644 archive/pokeworld/about/index.html create mode 100644 archive/pokeworld/css/style.css create mode 100644 archive/pokeworld/pokebot/commands/index.html create mode 100644 archive/pokeworld/pokebot/css/style.css create mode 100644 archive/pokeworld/pokebot/index.html create mode 100644 archive/pokeworld/pokebot/pokebotbannerlogo.png create mode 100644 archive/pokeworld/rules/index.html create mode 100644 archive/pokeworld/site.webmanifest create mode 100644 galaxy/android-chrome-192x192.png create mode 100644 galaxy/android-chrome-384x384.png create mode 100644 galaxy/apple-touch-icon.png create mode 100644 galaxy/botinfo/commands/index.html create mode 100644 galaxy/botinfo/css/style.css create mode 100644 galaxy/botinfo/index.html create mode 100644 galaxy/botinfo/pokebotbannerlogo.png create mode 100644 galaxy/browserconfig.xml create mode 100644 galaxy/favicon-32x32.png create mode 100644 galaxy/favicon.ico create mode 100644 galaxy/index.html create mode 100644 galaxy/mstile-150x150.png create mode 100644 galaxy/site.webmanifest delete mode 100644 games/css/style.css delete mode 100644 games/index.html delete mode 100644 games/revolution/index.html delete mode 100644 pokeworld/about/index.html delete mode 100644 pokeworld/android-chrome-192x192.png delete mode 100644 pokeworld/android-chrome-384x384.png delete mode 100644 pokeworld/apple-touch-icon.png delete mode 100644 pokeworld/browserconfig.xml delete mode 100644 pokeworld/css/style.css delete mode 100644 pokeworld/favicon-16x16.png delete mode 100644 pokeworld/favicon-32x32.png delete mode 100644 pokeworld/favicon.ico delete mode 100644 pokeworld/index.html delete mode 100644 pokeworld/mstile-150x150.png delete mode 100644 pokeworld/pokebot/commands/index.html delete mode 100644 pokeworld/pokebot/css/style.css delete mode 100644 pokeworld/pokebot/index.html delete mode 100644 pokeworld/pokebot/pokebotbannerlogo.png delete mode 100644 pokeworld/rules/index.html delete mode 100644 pokeworld/site.webmanifest create mode 100644 rules/index.html diff --git a/archive/android-chrome-192x192.png b/archive/android-chrome-192x192.png new file mode 100644 index 0000000..e980d09 Binary files /dev/null and b/archive/android-chrome-192x192.png differ diff --git a/archive/android-chrome-384x384.png b/archive/android-chrome-384x384.png new file mode 100644 index 0000000..c5cc4c5 Binary files /dev/null and b/archive/android-chrome-384x384.png differ diff --git a/archive/apple-touch-icon.png b/archive/apple-touch-icon.png new file mode 100644 index 0000000..1d31354 Binary files /dev/null and b/archive/apple-touch-icon.png differ diff --git a/archive/browserconfig.xml b/archive/browserconfig.xml new file mode 100644 index 0000000..5cd27e3 --- /dev/null +++ b/archive/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #603cba + + + diff --git a/archive/favicon-32x32.png b/archive/favicon-32x32.png new file mode 100644 index 0000000..bbc7ed9 Binary files /dev/null and b/archive/favicon-32x32.png differ diff --git a/archive/favicon.ico b/archive/favicon.ico new file mode 100644 index 0000000..391c900 Binary files /dev/null and b/archive/favicon.ico differ diff --git a/archive/games/css/style.css b/archive/games/css/style.css new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/archive/games/css/style.css @@ -0,0 +1,68 @@ +body { + font-family: Segoe UI, Helvetica, Arial; + padding:0; + margin:0; + background-color:#3e443e; + color:white; +} + +.container { + width:80%; + margin:auto; + overflow:hidden; +} + +header { + background-color:#262627; + color:white; + padding-top:30px; + min-height:70px; + border-bottom:#0a4db1 3px solid; +} + +header a { + color:white; + text-decoration:none; + font-size:16px; +} + +header ul { + margin:0; + padding:0; +} + +header li { + display:inline; + padding: 0 20px 0 20px; +} + +header #branding { + float:left; +} + +header #branding h1 { + margin:0; +} + +header nav { + float:right; + margin-top:10px; +} + +header .current a { + color:#0a4db1; + font-weight:bold; +} + +header a:hover { + color:#302f77; + font-weight:Bold; +} + +footer { + padding:20px; + margin-top:20px; + color:white; + background-color: #0a4db1; + text-align: center; +} \ No newline at end of file diff --git a/archive/games/index.html b/archive/games/index.html new file mode 100644 index 0000000..2fed0e3 --- /dev/null +++ b/archive/games/index.html @@ -0,0 +1,38 @@ + + + + + + + Universe Games | Home + + + + + + + + + +
+
+
+

Universe Games

+
+ +
+
+
+

Welcome to the Universe Games website!

+

Right now this website is bare so please stay tuned for updates for this site!

+
+ + + diff --git a/archive/games/revolution/index.html b/archive/games/revolution/index.html new file mode 100644 index 0000000..af25366 --- /dev/null +++ b/archive/games/revolution/index.html @@ -0,0 +1,45 @@ + + + + + + + Universe Games | Revolution + + + + + + + + + +
+
+
+

Universe Games

+
+ +
+
+
+

Revolution

+

A race against the networks.

+

Social Media at its finest

+

Download

+

No Download yet! Stay tuned!

+

+

Changelog

+ +
+ + + diff --git a/archive/index.html b/archive/index.html new file mode 100644 index 0000000..cfd4681 --- /dev/null +++ b/archive/index.html @@ -0,0 +1,50 @@ + + + + + + + Universe | Home + + + + + + + + + + + + + + + +
+
+
+

Universe

+
+ +
+
+
+

Welcome to the Universe!

+

Moving On from Discord Pokemon...

+

On July 10, 2018, we have decided to end support for Discord Pokemon and end life for the PokeWorld server. PokeBot will continue as Galaxy. To continue to support Universe, please join our new server. Thanks!

+
+

What's Universe?

+

Universe is a development group founded by Alee14, TheEdgeNK, and jtsshieh (connect on Discord.) We are a small group working on awesome projects such as Galaxy!

+

To invite Galaxy to your server, please visit the Discord Bot List website using our widget.

+
+ + + diff --git a/archive/mstile-150x150.png b/archive/mstile-150x150.png new file mode 100644 index 0000000..4a3822f Binary files /dev/null and b/archive/mstile-150x150.png differ diff --git a/archive/pokeworld/about/index.html b/archive/pokeworld/about/index.html new file mode 100644 index 0000000..eb776da --- /dev/null +++ b/archive/pokeworld/about/index.html @@ -0,0 +1,58 @@ + + + + + + + PokeWorld | About + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

About

+

Learn about us.

+

Origination

+

One day, a server was created. It was called PokeWorld, and 3 people decided to join in on the project; making a Discord bot for the server. These 3 people were jtsshieh, Alee, and TheEdge. This went on, until jtsshieh, and TheEdge decided to leave that server. Then, a few hours later, this PokeWorld you are reading about now was created.

+

Projects

+

We are currently working on a few projects. These include: PokeBot and this website.

+

PokeBot

+

The project that inspired us to keep on going. This is the Discord bot that powers our server; from moderation, to fun commands.

+

Website

+

Well, you are here now. The website is our portal to everything related to PokeWorld!

+

And the website design was made by Alee (Owner of AleeCorp Network)

+
+ + + diff --git a/archive/pokeworld/css/style.css b/archive/pokeworld/css/style.css new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/archive/pokeworld/css/style.css @@ -0,0 +1,68 @@ +body { + font-family: Segoe UI, Helvetica, Arial; + padding:0; + margin:0; + background-color:#3e443e; + color:white; +} + +.container { + width:80%; + margin:auto; + overflow:hidden; +} + +header { + background-color:#262627; + color:white; + padding-top:30px; + min-height:70px; + border-bottom:#0a4db1 3px solid; +} + +header a { + color:white; + text-decoration:none; + font-size:16px; +} + +header ul { + margin:0; + padding:0; +} + +header li { + display:inline; + padding: 0 20px 0 20px; +} + +header #branding { + float:left; +} + +header #branding h1 { + margin:0; +} + +header nav { + float:right; + margin-top:10px; +} + +header .current a { + color:#0a4db1; + font-weight:bold; +} + +header a:hover { + color:#302f77; + font-weight:Bold; +} + +footer { + padding:20px; + margin-top:20px; + color:white; + background-color: #0a4db1; + text-align: center; +} \ No newline at end of file diff --git a/archive/pokeworld/pokebot/commands/index.html b/archive/pokeworld/pokebot/commands/index.html new file mode 100644 index 0000000..786fb18 --- /dev/null +++ b/archive/pokeworld/pokebot/commands/index.html @@ -0,0 +1,116 @@ + + + + + + + PokeWorld | Pokebot + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

PokeBot Commands and Help Contents

+

This is the right place to get more information on the bot.

+

Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!

+

Now that PokeBot is a public bot, we are making this page so that you can see extra details on bot commands, and what they do.

+

Command List and Description [Prefix: p:]

+

Fun

+ +

Getting Started

+ +

Moderation

+ +

Music

+ +

Owners Only

+ +

Pokemon (All Commands PokeWorld exclusive.)

+ +

Utility

+ +
+ + + diff --git a/archive/pokeworld/pokebot/css/style.css b/archive/pokeworld/pokebot/css/style.css new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/archive/pokeworld/pokebot/css/style.css @@ -0,0 +1,68 @@ +body { + font-family: Segoe UI, Helvetica, Arial; + padding:0; + margin:0; + background-color:#3e443e; + color:white; +} + +.container { + width:80%; + margin:auto; + overflow:hidden; +} + +header { + background-color:#262627; + color:white; + padding-top:30px; + min-height:70px; + border-bottom:#0a4db1 3px solid; +} + +header a { + color:white; + text-decoration:none; + font-size:16px; +} + +header ul { + margin:0; + padding:0; +} + +header li { + display:inline; + padding: 0 20px 0 20px; +} + +header #branding { + float:left; +} + +header #branding h1 { + margin:0; +} + +header nav { + float:right; + margin-top:10px; +} + +header .current a { + color:#0a4db1; + font-weight:bold; +} + +header a:hover { + color:#302f77; + font-weight:Bold; +} + +footer { + padding:20px; + margin-top:20px; + color:white; + background-color: #0a4db1; + text-align: center; +} \ No newline at end of file diff --git a/archive/pokeworld/pokebot/index.html b/archive/pokeworld/pokebot/index.html new file mode 100644 index 0000000..3609f89 --- /dev/null +++ b/archive/pokeworld/pokebot/index.html @@ -0,0 +1,67 @@ + + + + + + + PokeWorld | Pokebot + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

PokeBot

+

The bot that powers our entire server.

+

PokeBot is the bot that powers our server. You can see the list of commands here. It adds on to PokeCord's commands by allowing for team and gym support for the PokeWorld server. It is best used with Pokecord as it was built as an addon for Pokecord

+

Download

+

If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our GitHub. Otherwise, you can get a release which are proven to be a lot more stable then the random things we put on the main branch.

+

+

Changelog

+ +
+ + + diff --git a/archive/pokeworld/pokebot/pokebotbannerlogo.png b/archive/pokeworld/pokebot/pokebotbannerlogo.png new file mode 100644 index 0000000..0ce7a8f Binary files /dev/null and b/archive/pokeworld/pokebot/pokebotbannerlogo.png differ diff --git a/archive/pokeworld/rules/index.html b/archive/pokeworld/rules/index.html new file mode 100644 index 0000000..38abb1c --- /dev/null +++ b/archive/pokeworld/rules/index.html @@ -0,0 +1,65 @@ + + + + + + + PokeWorld | Rules + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

Discord Rules

+

Extended rules for the PokeWorld discord.

+

Tier 1 offenses.

+

If these are broken, then a warning will occur. If you do this again, you may be kicked, or get another warning. This depends on the severity.

+

No spamming
Do not abuse bugs in the bots.
Respect others

+

Tier 2 offenses

+

These can result in a warning, or kick. This depends on severity.

+

No racial slurs
No excessive swearing, even in #train
Respect the community moderators and administrators

+

Tier 3 offenses

+

These will result on a kick or ban, depending on the severity

+

No NSFW content.
No excessive spam in #general or #bot
Raids are prohibited.

+

Staff of PokeWorld

+

Administrators

+

jtsshieh
TheEdge
Chara

+

Moderators

+

Alee
Sylveon
usChara

+ +

Thanks for reading the rules! We hope you have a fun time in PokeWorld!

+
+ + + diff --git a/archive/pokeworld/site.webmanifest b/archive/pokeworld/site.webmanifest new file mode 100644 index 0000000..a9e5059 --- /dev/null +++ b/archive/pokeworld/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "./android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/galaxy/android-chrome-192x192.png b/galaxy/android-chrome-192x192.png new file mode 100644 index 0000000..e980d09 Binary files /dev/null and b/galaxy/android-chrome-192x192.png differ diff --git a/galaxy/android-chrome-384x384.png b/galaxy/android-chrome-384x384.png new file mode 100644 index 0000000..c5cc4c5 Binary files /dev/null and b/galaxy/android-chrome-384x384.png differ diff --git a/galaxy/apple-touch-icon.png b/galaxy/apple-touch-icon.png new file mode 100644 index 0000000..1d31354 Binary files /dev/null and b/galaxy/apple-touch-icon.png differ diff --git a/galaxy/botinfo/commands/index.html b/galaxy/botinfo/commands/index.html new file mode 100644 index 0000000..786fb18 --- /dev/null +++ b/galaxy/botinfo/commands/index.html @@ -0,0 +1,116 @@ + + + + + + + PokeWorld | Pokebot + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

PokeBot Commands and Help Contents

+

This is the right place to get more information on the bot.

+

Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!

+

Now that PokeBot is a public bot, we are making this page so that you can see extra details on bot commands, and what they do.

+

Command List and Description [Prefix: p:]

+

Fun

+ +

Getting Started

+ +

Moderation

+ +

Music

+ +

Owners Only

+ +

Pokemon (All Commands PokeWorld exclusive.)

+ +

Utility

+ +
+ + + diff --git a/galaxy/botinfo/css/style.css b/galaxy/botinfo/css/style.css new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/galaxy/botinfo/css/style.css @@ -0,0 +1,68 @@ +body { + font-family: Segoe UI, Helvetica, Arial; + padding:0; + margin:0; + background-color:#3e443e; + color:white; +} + +.container { + width:80%; + margin:auto; + overflow:hidden; +} + +header { + background-color:#262627; + color:white; + padding-top:30px; + min-height:70px; + border-bottom:#0a4db1 3px solid; +} + +header a { + color:white; + text-decoration:none; + font-size:16px; +} + +header ul { + margin:0; + padding:0; +} + +header li { + display:inline; + padding: 0 20px 0 20px; +} + +header #branding { + float:left; +} + +header #branding h1 { + margin:0; +} + +header nav { + float:right; + margin-top:10px; +} + +header .current a { + color:#0a4db1; + font-weight:bold; +} + +header a:hover { + color:#302f77; + font-weight:Bold; +} + +footer { + padding:20px; + margin-top:20px; + color:white; + background-color: #0a4db1; + text-align: center; +} \ No newline at end of file diff --git a/galaxy/botinfo/index.html b/galaxy/botinfo/index.html new file mode 100644 index 0000000..7bc2b3e --- /dev/null +++ b/galaxy/botinfo/index.html @@ -0,0 +1,66 @@ + + + + + + + PokeWorld | Pokebot + + + + + + + + + + + + + + + +
+
+
+

Universe

+
+ +
+
+
+

Galaxy

+

Galaxy is a Discord Utility bot that is meant to make a tighter bond between users and admins. From moderation to fun and games, we want users of your guilds to have a fun experience, and Galaxy will help you with that.

+

Download

+

If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our GitHub. Otherwise, you can get a release which are proven to be a lot more stable then the random things we put on the main branch.

+

+

Changelog

+ +
+ + + diff --git a/galaxy/botinfo/pokebotbannerlogo.png b/galaxy/botinfo/pokebotbannerlogo.png new file mode 100644 index 0000000..0ce7a8f Binary files /dev/null and b/galaxy/botinfo/pokebotbannerlogo.png differ diff --git a/galaxy/browserconfig.xml b/galaxy/browserconfig.xml new file mode 100644 index 0000000..5cd27e3 --- /dev/null +++ b/galaxy/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #603cba + + + diff --git a/galaxy/favicon-32x32.png b/galaxy/favicon-32x32.png new file mode 100644 index 0000000..bbc7ed9 Binary files /dev/null and b/galaxy/favicon-32x32.png differ diff --git a/galaxy/favicon.ico b/galaxy/favicon.ico new file mode 100644 index 0000000..391c900 Binary files /dev/null and b/galaxy/favicon.ico differ diff --git a/galaxy/index.html b/galaxy/index.html new file mode 100644 index 0000000..1b9ff1e --- /dev/null +++ b/galaxy/index.html @@ -0,0 +1,49 @@ + + + + + + + PokeWorld | Home + + + + + + + + + + + + + + + +
+
+
+

Universe

+
+ +
+
+
+

Galaxy

+

The Discord bot designed to engage users and administrators alike.

+

Invite from Discord Bot List.

+
+ + + diff --git a/galaxy/mstile-150x150.png b/galaxy/mstile-150x150.png new file mode 100644 index 0000000..4a3822f Binary files /dev/null and b/galaxy/mstile-150x150.png differ diff --git a/galaxy/site.webmanifest b/galaxy/site.webmanifest new file mode 100644 index 0000000..a9e5059 --- /dev/null +++ b/galaxy/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "./android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/games/css/style.css b/games/css/style.css deleted file mode 100644 index 6b24190..0000000 --- a/games/css/style.css +++ /dev/null @@ -1,68 +0,0 @@ -body { - font-family: Segoe UI, Helvetica, Arial; - padding:0; - margin:0; - background-color:#3e443e; - color:white; -} - -.container { - width:80%; - margin:auto; - overflow:hidden; -} - -header { - background-color:#262627; - color:white; - padding-top:30px; - min-height:70px; - border-bottom:#0a4db1 3px solid; -} - -header a { - color:white; - text-decoration:none; - font-size:16px; -} - -header ul { - margin:0; - padding:0; -} - -header li { - display:inline; - padding: 0 20px 0 20px; -} - -header #branding { - float:left; -} - -header #branding h1 { - margin:0; -} - -header nav { - float:right; - margin-top:10px; -} - -header .current a { - color:#0a4db1; - font-weight:bold; -} - -header a:hover { - color:#302f77; - font-weight:Bold; -} - -footer { - padding:20px; - margin-top:20px; - color:white; - background-color: #0a4db1; - text-align: center; -} \ No newline at end of file diff --git a/games/index.html b/games/index.html deleted file mode 100644 index 2fed0e3..0000000 --- a/games/index.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - Universe Games | Home - - - - - - - - - -
-
-
-

Universe Games

-
- -
-
-
-

Welcome to the Universe Games website!

-

Right now this website is bare so please stay tuned for updates for this site!

-
- - - diff --git a/games/revolution/index.html b/games/revolution/index.html deleted file mode 100644 index af25366..0000000 --- a/games/revolution/index.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - Universe Games | Revolution - - - - - - - - - -
-
-
-

Universe Games

-
- -
-
-
-

Revolution

-

A race against the networks.

-

Social Media at its finest

-

Download

-

No Download yet! Stay tuned!

-

-

Changelog

- -
- - - diff --git a/index.html b/index.html index cfd4681..a81fb4c 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,8 @@ diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html deleted file mode 100644 index eb776da..0000000 --- a/pokeworld/about/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - PokeWorld | About - - - - - - - - - - - - - - - -
-
-
-

PokeWorld

-
- -
-
-
-

About

-

Learn about us.

-

Origination

-

One day, a server was created. It was called PokeWorld, and 3 people decided to join in on the project; making a Discord bot for the server. These 3 people were jtsshieh, Alee, and TheEdge. This went on, until jtsshieh, and TheEdge decided to leave that server. Then, a few hours later, this PokeWorld you are reading about now was created.

-

Projects

-

We are currently working on a few projects. These include: PokeBot and this website.

-

PokeBot

-

The project that inspired us to keep on going. This is the Discord bot that powers our server; from moderation, to fun commands.

-

Website

-

Well, you are here now. The website is our portal to everything related to PokeWorld!

-

And the website design was made by Alee (Owner of AleeCorp Network)

-
- - - diff --git a/pokeworld/android-chrome-192x192.png b/pokeworld/android-chrome-192x192.png deleted file mode 100644 index b78fe74..0000000 Binary files a/pokeworld/android-chrome-192x192.png and /dev/null differ diff --git a/pokeworld/android-chrome-384x384.png b/pokeworld/android-chrome-384x384.png deleted file mode 100644 index 7c1c210..0000000 Binary files a/pokeworld/android-chrome-384x384.png and /dev/null differ diff --git a/pokeworld/apple-touch-icon.png b/pokeworld/apple-touch-icon.png deleted file mode 100644 index 0a2cda2..0000000 Binary files a/pokeworld/apple-touch-icon.png and /dev/null differ diff --git a/pokeworld/browserconfig.xml b/pokeworld/browserconfig.xml deleted file mode 100644 index 737bee4..0000000 --- a/pokeworld/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #b91d47 - - - diff --git a/pokeworld/css/style.css b/pokeworld/css/style.css deleted file mode 100644 index 6b24190..0000000 --- a/pokeworld/css/style.css +++ /dev/null @@ -1,68 +0,0 @@ -body { - font-family: Segoe UI, Helvetica, Arial; - padding:0; - margin:0; - background-color:#3e443e; - color:white; -} - -.container { - width:80%; - margin:auto; - overflow:hidden; -} - -header { - background-color:#262627; - color:white; - padding-top:30px; - min-height:70px; - border-bottom:#0a4db1 3px solid; -} - -header a { - color:white; - text-decoration:none; - font-size:16px; -} - -header ul { - margin:0; - padding:0; -} - -header li { - display:inline; - padding: 0 20px 0 20px; -} - -header #branding { - float:left; -} - -header #branding h1 { - margin:0; -} - -header nav { - float:right; - margin-top:10px; -} - -header .current a { - color:#0a4db1; - font-weight:bold; -} - -header a:hover { - color:#302f77; - font-weight:Bold; -} - -footer { - padding:20px; - margin-top:20px; - color:white; - background-color: #0a4db1; - text-align: center; -} \ No newline at end of file diff --git a/pokeworld/favicon-16x16.png b/pokeworld/favicon-16x16.png deleted file mode 100644 index 0a77569..0000000 Binary files a/pokeworld/favicon-16x16.png and /dev/null differ diff --git a/pokeworld/favicon-32x32.png b/pokeworld/favicon-32x32.png deleted file mode 100644 index 1c1a1aa..0000000 Binary files a/pokeworld/favicon-32x32.png and /dev/null differ diff --git a/pokeworld/favicon.ico b/pokeworld/favicon.ico deleted file mode 100644 index ba55d4b..0000000 Binary files a/pokeworld/favicon.ico and /dev/null differ diff --git a/pokeworld/index.html b/pokeworld/index.html deleted file mode 100644 index bc7a1ee..0000000 --- a/pokeworld/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - PokeWorld | Home - - - - - - - - - - - - - - - -
-
-
-

PokeWorld

-
- -
-
-
-

Welcome to the PokeWorld website!

-

Right now this website is bare so please stay tuned for updates for this site!

-

Also if you want to use PokeBot, please join our discord server. The link to it can be found in the footer below.

-
- - - diff --git a/pokeworld/mstile-150x150.png b/pokeworld/mstile-150x150.png deleted file mode 100644 index 5041799..0000000 Binary files a/pokeworld/mstile-150x150.png and /dev/null differ diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html deleted file mode 100644 index 786fb18..0000000 --- a/pokeworld/pokebot/commands/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - PokeWorld | Pokebot - - - - - - - - - - - - - - - -
-
-
-

PokeWorld

-
- -
-
-
-

PokeBot Commands and Help Contents

-

This is the right place to get more information on the bot.

-

Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!

-

Now that PokeBot is a public bot, we are making this page so that you can see extra details on bot commands, and what they do.

-

Command List and Description [Prefix: p:]

-

Fun

- -

Getting Started

- -

Moderation

- -

Music

- -

Owners Only

- -

Pokemon (All Commands PokeWorld exclusive.)

- -

Utility

- -
- - - diff --git a/pokeworld/pokebot/css/style.css b/pokeworld/pokebot/css/style.css deleted file mode 100644 index 6b24190..0000000 --- a/pokeworld/pokebot/css/style.css +++ /dev/null @@ -1,68 +0,0 @@ -body { - font-family: Segoe UI, Helvetica, Arial; - padding:0; - margin:0; - background-color:#3e443e; - color:white; -} - -.container { - width:80%; - margin:auto; - overflow:hidden; -} - -header { - background-color:#262627; - color:white; - padding-top:30px; - min-height:70px; - border-bottom:#0a4db1 3px solid; -} - -header a { - color:white; - text-decoration:none; - font-size:16px; -} - -header ul { - margin:0; - padding:0; -} - -header li { - display:inline; - padding: 0 20px 0 20px; -} - -header #branding { - float:left; -} - -header #branding h1 { - margin:0; -} - -header nav { - float:right; - margin-top:10px; -} - -header .current a { - color:#0a4db1; - font-weight:bold; -} - -header a:hover { - color:#302f77; - font-weight:Bold; -} - -footer { - padding:20px; - margin-top:20px; - color:white; - background-color: #0a4db1; - text-align: center; -} \ No newline at end of file diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html deleted file mode 100644 index 3609f89..0000000 --- a/pokeworld/pokebot/index.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - PokeWorld | Pokebot - - - - - - - - - - - - - - - -
-
-
-

PokeWorld

-
- -
-
-
-

PokeBot

-

The bot that powers our entire server.

-

PokeBot is the bot that powers our server. You can see the list of commands here. It adds on to PokeCord's commands by allowing for team and gym support for the PokeWorld server. It is best used with Pokecord as it was built as an addon for Pokecord

-

Download

-

If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our GitHub. Otherwise, you can get a release which are proven to be a lot more stable then the random things we put on the main branch.

-

-

Changelog

- -
- - - diff --git a/pokeworld/pokebot/pokebotbannerlogo.png b/pokeworld/pokebot/pokebotbannerlogo.png deleted file mode 100644 index 0ce7a8f..0000000 Binary files a/pokeworld/pokebot/pokebotbannerlogo.png and /dev/null differ diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html deleted file mode 100644 index 38abb1c..0000000 --- a/pokeworld/rules/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - PokeWorld | Rules - - - - - - - - - - - - - - - -
-
-
-

PokeWorld

-
- -
-
-
-

Discord Rules

-

Extended rules for the PokeWorld discord.

-

Tier 1 offenses.

-

If these are broken, then a warning will occur. If you do this again, you may be kicked, or get another warning. This depends on the severity.

-

No spamming
Do not abuse bugs in the bots.
Respect others

-

Tier 2 offenses

-

These can result in a warning, or kick. This depends on severity.

-

No racial slurs
No excessive swearing, even in #train
Respect the community moderators and administrators

-

Tier 3 offenses

-

These will result on a kick or ban, depending on the severity

-

No NSFW content.
No excessive spam in #general or #bot
Raids are prohibited.

-

Staff of PokeWorld

-

Administrators

-

jtsshieh
TheEdge
Chara

-

Moderators

-

Alee
Sylveon
usChara

- -

Thanks for reading the rules! We hope you have a fun time in PokeWorld!

-
- - - diff --git a/pokeworld/site.webmanifest b/pokeworld/site.webmanifest deleted file mode 100644 index a9e5059..0000000 --- a/pokeworld/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { - "src": "./android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "./android-chrome-384x384.png", - "sizes": "384x384", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} diff --git a/rules/index.html b/rules/index.html new file mode 100644 index 0000000..38abb1c --- /dev/null +++ b/rules/index.html @@ -0,0 +1,65 @@ + + + + + + + PokeWorld | Rules + + + + + + + + + + + + + + + +
+
+
+

PokeWorld

+
+ +
+
+
+

Discord Rules

+

Extended rules for the PokeWorld discord.

+

Tier 1 offenses.

+

If these are broken, then a warning will occur. If you do this again, you may be kicked, or get another warning. This depends on the severity.

+

No spamming
Do not abuse bugs in the bots.
Respect others

+

Tier 2 offenses

+

These can result in a warning, or kick. This depends on severity.

+

No racial slurs
No excessive swearing, even in #train
Respect the community moderators and administrators

+

Tier 3 offenses

+

These will result on a kick or ban, depending on the severity

+

No NSFW content.
No excessive spam in #general or #bot
Raids are prohibited.

+

Staff of PokeWorld

+

Administrators

+

jtsshieh
TheEdge
Chara

+

Moderators

+

Alee
Sylveon
usChara

+ +

Thanks for reading the rules! We hope you have a fun time in PokeWorld!

+
+ + + -- cgit v1.2.3