Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorroot <bryan@olenepal.org>2009-07-23 09:04:59 (GMT)
committer root <bryan@olenepal.org>2009-07-23 09:04:59 (GMT)
commit55e2797774fd09f08d50f98ff113958433528035 (patch)
treef49867ee687accca0e1994dcaaa9f1de3af2529f /index.html
parentea6cd5567eedee1ac5f5590b27e300e84da325d5 (diff)
made the Chakra page look slightly less crappy
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/index.html b/index.html
index 0871055..2320bd9 100644
--- a/index.html
+++ b/index.html
@@ -41,19 +41,22 @@
<div id="tabs">
<ul>
- <li><a href="#tabs-1">Class 1</a></li>
- <li><a href="#tabs-2">Class 2</a></li>
- <li><a href="#tabs-3">Class 3</a></li>
+ <li><a href="#tabs-1">Grade 1</a></li>
+ <li><a href="#tabs-2">Grade 2</a></li>
+ <li><a href="#tabs-3">Grade 3</a></li>
</ul>
<div id="tabs-1">
- <p>Maths!</p>
+ <p><button>Link to Example 1</button>
+ <button>Link to Example 2</button></p>
+
</div>
<div id="tabs-2">
- <p>English!</p>
+ <p><button>Link to Example 3</button>
+ <button>Link to Example 4</button></p>
</div>
<div id="tabs-3">
- <p>Science!</p>
- <p>Botany!</p>
+ <p><button>Link to Example 5</button>
+ <button>Link to Example 6</button></p>
</div>
</div>