Skip to content
Snippets Groups Projects
Commit 561f4010 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added navigation links to examples

parent 086e89d8
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,16 @@ ...@@ -14,6 +14,16 @@
<ul class="nav"> <ul class="nav">
<li class="active"><a href="index.html">Editor</a></li> <li class="active"><a href="index.html">Editor</a></li>
<li><a href="tutorial.html">Tutorial</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> </ul>
</div> </div>
</div> </div>
...@@ -52,7 +62,7 @@ ...@@ -52,7 +62,7 @@
<div class="row"> <div class="row">
<div class="span12 credits"> <div class="span12 credits">
Idea and feedback by <a href="http://homepages.cwi.nl/~apt/" target="_blank">Prof.dr. Krzysztof R. Apt</a>, 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> </div>
</div> </div>
......
...@@ -14,6 +14,16 @@ ...@@ -14,6 +14,16 @@
<ul class="nav"> <ul class="nav">
<li><a href="index.html">Editor</a></li> <li><a href="index.html">Editor</a></li>
<li class="active"><a href="tutorial.html">Tutorial</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> </ul>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment