-
-
Save reiniertromp/62bc559685a8625cafff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Hammer Time</title> | |
| <meta charset="utf-8"> | |
| <link rel="stylesheet" href="styles.css"> | |
| <link href='http://fonts.googleapis.com/css?family=Lato:700' rel='stylesheet' type='text/css'> | |
| <script src="bower_components/platform/platform.js"></script> | |
| <script src="app.js"></script> | |
| <style> | |
| /*SELECTAHS!!!!!!!!!!!!!!!*/ | |
| body { | |
| text-align: center; | |
| font-family: "Lato", sans-serif; | |
| color: white; | |
| background: black; | |
| } | |
| header { | |
| height:300px; | |
| width:1000px; | |
| } | |
| h1 { | |
| font-size: 200%; | |
| color: white; | |
| } | |
| ul { | |
| list-style-type: none; | |
| } | |
| a:link { | |
| text-decoration: none; | |
| color: white; | |
| } | |
| a:visited { | |
| color: white; | |
| } | |
| /*Classes*********************/ | |
| .bigbox { | |
| margin: 0 auto; | |
| border:solid; | |
| width:1000px; | |
| height:1200px; | |
| } | |
| .middle { | |
| } | |
| .left { | |
| margin-left: auto; | |
| text-align: left; | |
| } | |
| .right { | |
| margin-right: auto; | |
| text-align: right; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <section class="bigbox"> | |
| <header> | |
| <h1>Acceleration of Time</h1> | |
| </header> | |
| <section class="middle"> | |
| <div class="left"> | |
| <!-- Lijst met namen --> | |
| <ul> | |
| <li><a target="_blank" href="http://en.wikipedia.org/wiki/Paul_Virilio">Paul Virillo</a></li> | |
| <li><a target="_blank" href="http://en.wikipedia.org/wiki/Manuel_Castells">Manuel Castells</a></li> | |
| <li><a target="_blank" href="http://www.questia.com/library/102305551/the-internet-an-ethnographic-approach">Miller and Slater</a></li> | |
| <li><a target="_blank" href="http://en.wikipedia.org/wiki/David_Berry_(inventor)">David Berry</a></li> | |
| </ul> | |
| </div> | |
| <article> | |
| <!-- plaatje van de klok --> | |
| <img src="http://clipartist.info/openclipart.org/SVG/geant/graduation_clock_montre_1-800px.png" width="575" height="575" alt="Hail Satan"> | |
| </article> | |
| <div class="right"> | |
| <!-- Lijst met namen --> | |
| <ul> | |
| <li><a target="_blank" href="http://www.manovich.net/">Lev Manovich</a><li> | |
| <li><a target="_blank" href="https://en.wikipedia.org/wiki/Robert_Hanssen">Robert Hassan</a><li> | |
| <li><a target="_blank" href="https://nl.wikipedia.org/wiki/Peter_Sloterdijk">Peter Sloterdijk</a><li> | |
| <li><a target="_blank" href="http://oasisapps.curtin.edu.au/staff/profile/view/Susan.Leong">Susan Leong</a></li> | |
| </ul> | |
| </div> | |
| </section> | |
| <section> | |
| <h1>Through Technology</h1> | |
| </section> | |
| <footer> | |
| <p>made by the Awesome Squad!</p> | |
| </footer> | |
| </section> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment