Team:Valencia-CIPF

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(428 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:Valencia-CIPF/menu}}
 +
{{:Team:Valencia-CIPF/fondoweb}}
 +
<html lang="en">
-
<html>
 
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
 
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
 
-
This is a template page. READ THESE INSTRUCTIONS.
 
-
</div>
 
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
 
-
</div>
 
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<style type="text/css">
 +
<script type="text/javascript">
 +
/* Estructura */
-
{|align="justify"
+
div.menu,  
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
.wrapper {
-
|[[Image:Valencia-CIPF_logo.png|200px|right|frame]]
+
margin: 0;
-
|-
+
max-width: 960px;
-
|
+
position: relative;
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
}
-
|[[Image:Valencia-CIPF_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Valencia-CIPF | Team Valencia-CIPF]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
/* Cabecera */
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
#header {
-
!align="center"|[[Team:Valencia-CIPF|Home]]
+
    background: #ffa67c;  /*fondo*/
-
!align="center"|[[Team:Valencia-CIPF/Team|Team]]
+
    border-bottom: 10px solid #d64729;  /*borde inferior*/
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Valencia-CIPF Official Team Profile]
+
    width:960px;
-
!align="center"|[[Team:Valencia-CIPF/Project|Project]]
+
    margin:0;
-
!align="center"|[[Team:Valencia-CIPF/Parts|Parts Submitted to the Registry]]
+
    padding:0px;
-
!align="center"|[[Team:Valencia-CIPF/Modeling|Modeling]]
+
    position:absolute;
-
!align="center"|[[Team:Valencia-CIPF/Notebook|Notebook]]
+
    left:0px;
-
!align="center"|[[Team:Valencia-CIPF/Safety|Safety]]
+
    top:35px;
-
!align="center"|[[Team:Valencia-CIPF/Attributions|Attributions]]
+
    z-index:5;
-
|}
+
}
 +
 
 +
#header .wrapper {
 +
    width:100%;
 +
    overflow:hidden;
 +
    display:table;
 +
    background: none transparent 0 0 Scroll no-repeat;
 +
    position:absolute;
 +
    padding:0px;
 +
    z-index:0;
 +
}
 +
 
 +
#project-name {
 +
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;
 +
text-align:center;
 +
vertical-align:middle;
 +
position:absolute;
 +
left:0px;
 +
        top: 0px;
 +
}
 +
 
 +
#logo {
 +
position:absolute;
 +
left:650px;
 +
        top: 525px;
 +
        z-index:66;
 +
}
 +
 
 +
#Sponsors{
 +
    position: absolute;
 +
    padding:150px;
 +
    text-align:center;
 +
    top: 725px;
 +
    z-index:66;
 +
}
 +
 
 +
#search-controls {
 +
  overflow:hidden;
 +
  display:block;
 +
  background: none;
 +
  color:#FFF;      
 +
  position: relative;
 +
  top: 1250px;
 +
  left: 225px;
 +
  z-index:6;
 +
}
 +
 
 +
/* Pie */
 +
 
 +
#footer {
 +
    background: #ffa67c ;  /*fondo  */
 +
    border-top: 10px solid #d64729;  /*borde superior*/
 +
    width:965px;
 +
    padding:0;
 +
    margin: 0;
 +
    position: relative;
 +
    text-align: center;
 +
}
 +
 
 +
#e-mail{
 +
    color: #000;
 +
    font: sans-serif;
 +
    font-size: 15px;
 +
    position: absolute;
 +
    top: 1477px;
 +
    left: 400px;
 +
}
 +
 
 +
#FacebookandTwitter{
 +
    position: absolute;
 +
    top: 1350px;
 +
    left: 50px;
 +
}
 +
 
 +
#VisitorMaps{
 +
  position: relative;
 +
  top: 1170px;
 +
  left: 250px;
 +
}
 +
 
 +
 
 +
<style media="all" type="text/css">@import "/menu/menu_style.css";</style>
 +
 
 +
 
 +
<body>
 +
 +
 
 +
<div id="header" style="height:344px;">
 +
<div class="wrapper">
 +
<div id="project-name"></div>
 +
<div class="site-title" id="Home">
 +
</div>
 +
<div id="site-description">
 +
<p></p>
 +
</div>
 +
 
 +
     
 +
      <div id="logo" class="raised" style="height: 100px;">
 +
      <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>
 +
      </div>
 +
 
 +
<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>
 +
 
 +
 
 +
<footer>
 +
<div id="footer" style="height:360px;">
 +
</div>
 +
</div>
 +
 
 +
 
 +
 +
      <div id="FacebookandTwitter" class="raised" style="height: 100px;">
 +
 
 +
<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 id="e-mail" class="raised" style="height: 100px;">
 +
<p><b><u>Contact:</b></u> igemvalenciacipf2013@gmail.com</p>
 +
</div>
 +
 +
 
 +
<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>
 +
</html>

Latest revision as of 23:10, 4 October 2013