Latin America

From 2013.igem.org

(Difference between revisions)
(Blanked the page)
(Undo revision 111730 by Ismael.espinoza (talk))
Line 1: Line 1:
 +
<html>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
 +
<link rel="stylesheet" type="text/css" href="/Template:Regional_Europe_2013_Page_CSS?action=raw&ctype=text/css" >
 +
 +
<script type="text/javascript" src="/Template:Regional_Europe_2013_bxSliderJs?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
  $(document).ready(function(){
 +
    //caroussel
 +
 +
  /* function addImageLink(link, image, node, imageClass) {
 +
      var linkNode = $("<a href='" + link + "'></a>");
 +
      var imageNode = new Image();
 +
      imageNode.src = image;
 +
      imageNode.className = imageClass;   
 +
      node.append(linkNode.append(imageNode));
 +
     
 +
    }*/
 +
 +
    $('.bxslider').bxSlider({
 +
controls : true,
 +
      auto : true
 +
    });
 +
  });
 +
</script>
 +
 +
<style type = 'text/css'>
 +
body{
 +
background-color: white;
 +
}
 +
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
#top-section {
 +
    border: none;
 +
    height: 0px;}
 +
#content {
 +
    border: none;}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
 +
.content{
 +
width: 100%;
 +
height: 100%;
 +
}
 +
.header{background-image: url(https://static.igem.org/mediawiki/2013/4/49/EuJamBandeauHaut.png);
 +
width: 100%;
 +
/*height: 100px;*/
 +
}
 +
  a.bouton:link{
 +
  width:400px;
 +
  height:70px;
 +
  text-decoration:none;
 +
  color:white;
 +
  text-align:center;
 +
  font-weight:bold;
 +
  background-color: #BD2A30;
 +
  padding:5px
 +
}
 +
a.bouton:visited{
 +
  width:400px;
 +
  height:70px;
 +
  text-decoration:none;
 +
  color:white;
 +
  text-align:center;
 +
  font-weight:bold;
 +
  background-color: #BD2A30;
 +
  padding:5px
 +
}
 +
a.bouton:hover{
 +
  width:400px;
 +
  height:70px;
 +
  text-decoration:none;
 +
  color:white;
 +
  text-align:center;
 +
  font-weight:bold;
 +
  background-color:#535353;
 +
  background-image:url(aqua.jpg);
 +
  padding:5px
 +
}
 +
.bouton{
 +
  text-align:center;
 +
  margin-top: 20px;
 +
}
 +
#main3{
 +
border-bottom: 2px solid #666;
 +
padding-bottom: 20px;
 +
}
 +
.menu{
 +
width: 100%;
 +
background: #BD2A30;
 +
margin-top: 0px;
 +
font-size: 11px;
 +
float:left;
 +
color: white;
 +
font-weight: bold;
 +
margin-bottom: 30px;
 +
}
 +
.menu a{
 +
color: white;
 +
text-decoration: none;
 +
}
 +
.menu a:visited{
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 +
.boton{
 +
/*border-top: 5px solid #BD2A30;
 +
border-bottom: 5px solid #BD2A30;
 +
height: 35px;*/
 +
/*border-right: 1px solid white;*/
 +
display:inline-block;
 +
/*width: 150px;*/
 +
float:left;
 +
text-align: center;
 +
padding-top: 8px;
 +
padding-bottom: 8px;
 +
padding-right: 24px;
 +
padding-left: 24px;
 +
}
 +
.boton:hover{
 +
background-color:#535353;
 +
}
 +
 +
.home{
 +
display:inline-block;
 +
width: 150px;
 +
float:left;
 +
text-align: right;
 +
padding: 8px;
 +
background-color:#00444E;
 +
}
 +
.home:hover{
 +
background-color: black;
 +
}
 +
.vertical_line{
 +
/*border-top: 5px solid #BD2A30;
 +
border-bottom: 5px solid #BD2A30;
 +
height: 35px;*/
 +
border-right: 1px solid white;
 +
display:inline-block;
 +
width: 1px;
 +
float:left;
 +
text-align: center;
 +
margin-top: 8px;
 +
margin-bottom: 8px;
 +
 +
 +
}
 +
.bx-wrapper{
 +
margin-top: 0px;
 +
border: none;
 +
}
 +
.bx-controls{
 +
}
 +
.bx-pager-item{
 +
margin-top: 5px;
 +
margin-left: 5px;
 +
margin-right: 5px;
 +
display: inline-block;
 +
width: 10px;
 +
height: 10px;
 +
moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
border-radius: 5px;
 +
background: #666;
 +
text-indent: -9999px;
 +
/*display: block;*/
 +
}
 +
/*.bx-pager-item:active{
 +
display: inline-block;
 +
width: 10px;
 +
height: 10px;
 +
moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
border-radius: 5px;
 +
background: #666;
 +
text-indent: -9999px;
 +
/*display: block;*/
 +
}
 +
