Team:Northwestern
From 2013.igem.org
(Difference between revisions)
2013.igem.nu (Talk | contribs) |
2013.igem.nu (Talk | contribs) |
||
Line 38: | Line 38: | ||
p:first-child { display: block;} | p:first-child { display: block;} | ||
h1{border:none; width: 100%; clear: both;} | h1{border:none; width: 100%; clear: both;} | ||
+ | |||
+ | |||
+ | /*div { | ||
+ | /*border: 1px dashed black;*/ | ||
+ | text-align: center; | ||
+ | font-size: 16px; | ||
+ | vertical-align: middle; | ||
+ | }*/ | ||
+ | |||
+ | .main_banner { | ||
+ | background-color: #cc6699; | ||
+ | text-align: right; | ||
+ | font-size: 14px; | ||
+ | width: 100%; | ||
+ | height: 40px; | ||
+ | vertical-align: 100px; | ||
+ | display: block; | ||
+ | vertical-align: bottom; | ||
+ | margin:auto; | ||
+ | } | ||
+ | |||
+ | .main_banner a { | ||
+ | margin-left: 5px; | ||
+ | color: white; | ||
+ | vertical-align: 100px; | ||
+ | } | ||
+ | |||
+ | .header { | ||
+ | width: 1000px; | ||
+ | height: 200px; | ||
+ | margin: auto; | ||
+ | display: block; | ||
+ | /*background-color: blue;*/ | ||
+ | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | #title { | ||
+ | font-size: 48px; | ||
+ | font-style: bold; | ||
+ | } | ||
+ | |||
+ | #slogan { | ||
+ | font-size: 36px; | ||
+ | color: #666666; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | .main_banner a:visited { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .main_banner a:link { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .main_banner a:hover { | ||
+ | color: white; | ||
+ | font-size: 18px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .gallery{ | ||
+ | width: 1000px; | ||
+ | height: 300px; | ||
+ | margin: auto; | ||
+ | display: block; | ||
+ | background-color: green; | ||
+ | } | ||
+ | |||
+ | .text_box_one { | ||
+ | border: 3px dashed black; | ||
+ | width: 250px; | ||
+ | height: 250px; | ||
+ | margin: auto; | ||
+ | display: inline-block; | ||
+ | padding: 4px; | ||
+ | } | ||
+ | |||
+ | .text_box_two { | ||
+ | border: 3px dashed green; | ||
+ | width: 250px; | ||
+ | height: 250px; | ||
+ | margin: auto; | ||
+ | display: inline-block; | ||
+ | padding: 4px; | ||
+ | } | ||
+ | |||
+ | .tb_top { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .tb_bottom { | ||
+ | display: block; | ||
+ | } | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <div class = "main_banner"> | ||
+ | |||
+ | <a href = "https://2013.igem.org/Team:Northwestern"> Home </a> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Team"> Team </a> | ||
+ | <a href = "https://igem.org/Team.cgi?year=2013&team_name=Northwestern"> Official Team Profile </a> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Project"> Project </a> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Parts"> Parts Submitted </a> | ||
+ | <a href = https://2013.igem.org/Team:Northwestern/Modeling"> Modeling </a> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Notebook"> Notebook </a> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Attributions"> Attributions </a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class = "header"> | ||
+ | <p id = "title"> Northwestern iGEM </p> | ||
+ | <p id = "slogan"> Subtitle here </p> | ||
+ | <!--<a href = "https://2013.igem.org/Team:Northwestern/Notebook"> To Notebook </a> </br> | ||
+ | <a href = "https://2013.igem.org/Team:Northwestern/Team"> To all the stuff we need </a> </br> | ||
+ | |||
+ | <p style = "font-size: 24px"> Welcome to 2013 Northwestern iGEM Page! </p> --> | ||
+ | <p style = "font-size:16px; color:red"> The site is currently under construction. The page will be pretty later. I promise!</p> | ||
+ | </div> | ||
+ | |||
+ | <!--<div class = "menu"> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td width = "50px"> <a href = "https://2013.igem.org/Team:Northwestern"> Home </a></td> | ||
+ | <td width = "50px"> <a href = "https://2013.igem.org/Team:Northwestern/Team"> Team </a> </td> | ||
+ | <td width = "180px"> <a href = "https://igem.org/Team.cgi?year=2013&team_name=Northwestern"> Official Team Profile </a></td> | ||
+ | <td width = "60px"> <a href = "https://2013.igem.org/Team:Northwestern/Project"> Project </a></td> | ||
+ | <td width = "130px"> <a href = "https://2013.igem.org/Team:Northwestern/Parts"> Parts Submitted </a></td> | ||
+ | <td width = "90px"> <a href = https://2013.igem.org/Team:Northwestern/Modeling"> Modeling </a></td> | ||
+ | <td width = "70px"> <a href = "https://2013.igem.org/Team:Northwestern/Notebook"> Notebook </a></td> | ||
+ | <td width = "70px"> <a href = "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a></td> | ||
+ | <td width = "70px"> <a href = "https://2013.igem.org/Team:Northwestern/Attributions"> Attributions </a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> --> | ||
+ | |||
+ | <div class = "gallery"> | ||
+ | GALLERY | ||
+ | </div> | ||
+ | <div class = "tb_top"> | ||
+ | <div class = "text_box_one"> | ||
+ | TEXTBOX 1 | ||
+ | </div> | ||
+ | |||
+ | <div class = "text_box_one"> | ||
+ | TEXTBOX 2 | ||
+ | </div> | ||
+ | |||
+ | <div class = "text_box_one"> | ||
+ | TEXTBOX 3 | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class = "tb_bottom"> | ||
+ | <div class = "text_box_two"> | ||
+ | TEXTBOX 4 | ||
+ | </div> | ||
+ | |||
+ | <div class = "text_box_two"> | ||
+ | TEXTBOX 5 | ||
+ | </div> | ||
+ | |||
+ | <div class = "text_box_two"> | ||
+ | TEXTBOX 6 | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</html> | </html> |
Revision as of 22:02, 2 August 2013
Northwestern iGEM
Subtitle here
The site is currently under construction. The page will be pretty later. I promise!
GALLERY
TEXTBOX 1
TEXTBOX 2
TEXTBOX 3
TEXTBOX 4
TEXTBOX 5
TEXTBOX 6