Difference between revisions of "Team:BostonU HW/CSS"

Line 10: Line 10:
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
 +
/*!
 +
* Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 +
* Code licensed under the Apache License v2.0.
 +
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
 +
*/
  
.topWikiNavBackground {
+
/* Global Styles */
    height:18px;
+
    margin-top: -32px;
+
    background-color:transparent;
+
}
+
  
 
+
html,
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
body {
width: 100%;  
+
    width: 100%;
height: 100%;
+
    height: 100%;
border: 0px;
+
background-color: transparent;
+
margin: 0px;
+
padding: 0px;
+
 
}
 
}
  
html, body, .wrapper { /*-- changes default wiki settings --*/
+
body {
width: 100%;
+
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
height: 100%;
+
background-color: transparent;
+
}
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
border: 0 none;
+
height: 14px;
+
z-index: 100;
+
top: 0;
+
position: fixed;
+
width: 975px;
+
left: 50%;
+
margin-left: -487px;
+
        background-color: transparent;  
+
 
}
 
}
  
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
.text-vertical-center {
        background-color:transparent;
+
    display: table-cell;
        height: 14px;
+
    text-align: center;
display: block;
+
    vertical-align: middle;
z-index: 10;
+
position: fixed;
+
width:100%;
+
top: 0;
+
 
}
 
}
  
#menubar a:link, #menubar a:visited  { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
.text-vertical-center h1 {
        color:#FFF;
+
    margin: 0;
text-decoration: none;  
+
    padding: 0;
background-color: transparent;
+
    font-size: 4.5em;
 +
    font-weight: 700;
 
}
 
}
  
#menubar a:active, #menubar a:hover
+
/* Custom Button Styles */
{
+
 
        color:#FFF;
+
.btn-dark {
text-decoration: underline;
+
    border-radius: 0;
        background-color:transparent;
+
    color: #fff;
 +
    background-color: rgba(0,0,0,0.4);
 
}
 
}
* {
 
margin: 0;
 
padding: 0;
 
  
-webkit-font-smoothing: antialiased;
+
.btn-dark:hover,
-webkit-box-sizing: border-box;
+
.btn-dark:focus,
-moz-box-sizing: border-box;
+
.btn-dark:active {
box-sizing: border-box;
+
    color: #fff;
 +
    background-color: rgba(0,0,0,0.7);
 
}
 
}
  
::selection {
+
.btn-light {
background: #F79042;
+
    border-radius: 0;
color: #fff;
+
    color: #333;
 +
    background-color: rgb(255,255,255);
 
}
 
}
  
.slide-out-div {
+
.btn-light:hover,
          padding: 20px;
+
.btn-light:focus,
          background-image:url(../img_bu14/popopenbkgd_bu14.png);
+
.btn-light:active {
  background-repeat:repeat;
+
    color: #333;
  z-index:30;
+
    background-color: rgba(255,255,255,0.8);
  text-align:left;
+
      }
+
 
+
a:link {
+
color: #F79042;
+
        font-weight=500;
+
text-decoration: none;
+
}
+
a:visited {
+
text-decoration: none;
+
        font-weight=500;
+
color: #F79042;
+
}
+
a:hover {
+
text-decoration: underline;
+
}
+
a:active {
+
text-decoration: none;
+
 
}
 
}
  
.title{
+
/* Custom Horizontal Rule */
position:absolute;
+
 
top:38px;
+
hr.small {
left:83px;
+
    max-width: 100px;
z-index:2;
+
 
}
 
}
  
body {
+
/* Side Menu */
color: #353535;
+
 
font: 14px/23px proxima-nova-alt, "Proxima Nova Alt", sans-serif;
+
#sidebar-wrapper {
text-align:center;
+
    z-index: 1000;
 +
    position: fixed;
 +
    right: 0;
 +
    width: 250px;
 +
    height: 100%;
 +
    margin-right: -250px;
 +
    overflow-y: auto;
 +
    background: #222;
 +
    -webkit-transition: all 0.4s ease 0s;
 +
    -moz-transition: all 0.4s ease 0s;
 +
    -ms-transition: all 0.4s ease 0s;
 +
    -o-transition: all 0.4s ease 0s;
 +
    transition: all 0.4s ease 0s;
 
}
 
}
  
h0{
+
.sidebar-nav {
color:#FFF;
+
    position: absolute;
font-size:40px;
+
    top: 0;
font-weight:700;
+
    width: 250px;
        text-decoration:none;
+
    margin: 0;
 +
    padding: 0;
 +
    list-style: none;
 
}
 
}
  
header1{
+
.sidebar-nav li {
font-size:28px;
+
    text-indent: 20px;
font-weight:700;
+
    line-height: 40px;
text-transform:uppercase;
+
        text-decoration:none;
+
 
}
 
}
  
header2{
+
.sidebar-nav li a {
font-size:18px;
+
    display: block;
color:#FFF;
+
    text-decoration: none;
font-weight:700;
+
    color: #999;
text-transform:uppercase;
+
text-align:left;
+
        text-decoration:none;
+
 
}
 
}
  
 
+
.sidebar-nav li a:hover {
header2black{
+
    text-decoration: none;
font-size:18px;
+
    color: #fff;
color:#000000;
+
    background: rgba(255,255,255,0.2);
font-weight:700;
+
text-transform:uppercase;
+
text-align:left;
+
        text-decoration:none;
+
 
}
 
}
  
header3{
+
.sidebar-nav li a:active,
font-size:20px;
+
.sidebar-nav li a:focus {
color:#353535;
+
    text-decoration: none;
font-weight:550;
+
        text-decoration:none;
+
 
}
 
}
  
h3{
+
.sidebar-nav > .sidebar-brand {
font-size:20px;
+
    height: 55px;
color:#353535;
+
    font-size: 18px;
font-weight:550;
+
    line-height: 55px;
        text-decoration:none;
+
 
}
 
}
  
maincontent{
+
.sidebar-nav > .sidebar-brand a {
font-weight:100;
+
    color: #999;
font-size:14px;
+
text-align:justify;
+
 
}
 
}
  
capt{
+
.sidebar-nav > .sidebar-brand a:hover {
font-size:12px;
+
    color: #fff;
        color:#5E5F5F;
+
    background: none;
font-weight:300;
+
text-align:justify;
+
        line-height:110%
+
 
}
 
}
  
sidenav{
+
#menu-toggle {
color:#FFF;
+
    z-index: 1;
font-weight:700;
+
    position: fixed;
 +
    top: 0;
 +
    right: 0;
 
}
 
}
  
#logo {
+
#sidebar-wrapper.active {
position: absolute;
+
    right: 250px;
left: 80px;
+
    width: 250px;
top: 40px;
+
    -webkit-transition: all 0.4s ease 0s;
z-index: 2;
+
    -moz-transition: all 0.4s ease 0s;
margin-left: -17px;
+
    -ms-transition: all 0.4s ease 0s;
 +
    -o-transition: all 0.4s ease 0s;
 +
    transition: all 0.4s ease 0s;
 
}
 
}
  
.header{
+
.toggle {
background-color:#353535;
+
    margin: 5px 5px 0 0;
position:fixed;
+
height:125px;
+
top:0px;
+
width:100%;
+
z-index:30;
+
}
+
.igemlogo
+
{
+
position:fixed;
+
right:5px;
+
z-index:30;
+
 
}
 
}
  
 +
/* Header */
  
#tracking_nav
+
.header {
{
+
    display: table;
margin: 0px 0px 0px 950px;
+
    position: relative;
position: fixed;
+
    width: 100%;
color:#bababa;
+
    height: 100%;
border: 1px solid #3d3f3c;
+
    background: url(../img/bg.jpg) no-repeat center center scroll;
background:#3d3f3c;
+
    -webkit-background-size: cover;
font-size: 16pt;
+
    -moz-background-size: cover;
padding: 5px;
+
    background-size: cover;
line-height: 120%;
+
    -o-background-size: cover;
 
}
 
}
  
#tracking_nav a { color:#ffffff; text-transform: lowercase;font-size: 16pt;}
+
/* About */
#tracking_nav a:hover {background:#bababa;}
+
  
ul#nav {
+
.about {
width:90%;
+
    padding: 50px 0;
top:100px;
+
left:60px;
+
position:fixed;
+
z-index:30;
+
 
}
 
}
  
#nav li {
+
/* Services */
color: #FFF;
+
background-color:none;
+
margin: 0 15px 0 0;
+
float: left;
+
position: relative;
+
list-style: none;
+
  
 +
.services {
 +
    padding: 50px 0;
 
}
 
}
#nav li:last-child { margin:0; }
 
  
/* main level link */
+
.service-item {
#nav a {
+
    margin-bottom: 30px;
font-family:bree-web, Bree, sans-serif;
+
font-size:10pt;
+
font-weight:600;
+
line-height:210%;
+
color: inherit;
+
text-decoration: none;
+
display: block;
+
padding: 0 0 0 5px;
+
margin: 0;
+
 
}
 
}
  
ul#nav > li > a {
+
/* Callout */
line-height:10px;
+
border-left:solid 3px #bbb;
+
padding:0 0 0 15px;
+
}
+
  
#nav a:hover {
+
.callout {
/*background-color: #870203;
+
    display: table;
color: #ffffff;*/
+
    width: 100%;
 +
    height: 400px;
 +
    color: #fff;
 +
    background: url(../img/callout.jpg) no-repeat center center scroll;
 +
    -webkit-background-size: cover;
 +
    -moz-background-size: cover;
 +
    background-size: cover;
 +
    -o-background-size: cover;
 
}
 
}
  
 +
/* Portfolio */
  
/* main level link hover */
+
.portfolio {
#nav .current a, #nav li:hover > a {
+
    padding: 50px 0;
color: #F79042;
+
border-color:#F79042;
+
 
}
 
}
  
/* sub levels link hover */
+
.portfolio-item {
#nav ul li:hover a , #nav li:hover li a{
+
    margin-bottom: 30px;
border: none;
+
background-image:url(https://static.igem.org/mediawiki/2014/3/3a/Orangemenubkgd_bu14.png);
+
background-repeat:repeat;
+
color:#FFF;
+
 
}
 
}
#nav ul a:hover {
+
 
color: #353535 !important;
+
.img-portfolio {
/*background: #fff url() repeat-x 0 -100px !important;
+
    margin: 0 auto;
text-shadow: 0 1px 1px rgba(0,0,0, .1);*/
+
 
}
 
}
  
 
+
.img-portfolio:hover {
/* dropdown */
+
    opacity: 0.8;
#nav li:hover > ul {
+
display: block;
+
opacity:1;
+
margin:0;
+
background-color: none;
+
z-index:0;
+
 
}
 
}
  
 +
/* Call to Action */
  
/* level 2 list */
+
.call-to-action {
#nav ul {
+
    padding: 50px 0;
display: none;
+
opacity:0;
+
margin: 20px 0 0 0;
+
padding: 7px 0 0 0;
+
width: 205px;
+
position: absolute;
+
left: 0;
+
z-index:-1;
+
 
+
}
+
#nav ul li {
+
float: none;
+
margin: 0;
+
padding: 0;
+
 
}
 
}
  
#nav ul a {
+
.call-to-action .btn {
font-weight: normal;
+
    margin: 10px;
/*text-shadow: 0 1px 0 #fff;*/
+
 
}
 
}
  
/* clearfix */
+
/* Map */
#nav:after {
+
content: ".";
+
display: block;
+
clear: both;
+
visibility: hidden;
+
line-height: 0;
+
height: 0;
+
}
+
#nav {
+
display: inline-block;
+
}
+
html[xmlns] #nav {
+
display: block;
+
}
+
+
* html #nav {
+
height: 1%;
+
}
+
 
+
 
+
 
+
 
+
  
.headerdivider{
+
.map {
        background-image:url(https://static.igem.org/mediawiki/2014/1/15/Headerdivider_bu14.png);
+
    height: 500px;
position:absolute;
+
top:120px;
+
height:15px;
+
width:100%;
+
z-index:10;
+
 
}
 
}
  
.plasmid{
+
@media(max-width:768px) {
        background-color:transparent;
+
    .map {
position: relative;
+
         height: 75%;
background-repeat:no-repeat;
+
    }
margin-left:auto;
+
margin-right:auto;
+
width:400px;
+
height:500px;
+
         top: calc(50% - 300px);
+
z-index:10;
+
 
}
 
}
  
.banner {
+
/* Footer */
        background-image:url(https://static.igem.org/mediawiki/2014/0/03/Boston1_bu14.jpg);
+
        background-size:cover;
+
position: absolute;
+
top:100px;
+
width: 100%;
+
height:100%;
+
overflow: auto;
+
font-size: 18px;
+
text-align: center;
+
color: rgba(255,255,255,.6);
+
text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
+
  
box-shadow: 0 1px 2px rgba(0,0,0,.25);
+
footer {
+
    padding: 100px 0;
+
}
+
+
.wrap {
+
margin: 0 auto;
+
width: 960px;
+
 
}
 
}
  
.anchor{
+
</style>
position:absolute;
+
top:calc(100% - 125px);
+
}
+
  
.topanchor{
 
position:absolute;
 
top:calc(0% - 125px);
 
}
 
  
.lower{
+
<head>
background-image:url(https://static.igem.org/mediawiki/2014/d/d7/Gradient_bu14.png);
+
background-color:#FFF;
+
text-align:center;
+
background-repeat:repeat-x;
+
width:100%;
+
position:absolute;
+
top:100%;
+
z-index:10;
+
}
+
.content{
+
text-align:left;
+
width:100%;
+
position:relative;
+
z-index:10;
+
  
}
+
<!-- Latest compiled and minified CSS -->
.text{
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
width:75%;
+
margin-left:auto;
+
margin-right:auto;
+
}
+
.content1{
+
background-image:url(../img_bu14/whitebkgd_bu14.png);
+
background-repeat:repeat;
+
  
 +
<!-- Optional theme -->
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
  
.sponsors{
+
<!-- Latest compiled and minified JavaScript -->
background-color:#FFF;
+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
position:relative;
+
text-align:center;
+
bottom:0px;
+
z-index:10;
+
}
+
  
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {
+
</head>
.wrap {
+
width: 90%;
+
}
+
#logo {
+
left: 50px;
+
top: 30px;
+
}
+
  
.banner header1, .banner header2 {
 
font-size: 24px;
 
line-height: 30px;
 
}
 
.banner ul li {
 
height: 240px;
 
}
 
.banner .inner {
 
padding-top: 100px;
 
padding-bottom: 50px;
 
}
 
.banner p {
 
font-size: 15px;
 
width: 80%;
 
margin: 0 auto;
 
}
 
pre {
 
overflow: auto;
 
}
 
.features li {
 
width: 100%;
 
margin-left: 10px;
 
margin-bottom: 30px;
 
}
 
.how li {
 
width: 90%;
 
}
 
.how pre {
 
position: static;
 
width: 100%;
 
}
 
}
 
  
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
+
<body>
.features li:before {
+
<!-- Navigation -->
background: url('img/icons@2x.png');
+
    <a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
background-size: 100%;
+
    <nav id="sidebar-wrapper">
}
+
        <ul class="sidebar-nav">
}
+
            <a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
 +
            <li class="sidebar-brand">
 +
                <a href="#top"  onclick = $("#menu-close").click(); >Start Bootstrap</a>
 +
            </li>
 +
            <li>
 +
                <a href="#top" onclick = $("#menu-close").click(); >Home</a>
 +
            </li>
 +
            <li>
 +
                <a href="#about" onclick = $("#menu-close").click(); >About</a>
 +
            </li>
 +
            <li>
 +
                <a href="#services" onclick = $("#menu-close").click(); >Services</a>
 +
            </li>
 +
            <li>
 +
                <a href="#portfolio" onclick = $("#menu-close").click(); >Portfolio</a>
 +
            </li>
 +
            <li>
 +
                <a href="#contact" onclick = $("#menu-close").click(); >Contact</a>
 +
            </li>
 +
        </ul>
 +
    </nav>
  
 +
    <!-- Header -->
 +
    <header id="top" class="header">
 +
        <div class="text-vertical-center">
 +
            <h1>Start Bootstrap</h1>
 +
            <h3>Free Bootstrap Themes &amp; Templates</h3>
 +
            <br>
 +
            <a href="#about" class="btn btn-dark btn-lg">Find Out More</a>
 +
        </div>
 +
    </header>
  
</style>
+
    <!-- About -->
 +
    <section id="about" class="about">
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-lg-12 text-center">
 +
                    <h2>Stylish Portfolio is the perfect theme for your next project!</h2>
 +
                    <p class="lead">This theme features some wonderful photography courtesy of <a target="_blank" href="http://join.deathtothestockphoto.com/">Death to the Stock Photo</a>.</p>
 +
                </div>
 +
            </div>
 +
            <!-- /.row -->
 +
        </div>
 +
        <!-- /.container -->
 +
    </section>
  
 +
    <!-- Services -->
 +
    <!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
 +
    <section id="services" class="services bg-primary">
 +
        <div class="container">
 +
            <div class="row text-center">
 +
                <div class="col-lg-10 col-lg-offset-1">
 +
                    <h2>Our Services</h2>
 +
                    <hr class="small">
 +
                    <div class="row">
 +
                        <div class="col-md-3 col-sm-6">
 +
                            <div class="service-item">
 +
                                <span class="fa-stack fa-4x">
 +
                                <i class="fa fa-circle fa-stack-2x"></i>
 +
                                <i class="fa fa-cloud fa-stack-1x text-primary"></i>
 +
                            </span>
 +
                                <h4>
 +
                                    <strong>Service Name</strong>
 +
                                </h4>
 +
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
 +
                                <a href="#" class="btn btn-light">Learn More</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-3 col-sm-6">
 +
                            <div class="service-item">
 +
                                <span class="fa-stack fa-4x">
 +
                                <i class="fa fa-circle fa-stack-2x"></i>
 +
                                <i class="fa fa-compass fa-stack-1x text-primary"></i>
 +
                            </span>
 +
                                <h4>
 +
                                    <strong>Service Name</strong>
 +
                                </h4>
 +
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
 +
                                <a href="#" class="btn btn-light">Learn More</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-3 col-sm-6">
 +
                            <div class="service-item">
 +
                                <span class="fa-stack fa-4x">
 +
                                <i class="fa fa-circle fa-stack-2x"></i>
 +
                                <i class="fa fa-flask fa-stack-1x text-primary"></i>
 +
                            </span>
 +
                                <h4>
 +
                                    <strong>Service Name</strong>
 +
                                </h4>
 +
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
 +
                                <a href="#" class="btn btn-light">Learn More</a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-3 col-sm-6">
 +
                            <div class="service-item">
 +
                                <span class="fa-stack fa-4x">
 +
                                <i class="fa fa-circle fa-stack-2x"></i>
 +
                                <i class="fa fa-shield fa-stack-1x text-primary"></i>
 +
                            </span>
 +
                                <h4>
 +
                                    <strong>Service Name</strong>
 +
                                </h4>
 +
                                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
 +
                                <a href="#" class="btn btn-light">Learn More</a>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <!-- /.row (nested) -->
 +
                </div>
 +
                <!-- /.col-lg-10 -->
 +
            </div>
 +
            <!-- /.row -->
 +
        </div>
 +
        <!-- /.container -->
 +
    </section>
  
<head>
+
    <!-- Callout -->
<script type="text/javascript">
+
    <aside class="callout">
$(document).ready(function() {
+
         <div class="text-vertical-center">
$('a').click(function(){
+
            <h1>Vertically Centered Text</h1>
    $('html, body').animate({
+
        </div>
         scrollTop: $( $.attr(this, 'href') ).offset().top
+
    </aside>
    }, 500);
+
    return false;
+
});
+
});
+
</script>
+
</head>
+
 
+
<body>
+
  
<!--Header-->
+
    <!-- Portfolio -->
<div class="header">  
+
    <section id="portfolio" class="portfolio">
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-lg-10 col-lg-offset-1 text-center">
 +
                    <h2>Our Work</h2>
 +
                    <hr class="small">
 +
                    <div class="row">
 +
                        <div class="col-md-6">
 +
                            <div class="portfolio-item">
 +
                                <a href="#">
 +
                                    <img class="img-portfolio img-responsive" src="img/portfolio-1.jpg">
 +
                                </a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-6">
 +
                            <div class="portfolio-item">
 +
                                <a href="#">
 +
                                    <img class="img-portfolio img-responsive" src="img/portfolio-2.jpg">
 +
                                </a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-6">
 +
                            <div class="portfolio-item">
 +
                                <a href="#">
 +
                                    <img class="img-portfolio img-responsive" src="img/portfolio-3.jpg">
 +
                                </a>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col-md-6">
 +
                            <div class="portfolio-item">
 +
                                <a href="#">
 +
                                    <img class="img-portfolio img-responsive" src="img/portfolio-4.jpg">
 +
                                </a>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <!-- /.row (nested) -->
 +
                    <a href="#" class="btn btn-dark">View More Items</a>
 +
                </div>
 +
                <!-- /.col-lg-10 -->
 +
            </div>
 +
            <!-- /.row -->
 +
        </div>
 +
        <!-- /.container -->
 +
    </section>
  
<!--BU iGEM Title-->
+
    <!-- Call to Action -->
<div class="title"><a href="index_bu14.html"><img src="https://static.igem.org/mediawiki/2014/a/a0/Pagetitle_bu14.png" width="728" height="51"></a></div>
+
    <aside class="call-to-action bg-primary">
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-lg-12 text-center">
 +
                    <h3>The buttons below are impossible to resist.</h3>
 +
                    <a href="#" class="btn btn-lg btn-light">Click Me!</a>
 +
                    <a href="#" class="btn btn-lg btn-dark">Look at Me!</a>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </aside>
  
<!--iGEM Logo-->
+
    <!-- Map -->
  <div class="igemlogo"> <a href="https://2014.igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/9/9e/IGEMLogo_bu14.gif" width="147" height="120"></a></div>
+
    <section id="contact" class="map">
</div>
+
        <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;aq=0&amp;oq=twitter&amp;sll=28.659344,-81.187888&amp;sspn=0.128789,0.264187&amp;ie=UTF8&amp;hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;t=m&amp;z=15&amp;iwloc=A&amp;output=embed"></iframe>
 +
        <br />
 +
        <small>
 +
            <a href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;aq=0&amp;oq=twitter&amp;sll=28.659344,-81.187888&amp;sspn=0.128789,0.264187&amp;ie=UTF8&amp;hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&amp;t=m&amp;z=15&amp;iwloc=A"></a>
 +
        </small>
 +
        </iframe>
 +
    </section>
  
<!--Navibar-->
+
    <!-- Footer -->
<ul id="nav">  
+
    <footer>
<li><a href="https://2014.igem.org/Team:BostonU/Team">TEAM</a>
+
        <div class="container">
  </li>  
+
            <div class="row">
<li><a href="">PROJECT</a>
+
                <div class="col-lg-10 col-lg-offset-1 text-center">
<ul>  
+
                    <h4><strong>Start Bootstrap</strong>
<li><a href="https://2014.igem.org/Team:BostonU/Chimera">Overview</a></li>
+
                    </h4>
<li><a href="https://2014.igem.org/Team:BostonU/Encoder">Priority Encoder</a></li>
+
                    <p>3481 Melrose Place<br>Beverly Hills, CA 90210</p>
<li><a href="https://2014.igem.org/Team:BostonU/MoClo">MoClo Assembly Method</a></li>  
+
                    <ul class="list-unstyled">
                        <li><a href="https://2014.igem.org/Team:BostonU/Backbones">Low Copy Backbones</a></li>  
+
                        <li><i class="fa fa-phone fa-fw"></i> (123) 456-7890</li>
<li><a href="https://2014.igem.org/Team:BostonU/ProjectTandemPromoters">Tandem Promoters</a></li>
+
                        <li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:name@example.com">name@example.com</a>
      <li><a href="https://2014.igem.org/Team:BostonU/FusionProteins">Fusion Proteins</a></li>  
+
                        </li>
      <li><a href="https://2014.igem.org/Team:BostonU/Repressors">Repressor Proteins</a></li>  
+
                    </ul>
            <li><a href="https://2014.igem.org/Team:BostonU/Multiplexing">Multiplexing</a></li>
+
                    <br>
<li><a href="https://2014.igem.org/Team:BostonU/Software">BioDesign Automation Tools</a></li>  
+
                    <ul class="list-inline">
             <li><a href="https://2014.igem.org/Team:BostonU/Future">Future Work</a></li>
+
                        <li>
 +
                            <a href="#"><i class="fa fa-facebook fa-fw fa-3x"></i></a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="#"><i class="fa fa-twitter fa-fw fa-3x"></i></a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="#"><i class="fa fa-dribbble fa-fw fa-3x"></i></a>
 +
                        </li>
 +
                    </ul>
 +
                    <hr class="small">
 +
                    <p class="text-muted">Copyright &copy; Your Website 2014</p>
 +
                </div>
 +
             </div>
 +
        </div>
 +
    </footer>
  
  </ul>
+
    <!-- jQuery -->
</li>
+
    <script src="js/jquery.js"></script>
<li><a href="">ACHIEVEMENTS</a>
+
<ul>
+
        <li><a href="https://2014.igem.org/Team:BostonU/Data">Data Collected</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/Parts">Parts Submitted</a></li>
+
            <li><a href="https://2014.igem.org/Team:BostonU/Workflow">Chimera Workflow</a></li>
+
            <li><a href="https://2014.igem.org/Team:BostonU/ChimeraExample">Chimera Example</a></li>
+
            <li><a href="https://2014.igem.org/Team:BostonU/Medals">Medal Fulfillment</a></li>
+
  
  </ul>
+
    <!-- Bootstrap Core JavaScript -->
  </li>
+
     <script src="js/bootstrap.min.js"></script>
<li><a href="">NOTEBOOK</a>
+
  <ul>
+
      <li><a href="https://2014.igem.org/Team:BostonU/Training">Training</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/Protocols">Protocols</a></li>
+
                        <li><a href="https://2014.igem.org/Team:BostonU/BackbonesNotebook">Backbones</a></li>
+
                        <li><a href="https://2014.igem.org/Team:BostonU/TandemPromoters">Tandem Promoters and Repressors</a></li>
+
                        <li><a href="https://2014.igem.org/Team:BostonU/FusionProteinsNotebook">Fusion Proteins</a></li>
+
  </ul>
+
  </li>
+
<li><a href="">CONSIDERATIONS</a>
+
     <ul>
+
<li><a href="https://2014.igem.org/Team:BostonU/Collaborations">Collaborations</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/Measurement">Measurement Track</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/Safety">Safety</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/Interlab">Interlab Study</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/NEGEM">NEGEM</a></li>
+
<li><a href="https://2014.igem.org/Team:BostonU/HumanPractices">Policy and Practices</a></li>
+
  </ul>
+
<li><a href="https://2014.igem.org/Team:BostonU/Acknowledgements">ACKNOWLEDGEMENTS</a>
+
  </li>
+
+
</ul>
+
  
<!--Photo Slider-->
+
    <!-- Custom Theme JavaScript -->
<div class="banner">
+
    <script>
 +
    // Closes the sidebar menu
 +
    $("#menu-close").click(function(e) {
 +
        e.preventDefault();
 +
        $("#sidebar-wrapper").toggleClass("active");
 +
    });
  
<!--Plasmid-->
+
    // Opens the sidebar menu
<div class="plasmid" align="center">
+
    $("#menu-toggle").click(function(e) {
<img src="https://static.igem.org/mediawiki/2014/3/32/Plasmidoutline_bu14.png" width="350" height="350"><br><br><br>
+
        e.preventDefault();
<a href="#Lower" rel="" id="#Lower" class="anchorLink"><img src="https://static.igem.org/mediawiki/2014/9/9e/Start_bu14.png" width="166" height="48" alt="Start"></a>
+
        $("#sidebar-wrapper").toggleClass("active");
</div></div>
+
    });
  
 +
    // Scrolls to the selected menu item on the page
 +
    $(function() {
 +
        $('a[href*=#]:not([href=#])').click(function() {
 +
            if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
  
 +
                var target = $(this.hash);
 +
                target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
 +
                if (target.length) {
 +
                    $('html,body').animate({
 +
                        scrollTop: target.offset().top
 +
                    }, 1000);
 +
                    return false;
 +
                }
 +
            }
 +
        });
 +
    });
 +
    </script>
 +
</body>
  
</div></div>
 
 
 
<!--Footer-->
 
<div class="sponsors" align="center"> <br><br><header1>Our Sponsors</header1><br><br><img src="https://static.igem.org/mediawiki/2014/c/c5/Sponsors_bu14.png" width="983" height="149"> </div>
 
</div></div>
 
  
  
 
</html>
 
</html>

Revision as of 20:35, 21 June 2016

Start Bootstrap

Free Bootstrap Themes & Templates


Find Out More

Stylish Portfolio is the perfect theme for your next project!

This theme features some wonderful photography courtesy of Death to the Stock Photo.

Our Services


Service Name

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Learn More

Service Name

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Learn More

Service Name

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Learn More

Service Name

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Learn More

Start Bootstrap

3481 Melrose Place
Beverly Hills, CA 90210



Copyright © Your Website 2014