Finished the .gitthub.io pages
This commit is contained in:
parent
4ba2ffa7e6
commit
e1ac8e5ec7
@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="active">
|
<li>
|
||||||
<a href="index.html">Homepage</a>
|
<a href="index.html">Homepage</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">License</a>
|
<a href="license.html">License</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="last">
|
<li class="last">
|
||||||
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
||||||
@ -115,7 +115,7 @@
|
|||||||
<a href="#Exam">How was the exam with this project ?</a>
|
<a href="#Exam">How was the exam with this project ?</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="last">
|
<li class="last">
|
||||||
<a href="#">Download the latest release !</a>
|
<a href="https://github.com/JunkJumper/SLEGPI/releases" target="_blank">Download the latest release !</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@ -141,4 +141,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
BIN
docs/img/icons/Arduino_Logo.png
Normal file
BIN
docs/img/icons/Arduino_Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
docs/img/icons/bootstrap-plain.png
Normal file
BIN
docs/img/icons/bootstrap-plain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
docs/img/icons/css3-plain.png
Normal file
BIN
docs/img/icons/css3-plain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
docs/img/icons/html5-plain.png
Normal file
BIN
docs/img/icons/html5-plain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
docs/img/icons/javascript-original.png
Normal file
BIN
docs/img/icons/javascript-original.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
docs/img/icons/jquery-plain.png
Normal file
BIN
docs/img/icons/jquery-plain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="active">
|
<li>
|
||||||
<a href="" class="active">Homepage</a>
|
<a href="" class="active">Homepage</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">License</a>
|
<a href="license.html">License</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="last">
|
<li class="last">
|
||||||
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
||||||
@ -121,4 +121,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
87
docs/license.html
Normal file
87
docs/license.html
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" dir="ltr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>SLEGPI</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<link rel="stylesheet" href="styles/layout.css" type="text/css">
|
||||||
|
<link rel="stylesheet" href="styles/style.css" type="text/css">
|
||||||
|
<link rel="shortcut icon" href="/favicons/slegpi.ico" type="image/x-icon">
|
||||||
|
<link rel="icon" href="/favicons/slegpi.ico" type="image/x-icon">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="wrapper row1">
|
||||||
|
<header id="header" class="clear">
|
||||||
|
<div id="hgroup">
|
||||||
|
<a href="index.html">
|
||||||
|
<img src="img/logo_slegpi.png" width="20%" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li class="active">
|
||||||
|
<a href="index.html">Homepage</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="about.html">About</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="story.html">Story</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="" class="active">License</a>
|
||||||
|
</li>
|
||||||
|
<li class="last">
|
||||||
|
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="wrapper row2">
|
||||||
|
<div id="container" class="clear">
|
||||||
|
<section id="slider">
|
||||||
|
<img src="img/website-resized.png" alt="wbesite" width="960px" height="360px" id="About">
|
||||||
|
</section>
|
||||||
|
<div id="content">
|
||||||
|
<section>
|
||||||
|
<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>
|
||||||
|
</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" />
|
||||||
|
</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>
|
||||||
|
<br />
|
||||||
|
<p class="fl_right">Website made by
|
||||||
|
<a target="_blank" href="https://junkjumper.github.io/" title="Free Website Templates">JunkJumper</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="active">
|
<li>
|
||||||
<a href="index.html">Homepage</a>
|
<a href="index.html">Homepage</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">License</a>
|
<a href="license.html">License</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="last">
|
<li class="last">
|
||||||
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
||||||
@ -80,4 +80,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user