Updated the navigation
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="active">
|
||||
<li>
|
||||
<a href="index.html">Homepage</a>
|
||||
</li>
|
||||
<li>
|
||||
@ -31,14 +31,17 @@
|
||||
<a href="story.html">Story</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="" class="active">License</a>
|
||||
<a href="license.html" class="active">License</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
||||
</li>
|
||||
<li class="last">
|
||||
<li>
|
||||
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
||||
</li>
|
||||
<li class="last">
|
||||
<a href="https://www.junkjumper-projects.com/#projects">Back to Projects List</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -54,28 +57,28 @@
|
||||
<article>
|
||||
<h1>License</h1>
|
||||
<p>The project was created using some softwares, here is the dedicated page to mention them.</p><br /><br />
|
||||
<center>
|
||||
<a href="https://en.wikipedia.org/wiki/HTML" target="_blank"><img src="img/icons/html5-plain.png" alt="Html 5" width="200px"></a>
|
||||
<a href="https://en.wikipedia.org/wiki/Cascading_Style_Sheets" target="_blank"><img src="img/icons/css3-plain.png" alt="Css 3" width="200px"></a>
|
||||
<a href="https://en.wikipedia.org/wiki/JavaScript" target="_blank"><img src="img/icons/javascript-original.png" alt="JavaScript" width="200px"></a><br /><br />
|
||||
<a href="https://www.arduino.cc/" target="_blank"><img src="img/icons/Arduino_Logo.png" alt="Arduino" width="200px"></a>
|
||||
</center>
|
||||
<center>
|
||||
<a href="https://en.wikipedia.org/wiki/HTML" target="_blank"><img src="img/icons/html5-plain.png" alt="Html 5" width="200px"></a>
|
||||
<a href="https://en.wikipedia.org/wiki/Cascading_Style_Sheets" target="_blank"><img src="img/icons/css3-plain.png" alt="Css 3" width="200px"></a>
|
||||
<a href="https://en.wikipedia.org/wiki/JavaScript" target="_blank"><img src="img/icons/javascript-original.png" alt="JavaScript" width="200px"></a><br /><br />
|
||||
<a href="https://www.arduino.cc/" target="_blank"><img src="img/icons/Arduino_Logo.png" alt="Arduino" width="200px"></a>
|
||||
</center>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright -->
|
||||
<div class="wrapper row4">
|
||||
<footer id="footer" class="clear">
|
||||
<p class="fl_left">
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
|
||||
<img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
|
||||
<img alt="Licence Creative Commons" style="border-width:0"
|
||||
src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
|
||||
</a>
|
||||
<img src="img/footer.png" />This page is available under the terms of the
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 International License</a>.</p>
|
||||
<img src="img/footer.png" alt="footer" />This page is available under the terms of the
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0
|
||||
International License</a>.</p>
|
||||
<br />
|
||||
<p class="fl_right">Website made by
|
||||
<a target="_blank" href="https://junkjumper.github.io/">JunkJumper</a>
|
||||
@ -84,4 +87,4 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user