Team:BIOSINT Mexico

From 2012e.igem.org

(Difference between revisions)
 
(61 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 *** -->
+
<html lang="en">
 +
<style type="text/css">
 +
a:visited {
 +
color: #367729;
 +
}
-
<html>
+
#p-logo {
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
display:none;
-
<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.
+
#search-controls{
-
</div>
+
display:none;
-
<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.  We cannot give any examples because none have been created yet. So, use your imagination and strive for clarity.
+
#top-section{
-
</div>
+
height:0px;
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
border-left: none;
-
You <strong>MUST</strong> have a team description page, a description of the problem you are solving/opportunity you are creating as well as your solution, an executive summary and 3 min elevator pitch video, description and links to any source and market data, and an attributions page.  PLEASE keep all of your pages within your teams namespace. 
+
border-right: none;
-
</div>
+
border-bottom: none;
-
</div>
+
}
-
</html>
+
.firstHeading{
 +
display:none;
 +
}
 +
#content {
 +
position: relative;
 +
width: 100%;
 +
margin:none;
 +
padding:none;
 +
background:none;
 +
border-left:none;
 +
color: #fff;
 +
border-right:none;
 +
line-height:none;
 +
z-index:none;
 +
}
 +
#catlinks {
 +
display:none;
 +
}
-
<!-- *** End of the alert box *** -->
+
#footer-box {
 +
margin-left: 10px;
 +
width: 965px;
 +
padding:none;
 +
background-color:none;
 +
background: url(http://www.persoft.mx/biosint/images/block-1-bottom.jpg) 0 bottom repeat-x;
 +
margin: 0 auto;
 +
border:none;
 +
}
 +
#menubar{
 +
color: rgba(0,0,0,0.0);
-
{|align="justify"
+
}
-
|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.
+
-
|[[Image:BIOSINT_Mexico_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''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:BIOSINT_Mexico_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:BIOSINT_Mexico | Team BIOSINT_Mexico]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
</style>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<script language="javascript">
-
!align="center"|[[Team:BIOSINT_Mexico|Home]]
+
          $(document).ready(function() {
-
!align="center"|[[Team:BIOSINT_Mexico/Team|Team]]
+
               
-
!align="center"|[[Team:BIOSINT_Mexico/Opportunity|Problem,Opportunity and Solution]]
+
              $("#menubar").children().children("li").css("color", "rgba(0,0,0,0.0)");
-
!align="center"|[[Team:BIOSINT_Mexico/Summary|Executive Summary and Elevator Pitch]]
+
                    $("#menubar").children().children("li").children("a").css("color", "rgba(0,0,0,0.0)");
-
!align="center"|[[Team:BIOSINT_Mexico/Source_Data|Source Data]]
+
 
-
!align="center"|[[Team:BIOSINT_Mexico/Attributions|Attributions]]
+
 
-
|}
+
              $("#menubar").hover(function() {
-
<forum_subtle />
+
                    $(this).children().children("li").css("color", "#fff");
 +
                    $(this).children().children("li").children("a").css("color", "#fff");
 +
              },function() {
 +
                    $(this).children().children("li").css("color", "rgba(0,0,0,0.0)");
 +
                    $(this).children().children("li").children("a").css("color", "rgba(0,0,0,0.0)");
 +
              });
 +
          });
 +
    </script>
 +
 
 +
 
 +
<head>
 +
    <title>Home</title>
 +
    <meta charset="utf-8">
 +
    <link rel="stylesheet" type="text/css" media="screen" href="http://www.persoft.mx/biosint/css/reset.css">
 +
    <link rel="stylesheet" type="text/css" media="screen" href="http://www.persoft.mx/biosint/css/grid_24.css">
 +
    <link rel="stylesheet" type="text/css" media="screen" href="http://www.persoft.mx/biosint/css/style.css">
 +
    <link rel="stylesheet" type="text/css" media="screen" href="http://www.persoft.mx/biosint/css/slider.css">
 +
    <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
 +
    <link href='http://fonts.googleapis.com/css?family=Holtwood+One+SC' rel='stylesheet' type='text/css'>
 +
    <script src="http://www.persoft.mx/biosint/js/jquery-1.7.min.js"></script>
 +
    <script src="http://www.persoft.mx/biosint/js/jquery.easing.1.3.js"></script>
 +
    <script src="http://www.persoft.mx/biosint/js/tms-0.4.1.js"></script>
 +
<script src="http://www.persoft.mx/biosint/js/index.js"></script>
 +
   
 +
</head>
 +
<body>
 +
