Created
June 4, 2014 13:00
-
-
Save TessaRanzijn/e471b93625bfeb0d5ad2 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> | |
| <meta charset="utf-8"> | |
| <title>Coding the Humanities</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| <script src="bower_components/platform/platform.js"></script> | |
| <script src="app.js"></script> | |
| <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'> | |
| </head> | |
| <style> | |
| body { | |
| background: #E6E6E6; | |
| font-family: "Georgia"; | |
| } | |
| header { | |
| font-family: 'Special Elite', cursive; | |
| color: #FFFFFF; | |
| text-align: center; | |
| background: #B40404; | |
| margin-top: -8px; | |
| margin-left: -10px; | |
| margin-right: -20px; | |
| font-size: 200%; | |
| height: 200px; | |
| border-bottom:thick dotted; | |
| border-bottom-color: #FFFFFF; | |
| padding-top: 10px; | |
| } | |
| </style> | |
| <body> | |
| <header> | |
| Identity and the Selfie | |
| </header> | |
| <section> | |
| <div id="history"> | |
| History | |
| </div> | |
| <div id="platform"> | |
| Platforms | |
| </div> | |
| <div id="theoritical context"> | |
| Theoretical context | |
| </div> | |
| </section> | |
| <section> | |
| Definition Selfie | |
| </section> | |
| <section> | |
| <div id="famous Selfies"> | |
| Famous Selfies | |
| </div> | |
| <div id="upload share selfies"> | |
| Upload share selfies | |
| </div> | |
| </section> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment