Difference between revisions of "project04:Bibliography"
From 100ybp
(Created page with "<html> <style> <link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/zbmltsgtwajcfdy/Style-Wiki-Leander.css?dl=0"> </style> </html> File:sample.png | 850p...") |
|||
Line 1: | Line 1: | ||
− | <html> | + | <!DOCTYPE html> |
− | + | __NOTITLE__ __NOTOC__ | |
− | < | + | <!-- BIBLIOGRAPHY WIKI PAGE --> |
− | < | + | <!--Class(shared) and id(unique)--> |
− | + | ||
− | + | <html> | |
− | < | + | <head> |
− | < | + | <meta charset="utf-8"> |
− | + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
− | </ | + | <title>Bibliography - Leander Bakker</title> |
− | < | + | <script src="jquery-3.3.1.min.js"></script> |
− | + | <link rel="stylesheet" type="text/css" href="Style-Wiki-Leander.css"> | |
− | </div> | + | <link rel="stylesheet" type="text/css" href="style-Slideshow.css"> |
− | <div | + | </head> |
− | + | ||
− | </div> | + | <body class="Body"> |
− | <div | + | <!-- Navigation Bar --> |
− | + | <div class="NavigationBar"> | |
− | </div> | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:Main">Graduation Concept</a></div> |
− | <div | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:Material_Study">Material Study</a></div> |
− | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:Design_Proposal">Design Proposal</a></div> | |
− | </div> | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:Case_Studies">Case Studies</a></div> |
− | <div | + | <div class="NavigationItemCurrent"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:Bibliography">Bibliography</a></div> |
− | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:P1">P1</a></div> | |
− | </div> | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:P2">P2</a></div> |
− | <div | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:P3">P3</a></div> |
− | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:P4">P4</a></div> | |
− | </div> | + | <div class="NavigationItem"><a class="NavigationItemLink" href="http://100ybp.roboticbuilding.eu/index.php/project04:P5">P5</a></div> |
− | <div | + | </div> |
− | + | <!-- Navigation Bar --> | |
− | </div> | + | <br> |
− | <div | + | <br> |
− | + | <br> | |
− | </div> | + | <!-- Bibliography --> |
− | <div | + | <div class="BibliographyContainer"> |
− | + | <!-- Title --> | |
− | </ | + | <div class="Title"> |
− | < | + | <h1>Bibliography</h1> |
− | </div> | + | </div> |
− | <br> | + | </div> |
− | <br> | + | <!-- Bibliography --> |
− | <br> | + | |
− | + | <!--JavaScripts--> | |
− | <div class="Title"><h1>Bibliography</h1></div>< | + | <script src="Slideshow.js"></script><!--Slideshow introduction Slide--> |
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 14:33, 13 March 2019
<!DOCTYPE html>