Difference between revisions of "Team:Virginia"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{Virginia}} | {{Virginia}} | ||
− | <html> | + | <html> |
− | < | + | <head> |
− | < | + | <!-- Bootstrap import -- Latest compiled and minified CSS --> |
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | ||
+ | </head> | ||
− | < | + | <body> |
− | < | + | <div class="nav"> |
− | <ul> | + | <div class="container"> |
− | <li> | + | <ul class = "pull-left"> |
− | <li> <a href=" | + | <li><a href="#">Home</a></li> |
− | </ul> | + | </ul> |
+ | <ul class="pull-right"> | ||
+ | <li><a href="#">Team</a></li> | ||
+ | <li><a href="#">Project</a></li> | ||
+ | <li><a href="#">Policy and Practices</a></li> | ||
+ | <li><a href="#">Support and Sponsors</a></li> | ||
+ | <li><a href="#">Contact Us</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class=" | + | <div class="jumbotron"> |
− | < | + | <div class="container"> |
− | < | + | <h1>University of Virginia iGEM 2015</h1> |
− | <p> | + | <p>Project Name</p> |
− | </div> | + | </div> |
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
+ | </html> | ||
− | < | + | <style media="screen" type="text/css"> |
− | + | ||
− | + | ||
− | + | .nav { | |
− | + | background-color: #000000; | |
− | + | } | |
− | + | .nav a { | |
− | + | color: rgb(256, 256, 256); | |
− | + | font-size: 16px; | |
− | + | font-weight: bold; | |
− | + | padding: 14px 10px; | |
− | + | text-transform: uppercase; | |
− | + | } | |
− | + | ||
+ | .nav li { | ||
+ | display: inline; | ||
+ | } | ||
− | + | .jumbotron { | |
− | + | height: 500px; | |
− | + | background-repeat: no-repeat; | |
− | + | background-size: 150%; | |
− | + | background: url('http://images4.fanpop.com/image/photos/22300000/Kitties-beautiful-nature-22335110-700-512.jpg'); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | } | |
− | + | ||
− | + | ||
− | + | .jumbotron .container { | |
+ | position: relative; | ||
+ | top:100px; | ||
+ | } | ||
+ | .jumbotron h1 { | ||
+ | color: #fff; | ||
+ | font-size: 48px; | ||
+ | font-family: 'Shift', sans-serif; | ||
+ | font-weight: bold; | ||
+ | } | ||
− | + | .jumbotron p { | |
+ | font-size: 40px; | ||
+ | color: #fff; | ||
+ | text-align: right; | ||
+ | margin-top:30px; | ||
+ | } | ||
− | </ | + | .learn-more { |
+ | background-color: #f7f7f7; | ||
+ | } | ||
+ | |||
+ | .learn-more h3 { | ||
+ | font-family: 'Shift', sans-serif; | ||
+ | font-size: 18px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .learn-more a { | ||
+ | color: #00b0ff; | ||
+ | } | ||
+ | |||
+ | .jumbotron h1 { | ||
+ | text-align:right; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | .learn-more img { | ||
+ | width: 300px; | ||
+ | } | ||
+ | </style> |
Revision as of 15:54, 4 June 2015
University of Virginia iGEM 2015
Project Name
<style media="screen" type="text/css">
.nav {
background-color: #000000;
} .nav a {
color: rgb(256, 256, 256); font-size: 16px; font-weight: bold; padding: 14px 10px; text-transform: uppercase;
}
.nav li {
display: inline;
}
.jumbotron {
height: 500px; background-repeat: no-repeat; background-size: 150%; background: url('http://images4.fanpop.com/image/photos/22300000/Kitties-beautiful-nature-22335110-700-512.jpg');
}
.jumbotron .container {
position: relative; top:100px;
}
.jumbotron h1 {
color: #fff; font-size: 48px; font-family: 'Shift', sans-serif; font-weight: bold;
}
.jumbotron p {
font-size: 40px; color: #fff; text-align: right; margin-top:30px;
}
.learn-more {
background-color: #f7f7f7;
}
.learn-more h3 {
font-family: 'Shift', sans-serif; font-size: 18px; font-weight: bold;
}
.learn-more a {
color: #00b0ff;
}
.jumbotron h1 {
text-align:right; color: #fff;
}
.learn-more img {
width: 300px;
} </style>