aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-07-10 16:16:13 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-07-10 16:16:13 -0400
commit45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6 (patch)
tree244fbdf9c24ed000b958616449ce4ebf920e138a
parent4bf83d30b0d4a46edae974284a06cd5d1a476eec (diff)
downloadpokeworld-website-45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6.tar.gz
pokeworld-website-45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6.tar.bz2
pokeworld-website-45d5a0fa5ac21b0c1cba8cef4cae2ddd3b733bd6.zip
moar
-rw-r--r--archive/android-chrome-192x192.pngbin0 -> 34108 bytes
-rw-r--r--archive/android-chrome-384x384.pngbin0 -> 101381 bytes
-rw-r--r--archive/apple-touch-icon.pngbin0 -> 31104 bytes
-rw-r--r--archive/browserconfig.xml (renamed from pokeworld/browserconfig.xml)4
-rw-r--r--archive/favicon-32x32.pngbin0 -> 2217 bytes
-rw-r--r--archive/favicon.icobin0 -> 12014 bytes
-rw-r--r--archive/games/css/style.css (renamed from games/css/style.css)0
-rw-r--r--archive/games/index.html (renamed from games/index.html)0
-rw-r--r--archive/games/revolution/index.html (renamed from games/revolution/index.html)0
-rw-r--r--archive/index.html50
-rw-r--r--archive/mstile-150x150.pngbin0 -> 22942 bytes
-rw-r--r--archive/pokeworld/about/index.html (renamed from pokeworld/about/index.html)0
-rw-r--r--archive/pokeworld/css/style.css (renamed from pokeworld/css/style.css)0
-rw-r--r--archive/pokeworld/pokebot/commands/index.html (renamed from pokeworld/pokebot/commands/index.html)0
-rw-r--r--archive/pokeworld/pokebot/css/style.css (renamed from pokeworld/pokebot/css/style.css)0
-rw-r--r--archive/pokeworld/pokebot/index.html (renamed from pokeworld/pokebot/index.html)0
-rw-r--r--archive/pokeworld/pokebot/pokebotbannerlogo.png (renamed from pokeworld/pokebot/pokebotbannerlogo.png)bin197764 -> 197764 bytes
-rw-r--r--archive/pokeworld/rules/index.html (renamed from pokeworld/rules/index.html)0
-rw-r--r--archive/pokeworld/site.webmanifest (renamed from pokeworld/site.webmanifest)0
-rw-r--r--galaxy/android-chrome-192x192.pngbin0 -> 34108 bytes
-rw-r--r--galaxy/android-chrome-384x384.pngbin0 -> 101381 bytes
-rw-r--r--galaxy/apple-touch-icon.pngbin0 -> 31104 bytes
-rw-r--r--galaxy/botinfo/commands/index.html116
-rw-r--r--galaxy/botinfo/css/style.css68
-rw-r--r--galaxy/botinfo/index.html66
-rw-r--r--galaxy/botinfo/pokebotbannerlogo.pngbin0 -> 197764 bytes
-rw-r--r--galaxy/browserconfig.xml9
-rw-r--r--galaxy/favicon-32x32.pngbin0 -> 2217 bytes
-rw-r--r--galaxy/favicon.icobin0 -> 12014 bytes
-rw-r--r--galaxy/index.html (renamed from pokeworld/index.html)13
-rw-r--r--galaxy/mstile-150x150.pngbin0 -> 22942 bytes
-rw-r--r--galaxy/site.webmanifest19
-rw-r--r--index.html4
-rw-r--r--pokeworld/android-chrome-192x192.pngbin17317 -> 0 bytes
-rw-r--r--pokeworld/android-chrome-384x384.pngbin45383 -> 0 bytes
-rw-r--r--pokeworld/apple-touch-icon.pngbin10175 -> 0 bytes
-rw-r--r--pokeworld/favicon-16x16.pngbin1114 -> 0 bytes
-rw-r--r--pokeworld/favicon-32x32.pngbin1980 -> 0 bytes
-rw-r--r--pokeworld/favicon.icobin15086 -> 0 bytes
-rw-r--r--pokeworld/mstile-150x150.pngbin10011 -> 0 bytes
-rw-r--r--rules/index.html65
41 files changed, 403 insertions, 11 deletions
diff --git a/archive/android-chrome-192x192.png b/archive/android-chrome-192x192.png
new file mode 100644
index 0000000..e980d09
--- /dev/null
+++ b/archive/android-chrome-192x192.png
Binary files differ
diff --git a/archive/android-chrome-384x384.png b/archive/android-chrome-384x384.png
new file mode 100644
index 0000000..c5cc4c5
--- /dev/null
+++ b/archive/android-chrome-384x384.png
Binary files differ
diff --git a/archive/apple-touch-icon.png b/archive/apple-touch-icon.png
new file mode 100644
index 0000000..1d31354
--- /dev/null
+++ b/archive/apple-touch-icon.png
Binary files differ
diff --git a/pokeworld/browserconfig.xml b/archive/browserconfig.xml
index 737bee4..5cd27e3 100644
--- a/pokeworld/browserconfig.xml
+++ b/archive/browserconfig.xml
@@ -2,8 +2,8 @@
<browserconfig>
<msapplication>
<tile>
- <square150x150logo src="./mstile-150x150.png"/>
- <TileColor>#b91d47</TileColor>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#603cba</TileColor>
</tile>
</msapplication>
</browserconfig>
diff --git a/archive/favicon-32x32.png b/archive/favicon-32x32.png
new file mode 100644
index 0000000..bbc7ed9
--- /dev/null
+++ b/archive/favicon-32x32.png
Binary files differ
diff --git a/archive/favicon.ico b/archive/favicon.ico
new file mode 100644
index 0000000..391c900
--- /dev/null
+++ b/archive/favicon.ico
Binary files differ
diff --git a/games/css/style.css b/archive/games/css/style.css
index 6b24190..6b24190 100644
--- a/games/css/style.css
+++ b/archive/games/css/style.css
diff --git a/games/index.html b/archive/games/index.html
index 2fed0e3..2fed0e3 100644
--- a/games/index.html
+++ b/archive/games/index.html
diff --git a/games/revolution/index.html b/archive/games/revolution/index.html
index af25366..af25366 100644
--- a/games/revolution/index.html
+++ b/archive/games/revolution/index.html
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 @@
+<!DOCTYPE HTML>
+<!-- The style is based from the ACN website !-->
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>Universe | Home</title>
+ <link rel="stylesheet" href="./css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <meta name="msapplication-TileColor" content="#603cba">
+ <meta name="theme-color" content="#ffffff">
+ <meta property="og:image:width" content="279">
+ <meta property="og:image:height" content="279">
+ <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
+ <meta property="og:title" content="Universe">
+ <meta property="og:url" content="http://universedevgroup.net/">
+ <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
+ </head>
+ <body>
+ <header>
+ <div class="container">
+ <div id="branding">
+ <h1>Universe</h1>
+ </div>
+ <nav>
+ <ul>
+ <li class="current"><a href="#">Home</a></li>
+ <li><a href="./pokeworld">PokeWorld</a></li>
+ <li><a href="./games">Universe Games</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>Welcome to the Universe!</h1>
+ <h3>Moving On from Discord Pokemon...</h3>
+ <p>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!</p>
+ <center><iframe width="560" height="315" src="https://www.youtube.com/embed/MmSeU5lCS4I" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></center>
+ <p><b>What's Universe?</b></p>
+ <p>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!</p>
+ <p>To invite Galaxy to your server, please visit the Discord Bot List website using our widget.</p>
+ </div>
+ <footer>
+ <p>Universe by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
+ </footer>
+ </body>
+</html>
diff --git a/archive/mstile-150x150.png b/archive/mstile-150x150.png
new file mode 100644
index 0000000..4a3822f
--- /dev/null
+++ b/archive/mstile-150x150.png
Binary files differ
diff --git a/pokeworld/about/index.html b/archive/pokeworld/about/index.html
index eb776da..eb776da 100644
--- a/pokeworld/about/index.html
+++ b/archive/pokeworld/about/index.html
diff --git a/pokeworld/css/style.css b/archive/pokeworld/css/style.css
index 6b24190..6b24190 100644
--- a/pokeworld/css/style.css
+++ b/archive/pokeworld/css/style.css
diff --git a/pokeworld/pokebot/commands/index.html b/archive/pokeworld/pokebot/commands/index.html
index 786fb18..786fb18 100644
--- a/pokeworld/pokebot/commands/index.html
+++ b/archive/pokeworld/pokebot/commands/index.html
diff --git a/pokeworld/pokebot/css/style.css b/archive/pokeworld/pokebot/css/style.css
index 6b24190..6b24190 100644
--- a/pokeworld/pokebot/css/style.css
+++ b/archive/pokeworld/pokebot/css/style.css
diff --git a/pokeworld/pokebot/index.html b/archive/pokeworld/pokebot/index.html
index 3609f89..3609f89 100644
--- a/pokeworld/pokebot/index.html
+++ b/archive/pokeworld/pokebot/index.html
diff --git a/pokeworld/pokebot/pokebotbannerlogo.png b/archive/pokeworld/pokebot/pokebotbannerlogo.png
index 0ce7a8f..0ce7a8f 100644
--- a/pokeworld/pokebot/pokebotbannerlogo.png
+++ b/archive/pokeworld/pokebot/pokebotbannerlogo.png
Binary files differ
diff --git a/pokeworld/rules/index.html b/archive/pokeworld/rules/index.html
index 38abb1c..38abb1c 100644
--- a/pokeworld/rules/index.html
+++ b/archive/pokeworld/rules/index.html
diff --git a/pokeworld/site.webmanifest b/archive/pokeworld/site.webmanifest
index a9e5059..a9e5059 100644
--- a/pokeworld/site.webmanifest
+++ b/archive/pokeworld/site.webmanifest
diff --git a/galaxy/android-chrome-192x192.png b/galaxy/android-chrome-192x192.png
new file mode 100644
index 0000000..e980d09
--- /dev/null
+++ b/galaxy/android-chrome-192x192.png
Binary files differ
diff --git a/galaxy/android-chrome-384x384.png b/galaxy/android-chrome-384x384.png
new file mode 100644
index 0000000..c5cc4c5
--- /dev/null
+++ b/galaxy/android-chrome-384x384.png
Binary files differ
diff --git a/galaxy/apple-touch-icon.png b/galaxy/apple-touch-icon.png
new file mode 100644
index 0000000..1d31354
--- /dev/null
+++ b/galaxy/apple-touch-icon.png
Binary files 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 @@
+<!DOCTYPE HTML>
+<!-- The style is based from the ACN website !-->
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>PokeWorld | Pokebot</title>
+ <link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="../../apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="../../favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="../../favicon-16x16.png">
+ <link rel="manifest" href="../../site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
+ <meta property="og:image:width" content="279">
+ <meta property="og:image:height" content="279">
+ <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
+ <meta property="og:title" content="Universe">
+ <meta property="og:url" content="http://universedevgroup.net/">
+ <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
+ </head>
+ <body>
+ <header>
+ <div class="container">
+ <div id="branding">
+ <h1>PokeWorld</h1>
+ </div>
+ <nav>
+ <ul>
+ <li><a href="../../">Home</a></li>
+ <li class="current"><a href="#">Pokebot</a></li>
+ <li><a href="../../about">About</a></li>
+ <li><a href="../../rules">Rules</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>PokeBot Commands and Help Contents</h1>
+ <h2>This is the right place to get more information on the bot.</h2>
+ <h3>Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!</h3>
+ <p>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.</p>
+ <h2>Command List and Description [Prefix: p:]</h2>
+ <h3>Fun</h3>
+ <ul>
+ <li>8ball [...question] - Randomly picks an answer to your question</li>
+ <li>balance - Show your balance</li>
+ <li>cureboredom - Lists ways to cure your boredom.</li>
+ <li>findmyphone - List cities where your phone may be located.</li>
+ <li>getcredits - Add credits to your account.</li>
+ <li>og151 - Randomly picks one of the original 151 Pokemon, and gives you it's name.</li>
+ <li>ship - Ships you with another person in the guild.</li>
+ <li>slots - Gain money by playing Slots!</li>
+ <li>story - Tells you a story, and includes community members in them!</li>
+ </ul>
+ <h3>Getting Started</h3>
+ <ul>
+ <li>contibute - Links you to the Git so you can contribute to the bot.</li>
+ <li>help - Shows the command contents in Discord.</li>
+ <li>ping - Tells the client pingtime of the bot, and shows if it is responding.</li>
+ <li>(PokeWorld) start - Shows getting started information for PokeWorld.</li>
+ </ul>
+ <h3>Moderation</h3>
+ <ul>
+ <li>ban [@user, reason] - Bans a user for the specified reason.</li>
+ <li>(PokeWorld) interrogate [@user] - Place a suspicious user in interrogation.</li>
+ <li>(PokeWorld) jail [@user] - Place a user in jail for being bad.</li>
+ <li>kick [@user, reason] - Kicks a user for the specified reason.</li>
+ <li>lswarns - List the warns that have been placed on you.</li>
+ <li>purge [number] - Remove a specified amount of messages from the guild.</li>
+ <li>setLogs [channel id] - Sets the preferred channel to send log messages in.</li>
+ <li>setSuggestions [channel id] - Set's the Suggestions Channel.</li>
+ <li>softban [@user, reason] - Kicks the user for the specified reason, then deletes the messages they sent.</li>
+ <li>(PokeWorld) timeout [@user] - Mutes the user.</li>
+ <li>warn [@user, reason] - Warns a user for the specified reason. This gets recorded in the database.</li>
+ </ul>
+ <h3>Music</h3>
+ <ul>
+ <li>play [song name] - Plays the song in the voice channel you are currently present in.</li>
+ <li>skip - Skips the current song being played in the queue.</li>
+ </ul>
+ <h3>Owners Only</h3>
+ <ul>
+ <li>eval [code] - Evaluates JavaScript code.</li>
+ <li>poweroff - Restarts the bot.</li>
+ <li>say [message] - Makes the bot say something.</li>
+ </ul>
+ <h3>Pokemon (All Commands PokeWorld exclusive.)</h3>
+ <ul>
+ <li>claim - Claims the current gym if empty, or queues the battle.</li>
+ <li>drop - Drops your current gym.</li>
+ <li>forcedrop - Forces the person to drop their gyms. (mod only)</li>
+ <li>join [team name] - Joins a Pokemon team!</li>
+ <li>leave - Leaves your current Pokemon team.</li>
+ <li>lsitem [pokemon]|[credits]|[other] - List an item to the marketplace.</li>
+ <li>tradegym [@user] - Gives your gym to the mentioned user.</li>
+ </ul>
+ <h3>Utility</h3>
+ <ul>
+ <li>character [...text] - Gets the decimal and hexadecimal of (a) character(s)</li>
+ <li>git - Gives the user a link to the git.</li>
+ <li>invite - Gives the user a link to invite the bot.</li>
+ <li>nick [nickname] - Changes your nickname to the args specified.</li>
+ <li>suggest [suggestion] - Suggest something to the community moderators for the server. They can accept it or decline it, and community members can vote.</li>
+ <li>uptime - View how long the bot has been online.</li>
+ <li>userinfo [Optional: @user] - View your user information, or that of another user.</li>
+ </ul>
+ </div>
+ <footer>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
+ <a href = "https://discord.gg/YqEUBGr">
+ <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
+ </a>
+ </footer>
+ </body>
+</html>
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 @@
+<!DOCTYPE HTML>
+<!-- The style is based from the ACN website !-->
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>PokeWorld | Pokebot</title>
+ <link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
+ <link rel="manifest" href="../site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
+ <meta property="og:image:width" content="279">
+ <meta property="og:image:height" content="279">
+ <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
+ <meta property="og:title" content="Universe">
+ <meta property="og:url" content="http://universedevgroup.net/">
+ <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
+ </head>
+ <body>
+ <header>
+ <div class="container">
+ <div id="branding">
+ <h1>Universe</h1>
+ </div>
+ <nav>
+ <ul>
+ <li><a href="../">Home</a></li>
+ <li class="current"><a href="#">Bot Info</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>Galaxy</h1>
+ <p>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.</p>
+ <h2>Download</h2>
+ <p>If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our <a href="https://github.com/UniverseDevGroup/GalaxyBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/UniverseDevGroup/GalaxyBot/releases">release</a> which are proven to be a lot more stable then the random things we put on the main branch.</p>
+ <p></p>
+ <h2>Changelog</h2>
+ <ul>
+ <li>v2.0 Alpha 1 - We're Galaxy. Also, the rewrite starts. :P</li>
+ <li>v1.2.5 - More major crashing fixes and listing items.</li>
+ <li>v1.2 - More major crashing fixes.</li>
+ <li>v1.1 - Major Fixes.</li>
+ <li>v1.0.1 - Fixes and cleanup.</li>
+ <li>v1.0 - Economy!</li>
+ <li>v0.3.5 - A bunch of BugFixes and forcedrop command.</li>
+ <li>v0.3 - Fun Commands!</li>
+ <li>v0.2.5 - Trading Gyms!</li>
+ <li>v0.2 - New, easier command system.</li>
+ <li>v0.1.1 - Lots of bugfixes.</li>
+ <li>v0.1 - First release!</li>
+ </ul>
+ </div>
+ <footer>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
+ <p>To return to the portal, click back!</p>
+ <a href = "https://discord.gg/YqEUBGr">
+ <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
+ </a>
+ </footer>
+ </body>
+</html>
diff --git a/galaxy/botinfo/pokebotbannerlogo.png b/galaxy/botinfo/pokebotbannerlogo.png
new file mode 100644
index 0000000..0ce7a8f
--- /dev/null
+++ b/galaxy/botinfo/pokebotbannerlogo.png
Binary files 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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#603cba</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/galaxy/favicon-32x32.png b/galaxy/favicon-32x32.png
new file mode 100644
index 0000000..bbc7ed9
--- /dev/null
+++ b/galaxy/favicon-32x32.png
Binary files differ
diff --git a/galaxy/favicon.ico b/galaxy/favicon.ico
new file mode 100644
index 0000000..391c900
--- /dev/null
+++ b/galaxy/favicon.ico
Binary files differ
diff --git a/pokeworld/index.html b/galaxy/index.html
index bc7a1ee..1b9ff1e 100644
--- a/pokeworld/index.html
+++ b/galaxy/index.html
@@ -23,25 +23,24 @@
<header>
<div class="container">
<div id="branding">
- <h1>PokeWorld</h1>
+ <h1>Universe</h1>
</div>
<nav>
<ul>
<li class="current"><a href="#">Home</a></li>
- <li><a href="./pokebot">Pokebot</a></li>
- <li><a href="./about">About</a></li>
- <li><a href="./rules">Rules</a></li>
+ <li><a href="./botinfo">Bot Info</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
- <h1>Welcome to the PokeWorld website!</h1>
- <p>Right now this website is bare so please stay tuned for updates for this site!</p>
- <p>Also if you want to use PokeBot, please join our discord server. The link to it can be found in the footer below.</p>
+ <h1>Galaxy</h1>
+ <p>The Discord bot designed to engage users and administrators alike.</p>
+ <p>Invite from Discord Bot List.</p>
</div>
<footer>
<p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
+ <p>To return to the portal, click back!</p>
<a href = "https://discord.gg/YqEUBGr">
<img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
</a>
diff --git a/galaxy/mstile-150x150.png b/galaxy/mstile-150x150.png
new file mode 100644
index 0000000..4a3822f
--- /dev/null
+++ b/galaxy/mstile-150x150.png
Binary files 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/index.html b/index.html
index cfd4681..a81fb4c 100644
--- a/index.html
+++ b/index.html
@@ -28,8 +28,8 @@
<nav>
<ul>
<li class="current"><a href="#">Home</a></li>
- <li><a href="./pokeworld">PokeWorld</a></li>
- <li><a href="./games">Universe Games</a></li>
+ <li><a href="./galaxy">Galaxy</a></li>
+ <li><a href="./rules">Discord Rules</a></li>
</ul>
</nav>
</div>
diff --git a/pokeworld/android-chrome-192x192.png b/pokeworld/android-chrome-192x192.png
deleted file mode 100644
index b78fe74..0000000
--- a/pokeworld/android-chrome-192x192.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/android-chrome-384x384.png b/pokeworld/android-chrome-384x384.png
deleted file mode 100644
index 7c1c210..0000000
--- a/pokeworld/android-chrome-384x384.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/apple-touch-icon.png b/pokeworld/apple-touch-icon.png
deleted file mode 100644
index 0a2cda2..0000000
--- a/pokeworld/apple-touch-icon.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/favicon-16x16.png b/pokeworld/favicon-16x16.png
deleted file mode 100644
index 0a77569..0000000
--- a/pokeworld/favicon-16x16.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/favicon-32x32.png b/pokeworld/favicon-32x32.png
deleted file mode 100644
index 1c1a1aa..0000000
--- a/pokeworld/favicon-32x32.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/favicon.ico b/pokeworld/favicon.ico
deleted file mode 100644
index ba55d4b..0000000
--- a/pokeworld/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/pokeworld/mstile-150x150.png b/pokeworld/mstile-150x150.png
deleted file mode 100644
index 5041799..0000000
--- a/pokeworld/mstile-150x150.png
+++ /dev/null
Binary files differ
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 @@
+<!DOCTYPE HTML>
+<!-- The style is based from the ACN website !-->
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <title>PokeWorld | Rules</title>
+ <link rel="stylesheet" href="../css/style.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
+ <link rel="manifest" href="../site.webmanifest">
+ <meta name="msapplication-TileColor" content="#b91d47">
+ <meta name="theme-color" content="#ffffff">
+ <meta property="og:image:width" content="279">
+ <meta property="og:image:height" content="279">
+ <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
+ <meta property="og:title" content="Universe">
+ <meta property="og:url" content="http://universedevgroup.net/">
+ <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
+ </head>
+ <body>
+ <header>
+ <div class="container">
+ <div id="branding">
+ <h1>PokeWorld</h1>
+ </div>
+ <nav>
+ <ul>
+ <li><a href="../">Home</a></li>
+ <li><a href="../pokebot">Pokebot</a></li>
+ <li><a href="../about">About</a></li>
+ <li class="current"><a href="#">Rules</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>Discord Rules</h1>
+ <h2>Extended rules for the PokeWorld discord.</h2>
+ <h3>Tier 1 offenses.</h3>
+ <h4>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.</h4>
+ <p>No spamming<br>Do not abuse bugs in the bots.<br>Respect others</p>
+ <h3>Tier 2 offenses</h3>
+ <h4>These can result in a warning, or kick. This depends on severity.</h4>
+ <p>No racial slurs<br>No excessive swearing, even in #train<br>Respect the community moderators and administrators</p>
+ <h3>Tier 3 offenses</h3>
+ <h4>These will result on a kick or ban, depending on the severity</h4>
+ <p>No NSFW content.<br>No excessive spam in #general or #bot<br>Raids are prohibited.</p>
+ <h1>Staff of PokeWorld</h1>
+ <h2>Administrators</h2>
+ <p>jtsshieh<br>TheEdge<br>Chara</p>
+ <h2>Moderators</h2>
+ <p>Alee<br>Sylveon<br>usChara</p>
+
+ <h4>Thanks for reading the rules! We hope you have a fun time in PokeWorld!</h4>
+ </div>
+ <footer>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
+ <a href = "https://discord.gg/YqEUBGr">
+ <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
+ </a>
+ </footer>
+ </body>
+</html>