aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokeworld/about/index.html2
-rw-r--r--pokeworld/index.html2
-rw-r--r--pokeworld/pokebot/index.html2
-rw-r--r--pokeworld/pokebot/pokebotbannerlogo.pngbin0 -> 21927 bytes
-rw-r--r--pokeworld/rules/index.html2
-rw-r--r--pokeworld/thedex/index.html45
-rw-r--r--pokeworld/thedex/thedexbannerlogo.pngbin0 -> 16356 bytes
-rw-r--r--pokeworld/typer/index.html51
-rw-r--r--universe_sitebanner.pngbin0 -> 35684 bytes
9 files changed, 49 insertions, 55 deletions
diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html
index 8f7b35f..3f8e15b 100644
--- a/pokeworld/about/index.html
+++ b/pokeworld/about/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../">Home</a></li>
<li><a href="../pokebot">Pokebot</a></li>
- <li><a href="../typer">Typer</a></li>
+ <li><a href="../thedex">TheDex</a></li>
<li class="current"><a href="#">About</a></li>
<li><a href="../rules">Rules</a></li>
</ul>
diff --git a/pokeworld/index.html b/pokeworld/index.html
index 7ce4bd4..84b185b 100644
--- a/pokeworld/index.html
+++ b/pokeworld/index.html
@@ -17,7 +17,7 @@
<ul>
<li class="current"><a href="#">Home</a></li>
<li><a href="./pokebot">Pokebot</a></li>
- <li><a href="./typer">Typer</a></li>
+ <li><a href="./thedex">TheDex</a></li>
<li><a href="./about">About</a></li>
<li><a href="./rules">Rules</a></li>
</ul>
diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html
index ff6a5df..a9ce984 100644
--- a/pokeworld/pokebot/index.html
+++ b/pokeworld/pokebot/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../">Home</a></li>
<li class="current"><a href="#">Pokebot</a></li>
- <li><a href="../typer">Typer</a></li>
+ <li><a href="../thedex">TheDex</a></li>
<li><a href="../about">About</a></li>
<li><a href="../rules">Rules</a></li>
</ul>
diff --git a/pokeworld/pokebot/pokebotbannerlogo.png b/pokeworld/pokebot/pokebotbannerlogo.png
new file mode 100644
index 0000000..25eee69
--- /dev/null
+++ b/pokeworld/pokebot/pokebotbannerlogo.png
Binary files differ
diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html
index 2059deb..279a6ad 100644
--- a/pokeworld/rules/index.html
+++ b/pokeworld/rules/index.html
@@ -17,7 +17,7 @@
<ul>
<li><a href="../">Home</a></li>
<li><a href="../pokebot">Pokebot</a></li>
- <li><a href="../typer">Typer</a></li>
+ <li><a href="../thedex">TheDex</a></li>
<li><a href="../about">About</a></li>
<li class="current"><a href="#">Rules</a></li>
</ul>
diff --git a/pokeworld/thedex/index.html b/pokeworld/thedex/index.html
new file mode 100644
index 0000000..cd58529
--- /dev/null
+++ b/pokeworld/thedex/index.html
@@ -0,0 +1,45 @@
+<!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 | Typer</title>
+ <link rel="stylesheet" href="../css/style.css">
+ </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 class="current"><a href="#">TheDex</a></li>
+ <li><a href="../about">About</a></li>
+ <li><a href="../rules">Rules</a></li>
+ </ul>
+ </nav>
+ </div>
+ </header>
+ <div class="container">
+ <h1>TheDex</h1>
+ <h2>Giving you the Pokemon information, right at your fingertips</h2>
+ <p>TheDex is an executable Pokedex for computers running at least Windows Vista.</p>
+ <h2>Download</h2>
+ <p>There is no hosted download site for Typer except GitHub releases to get the latest version. It is already compiled into an executable file for use. Once you download it, open it like you usually would open an executable by double clicking it. TheDex is only avaiable for Windows. Mac and linux might be supported in the future.</p>
+ <h2>Changelog</h2>
+ <ul>
+ <li>v0.1 - First release!</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/pokeworld/thedex/thedexbannerlogo.png b/pokeworld/thedex/thedexbannerlogo.png
new file mode 100644
index 0000000..caf2746
--- /dev/null
+++ b/pokeworld/thedex/thedexbannerlogo.png
Binary files differ
diff --git a/pokeworld/typer/index.html b/pokeworld/typer/index.html
deleted file mode 100644
index c6e1b2e..0000000
--- a/pokeworld/typer/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!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 | Typer</title>
- <link rel="stylesheet" href="../css/style.css">
- </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 class="current"><a href="#">Typer</a></li>
- <li><a href="../about">About</a></li>
- <li><a href="../rules">Rules</a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="container">
- <h1>DEPRECATED: USE AT YOUR OWN RISK!</h1>
- <h1>Typer</h1>
- <h2>An automatic key-presser tool.</h2>
- <p>Typer is a program to automatically type keys for you while you are away from your computer. We have it in PokeWorld because it is useful for leveling up your PokeMon so they are stronger.</p>
- <h2>Download</h2>
- <p>There is no hosted download site for Typer except for on our CI servers hosted by our friends at AppVeyor. Pick up a copy at <a href="https://ci.appveyor.com/project/jtsshieh/typer/build/artifacts">here</a> to get the latest version. It is already compiled into an executable file for use. Once you download it, open it like you usually would open an executable by double clicking it. Typer is only avaiable for Windows. Mac and linux might be supported in the future.</p>
- <h2>Continuous Intergration Badges (AppVeyor and TravisCI)</h2>
- <p>Our friends at appveyor an travis have tested the compiling of commands to look for bugs. The badge shows if it has passed or failed the test.</p>
- <a href="https://ci.appveyor.com/project/jtsshieh/typer"><img src="https://ci.appveyor.com/api/projects/status/bya2hsb9x1ajq274?svg=true"></a>
- <a href="https://travis-ci.org/PokeWorld/Typer"><img src="https://travis-ci.org/PokeWorld/Typer.svg?branch=master"></a>
- <h2>Changelog</h2>
- <ul>
- <li>v0.2 - Preset and interval options</li>
- <li>v0.1 - First release!</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/universe_sitebanner.png b/universe_sitebanner.png
new file mode 100644
index 0000000..ced5992
--- /dev/null
+++ b/universe_sitebanner.png
Binary files differ