From 45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Tue, 10 Jul 2018 16:16:13 -0400 Subject: moar --- 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 ++++++ 13 files changed, 327 insertions(+) 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 (limited to 'galaxy') 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" +} -- cgit v1.2.3