2018-08-30 09:46:43 +02:00
<!DOCTYPE html>
< html lang = "en" dir = "ltr" >
< head >
< title > SLEGPI< / title >
< meta charset = "UTF-8" >
< 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 = "" >
2019-02-25 20:35:12 +01:00
< img src = "img/logo_slegpi.png" width = "20%" alt = "logo" / >
2018-08-30 09:46:43 +02:00
< / a >
< / div >
< nav >
< ul >
2018-09-01 23:43:59 +02:00
< li >
2019-02-26 13:19:50 +01:00
< a href = "index.html" class = "active" > Homepage< / a >
2018-08-30 09:46:43 +02:00
< / li >
< li >
< a href = "about.html" > About< / a >
< / li >
< li >
< a href = "story.html" > Story< / a >
< / li >
< li >
2018-09-01 23:51:39 +02:00
< a href = "license.html" > License< / a >
2018-08-30 09:46:43 +02:00
< / li >
< li >
2018-09-01 23:51:39 +02:00
< a href = "https://www.junkjumper-projects.com/_Project/slegpi/" > Demo< / a >
2018-08-30 09:46:43 +02:00
< / li >
2019-02-26 13:19:50 +01:00
< li >
2018-08-30 09:51:01 +02:00
< a href = "https://github.com/JunkJumper/SLEGPI" > Download on Github< / a >
2018-08-30 09:46:43 +02:00
< / 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-08-30 09:46:43 +02:00
< / ul >
< / nav >
< / header >
< / div >
<!-- content -->
< div class = "wrapper row2" >
< div id = "container" class = "clear" >
<!-- content body -->
< section id = "slider" >
< img src = "img/website-resized.png" alt = "website picture" width = "960px" height = "360px" / >
< / section >
<!-- main content -->
< div id = "homepage" class = "clear" >
< section id = "services" class = "clear" >
<!-- About the project -->
< article class = "one_third" >
< h2 > About the project< / h2 >
< img src = "img/about.png" alt = "about" >
< p > SLEGPI is my project for my exams of june 2018. I have work on it from October 2017 to May 2018.
< br / >
< br / > In what consist SLEGPI-Website ? You can check it by following the link bellow.< / p >
< footer class = "more" >
< a href = "about.html" > Read More » < / a >
< / footer >
< / article >
<!-- Story of the project -->
< article class = "one_third" >
< h2 > Story of the project< / h2 >
< img src = "img/story.png" alt = "story" >
< p > If you want to discover how the project is born, why and how I decide to realise it, you can read the full story
by following the link.
< br / >
< br / > You don't want to miss them, alright ? ;)< / p >
< footer class = "more" >
2018-09-02 00:17:22 +02:00
< a href = "story.html" > Read More » < / a >
2018-08-30 09:46:43 +02:00
< / footer >
< / article >
<!-- Download the source code -->
< article class = "one_third lastbox" >
< h2 > Download the source code< / h2 >
< img src = "img/github.png" alt = "github" >
< p > I upload all my projects on Github to get a full historic of them and to share it with the community. You can
check them on the appropriate page.< / p >
< br / >
< footer class = "more" >
2018-09-02 00:17:22 +02:00
< a href = "https://github.com/JunkJumper/SLEGPI" > Read More » < / a >
2018-08-30 09:46:43 +02:00
< / footer >
< / article >
< / section >
< br / >
<!-- Project of JunkJumper -->
< section class = "fl_left1" >
< article class = "clear" >
< figure >
2019-02-25 20:35:12 +01:00
< img src = "https://www.junkjumper-projects.com/PPs/top-R_revertCADRE1.jpg" / >
2018-08-30 09:46:43 +02:00
< figcaption >
< br / > < h2 > Project of JunkJumper< / h2 >
2019-02-27 09:09:45 +01:00
< p > Hello ! I am JunkJumper, a 18 years old IT student and a brony. Bronies are supposed to overreact to anything, so i can success to everything to work.< / p >
2018-08-30 09:46:43 +02:00
< / figcaption >
< / figure >
< / article >
< / section >
< / div >
< / div >
< / div >
<!-- Footer -->
< 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 >
2019-02-25 20:35:12 +01:00
< img src = "img/footer.png" alt = "footer" / > This page is available under the terms of the
2018-08-30 09:46:43 +02:00
< 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
2018-11-27 21:18:26 +01:00
< a target = "_blank" href = "https://junkjumper.github.io/" > JunkJumper< / a >
2018-08-30 09:46:43 +02:00
< / p >
< / footer >
< / div >
< / body >
2018-11-27 21:18:26 +01:00
< / html >