User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
 
(334 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- Declare that you are going to use html code instead of wiki code -->
+
{{Sifuentes01}}  <!-- This calls the styling and the menu -->
-
<html>
+
<html> <!-- Declare that you are going to use html code instead of wiki code -->
-
<!-- The styling for the website is placed here -->
+
<!-- Content for the page starts here -->
-
<head>
+
<body>
-
+
-
<!-- start of css -->
+
-
<style type="text/css">
+
-
+
-
/* Clear the default wiki settings */
+
-
+
-
/* Remove footer, catlinks and logos */
+
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {
+
-
display: none;
+
-
}
+
-
+
-
/* set up a white background */
+
-
body {
+
-
width: 100%;
+
-
height: 100%;
+
-
background-color: #fff;
+
-
}
+
-
/*-- Make page full width and remove borders */
+
<div id ="contentWrap">
-
#globalWrapper, #content {
+
<div id="rightColumn"> <!-- this where the content and information go -->
-
width: 100%;
+
-
height: 100%;
+
-
border: 0px;
+
-
background-color: transparent;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
}
+
-
 
-
/*Clear wiki default settings for the top part and create mock "black navigation bar" */
 
-
#top-section {
 
-
background-color: #383838;
 
-
border: 0 none;
 
-
height: 14px;
 
-
z-index: 100;
 
-
top: 0;
 
-
position: fixed;
 
-
width: 975px;
 
-
left: 50%;
 
-
margin-left: -487px;
 
-
}
 
-
/* Define styling */
 
-
/* Titles are switched to Arial Black with no line decoration */
 
-
h1, h2, h3, h4, h5 {
 
-
font-family: "Arial Black", Gadget, sans-serif; border-bottom:none;
 
-
}
 
-
/* Establish font size and family for all text */
+
<div class="fullWidthRight">
-
p {
+
-
font-family: "Arial", Helvetica, sans-serif;
+
-
font-size: 14px;
+
-
}
+
-
/*Toogle menu */
+
<div class="smallBlockRight">
 +
<h4> How to start an iGEM Team</h4>
 +
<p>All the things you need to know before starting your iGEM experience.</p>
 +
</div>
-
label {
+
<div class="smallBlockRight">
-
cursor: pointer;
+
<h4> FAQs</h4>
-
}
+
<p>Answers to our most frequent questions.</p>
 +
</div>
-
/* Hide the box once it is clicked */
+
<div class="smallBlockRight">
-
#menu-toggle {
+
<h4>Giant Jamboree </h4>
-
display: none;
+
<p>Mark your calendars for September 24 to September 28, 2015.</p>
-
}
+
</div>
-
#menu {
+
</div>
-
display: none;
+
-
}
+
-
#menu-toggle:checked + #menu {
+
<div class="clear"></div>
-
display: block;
+
<div class="fullWidthRight">
-
}
+
 +
<div class="smallBlockRight">
 +
<div class="button"> <a href=""> READ MORE </a> </div>
 +
</div>
-
/* Create layout divs */
+
<div class="smallBlockRight">
 +
<div class="button"> <a href=""> READ MORE </a> </div>
 +
</div>
 +
 +
<div class="smallBlockRight">
 +
<div class="button"> <a href="igem.org"> READ MORE </a> </div>
 +
</div>
-
/* General content wrap */
+
</div>
-
#contentWrap { 
+
-
width: 975px;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
}
+
-
#leftColumn {
+
<div class="clear"></div>
-
background-color: #f2f2f2;
+
<div class="fullWidthRight">
-
width: 215px;
+
<h3> iGEM News </h3>
-
height: 100%;
+
<div class="newsItem">
-
float: left;
+
<div class="newsDate"> 17/March</div>
-
padding: 5px 5px 5px 5px;
+
<h5> New Tracks for 2015 </h5>
-
}
+
<p>The new tracks for have been announced. More information: <a href=""> Tracks 2015 </a> </p>
 +
</div>
-
#rightColumn {
+
<div class="newsItem">
-
background-color: #c3c3c3;
+
<div class="newsDate"> 18/March</div>
-
width: 750px;
+
<h5>High School teams at the Giant Jamboree</h5>
-
height: 100%;
+
<p>High School teams will participate in their own Jamboree inside the event.
-
float: left;
+
<br>More information: <a href=""> High School 2015 </a></p>
-
}
+
</div>
 +
