Team:Shenzhen BGIC 0101

From 2013.igem.org

(Difference between revisions)
 
(98 intermediate revisions not shown)
Line 1: Line 1:
 +
{{:Team:Shenzhen_BGIC_0101/Templates/Header}}
<html>
<html>
-
<!-- iGem wiki hacks -->
+
<head>
-
        <!-- Remove all empty <p> tags -->
+
<script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>
-
        <script type="text/javascript">
+
<script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/js/jquerycarouFredSel?action=raw&ctype=text/js" type="text/javascript"></script>
-
            $(document).ready(function() {
+
<script type="text/javascript">
-
                $("p").filter( function() {
+
function prevTimers() {
-
                    return $.trim($(this).html()) == '';
+
return allTimers().slice( 0, $('#pager a.selected').index() );
-
                }).remove();
+
}
-
            });
+
function allTimers() {
-
        </script>
+
return $('#pager a span');
 +
}
-
        <!-- Remove "team" from the menubar -->
+
$(function() {
-
        <script type="text/javascript">
+
$('#carousel').carouFredSel({
-
            $(document).ready(function() {
+
items: 1,
-
                $("menubar > ul > li:last-child").remove();
+
auto: {
-
            });
+
pauseOnHover: 'resume',
-
        </script>
+
progress: {
 +
bar: '#pager a:first span'
 +
}
 +
},
 +
scroll: {
 +
fx: 'crossfade',
 +
duration: 300,
 +
timeoutDuration: 6000,
 +
onAfter: function() {
 +
allTimers().stop().width( 0 );
 +
prevTimers().width( 140 );
 +
$(this).trigger('configuration', [ 'auto.progress.bar', '#pager a.selected span' ]);
 +
}
 +
},
 +
pagination: {
 +
container: '#pager',
 +
anchorBuilder: false
 +
}
 +
});
 +
});
 +
</script>
 +
<style type="text/css">
-
        <!-- Empty heading? - Then remove it.. -->
+
#carousel {
-
        <script type="text/javascript">
+
width: 750px;
-
        $(document).ready(function() {
+
height: 480px;
-
                document.getElementById("p-logo").style.display= "none";
+
}
-
                document.getElementById("menubar").style.display= "none";
+
#carousel img {
-
document.getElementById("searchform").style.display= "none";
+
border: 1px solid #ccc;
 +
display: block;
 +
padding: 10px;
 +
float: left;
 +
}
 +
#pager {
 +
margin-top: 5px;
 +
width: 750px;
 +
}
 +
#pager a, #pager span {
 +
display: block;
 +
height: 10px;
 +
}
 +
#pager a {
 +
border: 1px solid #ccc;
 +
width: 119px;
 +
margin-right: 3px;
 +
float: left;
 +
}
 +
#pager a:hover {
 +
border-color: #999;
 +
}
 +
#pager span {
 +
background-color: #ccc;
 +
width: 0px;
 +
}
 +
 +
#donate-spacer {
 +
height: 100%;
 +
}
 +
#donate {
 +
border-top: 1px solid #999;
 +
width: 800px;
 +
padding: 50px 75px;
 +
margin: 0 auto;
 +
overflow: hidden;
 +
}
 +
#donate p, #donate form {
 +
margin: 0;
 +
float: left;
 +
}
 +
#donate p {
 +
width: 730px;
 +
}
 +
#donate form {
 +
width: 100px;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<h1 style="text-align:center;">This is our story!</h1>
-
            });
+
<div id="wrapper">
-
        </script>
+
<div id="carousel">
 +
<img src="https://static.igem.org/mediawiki/2013/5/50/Frontpage1.png" width="720" height="477"/ >
 +
<img src="https://static.igem.org/mediawiki/2013/9/91/Frontpage2.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/3/3d/Frontpage3.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/f/f7/Frontpage4.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/5/53/Frontpage5.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/f/f6/Frontpage6.png" width="720" height="477" class="last" />
 +
</div>
 +
<div id="pager">
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
</div>
 +
</div>
 +
<div style="text-align:center;clear:both">
-
 
+
</div>
-
<link rel="javascript" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/menu_js?action=raw&ctype=text/javascript" type="text/javascript" />
+
</body>
-
<link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/menu?action=raw&ctype=text/css" type="text/css" />
+
-
<!-- menu -->
+
-
<ul id="nav">
+
-
<li><a href="#">Home</a></li>
+
-
<li><a href="#">About</a>
+
-
<ul>
+
-
<li><a href="#">About Us</a></li>
+
-
<li><a href="#">About Them</a></li>
+
-
<li><a href="#">About You</a>
+
-
<ul>
+
-
<li><a href="#">More About Us</a></li>
+
-
<li><a href="#">More About Them</a></li>
+
-
<li><a href="#">More About You</a></li>
+
-
</ul>
+
-
</li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="#">Portfolio</a></li>
+
-
<li><a href="#">Contact</a>
+
-
<ul>
+
-
<li><a href="#">International</a></li>
+
-
<li><a href="#">Corporate</a>
+
-
<ul>
+
-
<li><a href="#">International</a></li>
+
-
<li><a href="#">Corporate</a></li>
+
-
<li><a href="#">American Offices</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="#">American Offices</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a href="#">Mission Statement</a></li>
+
-
</ul>
+
-
   
+
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+
-
<script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.core.js" type="text/javascript"></script>
+
-
<!-- end of menu>
+
</html>
</html>
-
<!--- The Mission, Experiments --->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101|Home]]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Shenzhen_BGIC_0101 Official Team Profile]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Project|Project]]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Modeling|Modeling]]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Notebook|Notebook]]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Safety|Safety]]
 
-
!align="center"|[[Team:Shenzhen_BGIC_0101/Attributions|Attributions]]
 
-
|}
 

Latest revision as of 19:10, 28 October 2013






This is our story!