Moves navbar generation to its own class and adds ordering of categories
This commit is contained in:
parent
e514df19fb
commit
5765d04fe6
12 changed files with 88 additions and 41 deletions
|
@ -16,6 +16,10 @@
|
|||
<li><a href=/TestFullArticle.html>Example Post</a></li>
|
||||
<li><a href=/index.html>Welcome!</a></li>
|
||||
|
||||
<h2>Newer Work</h2>
|
||||
<li><a href=/ThisSite.html>This Site</a></li>
|
||||
|
||||
|
||||
<h2>Older Work</h2>
|
||||
<li><a href=/MindMap.html>Mind Map Maker</a></li>
|
||||
<li><a href=/Aardvark.html>AardvarkXR</a></li>
|
||||
|
@ -23,8 +27,7 @@
|
|||
<li><a href=/CatTowerDefence.html>Tower defence game</a></li>
|
||||
|
||||
|
||||
<h2>Newer Work</h2>
|
||||
<li><a href=/ThisSite.html>This Site</a></li>
|
||||
<h2>Thoughts And Essays</h2>
|
||||
|
||||
|
||||
<h2>University</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue