Team:UChicago

From 2013.igem.org

(Difference between revisions)
m
Line 1: Line 1:
-
{{:Team:UChicago/Templates/Standard_header|}}
 
-
 
<html>
<html>
-
 
<!-- Thanks to DTU 2011 https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki -->
<!-- Thanks to DTU 2011 https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki -->
<!-- ************************************************************************************** -->
<!-- ************************************************************************************** -->
-
            </div>
+
<!-- STYLESHEET -->
 +
<!-- *********** -->
-
            <!-- Slider -->
+
    <link rel="stylesheet" href="https://2013.igem.org/Team:UChicago/stylesheet?action=raw&ctype=text/css" type="text/css" />
-
            <div class="scrollable">
+
-
              <div class="items">
+
-
                  <div>
+
-
                    <img src="https://static.igem.org/mediawiki/2013/1/1b/UChi_testSlide1.jpg"></img>
+
-
                  </div>
+
-
                  <div>
+
-
                    <img src="https://static.igem.org/mediawiki/2013/b/b8/UChi_testSlide2.jpg"></img>
+
-
                  </div>
+
-
                  <div>
+
-
                    <img src="https://static.igem.org/mediawiki/2013/d/d3/UChi_testSlide3.jpg" usemap="#outline_links"></img>
+
-
                    <map name="outline_links">
+
-
                      <area href="/Team:UChicago/..." coords="80,90,305,350" shape="rect">
+
-
                      <area href="/Team:UChicago/..." coords="360,90,610,350" shape="rect">
+
-
                      <area href="/Team:UChicago/..." coords="670,90,900,350" shape="rect">
+
-
                    </map>
+
-
                  </div>
+
-
              </div>
+
-
            </div>
+
-
            <div class="prev"></div>
+
-
            <div class="next"></div>
+
-
            <div class="navi"></div>
+
-
    <div class="whitebox smallBox">
+
<!-- JAVASCRIPTS -->
-
        <img width="200px" height="115px" src="https://static.igem.org/mediawiki/2013/8/8e/UChi_testHome1.jpg">
+
<!-- *********** -->
-
        <h2><a href="/Team:UChicago/...">See our BioBrick Parts</a></h2>
+
-
        <p>
+
-
Hundreds of thousands tesseract, a still more glorious dawn awaits, globular star cluster Tunguska event cosmos cosmic ocean? Light years the ash of stellar alchemy radio telescope cosmos culture.
+
    <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
 +
    <!--[if lt IE 9]>
 +
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 +
    <![endif]-->
 +
    <!-- jQuery Tools (slider) -->
 +
    <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
 +
    <script>
 +
        $(function() {
 +
    // initialize scrollable
 +
    $(".scrollable").scrollable().navigator();
 +
        });
 +
    </script>
-
        </p>
+
    <!-- Navigation scroll follow -->
-
     </div>
+
    <script type="text/javascript">
 +
        $(window).scroll(function () {
 +
            var scrollPos = $(window).scrollTop();
 +
            if (scrollPos > 110) {
 +
                $(".navigation").addClass("stickToTop");
 +
            } else {
 +
                $(".navigation").removeClass("stickToTop");
 +
            }
 +
            if (scrollPos > 180) {
 +
                $(".toc").addClass("stickBelowNavigation");
 +
            } else {
 +
                $(".toc").removeClass("stickBelowNavigation");
 +
            }
 +
        });
 +
     </script>
-
     <div class="whitebox smallBox">
+
     <!-- Sexy Drop Down (drop down navigation) -->
-
         <img width="200px" height="115px" src="https://static.igem.org/mediawiki/2013/8/8e/UChi_testHome1.jpg">
+
    <script type="text/javascript">
-
        <h2><a href="/Team:UChicago/...">Meet Our Team</a></h2>
+
         $(document).ready(
-
        <p>
+
            function(){
 +
                $("ul.subnav").parent().find("> a").append("<span> ▼</span>");
 +
                $("ul.topnav li").hover(
 +
                    function() {
 +
                        // Hover over
 +
                        $(this).parent().find("ul.subnav").hide();
 +
                        $(this).find("ul.subnav").show();
 +
                        // Hover out
 +
                        $(this).hover(
 +
                            function() {
 +
                            },
 +
                            function(){
 +
                                $(this).find("ul.subnav").hide();
 +
                            }
 +
                        );
 +
                    },
 +
                    function(){
 +
                        $(this).find("ul.subnav").hide();
 +
                    }
-
Hypatia billions upon billions, light years network of wormholes are creatures of the cosmos culture astonishment extraplanetary how far away Apollonius of Perga Jean-François Champollion.
+
                );
 +
            }
 +
        );
 +
    </script>
-
         </p>
+
    <!-- iGem wiki hacks -->
-
    </div>
+
         <!-- Remove all empty <p> tags -->
 +
        <script type="text/javascript">
 +
            $(document).ready(function() {
 +
                $("p").filter( function() {
 +
                    return $.trim($(this).html()) == '';
 +
                }).remove();
 +
            });
 +
        </script>
-
    <div class="whitebox smallBox lastSmallBox">
+
        <!-- Remove "team" from the menubar -->
-
         <img width="200px" height="115px" src="https://static.igem.org/mediawiki/2013/8/8e/UChi_testHome1.jpg">
+
         <script type="text/javascript">
-
        <h2><a href="/Team:UChicago/...">Eco-Friendly Feather Degradation</a></h2>
+
            $(document).ready(function() {
-
         <p>
+
                $("menubar > ul > li:last-child").remove();
 +
            });
 +
         </script>
-
Great turbulent clouds, trillion brain is the seed of intelligence, the carbon in our apple pies globular star cluster dispassionate extraterrestrial observer decipherment.
+
        <!-- Empty heading? - Then remove it.. -->
 +
        <script type="text/javascript">
 +
            $(document).ready(function() {
 +
                if ("" == "</html>{{{1}}}<html>") {
 +
                    $("#heading").remove();
 +
                }
 +
            });
 +
        </script>
-
        </p>
 
-
    </div>
 
-
    <div class="whitebox">
+
<!-- HTML CONTENT -->
-
        <h3 class="button"><a href="sponsor_us.html">Sponsor Us for Next Year's Competition!</a></h3>
+
<!-- ************ -->
-
        <p>^ top</p>
+
-
    </div>
+
-
     <div class="whitebox">
+
     <!-- Header image -->
-
         <h2>Say "Hello"</h2>
+
    <!--<div id="header">
-
         <ul id="social">
+
        <div class="centering">
-
          <li><a href="#">Email us!</a></li>
+
         </div>
-
          <li><a href="#">Stop by our Facebook</a></li>
+
    </div> -->
-
        </ul>
+
 
 +
    <!-- Navigation bar -->
 +
    <div class="centering">
 +
    <div id="navigation">
 +
         <div class="navigation">
 +
           
 +
                <ul class="topnav" id="topnav">
 +
                    <li class="home navitem1">
 +
                        <a href="/Team:UChicago">UChicago</a>
 +
                    </li>
 +
                    <li class="igem navitem1">
 +
                        <a href="https://2013.igem.org" title="iGEM 2013 Homepage">iGEM 2013</a>
 +
                    </li>
 +
                    <li class="team navitem1">
 +
                        <a href="/Team:UChicago/Team">Team</a>
 +
                    </li>
 +
                    <li class="project navitem1">
 +
                        <a href="/Team:UChicago/Project">Project</a>
 +
                    </li>
 +
                    <li class="notebook navitem1">
 +
                        <a href="/Team:UChicago/Notebook">Notebook</a>
 +
                    </li>
 +
                    <li class="outreach navitem1">
 +
                        <a href="/Team:UChicago/Outreach">Outreach</a>
 +
                    </li>
 +
                    <li class="sponsor_us navitem1">
 +
                        <a href="/Team:UChicago/Sponsor_Us">Sponsor Us!</a>
 +
                    </li>
 +
                </ul>
 +
           
 +
        </div>
     </div>
     </div>
-
    <div class="clear"></html>
 
-
{{:Team:UChicago/Templates/Standard_footer}}
+
 
 +
    <!-- Prepare for content -->
 +
    <div id="innercontent">
 +
       
 +
            <div class="whitebox article">
 +
 
 +
    <!-- Page heading -->
 +
 
 +
       
 +
            <h1>
 +
</html>
 +
{{{1}}}
 +
<html>
 +
            </h1>
 +
       
 +
   
 +
 
 +
</html>

Revision as of 22:43, 12 September 2013