Team:Valencia-CIPF

From 2013.igem.org

(Difference between revisions)
 
(172 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{:Team:Valencia-CIPF/menu}}
-
<head>
+
{{:Team:Valencia-CIPF/fondoweb}}
-
<style type="text/css">
+
<html lang="en">
-
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
+
-
/* ==========================================================================
 
-
  HTML5 display definitions
 
-
  ========================================================================== */
 
-
/**
+
<style type="text/css">
-
* Correct `block` display not defined in IE 8/9.
+
<script type="text/javascript">
-
*/
+
-
article,
 
-
aside,
 
-
details,
 
-
figcaption,
 
-
figure,
 
-
footer,
 
-
header,
 
-
hgroup,
 
-
main,
 
-
nav,
 
-
section,
 
-
summary {
 
-
    display: block;
 
-
}
 
-
/**
+
/* Estructura */
-
* Correct `inline-block` display not defined in IE 8/9.
+
-
*/
+
-
audio,
+
div.menu,  
-
canvas,
+
.wrapper {
-
video {
+
margin: 0;
-
    display: inline-block;
+
max-width: 960px;
 +
position: relative;
}
}
-
/**
+
/* Cabecera */
-
* Prevent modern browsers from displaying `audio` without controls.
+
-
* Remove excess height in iOS 5 devices.
+
-
*/
+
-
audio:not([controls]) {
+
#header {
-
     display: none;
+
     background: #ffa67c; /*fondo*/
-
     height: 0;
+
     border-bottom: 10px solid #d64729;  /*borde inferior*/
 +
    width:960px;
 +
    margin:0;
 +
    padding:0px;
 +
    position:absolute;
 +
    left:0px;
 +
    top:35px;
 +
    z-index:5;
}
}
-
/**
+
#header .wrapper {
-
* Address `[hidden]` styling not present in IE 8/9.
+
    width:100%;
-
* Hide the `template` element in IE, Safari, and Firefox < 22.
+
    overflow:hidden;
-
*/
+
     display:table;
-
 
+
    background: none transparent 0 0 Scroll no-repeat;
-
[hidden],
+
    position:absolute;
-
template {
+
    padding:0px;
-
     display: none;
+
    z-index:0;
}
}
-
/* ==========================================================================
+
#project-name {
-
  Base
+
background: url('https://static.igem.org/mediawiki/2013/6/67/Vlc_cipf.png') transparent center center scroll no-repeat;
-
  ========================================================================== */
+
display:table-cell;
-
 
+
width:960px;
-
/**
+
height:345px;
-
* 1. Set default font family to sans-serif.
+
text-align:center;
-
* 2. Prevent iOS text size adjust after orientation change, without disabling
+
vertical-align:middle;
-
*    user zoom.
+
position:absolute;
-
*/
+
left:0px;
-
 
+
        top: 0px;
-
html {
+
-
    font-family: sans-serif; /* 1 */
+
-
    -ms-text-size-adjust: 100%; /* 2 */
+
-
    -webkit-text-size-adjust: 100%; /* 2 */
+
}
}
-
/**
+
#logo {
-
* Remove default margin.
+
position:absolute;
-
*/
+
left:650px;
-
 
+
        top: 525px;
-
body {
+
        z-index:66;
-
    margin: 0;
+
}
}
-
/* ==========================================================================
+
#Sponsors{
-
  Links
+
    position: absolute;
-
  ========================================================================== */
+
    padding:150px;
-
 
+
    text-align:center;
-
/**
+
    top: 725px;
-
* Remove the gray background color from active links in IE 10.
+
     z-index:66;
-
*/
+
-
 
+
-
a {
+
-
     background: transparent;
+
}
}
-
/**
+
#search-controls {
-
* Address `outline` inconsistency between Chrome and other browsers.
+
  overflow:hidden;
-
*/
+
  display:block;
-
 
+
  background: none;
