Team:ITESM-Guadalajara/Company
From 2014.igem.org
(Difference between revisions)
(50 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | |||
+ | |||
<html> | <html> | ||
Line 154: | Line 156: | ||
left:2.5%; | left:2.5%; | ||
} | } | ||
+ | |||
+ | li.menu-item{ | ||
+ | background: transparent !important; | ||
+ | } | ||
#top{ | #top{ | ||
background-size: cover; | background-size: cover; | ||
Line 199: | Line 205: | ||
body { | body { | ||
- | padding-top: 110px; | + | padding-top: 110px; |
+ | line-height: 1.8em; | ||
} | } | ||
Line 210: | Line 217: | ||
.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 220: | Line 227: | ||
.faceBot{ | .faceBot{ | ||
- | background: | + | background: #202020; |
} | } | ||
Line 232: | Line 239: | ||
} | } | ||
ul.nav a{ | ul.nav a{ | ||
- | + | color: gray; | |
- | background-color: transparent; | + | background-color: transparent; |
+ | height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | ul.nav a:hover { | ||
+ | background-color: transparent; | ||
} | } | ||
- | |||
- | |||
h2 { | h2 { | ||
- | + | color: #008000; | |
+ | padding-top: 0.5em; | ||
+ | padding-bottom: 1.5em; | ||
+ | border-bottom: 1px solid #AAA; | ||
+ | margin-bottom: 30px; | ||
} | } | ||
h4 { | h4 { | ||
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; | ||
+ | } | ||
+ | |||
+ | li.tab a{ | ||
+ | height: inherit; | ||
+ | } | ||
+ | hr{ | ||
+ | margin-top: 60px; | ||
+ | margin-bottom: 60px; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item a{ | ||
+ | height: inherit; | ||
+ | padding: 6px 7px 7px 0px; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item a:hover{ | ||
+ | color:#4AAF51; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item_selected a{ | ||
+ | height: inherit; | ||
+ | padding: 6px 7px 7px 0px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | li.left_menu_item_selected{ | ||
+ | width: 100%; | ||
+ | border-radius: 0px; | ||
+ | border-top: 1px solid #D3CDCD; | ||
+ | border-bottom: 1px solid #D3CDCD; | ||
} | } | ||
.margeniz{ | .margeniz{ | ||
- | + | border-left: 1px solid #D3CDCD; | |
+ | padding-left: 50px; | ||
+ | } | ||
+ | .invertir:hover { | ||
+ | -webkit-filter: invert(100%); | ||
} | } | ||
- | + | ||
+ | </style> | ||
Line 256: | Line 331: | ||
<body> | <body> | ||
- | |||
- | |||
<div class="navbar navbar-fixed-top" style="margin-top:10px"> | <div class="navbar navbar-fixed-top" style="margin-top:10px"> | ||
<nav class="navbar-inner"> | <nav class="navbar-inner"> | ||
<div class="row"> | <div class="row"> | ||
<div class="col-md-2"></div> | <div class="col-md-2"></div> | ||
- | + | <div class="col-md-3"><a href="https://2014.igem.org/Team:ITESM-Guadalajara"><img class="inicioLogo" src="https://static.igem.org/mediawiki/2014/5/55/BioPhrameIgem_logo.png" height="100" width="auto" ></a></div> | |
<div class="col-md-1"></div> | <div class="col-md-1"></div> | ||
- | |||
<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"> |
+ | <span>Home</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </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><li class="menu-item"> | ||
+ | <a href="https://2014.igem.org/Team:ITESM-Guadalajara/Notebook"> | ||
+ | <span>Notebook</span> | ||
+ | <span class="green-effect"></span> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="http://www.facebook.com/biophrame"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/3/30/BIOPHRAMEGDLFacebookF.png" height="20" width="auto" class="invertir img-rounded"> | ||
+ | </a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
</nav> | </nav> | ||
</div> | </div> | ||
- | + | <div class="main-content"> | |
- | <div class="col-md-2 col-md-offset-2"> | + | <div class="col-md-2 col-md-offset-2 left_menu"> |
- | <ul class="nav nav-pills nav-stacked"> | + | <ul class="nav nav-pills nav-stacked text-right"> |
- | + | <li class="left_menu_item_selected"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Company">The Company</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Product">Our Product</a></li> | |
- | + | <li class="left_menu_item"><a href="https://2014.igem.org/Team:ITESM-Guadalajara/Technology">Our Technology</a></li> | |
- | + | </ul> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </div> | + | |
<div class="col-md-6 margeniz"> | <div class="col-md-6 margeniz"> | ||
- | <h2>THE COMPANY</h2> | + | <h2>THE COMPANY</h2> |
- | <h4>Mission</h4> | + | <h4>Mission</h4> |
- | <p> | + | <p align="justify"> |
- | Biophrame Technologies is a biotech company and manufacturer specialized in the | + | Biophrame Technologies is a Mexican biotech company and manufacturer specialized in the innovation and development of new technologies based on synthetic biology. The aim of Biophrame is to make industrial processes easier, more economical and environmentally friendly; that’s why our first product is the biological production process of chitosan, a natural fiber derived from chitin with multiple industrial applications.</p> |
+ | <hr/> | ||
+ | <h4>Description</h4> | ||
+ | <p align="justify">Biophrame Technologies focuses in innovating, developing and improving technologies based on synthetic biology to create optimized and sustainable industrial processes, which can guarantee quality products for our customers.</p> | ||
- | + | <p align="justify">We believe the biotechnology we develop can help us not only to optimize time and resources, but also to take care of the environment and improve the lives in our community, both regional and global.</p> | |
- | <p> | + | |
- | <p> | + | <p align="justify">The first Biophrame technologies’ innovation is the “Non-Chemical Chitosan production process”, which is productive, cost effective and waste reductive. This process consist in the biological transformation of the chitin (a natural component of the exoskeletons of crustaceans) present in the raw material shrimp shell (which is an abundant material found in Mexico and is considered an industrial waste of the shrimp industry) using different bacterial fermentations and temperature changes to generate a valuable product called Chitosan, without the use of any toxic chemical substances.</p> |
- | <p> | + | <p align="justify">Chitosan is a natural fiber product derived from chitin with multiple applications in pharmaceuticals, agrochemicals, water treatment, textile finishing, food, cosmetics, pulp and paper, photography and tissue engineering, due to its excellent biocompatibility, biodegradability, non-toxicity, physical stability and processability properties (Raafat & Sahl, 2009).</p> |
- | < | + | <img src="https://static.igem.org/mediawiki/2014/d/db/BIOPHRAMEapplications.jpg" width="600" height="370"> |
+ | |||
+ | <p align="justify">The product we market is the result of a biological process that we designed using a genetically modified organism, which is productive, cost effective and waste reductive. In our process we use, as raw material, Shrimp shell (which is considered as an industrial waste of the Shrimp mexican industry) to generate a valuable product called Chitosan from the chitin found in this material. This process is achieved using different fermentations with bacteria; where, the behavior of these bacteria is controlled by induced temperature changes, guaranteeing no chemical use in the process.</p> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2014/f/f4/BIOPHRAMEGDLBioShrimpIrvi.PNG"> | ||
+ | |||
+ | <p align="justify">We are strategically located in Guadalajara, the second most populated city in Mexico and responsible for 7% of national gross domestic product (GDP). Our short term goal is to fulfill the Mexican demand of medium and high purity Chitosan, and to become the first Mexican exporter of high purity Chitosan. We want to create dream jobs for young Mexican engineers and export our biotechnology worldwide.</p> | ||
+ | <hr/> | ||
+ | </div> | ||
+ | <div class="col-md-12 faceBot"></br> | ||
+ | <div class="col-md-2 col-md-offset-3"><img src="https://static.igem.org/mediawiki/2014/e/ef/Biophrame_logo_footer_500x150.png" class="img-responsive"><small style="color:white">Biophrame Technologies is a biotech company and manufacturer specialized in the production of Chitosan.</small></div> | ||
+ | <div class="col-md-2"> | ||
+ | <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fbiophrame&width&height=258&colorscheme=dark&show_faces=true&header=false&stream=false&show_border=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:258px;" allowTransparency="true"></iframe></div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 05:29, 11 January 2015