Last active
August 29, 2015 14:02
-
-
Save SmokeyTheSalmon/5737efacd399ad3f5851 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: black; | |
| background: white; | |
| } | |
| header { | |
| height:300px; | |
| width:1000px; | |
| } | |
| h1 { | |
| font-size: 200%; | |
| color: black; | |
| } | |
| ul { | |
| list-style-type: none; | |
| } | |
| a:link { | |
| text-decoration: none; | |
| color: black; | |
| } | |
| a:visited { | |
| color: black; | |
| } | |
| /*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 href="http://en.wikipedia.org/wiki/Paul_Virilio">Paul Virillo</a></li> | |
| <li><a href="http://en.wikipedia.org/wiki/Manuel_Castells">Manuel Castells</a></li> | |
| <li><a href="http://www.questia.com/library/102305551/the-internet-an-ethnographic-approach">Miller and Slater</a></li> | |
| <li><a href="http://en.wikipedia.org/wiki/David_Berry_(inventor)">David Berry</a></li> | |
| <li><a href="">Lev Manovich</a></li> | |
| <li><a href="">Robert Hassan</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 --> | |
| </div> | |
| </section> | |
| <section> | |
| <h1>Through Technology</h1> | |
| </section> | |
| <footer> | |
| <p>made by the Awesome Squad!</p> | |
| <audio src="https://www.youtube.com/watch?v=otCpCn0l4Wo" autoplay></audio> | |
| </footer> | |
| </section> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment