Team:UESTC

From 2013.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
-
{{Team:UESTC/hidden}}
 
-
<!DOCTYPE html>
 
-
<html>
 
-
<head data-gwd-animation-mode="proMode">
 
-
    <title>main</title>
 
-
    <link type="text/css" href="https://2013.igem.org/Team:UESTC/style.css?action=raw&ctype=text/css" rel="stylesheet"/>
 
-
    <script src="https://2013.igem.org/Team:UESTC/js/libs/modernizr-2.0.6.min.js?action=raw&ctype=text/javascript"></script>
 
-
    <style type="text/css">
 
-
        .panel {
 
-
            width:100%;
 
-
        }
 
-
    </style>
 
-
    <!-- javascript for responsive drop menu -->
 
-
    <script type="text/javascript">
 
-
        var _gaq = _gaq || [];
 
-
        _gaq.push(['_setAccount', 'UA-36212355-2']);
 
-
        _gaq.push(['_trackPageview']);
 
-
 
-
        (function () {
 
-
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 
-
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 
-
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 
-
        })();
 
-
 
-
        var ww = document.body.clientWidth;
 
-
 
-
        $(document).ready(function () {
 
-
            $(".nav li a").each(function () {
 
-
                if ($(this).next().length > 0) {
 
-
                    $(this).addClass("parent");
 
-
                };
 
-
            })
 
-
 
-
            $(".toggleMenu").click(function (e) {
 
-
                e.preventDefault();
 
-
                $(this).toggleClass("active");
 
-
                $(".nav").toggle();
 
-
            });
 
-
            adjustMenu();
 
-
        })
 
-
 
-
        $(window).bind('resize orientationchange', function () {
 
-
            ww = document.body.clientWidth;
 
-
            adjustMenu();
 
-
        });
 
-
 
-
        var adjustMenu = function () {
 
-
            if (ww < 650) {
 
-
                $(".toggleMenu").css("display", "inline-block");
 
-
                if (!$(".toggleMenu").hasClass("active")) {
 
-
                    $(".nav").hide();
 
-
                } else {
 
-
                    $(".nav").show();
 
-
                }
 
-
                $(".nav li").unbind('mouseenter mouseleave');
 
-
                $(".nav li a.parent").unbind('click').bind('click', function (e) {
 
-
                    // must be attached to anchor element to prevent bubbling
 
-
                    e.preventDefault();
 
-
                    $(this).parent("li").toggleClass("hover");
 
-
                });
 
-
            }
 
-
            else if (ww >= 650) {
 
-
                $(".toggleMenu").css("display", "none");
 
-
                $(".nav").show();
 
-
                $(".nav li").removeClass("hover");
 
-
                $(".nav li a").unbind('click');
 
-
                $(".nav li").unbind('mouseenter mouseleave').bind('mouseenter mouseleave', function () {
 
-
                    // must be attached to li so that mouseleave is not triggered when hover over submenu
 
-
                    $(this).toggleClass('hover');
 
-
                });
 
-
            }
 
-
        }
 
-
    </script>
 
-
 
-
 
 
-
</head>
 
-
<body>
 
-
    <nav class="panel">
 
-
        <a class="toggleMenu" href="#">Menu</a>
 
-
        <ul class="nav">
 
-
<li>
 
-
<a href="https://2013.igem.org/Team:UESTC#">Home</a>
 
-
</li>
 
-
<li>
 
-
<a href="https://2013.igem.org/Team:UESTC#project">Project</a>
 
-
                <ul>
 
-
                    <li><a href="#nebula">Nebula</a></li>
 
-
                    <li><a href="#transpeeder">Transpeeder</a></li>
 
-
                    <li><a href="#ibricks">iBricks</a></li>
 
-
</ul>
 
-
</li>
 
-
<li>
 
-
<a href="https://2013.igem.org/Team:UESTC#team_info">Team Info</a>
 
-
</li>
 
-
<li>
 
-
<a href="https://2013.igem.org/Team:UESTC#notebook">Notebook</a>
 
-
</li>
 
-
<li>
 
-
<a href="https://2013.igem.org/Team:UESTC#mf">Medal Fulfillment</a>
 
-
</li>
 
-
<li>
 
-
<a href="https://2013.igem.org/Team:UESTC#hp">Human Practice</a>
 
-
</li>
 
-
<li>
 
-
<a href="#">Others</a>
 
-
<ul>
 
-
<li><a href="#safety">Safety</a></li>
 
