Some better page linking.

master
Auke Kok 2017-11-14 05:24:45 +00:00
parent 9c32c6cd3f
commit 3552d42f91
4 changed files with 11 additions and 3 deletions

View File

@ -15,6 +15,11 @@
<h1>Screenshot Gallery</h1>
<p>The screenshots below are mostly of the lobby. Want to see screenshots from boxes? Go visit the
<a href="/boxes.html">Boxes</a> page and click on the box title to see screenshots from boxes!</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="https://i.imgur.com/kHptf88.png"><img src="https://i.imgur.com/kHptf88.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/DjtVv73.jpg"><img src="https://i.imgur.com/DjtVv73.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/zTphAsM.jpg"><img src="https://i.imgur.com/zTphAsM.jpg" width="80%" /></a></p>

View File

@ -14,7 +14,7 @@
<script src="nav.js"></script>
<h1>Inside the Box</h1>
<p style="text-align: center;"><img src="https://i.imgur.com/j4wZkxl.gif" width="800" /></p>
<p style="text-align: center;"><a href="/gallery.html"><img src="https://i.imgur.com/j4wZkxl.gif" alt="The Lobby" width="800" /></a></p>
<h3>What is this server about?</h3>
<p><i>Inside the box</i> is a puzzle server. You solve puzzles. And you
@ -31,8 +31,9 @@
the game.</p>
<h3>I'm here, now what?</h3>
<p>When you first log into the game, you will find yourself in <i>The Tutorial</i>
, which is a series of puzzle boxes (levels) that you will need to finish.</p>
<p>When you first log into the game, you will find yourself in
<i><a href="/boxes.html#tutorial">The Tutorial</a></i>
, which is a series of 8 puzzle boxes (levels) that you will need to finish.</p>
<p>Make sure you read the server <i>/rules</i> and adhere to the server policies
while on the server.</p>
<p>Once you finish the tutorial, you are granted permission to create puzzles

1
nav.js
View File

@ -4,6 +4,7 @@ document.write('\
<kbd><a href="/rules.html">Server Rules</a></kbd>\
<kbd><a href="/rankings.html">Rankings</a></kbd>\
<kbd><a href="/boxes.html">Boxes</a></kbd>\
<kbd><a href="/status.html">Status</a></kbd><br />\
<kbd><a href="/gallery.html">Screenshot Gallery</a></kbd>\
<kbd><a href="/videos.html">Videos</a></kbd>\
<kbd><a href="/credits.html">Credits</a></kbd>\

View File

@ -17,6 +17,7 @@ function jsonget(url)
Object.keys(tbl).forEach(function(key, index) {
var series = tbl[key];
s += "<a name=\"" + series.name + "\"></a>";
s += "<h2>" + series.name.capitolize() + " series</h2>\n";
s += "<table style=\"width: 80%;margin: 0 auto;\">\n";
s += "<th width=\"5%\"></th><th width=\"15%\">Number</th><th width=\"60%\">Name</th><th>Builder</th>\n";