Commit 561f4010 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added navigation links to examples

parent 086e89d8
......@@ -14,6 +14,16 @@
<ul class="nav">
<li class="active"><a href="index.html">Editor</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
Examples <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="example1.html">Validation &amp; hints</a></li>
<li><a href="example2.html">Steps</a></li>
<li><a href="example3.html">Direct answer</a></li>
</ul>
</li>
</ul>
</div>
</div>
......@@ -52,7 +62,7 @@
<div class="row">
<div class="span12 credits">
Idea and feedback by <a href="http://homepages.cwi.nl/~apt/" target="_blank">Prof.dr. Krzysztof R. Apt</a>,
implementation by Taddeüs Kroes and <a href="http://smvv.kompiler.org" target="_blank">Sander van Veen</a>.
implementation by Tadde&uuml;s Kroes and <a href="http://smvv.kompiler.org" target="_blank">Sander van Veen</a>.
</div>
</div>
</div>
......
......@@ -14,6 +14,16 @@
<ul class="nav">
<li><a href="index.html">Editor</a></li>
<li class="active"><a href="tutorial.html">Tutorial</a></li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">
Examples <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="example1.html">Validation &amp; hints</a></li>
<li><a href="example2.html">Steps</a></li>
<li><a href="example3.html">Direct answer</a></li>
</ul>
</li>
</ul>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment