Created
December 9, 2011 03:10
-
-
Save lilyszajn/1449978 to your computer and use it in GitHub Desktop.
Gymfo webpage
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 http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <title>Gymfo</title> | |
| <link href="/stylesheets/main.css?1294205065" media="all" rel="stylesheet" type="text/css"> | |
| <meta name="viewport" content="width=device-width, initial-scale=0.50, user-scalable=yes"> | |
| <meta name="generator" content="TextMate http://macromates.com/"> | |
| <meta name="author" content="Lily Szajnberg"> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | |
| <link rel="apple-touch-icon-precomposed" href="public/images/urbaninsider.png"> | |
| <link rel="stylesheet" type="text/css" href="iphone.css"> | |
| <!-- Framework CSS --> | |
| <link rel="stylesheet" href="/style/blueprint/screen.css" type="text/css" media="screen, projection"> | |
| <link rel="stylesheet" href="/style/blueprint/print.css" type="text/css" media="print"> | |
| <!--[if lt IE 8]><link rel="stylesheet" href="/style/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> | |
| <!-- Date: 2011-04-07 --> | |
| <!-- this is where layout design goes --> | |
| <style type="text/css"> | |
| h1 { | |
| font-size: 40px; | |
| text-transform: uppercase; | |
| text-outline:#AAA; | |
| text-align: center; | |
| margin-left: 20%; | |
| margin-right: 20%; | |
| color: rgba(0,0,0,.2); | |
| border:rgb(0,0,0); | |
| } | |
| h2 { | |
| font-size: 15px; | |
| text-transform: uppercase; | |
| text-outline:#AAA; | |
| text-align: center; | |
| margin-left: 10%; | |
| margin-right: 10%; | |
| color: rgba(0,0,0,.3); | |
| border:rgb(0,0,0); | |
| } | |
| h3 { | |
| font-size: 10px; | |
| text-outline:#AAA; | |
| text-align: center; | |
| margin-left: 10%; | |
| margin-right: 10%; | |
| color: rgba(0,0,0,.3); | |
| border:rgb(0,0,0); | |
| } | |
| body { | |
| font-size: 40px; | |
| text-align: center; | |
| margin-left: 20%; | |
| margin-right: 20%; | |
| color: #FFF; | |
| border:rgb(255,50,0); | |
| } | |
| </style> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body> | |
| <h1>Gymfo</h1> | |
| <h2>How intense is your workout?</h2> | |
| <p>LOTS OF GRAPHS HERE!!</p> | |
| <br /> | |
| <h3>a project by frankie cheung, lily szajnberg, nick santaniello, and spike mccue</h3> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment