|
|
(52 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- | <head> | + | <html lang="en-US"> |
- | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
| + | <head> |
- | <!--<script type="text/javascript" src="/path/to/jquery-1.9.1.min.js"></script>--> | + | <meta charset="UTF-8"> |
- | <script type="text/javascript" src="http://baijs.nl/tinycarousel/js/jquery.tinycarousel.min.js"></script>
| + | <meta http-equiv="refresh" content="1;url=https://2013.igem.org/Team:Penn"> |
- | | + | <script type="text/javascript"> |
- | <script type="text/javascript"> | + | window.location.href = "https://2013.igem.org/Team:Penn" |
- | $(document).ready(function(){
| + | </script> |
- |
| + | <title>Page Redirection</title> |
- | $('#slider-code').tinycarousel();
| + | </head> |
- |
| + | <body> |
- | });
| + | <!-- Note: don't tell people to `click` the link, just tell them that it is a link. --> |
- | </script>
| + | If you are not redirected automatically, follow the <a href='https://2013.igem.org/Team:Penn'>link here.</a> |
- | | + | </body> |
- | | + | |
- | <style>
| + | |
- |
| + | |
- | #slider-code { height: 300px; overflow:hidden;}
| + | |
- | #slider-code .viewport { float: left; width: 400px; height: 300px; overflow: hidden; position: relative; }
| + | |
- | #slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
| + | |
- | #slider-code .next { margin: 30px 0 0 10px; }
| + | |
- | #slider-code .disable { visibility: hidden; }
| + | |
- | #slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
| + | |
- | #slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 296px; border: 1px solid #dcdcdc; width: 396px;}
| + | |
- | | + | |
- | .outer {
| + | |
- | width: 100%;
| + | |
- | text-align: center;
| + | |
- | float: center;
| + | |
- | height: 100%;
| + | |
- | background-color: #000000;
| + | |
- | }
| + | |
- | | + | |
- | #p-logo {
| + | |
- | position: absolute;
| + | |
- | display: none;
| + | |
- | }
| + | |
- | | + | |
- | #content {
| + | |
- | width: 100%;
| + | |
- | }
| + | |
- | | + | |
- | #top-section {
| + | |
- | position: absolute;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | .firstHeading {
| + | |
- | position: absolute;
| + | |
- | display: none;
| + | |
- | }
| + | |
- | | + | |
- | .thumb {
| + | |
- | display: none;
| + | |
- | position: absolute;
| + | |
- | }
| + | |
- | | + | |
- | #banner {
| + | |
- | width: 100%;
| + | |
- | background-color: #FFFF99;
| + | |
- | height: 300px;
| + | |
- | }
| + | |
- | | + | |
- | .space {
| + | |
- | height: 20px;
| + | |
- | background-color: gray;
| + | |
- | }
| + | |
- | | + | |
- | .one {
| + | |
- | height: 1000px;
| + | |
- | width: 100%;
| + | |
- | background-color: #FF9999;
| + | |
- | }
| + | |
- | | + | |
- | .circle {
| + | |
- | height: 20px;
| + | |
- | width: 20px;
| + | |
- | background-color: black;
| + | |
- | -moz-border-radius: 100%
| + | |
- | -ms-border-radius: 100%;
| + | |
- | -webkit-border-radius: 100%;
| + | |
- | -o-border-radius: 100%;
| + | |
- | border-radius: 100%;
| + | |
- | }
| + | |
- | | + | |
- | .two {
| + | |
- | height:1000px;
| + | |
- | width: 100%;
| + | |
- | background-color: #7BB8F2;
| + | |
- | | + | |
- | </style>
| + | |
- | </head>
| + | |
- | | + | |
- | | + | |
- | <body>
| + | |
- | <div class="outer">
| + | |
- | | + | |
- | <div id="banner">
| + | |
- | | + | |
- | </div> | + | |
- | | + | |
- | <div class="space"></div> | + | |
- | | + | |
- | | + | |
- | <div class="one">
| + | |
- | | + | |
- | <div id="slider-code"> | + | |
- | <a class="buttons prev" href="#"><img class="circle"/></a>
| + | |
- | <div class="viewport"> | + | |
- | <ul class="overview"> | + | |
- | <li><img src="images/picture3.jpg" /></li>
| + | |
- | <li><img src="images/picture2.jpg" /></li>
| + | |
- | <li><img src="images/picture1.jpg" /></li>
| + | |
- | </ul> | + | |
- | </div>
| + | |
- | <a class="buttons next" href="#"><img class="circle"/></div></a>
| + | |
- | </div>
| + | |
- | | + | |
- | <div class="space"></div>
| + | |
- | | + | |
- | <div class="two"></div>
| + | |
- | | + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | </body> | + | |
| </html> | | </html> |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <!--
| |
- | <html>
| |
- | <head>
| |
- | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
| |
- | <style type="text/css"> @import "https://googledrive.com/host/0B4ZBZOYYKBzEYmdBemxXRHRBamM"; </style>
| |
- | <style type="text/javascript"> @import "https://googledrive.com/host/0B4ZBZOYYKBzEQ2w3TjVGaDlwUFE";</style>
| |
- | </head>
| |
- | <img id="penn" src="https://static.igem.org/mediawiki/2013/5/57/UPenn_logo.png"/>
| |
- |
| |
- |
| |
- | <script>
| |
- | $(document).ready(function(){
| |
- |
| |
- | //Testing some simple functions to see if it's working
| |
- | $(".tab").mouseenter(function() {
| |
- | $(this).css("width", "100px");
| |
- | });
| |
- |
| |
- | $(".tab").mouseleave(function() {
| |
- | $(this).css("width", "95px");
| |
- | });
| |
- |
| |
- |
| |
- | });
| |
- | </script>
| |
- |
| |
- | </html>
| |
- |
| |
- | {|
| |
- | !align="center" class="tab" id="current" |[[Team:UPenn|Home]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Team|Team]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[https://igem.org/Team.cgi?year=2013&team_name=UPenn Official Team Profile]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Project|Project]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Parts|Parts Submitted to the Registry]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Modeling|Modeling]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Notebook|Notebook]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Safety|Safety]]
| |
- | |}
| |
- | {|
| |
- | !align="center" class="tab"|[[Team:UPenn/Attributions|Attributions]]
| |
- | |}
| |
- |
| |
- |
| |
- |
| |
- | {| id="left"
| |
- | !align="center" class="tab" id="current" |Test
| |
- | |}
| |
- |
| |
- | {| id="right"
| |
- | !align="center" class="tab" id="current" |Test
| |
- | |}
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <!--http://blogs.scientificamerican.com/science-sushi/files/2012/11/SanfordLolcat-300x224.jpg
| |
- | {|align="justify"
| |
- | |You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
| |
- | |[[Image:UPenn_logo.png|200px|right|frame]]
| |
- | |-
| |
- | |
| |
- | ''Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
| |
- | |[[Image:UPenn_team.png|right|frame|Your team picture]]
| |
- | |-
| |
- | |
| |
- | |align="center"|[[Team:UPenn | Team UPenn]]
| |
- | |}
| |
- | -->
| |