




| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <body> | |
| <title>Hello World!</title> | |
| <linkrel="stylesheet" type="text/css" href="theme.css" /> | |
| <style> | |
| </style> | |
| <divid="container"> | |
| <divid="header"> | |
| <h1>Spacebrite</h1> | |
| </div> | |
| <divid="content"> | |
| <divid="nav"> | |
| <h3>Navigation</h3> | |
| <ul> | |
| <li><ahref="requests.html">Requirements</a></li> | |
| <li><ahref="">Pricing</a></li> | |
| <li><ahref="">Contact us</a></li> | |
| </ul> | |
| </div> | |
| <divid="main"> | |
| <h2>Home Page</h2> | |
| <p>SpaceBrite mission is to properly distribute ticketing prices to high middle-income families using NASA data analyses</p> | |
| <imgsrc="https://sa-api-2018.herokuapp.com/assets/team-photos/_qMd6bJ9c-DE_VbtV_KJ6bqOG7U=/7213/width-800/" width="300" height="200" /> | |
| <p></p> | |
| </div> | |
| </div> | |
| <divid="footer"> | |
| Copyright © 2018 Spacebrite | |
| </div> | |
| </div> | |
| </body> | |
| </head> | |
| </html> |
| #header{ | |
| background-color:#66CCFF; | |
| color: white; | |
| text-align: center; | |
| padding:10px; | |
| } | |
| body { | |
| background-color:#EEE; | |
| font-family: Helvetica, Arial, sans-serif; | |
| } | |
| a { | |
| text-decoration: none; | |
| color: red; | |
| } | |
| h1,h2,h3 { | |
| margin:0; | |
| } | |
| #container { | |
| background-color: white; | |
| width:800px; | |
| margin-left: auto; | |
| margin-right: auto; | |
| } | |
| #nav { | |
| width:180px; | |
| float: left; | |
| } | |
| #navul { | |
| list-style-type: none; | |
| padding:0; | |
| } | |
| #nav .selected { | |
| font-weight: bold; | |
| } | |
| #content { | |
| padding:10px; | |
| } | |
| #main { | |
| width:600px; | |
| float: right; | |
| } | |
| #footer { | |
| clear: both; | |
| padding:20px; | |
| background-color:#999999; | |
| color: white; | |
| text-align: right; | |
| } | |
| #content .sidebar { | |
| color: blue; | |
| } |
Updated Project
We had lunch!
SpaceApps is a NASA incubator innovation program.