.bx-pager-link:active{
 +
display: inline-block;
 +
width: 10px;
 +
height: 10px;
 +
moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
border-radius: 5px;
 +
background: #333;
 +
text-indent: -9999px;
 +
/*display: block;*/
 +
}
 +
.bx-pager-link{
 +
display: inline-block;
 +
width: 10px;
 +
height: 10px;
 +
moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
border-radius: 5px;
 +
background: #333;
 +
text-indent: -9999px;
 +
/*display: block;*/
 +
}
 +
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
 +
background: #000;
 +
}
 +
 +
.facebook{
 +
float: right;
 +
margin-top: 20px;
 +
margin-right: 20px;
 +
}
 +
</style>
 +
 +
<div class="header">
 +
<img class="logo_mayor" src="https://static.igem.org/mediawiki/2013/4/44/Logo-IGEM_pequeno.jpg" />
 +
<a href="https://www.facebook.com/pages/IGEM-Latin-America/493979807360996?ref=tn_tnmn"><img class="facebook" src="https://static.igem.org/mediawiki/2013/3/38/EuJamFacebookLogo.png"/></a>
 +
</div>
 +
 +
 +
 +
 +
<div class="menu">
 +
    <div class="home"><a href="https://2013.igem.org/Latin_America">\ HOME</a></div>
 +
    <div class="boton"><a href="https://2013.igem.org/Jamboree/Attendance_Fee">REGISTRATION</a></div>
 +
    <div class="vertical_line">&nbsp;</div>
 +
    <div class="boton"><a href="http://umayor.cl/">UNIVERSIDAD MAYOR</a></div>
 +
    <div class="vertical_line">&nbsp;</div>
 +
    <div class="boton" style="border-left: none;"><a href="https://2013.igem.org/Latin_America/IGEMCompetitionJamboree">iGEM COMPETITION JAMBOREE</a></div>
 +
    <div class="vertical_line">&nbsp;</div>
 +
    <div class="boton" style="border-left: none;"><a href="https://2013.igem.org/Latin_America/Sponsors">SPONSORS</a></div>
 +
    <div class="vertical_line">&nbsp;</div>
 +
    <div class="boton" style="border-left: none;"><a href="https://www.facebook.com/pages/IGEM-Latin-America/493979807360996?ref=tn_tnmn">FACEBOOK</a></div>
 +
</div>
 +
 +
<br><br>
 +
<center><p>
 +
<b>Latin America Regional Jamboree <br>
 +
4 – 5 – 6 October<br>
 +
Universidad Mayor - CHILE <br> </b>
 +
</p></center>
 +
<p class="bouton">
 +
  <a href="https://2013.igem.org/Jamboree/Attendance_Fee" class="bouton">REGISTER NOW!</a>
 +
</p>
 +
<br><br><br>
 +
<div class="center">
 +
  <ul class="bxslider">
 +
    <li><img src="https://static.igem.org/mediawiki/2013/9/93/Imagen01.jpg" /></li>
 +
    <li><img src="https://static.igem.org/mediawiki/2013/9/98/Imagen02.jpg" /></li>
 +
    <li><img src="https://static.igem.org/mediawiki/2013/0/0a/Imagen03.jpg" /></li>
 +
  </ul>
 +
</div>
 +
 +
<div id="main3">
 +
<center>
 +
<p>
 +
<b>
 +
<font color="#0090D1">ORGANIZING COMMITTEE &nbsp;/&nbsp; </font> igem@umayor.cl
 +
<br>
 +
<font color="#0090D1">COORDINATOR : </font> Ismael Espinoza
 +
<br><br>
 +
 +
<font color="#0090D1">POSTAL ADDRESS : </font> <b> Universidad Mayor <br>
 +
Asturias 336, Las Condes - Santiago - CHILE<br>
 +
</b>
 +
</p>
 +
 +
</center>
 +
</div>
 +
 +
 +
 +
</html>

Revision as of 16:22, 11 September 2013



Latin America Regional Jamboree
4 – 5 – 6 October
Universidad Mayor - CHILE

REGISTER NOW!




ORGANIZING COMMITTEE  /  igem@umayor.cl
COORDINATOR : Ismael Espinoza

POSTAL ADDRESS : Universidad Mayor
Asturias 336, Las Condes - Santiago - CHILE