summaryrefslogtreecommitdiffstats
path: root/pages/challengelist.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2014-05-08 23:50:48 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2014-05-08 23:50:48 -0500
commita639bb2fd0e6128b3c92ce789c04619b273d5f5b (patch)
tree451a279321fcbcd2e1d14141ba3b42bc3dfe8f9e /pages/challengelist.php
parent17478de9c4ba215a43e7bc1b5849bb6041d50827 (diff)
parent598c2a0195fd95cda53d9067e6d6973048446a27 (diff)
downloadpathery-a639bb2fd0e6128b3c92ce789c04619b273d5f5b.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Conflicts: includes/mapoftheday.php
Diffstat (limited to 'pages/challengelist.php')
-rw-r--r--pages/challengelist.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/pages/challengelist.php b/pages/challengelist.php
index a3b5ca7..8b60bd7 100644
--- a/pages/challengelist.php
+++ b/pages/challengelist.php
@@ -287,19 +287,21 @@ function showChallengeTiers() {
</style>
<div id="challengelist_wrapper" class="wrapper" style='overflow: auto;'>
-<h3>Challenges - I'z working on this stuff.</h3>
+<h3>Challenges</h3>
<div id='backBtn' style='float:left;'><a href='javascript:back();' class='next'>Back</a></div>
<div id='dialogBox'>Greetings tester of test-needed things.</div>
+
+
<div id='mainDisplay' style='width:99%;overflow: hidden;'>
- <div onclick='navShowLevels(0);' style='float:left; margin:20px; border:20px solid white;padding:40px'>
- <h2>Easy</h2>
+ <div title='Start Here' onclick='navShowLevels(0);' style='float:left; margin:20px; border:20px solid white;padding:40px'>
+ <h2>Challenges</h2>
</div>
- <div onclick='navShowLevels(1);' style='float:left; margin:20px; border:20px solid white;padding:40px'>
- <h2>Normal</h2>
+ <div style='float:left; margin:20px; border:20px solid white;padding:40px'>
+ <a href='home'><h2>Daily Maps</h2></a>
</div>
- <div style='float:left; margin:10px; border:10px solid gray;padding:20px'>
- Hard
+ <div style='float:left; margin:20px; border:20px solid gray;padding:40px'>
+ <h2>Coming Soon</h2>
</div>
</div>