<div class="main">
 +
  <header>                 
 +
      <nav> 
 +
        <ul class="menu">
 +
              <li  class="current"><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico">Home</a></li>
 +
              <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/Team">Team</a></li>
 +
              <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/Summary">Project</br>Description</a></li>
 +
              <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/HumanPractices">Human</br>Practices</a></li>
 +
              <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/Gallerie">Gallery</a></li>
 +
              <li class="last"><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/Attributions">Sponsors</a></li>
 +
          </ul>
 +
<a class="igem" href="https://igem.org/Main_Page"><img src="http://www.persoft.mx/biosint/images/ICL_iGEM_Logo.png" alt="" /></a>
 +
      </nav>
 +
      <h1><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico"><img src="http://www.persoft.mx/biosint/images/logo.png" alt=""></a></h1>
 +
      <div class="slogan">What I cannot create, I do not understand<span>Richard Feynman’s</span></div>
 +
    </header> 
 +
    <div id="slide">
 +
      <div class="slider">
 +
          <ul class="items">
 +
              <li><img src="http://www.persoft.mx/biosint/images/slide-1.jpg" alt="" /></li>
 +
              <li><img src="http://www.persoft.mx/biosint/images/slide-2.jpg" alt="" /></li>
 +
              <li><img src="http://www.persoft.mx/biosint/images/slide-3.jpg" alt="" /></li>
 +
              <li><img src="http://www.persoft.mx/biosint/images/slide-4.jpg" alt="" /></li>
 +
          </ul>
 +
      </div>
 +
      <a href="#" class="prev">&nbsp;</a><a href="#" class="next">&nbsp;</a>
 +
    </div>
 +
  <!--==============================content================================-->
 +
    <section id="content2">
 +
    <div class="container_24">
 +
     
 +
 
 +
             
 +
            <div class="grid_23 prefix_1">
 +
            <div class="block-1 top-2">
 +
                <div>
 +
                    <div>
 +
                        <div class="text-2">Before 1958, women could not vote in presidential elections. Women, however, did play an important role in the 1910 revolution.<span></span></div>
 +
                            <div class="discount"></div>
 +
                            <div class="text-3">They were serving as spies, arms smugglers, as soldaderas or female soldiers!<span></span></div>
 +
                            <a href="#" class="link-2"></a>
 +
                            <div class="clear"></div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
            <div class="grid_15 prefix_1">
 +
            <h2 class="h2 top-3">Welcome to iGEM 2012 BioSint México!</h2>
 +
                <p class="p-border bold top-4">Listen to our project proposal:</p>
 +
                <div class="wrap p-border top-5">
 +
                <div class="letter7">
 +
                    <span>A.</span>
 +
                    <p class="extra-wrap clr-1">Elevator Pitch:<br> <iframe src="http://player.vimeo.com/video/52269632?badge=0" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
 +
                    </div>
 +
                 
 +
                </div>
 +
                <a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/pitch" class="link-1"></a>
 +
            </div>
 +
            <div class="grid_6 prefix_2">
 +
            <h3 class="h3 top-6">Business Plan</h3>
 +
                <ul class="list-1 top-7">
 +
                <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/kuxtal">The Company</a></li>
 +
                    <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/market">Market Analysis</a></li>
 +
                    <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/marketing">Marketing Plan</a></li>
 +
                    <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/operations">Operations Plan</a></li>
 +
                    <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/rh">Human Resources</a></li>
 +
                    <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/risks">Risk Analysis</a></li>
 +
                    <li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/finacial">Financial Plan</a></li>
 +
<li><a href="https://2012e.igem.org/wiki/index.php/Team:BIOSINT_Mexico/pitch">Project Summary</a></li>
 +
                </ul>
 +
            </div>
 +
            <div class="clear"></div>
 +
        </div>
 +
    </section>
 +
</div>
 +
<!--==============================footer=================================-->
 +
  <footer>
 +
  <div class="container_24">
 +
        <div class="grid_12"> 
 +
          <div class="soc-icons"></a><a href="https://www.facebook.com/BioSint2012?fref=ts"><img src="http://www.persoft.mx/biosint/images/icon-2.png" alt=""></a><a href="https://twitter.com/BioSintCongreso"><img src="http://www.persoft.mx/biosint/images/icon-3.png" alt=""></a></div>
 +
        </div>
 +
    </div>
 +
    <div class="clear"></div>     
 +
  </footer>
 +
</body>
 +
</html>

Latest revision as of 01:49, 28 October 2012

Home

What I cannot create, I do not understandRichard Feynman’s
Before 1958, women could not vote in presidential elections. Women, however, did play an important role in the 1910 revolution.
They were serving as spies, arms smugglers, as soldaderas or female soldiers!

Welcome to iGEM 2012 BioSint México!

Listen to our project proposal:

A.

Elevator Pitch: