summaryrefslogtreecommitdiffstats
path: root/pages/challengelist.php
diff options
context:
space:
mode:
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>