Adds first prototype code to create navigation categories, needs majour cleanup and optimisations
This commit is contained in:
parent
2fbec8869d
commit
82e1d9fc0c
23 changed files with 237 additions and 324 deletions
|
@ -13,18 +13,29 @@
|
|||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/CatTowerDefence.html>Tower defence game</a></li>
|
||||
<li><a href=/SailBot.html>aberSailBot</a></li>
|
||||
<li><a href=/index.html>Welcome!</a></li>
|
||||
<li><a href=/SBSWork.html>SBS Internship</a></li>
|
||||
<li><a href=/inputfile.html>Hello world!</a></li>
|
||||
<li><a href=/EPQProject.html>EPQ Project</a></li>
|
||||
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
|
||||
<li><a href=/ThisSite.html>This Site</a></li>
|
||||
<li><a href=/Aardvark.html>AardvarkXR</a></li>
|
||||
<li><a href=/MindMap.html>Mind Map Maker</a></li>
|
||||
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>
|
||||
<li><a href=/TestFullArticle.html>Example Post</a></li>
|
||||
<li><a href=/index.html>Welcome!</a></li>
|
||||
|
||||
<h2>Older Work</h2>
|
||||
<li><a href=/MindMap.html>Mind Map Maker</a></li>
|
||||
<li><a href=/Aardvark.html>AardvarkXR</a></li>
|
||||
<li><a href=/EPQProject.html>EPQ Project</a></li>
|
||||
<li><a href=/CatTowerDefence.html>Tower defence game</a></li>
|
||||
|
||||
|
||||
<h2>Newer Work</h2>
|
||||
<li><a href=/ThisSite.html>This Site</a></li>
|
||||
|
||||
|
||||
<h2>University</h2>
|
||||
<li><a href=/aberCompSoc.html>aberCompSoc</a></li>
|
||||
<li><a href=/RoboticsSociety.html>Aber Robotics Soc</a></li>
|
||||
<li><a href=/SailBot.html>aberSailBot</a></li>
|
||||
|
||||
|
||||
<h2>Work Experience</h2>
|
||||
<li><a href=/SBSWork.html>SBS Internship</a></li>
|
||||
|
||||
|
||||
</nav>
|
||||
<article><h1>SBS Internship</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue