Team:UIUC Entrepreneurs

From 2013.igem.org

(Difference between revisions)
Line 9: Line 9:
/*the igem Global setting*/
/*the igem Global setting*/
* {
* {
-
   margin: 0;
+
   margin: 5;
   padding: 0;
   padding: 0;
   -webkit-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
Line 53: Line 53:
{
{
   border:none;
   border:none;
-
   height: 100%;
+
   height: 50%;
   margin:0;
   margin:0;
-
   padding:0;
+
   padding:50;
-
   width:100%;
+
   width: 100%;
   position: absolute;
   position: absolute;
   background-color: #FFFFFF;
   background-color: #FFFFFF;
Line 62: Line 62:
}
}
a:visited{
a:visited{
-
   color: #fff;
+
   color: #ff00ff;
}
}
/*the nav settings
/*the nav settings
Line 82: Line 82:
}
}
.navbar-inverse .navbar-brand img{
.navbar-inverse .navbar-brand img{
-
   height: 50px;
+
   height: 100px;
-
   padding-left: 90px;
+
   padding-left: 375px;
}
}
.navbar-inverse .navbar-brand p{
.navbar-inverse .navbar-brand p{
   padding:12px 30px;
   padding:12px 30px;
-
   margin:0;
+
   margin:10;
}
}
.navbar-inverse .navbar-brand:hover{
.navbar-inverse .navbar-brand:hover{
Line 118: Line 118:
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
-
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
+
.dropdown-submenu:hover>a:after{border-left-color:#cccccc}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
Line 129: Line 129:
   line-height: 24px;
   line-height: 24px;
   text-align: center;
   text-align: center;
-
   color: #fff;
+
   color: #00a5ff;
   background: ;
   background: ;
   box-shadow: 0 1px 2px rgba(0,0,0,.25);
   box-shadow: 0 1px 2px rgba(0,0,0,.25);
Line 135: Line 135:
   .banner ul {
   .banner ul {
     list-style: none;
     list-style: none;
-
     width: 300%;
+
     width: 100%;
     margin: 0;
     margin: 0;
   }
   }
Line 141: Line 141:
     display: block;
     display: block;
     float: left;
     float: left;
-
     width: 33%;
+
     width: 100%;
     min-height: 350px;
     min-height: 350px;
Line 322: Line 322:
</head>
</head>
<body>
<body>
 +
<div>
 +
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
   <div class="navbar-header">
   <div class="navbar-header">
Line 341: Line 343:
      
      
   </div>
   </div>
 +
</div>
 +
     <div class="collapse navbar-collapse navbar-ex1-collapse">
     <div class="collapse navbar-collapse navbar-ex1-collapse">
       <ul class="nav navbar-nav pull-right">
       <ul class="nav navbar-nav pull-right">
Line 402: Line 406:
     </ul>
     </ul>
   </div>
   </div>
-
</div>    
+
</div>  
 +
</div>   
<!--the slidershow begin-->
<!--the slidershow begin-->
<div class="banner">
<div class="banner">
Line 467: Line 472:
<div class="container">
<div class="container">
         <h3><b>I think we should get rid of this</b></h3><hr>
         <h3><b>I think we should get rid of this</b></h3><hr>
-
         <p>Text here</p>
+
         <p>Hello, where is this?</p>
         <p style="text-align:center"><a class="btn btn-large btn-info" href="https://2013.igem.org/Team:OUC-China/Overview">Learn more</a></p>
         <p style="text-align:center"><a class="btn btn-large btn-info" href="https://2013.igem.org/Team:OUC-China/Overview">Learn more</a></p>
</div>
</div>

Revision as of 21:53, 23 October 2013

    It is our mission at Vivosynth technologies to further the application of manufacturing assembly line principles to the field of synthetic biology by making processes scalable, automatic, and free from human-error.


  • What if we got rid of this?

    And had no text about elevator pitch but just a button

    View Elevator Pitch
  • Heading here

    Text Here

    Learn more
  • Heading here

    Not a fan of all this code...

    Learn more
  • Yay more headings

    But if we use it it's fine since it's already up here...

    Learn more

I think we should get rid of this


Hello, where is this?

Learn more

Thanks to:

     Bootstrap     Flat-ui     OUC_China     Unslider

Code licensed under Apache License v2.0