From 716ea6ed2b64c921a799d872a07bfbd53b2a3e58 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 27 Oct 2019 09:32:18 -0400 Subject: Rewriting website --- 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 21927 -> 0 bytes pokeworld/rules/index.html | 65 ------------------ pokeworld/site.webmanifest | 19 ------ 17 files changed, 520 deletions(-) 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 (limited to 'pokeworld') 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 25eee69..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" -} -- cgit v1.2.3