-
<li><a href="#my-parts-submission">Submission</a></li>
 
-
</ul>
 
-
</li>
 
-
</ul><!-- end of .nav ul-->
 
-
    </nav>
 
-
    <div class="panel" id="home">
 
-
        <div id="logo" class="gwd-gen-f18lgwdanimation gwd-div-vixx">
 
-
            <a href="https://2013.igem.org/Team:UESTC"><img  id="team_logo" src="https://static.igem.org/mediawiki/2013/a/aa/UESTC_logo2.png"/></a>
 
-
            <a href="https://2013.igem.org/Main_Page" target="_blank"><img id="igem_logo" src="https://static.igem.org/mediawiki/2013/3/3a/UESTC_igemlogo1.png" /></a>
 
-
        </div><!--end of #logo-->
 
-
        <div class="panel" id="experiment"> <div id="background"></div></div><!-- moving cloud bg-->
 
-
        <div id="hi">
 
-
            <p>Hi! We are 2013 iGEM Competition  Software Team UESTC</p>
 
-
            <p>(University of Electronic Science and Technology of China)</p>
 
-
        </div>
 
-
    </div><!--end of #home-->
 
-
    <div class="panel" id="project">
 
-
       
 
-
     
 
-
    </div><!-- end of #project -->
 
-
    <div class="panel" id="main_footer">
 
-
        <span id="footer_head_1">Acknowledgements</span>
 
-
        <span id="footer_p">We thank the following people for their help and advice:</span>
 
-
        <div class="mem_panel" id="thanks_people">
 
-
            <ul class="mem_list">
 
-
                <li>
 
-
                    <img src="https://static.igem.org/mediawiki/2013/b/b7/UESTC_LvDong.jpg" />
 
-
                    <div class="pop" id="mem14_content">
 
-
                            <p>A sophomore from School of Optoelectronic Information  of UESTC. He gave us some help in parts statistics as well as some good advice on our projects.</p>
 
-
                    </div>
 
-
                    <span class="mem_name">Dong Lv</span>
 
-
                </li>
 
-
                <li>
 
-
                    <img src="https://static.igem.org/mediawiki/2013/4/4b/UESTC_Wenwei_Bi.jpg" />
 
-
                    <div class="pop" id="mem15_content">
 
-
                            <p>A senior student from School of Communication and Information Engineering of UESTC. During the early days of our preparations for iGEM,he provided us with some advice on team wiki and Nebula.</p>
 
-
                    </div>
 
-
                    <span class="mem_name">Wenwei Bi</span>
 
-
                </li>
 
-
                <li>
 
-
                    <img id="mem16" src="https://static.igem.org/mediawiki/2013/b/b4/UESTC_Hailong_Zhao.jpg" />
 
-
                    <div class="pop" id="mem16_content">
 
-
                            <p>A postgraduate from School of Life Science and Technology of UESTC. She assisted us in literature research and gave some professional advice on our projects.</p>
 
-
                    </div>
 
-
                    <span class="mem_name">Hailong Zhao</span>
 
-
                </li>
 
-
            </ul>
 
-
           
 
-
        </div><!-- end of #thanks_people -->
 
-
        <span id="footer_head_2">Sponsors</span>
 
-
        <div class="mem_panel" id="thanks_org">
 
-
            <ul class="mem_list">
 
-
                <li>
 
-
                    <a href="http://www.oice.uestc.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2013/6/60/UESTC_Sponsor1.jpg" /></a>
 
-
                    <span>UESTC</span>
 
-
                </li>
 
-
                <li>
 
-
                    <a href="http://www.oice.uestc.edu.cn/en/index.php?m=content&c=index&a=lists&catid=118"><img src="https://static.igem.org/mediawiki/2013/f/f9/UESTC_Sponsor2.jpg" /></a>
 
-
                    <span>Teaching Affairs Office of UESTC</span>
 
-
                </li>
 
-
                <li>
 
-
                  <a href="http://www.oice.uestc.edu.cn/en/index.php?m=content&c=index&a=show&catid=117&id=17"><img src="https://static.igem.org/mediawiki/2013/4/42/UESTC_Sponsor3.jpg" /></a>
 
-
                    <span>School of Life Science and Technology,UESTC</span>
 
-
                </li>
 
-
            </ul>
 
-
        </div><!-- end of #thanks_org -->
 
-
    </div><!--- end of #footer -->
 
-
</body>
 
-
</html>
 

Revision as of 14:00, 26 October 2013