Team:ITESM-Guadalajara/Product
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | |||
<html> | <html> | ||
Line 210: | Line 211: | ||
.navbar-fixed-top { | .navbar-fixed-top { | ||
- | + | background: #fff; | |
- | + | filter: none !important; | |
- | + | box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
- | + | -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
- | + | -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25); | |
border-bottom: 1px solid rgba(0,0,0,0.2); | border-bottom: 1px solid rgba(0,0,0,0.2); | ||
Line 233: | Line 234: | ||
ul.nav a{ | ul.nav a{ | ||
color: gray; | color: gray; | ||
- | background-color: transparent; | + | background-color: transparent; |
+ | height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | ul.nav a:hover { | ||
+ | background-color: transparent; | ||
} | } | ||
- | |||
- | |||
h2 { | h2 { | ||
Line 245: | Line 249: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
+ | |||
+ | .menu-item{ | ||
+ | height: 75px; | ||
+ | } | ||
+ | |||
+ | .green-effect{ | ||
+ | display: none; | ||
+ | background-color: #4AAF51; | ||
+ | opacity: 1; | ||
+ | color: #FFF; | ||
+ | transition-property: all; | ||
+ | transition-duration: 0.3s; | ||
+ | transition-timing-function: ease-out; | ||
+ | transition-delay: 0s; | ||
+ | border-color: #288D30; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | width: 100%; | ||
+ | height: 2px; | ||
+ | right: 0px; | ||
+ | } | ||
+ | |||
+ | a:hover .green-effect{ | ||
+ | display: inherit; | ||
+ | } | ||
+ | |||
+ | .tab{ | ||
+ | height: 35px; | ||
+ | } | ||
+ | |||
Line 265: | Line 299: | ||
<div class="col-md-6" > | <div class="col-md-6" > | ||
<ul class="nav navbar-nav" style="margin-top:30px"> | <ul class="nav navbar-nav" style="margin-top:30px"> | ||
- | <li><a href=" | + | <li class="menu-item"> |
- | <li><a href=" | + | <a href="https://2014.igem.org/Team:ITESM-Guadalajara"> |
- | <li><a href=" | + | <span>Home</span> |
- | <li><a href=" | + | <span class="green-effect"></span> |
- | <li><a href=" | + | </a> |
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company"> | ||
+ | <span>The Company</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Team"> | ||
+ | <span>Team</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Contact"> | ||
+ | <span>Contact</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Main_Page"> | ||
+ | <span>iGEM 2014</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 305: | Line 364: | ||
<img src="https://static.igem.org/mediawiki/2014/8/84/BIOPHRAMEGDLformula.jpg"> | <img src="https://static.igem.org/mediawiki/2014/8/84/BIOPHRAMEGDLformula.jpg"> | ||
+ | <h4>Health Applications</h4> | ||
+ | <p> | ||
+ | Chitosan is widely used in health industry for diverse applications. | ||
+ | </p> | ||
+ | <div class="tabbable row"> | ||
+ | <div class="col-md-4"> | ||
+ | <ul class="nav nav-pills nav-stacked" role="tablist"> | ||
+ | <li class="tab active"><a href="#home" role="tab" data-toggle="tab">Home</a></li> | ||
+ | <li class="tab"><a href="#cosmetic" role="tab" data-toggle="tab">Cosmetic</a></li> | ||
+ | <li class="tab"><a href="#messages" role="tab" data-toggle="tab">Messages</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="tab-content col-md-8"> | ||
+ | <div class="tab-pane active" id="home">...</div> | ||
+ | <div class="tab-pane" id="cosmetic"> COSMETIC </div> | ||
+ | <div class="tab-pane" id="messages"> MESSAGES </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
<h4>Safety of purified chitosan</h4> | <h4>Safety of purified chitosan</h4> | ||
<p>The safety of purified chitosan has been widely reported in humans (Decarlo, Ellis, Dooley, & Belousova, 2013):</p> | <p>The safety of purified chitosan has been widely reported in humans (Decarlo, Ellis, Dooley, & Belousova, 2013):</p> |
Revision as of 00:02, 15 October 2014