Difference between revisions of "Team:Carnegie Mellon/Collaborations"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Carnegie_Mellon}} | + | {{:Team:Carnegie_Mellon/navbar}} |
+ | |||
<html> | <html> | ||
+ | <head> | ||
+ | <style src = "" type = "text/css"> | ||
+ | |||
+ | /*Tried to make the content border-color:width the whole page... Not the stupid box*/ | ||
+ | body { | ||
+ | border: 0px; | ||
+ | } | ||
+ | |||
+ | /* makes the white boxes go away */ | ||
+ | #content{ | ||
+ | background: white; | ||
+ | border: 0px; | ||
+ | float: center; | ||
+ | width: 100%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | padding-top: 0px; | ||
+ | } | ||
+ | |||
+ | #bodybody { | ||
+ | width: 90%; | ||
+ | margin: auto; | ||
+ | margin-top: 30px; | ||
+ | } | ||
+ | |||
+ | /* ----------------------------- jumbotron code ---------------------- */ | ||
+ | .jumbotron { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2015/7/75/Citizen_Science_Lab_Cover_Photo.jpeg'); | ||
+ | height: 600px; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | .jumbotron .container { | ||
+ | position: relative; | ||
+ | top:220px; | ||
+ | } | ||
+ | |||
+ | .jumbotron .container .title { | ||
+ | color: orange; | ||
+ | font-size: 100px; | ||
+ | font-family: Georgia, serif; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .jumbotron p { | ||
+ | font-size: 50px; | ||
+ | color: #fff; | ||
+ | background-color: rgba(0,0,0,.5); | ||
+ | margin-top: 30px; | ||
+ | text-align: center; | ||
+ | font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; | ||
+ | } | ||
+ | |||
+ | .jumbotron a { | ||
+ | text-decoration: none; | ||
+ | background-color: #40e6ee; | ||
+ | font-size: 25px; | ||
+ | color: #fff; | ||
+ | padding: 10px 15px 10px 15px; | ||
+ | margin: 0px 10px 0px 10px; | ||
+ | } | ||
+ | |||
+ | .jumbotron a:hover { | ||
+ | /* background-color: #fcf95a; */ | ||
+ | background-color: #40e6ee; | ||
+ | opacity: 0.6; | ||
+ | } | ||
+ | |||
+ | .jumbotron .container .centerme { | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* /jumbotron code */ | ||
+ | |||
+ | </style></head> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <div class="jumbotron"> | ||
+ | <div class="container"> | ||
+ | <div class = "title">Collaborations.</div> | ||
+ | <p>iGEm isn't just a competition.</p> | ||
+ | <center><a href = "#">University of Pittsburgh</a> | ||
+ | <a href = "#">University of Georgia</a></center> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id = "bodybody"></div><!-- bodybody --> | ||
+ | |||
+ | <!-- | ||
<h2> Collaborations</h2> | <h2> Collaborations</h2> | ||
Line 33: | Line 132: | ||
<li> Mentor a high-school team</li> | <li> Mentor a high-school team</li> | ||
</ul> | </ul> | ||
+ | </div> --> | ||
− | |||
− | |||
</html> | </html> |
Revision as of 05:49, 13 September 2015