-
a:focus {
+
  color:#FFF;       
-
    outline: thin dotted;
+
  position: relative;
 +
  top: 1250px;
 +
  left: 225px;
 +
  z-index:6;
}
}
-
/**
+
/* Pie */
-
* Improve readability when focused and also mouse hovered in all browsers.
+
-
*/
+
-
a:active,
+
#footer {
-
a:hover {
+
    background: #ffa67c ;  /*fondo  */
-
     outline: 0;
+
    border-top: 10px solid #d64729;  /*borde superior*/
 +
     width:965px;
 +
    padding:0;
 +
    margin: 0;
 +
    position: relative;
 +
    text-align: center;  
}
}
-
/* ==========================================================================
+
#e-mail{
-
  Typography
+
-
  ========================================================================== */
+
-
 
+
-
/**
+
-
* Address variable `h1` font-size and margin within `section` and `article`
+
-
* contexts in Firefox 4+, Safari 5, and Chrome.
+
-
*/
+
-
 
+
-
h1 {
+
-
    font-size: 2em;
+
-
    margin: 0.67em 0;
+
-
}
+
-
 
+
-
/**
+
-
* Address styling not present in IE 8/9, Safari 5, and Chrome.
+
-
*/
+
-
 
+
-
abbr[title] {
+
-
    border-bottom: 1px dotted;
+
-
}
+
-
 
+
-
/**
+
-
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
+
-
*/
+
-
 
+
-
b,
+
-
strong {
+
-
    font-weight: bold;
+
-
}
+
-
 
+
-
/**
+
-
* Address styling not present in Safari 5 and Chrome.
+
-
*/
+
-
 
+
-
dfn {
+
-
    font-style: italic;
+
-
}
+
-
 
+
-
/**
+
-
* Address differences between Firefox and other browsers.
+
-
*/
+
-
 
+
-
hr {
+
-
    -moz-box-sizing: content-box;
+
-
    box-sizing: content-box;
+
-
    height: 0;
+
-
}
+
-
 
+
-
/**
+
-
* Address styling not present in IE 8/9.
+
-
*/
+
-
 
+
-
mark {
+
-
    background: #ff0;
+
     color: #000;
     color: #000;
-
}
+
    font: sans-serif;
 +
    font-size: 15px;
 +
    position: absolute;
 +
    top: 1477px;
 +
    left: 400px;
 +
}
-
/**
+
#FacebookandTwitter{
-
* Correct font family set oddly in Safari 5 and Chrome.
+
    position: absolute;
-
*/
+
     top: 1350px;
-
 
+
     left: 50px;
-
code,
+
-
kbd,
+
-
pre,
+
-
samp {
+
-
     font-family: monospace, serif;
+
-
     font-size: 1em;
+
}
}
-
/**
+
#VisitorMaps{
-
* Improve readability of pre-formatted text in all browsers.
+
  position: relative;
-
*/
+
  top: 1170px;
-
 
+
  left: 250px;
-
pre {
+
-
    white-space: pre-wrap;
+
}
}
-
/**
 
-
* Set consistent quote types.
 
-
*/
 
-
q {
+
<style media="all" type="text/css">@import "/menu/menu_style.css";</style>
-
    quotes: "\201C" "\201D" "\2018" "\2019";
+
-
}
+
-
/**
 
-
* Address inconsistent and variable font size in all browsers.
 
-
*/
 
-
small {
 
-
    font-size: 80%;
 
-
}
 
-
 
-
/**
 
-
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
 
-
*/
 
-
 
-
sub,
 
-
sup {
 
-
    font-size: 75%;
 
-
    line-height: 0;
 
-
    position: relative;
 
-
    vertical-align: baseline;
 
-
}
 
-
 
-
sup {
 
-
    top: -0.5em;
 
-
}
 
-
 
-
sub {
 
-
    bottom: -0.25em;
 
-
}
 
-
 
-
/* ==========================================================================
 
-
  Embedded content
 
-
  ========================================================================== */
 
-
 
-
/**
 
-
* Remove border when inside `a` element in IE 8/9.
 
-
*/
 
-
 
-
img {
 
-
    border: 0;
 
-
}
 
-
 
-
/**
 
-
* Correct overflow displayed oddly in IE 9.
 
-
*/
 
-
 
-
svg:not(:root) {
 
-
    overflow: hidden;
 
-
}
 
-
 
-
/* ==========================================================================
 
-
  Figures
 
-
  ========================================================================== */
 
-
 
-
/**
 
-
* Address margin not present in IE 8/9 and Safari 5.
 
-
*/
 
-
 
-
figure {
 
-
    margin: 0;
 
-
}
 
-
 
-
/* ==========================================================================
 
-
  Forms
 
-
  ========================================================================== */
 
-
 
-
/**
 
-
* Define consistent border, margin, and padding.
 
-
*/
 
-
 
-
fieldset {
 
-
    border: 1px solid #c0c0c0;
 
-
    margin: 0 2px;
 
-
    padding: 0.35em 0.625em 0.75em;
 
-
}
 
-
 
-
/**
 
-
* 1. Correct `color` not being inherited in IE 8/9.
 
-
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
 
-
*/
 
-
 
-
legend {
 
-
    border: 0; /* 1 */
 
-
    padding: 0; /* 2 */
 
-
}
 
-
 
-
/**
 
-
* 1. Correct font family not being inherited in all browsers.
 
-
* 2. Correct font size not being inherited in all browsers.
 
-
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 
-
*/
 
-
 
-
button,
 
-
input,
 
-
select,
 
-
textarea {
 
-
    font-family: inherit; /* 1 */
 
-
    font-size: 100%; /* 2 */
 
-
    margin: 0; /* 3 */
 
-
}
 
-
 
-
/**
 
-
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
 
-
* the UA stylesheet.
 
-
*/
 
-
 
-
button,
 
-
input {
 
-
    line-height: normal;
 
-
}
 
-
 
-
/**
 
-
* Address inconsistent `text-transform` inheritance for `button` and `select`.
 
-
* All other form control elements do not inherit `text-transform` values.
 
-
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 
-
* Correct `select` style inheritance in Firefox 4+ and Opera.
 
-
*/
 
-
 
-
button,
 
-
select {
 
-
    text-transform: none;
 
-
}
 
-
 
-
/**
 
-
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 
-
*    and `video` controls.
 
-
* 2. Correct inability to style clickable `input` types in iOS.
 
-
* 3. Improve usability and consistency of cursor style between image-type
 
-
*    `input` and others.
 
-
*/
 
-
 
-
button,
 
-
html input[type="button"], /* 1 */
 
-
input[type="reset"],
 
-
input[type="submit"] {
 
-
    -webkit-appearance: button; /* 2 */
 
-
    cursor: pointer; /* 3 */
 
-
}
 
-
 
-
/**
 
-
* Re-set default cursor for disabled elements.
 
-
*/
 
-
 
-
button[disabled],
 
-
html input[disabled] {
 
-
    cursor: default;
 
-
}
 
-
 
-
/**
 
-
* 1. Address box sizing set to `content-box` in IE 8/9/10.
 
-
* 2. Remove excess padding in IE 8/9/10.
 
-
*/
 
-
 
-
input[type="checkbox"],
 
-
input[type="radio"] {
 
-
    box-sizing: border-box; /* 1 */
 
-
    padding: 0; /* 2 */
 
-
}
 
-
 
-
/**
 
-
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 
-
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 
-
*    (include `-moz` to future-proof).
 
-
*/
 
-
 
-
input[type="search"] {
 
-
    -webkit-appearance: textfield; /* 1 */
 
-
    -moz-box-sizing: content-box;
 
-
    -webkit-box-sizing: content-box; /* 2 */
 
-
    box-sizing: content-box;
 
-
}
 
-
 
-
/**
 
-
* Remove inner padding and search cancel button in Safari 5 and Chrome
 
-
* on OS X.
 
-
*/
 
-
 
-
input[type="search"]::-webkit-search-cancel-button,
 
-
input[type="search"]::-webkit-search-decoration {
 
-
    -webkit-appearance: none;
 
-
}
 
-
 
-
/**
 
-
* Remove inner padding and border in Firefox 4+.
 
-
*/
 
-
 
-
button::-moz-focus-inner,
 
-
input::-moz-focus-inner {
 
-
    border: 0;
 
-
    padding: 0;
 
-
}
 
-
 
-
/**
 
-
* 1. Remove default vertical scrollbar in IE 8/9.
 
-
* 2. Improve readability and alignment in all browsers.
 
-
*/
 
-
 
-
textarea {
 
-
    overflow: auto; /* 1 */
 
-
    vertical-align: top; /* 2 */
 
-
}
 
-
 
-
/* ==========================================================================
 
-
  Tables
 
-
  ========================================================================== */
 
-
 
-
/**
 
-
* Remove most spacing between table cells.
 
-
*/
 
-
 
-
table {
 
-
    border-collapse: collapse;
 
-
    border-spacing: 0;
 
-
}
 
-
#header {
 
-
margin:auto;
 
-
width:800px;
 
-
position:relative;
 
-
left: 500px;
 
-
bottom:350px;
 
-
 
-
}
 
-
ul, ol{
 
-
list-style:none;
 
-
}
 
-
.nav li a{ 
 
-
  font-family:Arial;
 
-
  font-size:12px;
 
-
  text-decoration: none;
 
-
  padding:10px;
 
-
  background-color: #333333;
 
-
  color:#ffffff;
 
-
  border-bottom:1px;
 
-
  border-bottom-color:#000000;
 
-
  border-bottom-style:solid;
 
-
  display:block;
 
-
 
-
}
 
-
.nav > li {
 
-
float:left;
 
-
 
-
}
 
-
.nav ul > li {
 
-
float:bottom;
 
-
}
 
-
.nav li a:hover{
 
-
  background-color:#9B1C26;
 
-
  border-bottom:2px;
 
-
  border-bottom-color:#000000;
 
-
  border-bottom-style:solid;
 
-
 
 
-
}
 
-
.nav li ul {
 
-
display:none;
 
-
position:absolute;
 
-
min-width:150px;
 
-
 
-
 
-
}
 
-
.nav li:hover > ul{
 
-
display:block;
 
-
position:absolute;
 
-
padding:1px;
 
-
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
</style>
 
-
</head>
 
-
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 
<body>
<body>
-
<TABLE border=1 width="100%" height="800px">
 
-
<tr height="10%">
 
-
<tr height="80%">
 
-
<td>
 
-
<div id="header">
 
-
<ul class="nav">
 
-
<li ><a href="#">Home</a>
+
<div id="header" style="height:344px;">
-
+
<div class="wrapper">
-
</li>
+
<div id="project-name"></div>  
-
+
<div class="site-title" id="Home">
-
+
</div>
 +
<div id="site-description">
 +
<p></p>
 +
</div>
-
<li><a href="#">About</a>
+
     
-
<ul class=nav>
+
      <div id="logo" class="raised" style="height: 100px;">
-
<li><a href="">hola</a> </li>
+
      <a href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2013/b/be/Valencia-CIPF_logo_-_copia.png" style="padding: 2px 0 2px 0;" class="icon" width="250px" title = "iGEM Home" alt="iGEM Home" /></a>
-
<li><a href="">hola</a> </li>
+
      </div>
-
<li><a href="">hola</a> </li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="#">Services</a></li>
+
<br><br><br><br><br><br><br><br><br><br> </br></br></br></br></br></br></br></br></br></br> <!-- salto de línea -->
 +
<br><br><br><br><br><br><br><br><br><br> </br></br></br></br></br></br></br></br></br></br>
 +
<br><br><br><br><br><br><br><br><br><br> </br></br></br></br></br></br></br></br></br></br>
-
<li><a href="#">Products</a></li>
 
-
<li><a href="#">Sitemap</a></li>
+
<footer>
 +
<div id="footer" style="height:360px;">
 +
</div>
 +
</div>
-
<li><a href="#">Help</a></li>
 
-
<li><a href="#">Contact Us</a></li>
+
 +
      <div id="FacebookandTwitter" class="raised" style="height: 100px;">
-
</ul>
+
<a href="https://twitter.com/iGEM_vlcCIPF"><img src="https://static.igem.org/mediawiki/2013/b/b3/VlcCIPF_twitter.jpg" style="padding: 2px 0 2px 0;" class="icon" width="60px" title = "Follow Us On Twitter" alt="Follow Us On Twitter" /></a>
 +
<a href="https://www.facebook.com/pages/IGEM-Valencia-CIPF-2013/210156152470000?ref=hl"><img src="https://static.igem.org/mediawiki/2013/e/ee/VlcCIPF_facebook.jpg" style="padding: 2px 0 2px 0;" class="icon" width="60px" title="Follow Us On Facebook" alt="Follow Us On Facebook" /></a>
 +
 
 +
      </div>
 +
-
</div>
+
<div id="e-mail" class="raised" style="height: 100px;">
-
+
<p><b><u>Contact:</b></u> igemvalenciacipf2013@gmail.com</p>
-
<tr height="10%">
+
</div>
-
</table>
 
 +
<div id="VisitorMaps" class="raised" style="height: 350px;">
 +
<img style="visibility:visible;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzNzUyNjM*MDQ5MDgmcHQ9MTM3NTI2MzQzMDM1MiZwPTYzNTAzMiZkPSZnPTEmbz*4MTQ4MzQzZTUzYzU*N2IzYmJh/N2UyMjdlMTk2NmYyMSZvZj*w.gif" /><a href="http://www.ipligence.com/visitor_extended/c8af6be639c84a8781ea5303384d9583/month"><img src="http://www.ipligence.com/visitor-maps/m/medium/1/month/c8af6be639c84a8781ea5303384d9583" alt="Visit http://www.ipligence.com" style="border:0;" /></a>           
 +
</div>
 +
       
 +
<div id="HomeCenter">
 +
<p align="justify"><h2><span style="color: #d64729;"><b>Freshellent Yeast</b></span></h2>
 +
<b>Our team will try to develop a project based on the production of aromas and repellents. The aim is to create a biological platform within a model organism, such as common yeast, to develop an alternative method for production of several aromatic monoterpenoids. The advantage of this organism as producer lies in its capabilities of genetic modification, robustness and culture simplicity.
 +
<br>
 +
We can also control the production of these compounds using different promoters, so we can choose our favourite aroma while there is repellent activity. The microorganism is completely harmless as it is responsible for fermenting bread and beer. The project aims to establish the basis for future production of repellents in a sustainable and organical manner in developing homes that are under the risk of pandemics caused by mosquitoes and other insects.</b>
 +
<br><br>
 +
<div id="HomeCenter1">
 +
<p align="justify"><h2><span style="color: #d64729;"><b>Sponsors</b></span></h2>
 +
<center>
 +
<div id="Sponsors" class="raised" style="height: 350px;">
 +
<a href="http://www.jeanologia.com/"><img src="https://static.igem.org/mediawiki/2013/1/1c/Logo_jeanologia.jpg" style="padding: 2px 0 2px 0;" class="icon" width="200px" title = "Jeanologia" alt="Jeanologia" /></a>
 +
<a href="http://www.emxys.com/"><img src="https://static.igem.org/mediawiki/2013/4/40/Logo_emxys.jpg" style="padding: 2px 0 2px 0;" class="icon" width="200px" title = "emxys" alt="emxys" /></a>
 +
<a href="http://www.intertech.upv.es/"><img src="https://static.igem.org/mediawiki/2013/3/3d/Intertech_logo.jpg" style="padding: 2px 0 2px 0;" class="icon" width="200px" title = "Intertech" alt="Intertech" /></a>
 +
</center>
 +
<br><br><br><br><br></br></br></br></br></br>
 +
<center>
 +
<a href="http://www.upv.es/"><img src="https://static.igem.org/mediawiki/2013/0/02/UPV_logo.png" style="padding: 2px 0 2px 0;" class="icon" width="200px" title = "UPV" alt="UPV" /></a>
 +
<a href="https://www.ucv.es/"><img src="https://static.igem.org/mediawiki/2013/a/a0/Logo_ucv.jpg" style="padding: 2px 0 2px 0;" class="icon" width="200px" title = "UCV" alt="UCV" /></a>
 +
</center>
 +
<br><br><br><br><br><br></br></br></br></br></br></br>
 +
</footer>
</body>
</body>
</html>
</html>

Latest revision as of 23:10, 4 October 2013