<div class="newsItem">
 +
<div class="newsDate"> 05/March</div>
 +
<h5> Early registration ends </h5>
 +
<p>Eearly registration is now closed. Read the <a href="">registration</a> page to see what is new.</p>
 +
</div>
 +
 +
<div class="clear"></div>
 +
<br>
 +
<div class="button">
 +
<a href=""> MORE NEWS </a>
 +
</div>
 +
</div>
-
#accordion-container {
+
<div class="clear"></div>
-
font-size: 13px;
+
-
background: #ffffff;
+
-
padding: 5px 10px 10px 10px;
+
-
border: 1px solid #cccccc;
+
-
-moz-border-radius: 5px;
+
-
-webkit-border-radius: 5px;
+
-
border-radius: 5px;
+
-
-moz-box-shadow: 0 5px 15px #cccccc;
+
-
-webkit-box-shadow: 0 5px 15px #cccccc;
+
-
box-shadow: 0 5px 15px #cccccc;
+
-
}
+
-
.accordion-header {
+
<div class="clear"></div>
-
font-size: 16px;
+
-
background: #ebebeb;
+
-
margin: 5px 0 0 0;
+
-
padding: 5px 20px;
+
-
border: 1px solid #cccccc;
+
-
cursor: pointer;
+
-
color: #666666;
+
-
-moz-border-radius: 5px;
+
-
-webkit-border-radius: 5px;
+
-
border-radius: 5px;
+
-
}
+
-
.active-header {
+
<div class="fullWidthRight">
-
-moz-border-radius: 5px 5px 0 0;
+
<h3>Community Highlights</h3>
-
-webkit-border-radius: 5px 5px 0 0;
+
-
border-radius: 5px 5px 0 0;
+
-
background: url(images/active-header.gif) #cef98d;
+
-
background-repeat: no-repeat;
+
-
background-position: right 50%;
+
-
}
+
-
.active-header:hover {
+
<div class="smallBlockRight">
-
background: url(images/active-header.gif) #c6f089;
+
<a href=""><img src="https://static.igem.org/mediawiki/2014/c/cd/2014INSA-Lyon_2_vid_thumb_s.png"></a>
-
background-repeat: no-repeat;
+
<h4> Team INSA-Lyon</h4>
-
background-position: right 50%;
+
<p><a href=""> Team INSA-Lyon</a>  has made a <a href=""> music video </a>about the frustrations of cloning!</p>
-
}
+
</div>
 +
<div class="smallBlockRight">
 +
<a href=""><img src="https://static.igem.org/mediawiki/2014/4/4a/2014KIT-Kyoto_vid_thumb_s.png"></a>
 +
<h4> KIT Kyoto </h4>
 +
<p><a href="">Team KIT-Kyoto</a> made an <a href=""> introductory video </a> 'How to make basic BioArt.' </p>
 +
</div>
 +
<div class="smallBlockRight">
 +
<a href=""><img src="https://static.igem.org/mediawiki/2014/e/ed/2014METU_Turkey_vid_thumb2_s.png"></a>
 +
<h4>METU Turkey</h4>
 +
<p><a href=" ">Team METU Turkey</A> made a game related to their project <a href=""> PET degredation </a> </p>
 +
</div>
 +
</div>
-
.inactive-header {
+
<div class="clear"></div>
-
background: url(images/inactive-header.gif) #ebebeb;
+
-
background-repeat: no-repeat;
+
-
background-position: right 50%;
+
-
}
+
-
.inactive-header:hover {
 
-
background: url(images/inactive-header.gif) #f5f5f5;
 
-
background-repeat: no-repeat;
 
-
background-position: right 50%;
 
-
}
 
-
.accordion-content {
+
<div class="fullWidthRight">
-
display: none;
+
<h3>iGEM Teams</h3>
-
padding: 20px;
+
<iframe width="740" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/ms?msa=0&amp;msid=211889735555343806668.0004f9377a323c3820df3&amp;hl=en&amp;ie=UTF8&amp;t=p&amp;ll=16.636192,14.0625&amp;spn=112.407019,280.898438&amp;z=2&amp;output=embed"></iframe>
-
background: #ffffff;
+
-
border: 1px solid #cccccc;
+
-
border-top: 0;
+
-
-moz-border-radius: 0 0 5px 5px;
+
-
-webkit-border-radius: 0 0 5px 5px;
+
-
border-radius: 0 0 5px 5px;
+
-
}
+
-
</style>
+
</div>
-
<!-- end of css -->
+
</div>  <!--end of the right side of the page -->
-
</head>
+
</div> <!-- end of content -->
-
<!-- Content for the page starts here -->
 
-
<body>
 
-
 
-
<div id ="contentWrap">
 
-
 
-
<div id="leftColumn"> <p>left</p>
 
-
 
-
<div id="accordion-container">
 
-
    <h2 class="accordion-header">Section 1</h2>
 
-
    <div class="accordion-content">
 
-
          <p>Section 1 Content</p>
 
-
    </div>
 
-
    <h2 class="accordion-header">Section 2</h2>
 
-
    <div class="accordion-content">
 
-
          <p>Section 2 Content</p>
 
-
    </div>
 
-
<h2 class="accordion-header">Section 3</h2>
 
-
    <div class="accordion-content">
 
-
<ul>
 
-
<li> <a href=""> item 1 </a></li>
 
-
<li> <a href=""> item 2 </a> </li> </ul>
 
-
    </div>
 
-
 
-
</div>
 
-
     
 
-
 
-
 
-
<div style=" height 500px"></div>
 
-
</div>
 
-
 
-
</div>
 
-
 
-
<div id="rightColumn">
 
-
<p>right</p>
 
-
</div>
 
-
 
-
</div>
 
</body>
</body>
-
<!-- End of content -->
+
<!-- End of page -->
-
 
-
 
-
<!-- jquery for the menu -->
 
-
 
-
<script ="text/javascript">
 
-
$(document).ready(function()
 
-
{
 
-
//Add Inactive Class To All Accordion Headers
 
-
$('.accordion-header').toggleClass('inactive-header');
 
-
 
-
//Set The Accordion Content Width
 
-
var contentwidth = $('.accordion-header').width();
 
-
$('.accordion-content').css({'width' : contentwidth });
 
-
 
-
//Open The First Accordion Section When Page Loads
 
-
$('.accordion-header').first().toggleClass('active-header').toggleClass('inactive-header');
 
-
$('.accordion-content').first().slideDown().toggleClass('open-content');
 
-
 
-
// The Accordion Effect
 
-
$('.accordion-header').click(function () {
 
-
if($(this).is('.inactive-header')) {
 
-
$('.active-header').toggleClass('active-header').toggleClass('inactive-header').next().slideToggle().toggleClass('open-content');
 
-
$(this).toggleClass('active-header').toggleClass('inactive-header');
 
-
$(this).next().slideToggle().toggleClass('open-content');
 
-
}
 
-
 
-
else {
 
-
$(this).toggleClass('active-header').toggleClass('inactive-header');
 
-
$(this).next().slideToggle().toggleClass('open-content');
 
-
}
 
-
});
 
-
 
-
return false;
 
-
});
 
-
</script>
 
<!-- end of html -->
<!-- end of html -->
</html>
</html>

Latest revision as of 15:21, 9 January 2015

How to start an iGEM Team

All the things you need to know before starting your iGEM experience.

FAQs

Answers to our most frequent questions.

Giant Jamboree

Mark your calendars for September 24 to September 28, 2015.

iGEM News

17/March
New Tracks for 2015

The new tracks for have been announced. More information: Tracks 2015

18/March
High School teams at the Giant Jamboree

High School teams will participate in their own Jamboree inside the event.
More information: High School 2015

05/March
Early registration ends

Eearly registration is now closed. Read the registration page to see what is new.


Community Highlights

Team INSA-Lyon

Team INSA-Lyon has made a music video about the frustrations of cloning!

KIT Kyoto

Team KIT-Kyoto made an introductory video 'How to make basic BioArt.'

METU Turkey

Team METU Turkey made a game related to their project PET degredation

iGEM Teams