2018-09-01 23:43:59 +02:00
|
|
|
<!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>
|
2019-02-26 13:19:50 +01:00
|
|
|
<li>
|
2018-09-01 23:43:59 +02:00
|
|
|
<a href="index.html">Homepage</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="about.html">About</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="story.html">Story</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2019-02-26 13:19:50 +01:00
|
|
|
<a href="license.html" class="active">License</a>
|
2018-09-01 23:43:59 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-09-01 23:51:39 +02:00
|
|
|
<a href="https://www.junkjumper-projects.com/_Project/slegpi/">Demo</a>
|
2018-09-01 23:43:59 +02:00
|
|
|
</li>
|
2019-02-26 13:19:50 +01:00
|
|
|
<li>
|
2018-09-01 23:43:59 +02:00
|
|
|
<a href="https://github.com/JunkJumper/SLEGPI">Download on Github</a>
|
|
|
|
</li>
|
2019-02-26 13:19:50 +01:00
|
|
|
<li class="last">
|
|
|
|
<a href="https://www.junkjumper-projects.com/#projects">Back to Projects List</a>
|
|
|
|
</li>
|
2018-09-01 23:43:59 +02:00
|
|
|
</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 />
|
2019-02-26 13:19:50 +01:00
|
|
|
<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>
|
2018-09-01 23:43:59 +02:00
|
|
|
</article>
|
|
|
|
</section>
|
|
|
|
</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/">
|
2019-02-26 13:19:50 +01:00
|
|
|
<img alt="Licence Creative Commons" style="border-width:0"
|
|
|
|
src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
|
2018-09-01 23:43:59 +02:00
|
|
|
</a>
|
2019-02-26 13:19:50 +01:00
|
|
|
<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>
|
2018-09-01 23:43:59 +02:00
|
|
|
<br />
|
|
|
|
<p class="fl_right">Website made by
|
2018-11-27 21:18:55 +01:00
|
|
|
<a target="_blank" href="https://junkjumper.github.io/">JunkJumper</a>
|
2018-09-01 23:43:59 +02:00
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
2019-02-26 13:19:50 +01:00
|
|
|
</html>
|