|
|
Line 1: |
Line 1: |
- | {{:Team:NTNU_Trondheim/Templates/Header}}
| + | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
- | </div> | + | </p></div></div></div> |
- | | + | |
- | <html> | + | |
- | | + | |
| <head> | | <head> |
- | | + | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
- | <script type="text/javascript"> | + | <link href="http://folk.ntnu.no/oyas/igem3/css/blank.css" rel="stylesheet" type="text/css" /> |
- | var fixed_menu_hidden = true;
| + | |
- | function dtbaker_scroll(){
| + | |
- | var scrollTop = $(window).scrollTop();
| + | |
- | if(scrollTop>80){
| + | |
- | if(fixed_menu_hidden){
| + | |
- | $('#fixednav').fadeIn();
| + | |
- | fixed_menu_hidden = false;
| + | |
- | }
| + | |
- | }else{
| + | |
- | $('#fixednav').fadeOut();
| + | |
- | fixed_menu_hidden = true;
| + | |
- | }
| + | |
- | }
| + | |
- | window.onscroll = dtbaker_scroll;
| + | |
- | $(function(){
| + | |
- | $('body').prepend('<div id="fixednav"><div></div></div>');
| + | |
- | $('#fixednav div').html($('#navigation ul').clone());
| + | |
- | });
| + | |
- | </script> | + | |
- | <style type="text/css">
| + | |
- | #navigation{
| + | |
- | position:absolute;
| + | |
- | height:39px;
| + | |
- | top:98px;
| + | |
- | width:994px;
| + | |
- | background:#13b8d6;
| + | |
- | z-index:6; /* above content */
| + | |
- | }
| + | |
- | #navigation ul{
| + | |
- | list-style:none;
| + | |
- | margin:0 0 0 41px;
| + | |
- | padding:0;
| + | |
- | position:absolute;
| + | |
- | }
| + | |
- | #navigation ul li{
| + | |
- | list-style:none;
| + | |
- | margin:0;
| + | |
- | padding:0;
| + | |
- | float:left;
| + | |
- | }
| + | |
- | #navigation ul li a{
| + | |
- | display:block;
| + | |
- | margin:0;
| + | |
- | padding:12px 13px 8px 13px;
| + | |
- | float:left;
| + | |
- | height:19px;
| + | |
- | border-left:1px solid #84daea;
| + | |
- | border-right:1px solid #15a1bb;
| + | |
- | font-size:1.4em;
| + | |
- | text-transform:uppercase;
| + | |
- | text-decoration:none;
| + | |
- | color:#FFF;
| + | |
- | font-family: "Cuprum", Helvetica, "Helvetica Neue", arial;
| + | |
- | }
| + | |
- | #navigation ul li a.selected{
| + | |
- | height:24px !important;
| + | |
- | background:#15a1bb url('../images/menu_arrow_down.gif') no-repeat center bottom !important;
| + | |
- | border-right:none;
| + | |
- | border-left:none;
| + | |
- | padding-left:14px;
| + | |
- | padding-right:14px;
| + | |
- | }
| + | |
- | #navigation ul li a:hover{
| + | |
- | background:#15a1bb;
| + | |
- | height:19px;
| + | |
- | text-decoration:underline;
| + | |
- | }
| + | |
- | #navigation ul li.first a{
| + | |
- | border-left:none;
| + | |
- | padding-left:14px;
| + | |
- | }
| + | |
- | #navigation ul li.last a{
| + | |
- | border-right:none;
| + | |
- | padding-right:14px;
| + | |
- | }
| + | |
- | #navigation_ribbon{
| + | |
- | position:absolute;
| + | |
- | height:6px;
| + | |
- | top:137px;
| + | |
- | width:994px;
| + | |
- | background:#13b8d6 url('../images/menu_under.gif') no-repeat bottom;
| + | |
- | z-index:3; /* below content */
| + | |
- | }
| + | |
- | #fixednav{
| + | |
- | position:fixed;
| + | |
- | left:0;
| + | |
- | right:0;
| + | |
- | top:0;
| + | |
- | height:39px;
| + | |
- | background:#13B8D6;
| + | |
- | display:none;
| + | |
- | z-index:300;
| + | |
- | }
| + | |
- | #fixednav div{
| + | |
- | width:994px;
| + | |
- | margin:0 auto;
| + | |
- | }
| + | |
- | #fixednav ul{
| + | |
- | list-style:none;
| + | |
- | margin:0 0 0 110px;
| + | |
- | padding:0;
| + | |
- | }
| + | |
- | #fixednav ul li{
| + | |
- | list-style:none;
| + | |
- | margin:0;
| + | |
- | padding:0;
| + | |
- | float:left;
| + | |
- | }
| + | |
- | #fixednav ul li a{
| + | |
- | display:block;
| + | |
- | margin:0;
| + | |
- | padding:12px 13px 8px 13px;
| + | |
- | float:left;
| + | |
- | height:19px;
| + | |
- | border-left:1px solid #84daea;
| + | |
- | border-right:1px solid #15a1bb;
| + | |
- | font-family: Cuprum, Helvetica, 'Helvetica Neue', arial;
| + | |
- | font-size: 1.4em;
| + | |
- | text-transform:uppercase;
| + | |
- | text-decoration:none;
| + | |
- | color:#FFF;
| + | |
- | }
| + | |
- | #fixednav ul li a.selected{
| + | |
- | height:24px !important;
| + | |
- | background:#15a1bb url('/new/images/menu_arrow_down.gif') no-repeat center bottom !important;
| + | |
- | border-right:none;
| + | |
- | border-left:none;
| + | |
- | padding-left:14px;
| + | |
- | padding-right:14px;
| + | |
- | }
| + | |
- | #fixednav ul li a:hover{
| + | |
- | background:#15a1bb;
| + | |
- | height:19px;
| + | |
- | text-decoration:underline;
| + | |
- | }
| + | |
- | #fixednav ul li.first a{
| + | |
- | border-left:none;
| + | |
- | padding-left:14px;
| + | |
- | }
| + | |
- | #fixednav ul li.last a{
| + | |
- | border-right:none;
| + | |
- | padding-right:14px;
| + | |
- | }
| + | |
- | </style>
| + | |
- | | + | |
| </head> | | </head> |
- | | + | <body> |
- | <div id="navigation"> | + | <iframe style="border:0; position:fixed; top:0; left:0; right:0; bottom:0; padding:0; width:100%; height:100%" src="http://folk.ntnu.no/oyas/igem3/index.php#house0">Your browser does not support iframes.</iframe> |
- |
| + | |
- | <ul> | + | |
- | <li class="first">
| + | |
- | <a title="Home Page" href="/">Home</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a rel="nofollow" title="" href="http://support.dtbaker.com.au/">Envato Support</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a title="About DTBAKER" href="/about-us.html">About</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a class="selected" title="php blog" href="/random-bits/index.html">Blog</a>
| + | |
- | </li>
| + | |
- | <!-- <li>
| + | |
- | <a href="/free-websites-and-php-scripts/index.html" title="Free Web Templates and PHP Scripts">Freebies</a>
| + | |
- | </li> -->
| + | |
- | <li>
| + | |
- | <a title="Quality Wordpress Themes and Web Designs" href="/premium-website-templates/index.html">Premium Wordpress Templates</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a title="Professional PHP Applications and PHP Scripts" href="/premium-php-applications/index.html">Premium PHP Scripts</a>
| + | |
- | </li>
| + | |
- | <li class="last">
| + | |
- | <a title="Contact Us" href="/contact.html">Contact</a>
| + | |
- | </li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="fixednav" style="display: block;">
| + | |
- | <div><ul>
| + | |
- | <li class="first">
| + | |
- | <a href="/" title="Home Page">Home</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="http://support.dtbaker.com.au/" title="" rel="nofollow">Envato Support</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="/about-us.html" title="About DTBAKER">About</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="/random-bits/index.html" title="php blog" class="selected">Blog</a>
| + | |
- | </li>
| + | |
- | <!-- <li>
| + | |
- | <a href="/free-websites-and-php-scripts/index.html" title="Free Web Templates and PHP Scripts">Freebies</a>
| + | |
- | </li> -->
| + | |
- | <li>
| + | |
- | <a href="/premium-website-templates/index.html" title="Quality Wordpress Themes and Web Designs">Premium Wordpress Templates</a>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <a href="/premium-php-applications/index.html" title="Professional PHP Applications and PHP Scripts">Premium PHP Scripts</a>
| + | |
- | </li>
| + | |
- | <li class="last">
| + | |
- | <a href="/contact.html" title="Contact Us">Contact</a>
| + | |
- | </li>
| + | |
- | </ul></div>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="main">
| + | |
- | <!--
| + | |
- | <div id="buttons">
| + | |
- | <a href="https://2012.igem.org/Team:NTNU_Trondheim/Project"><button class="punch" id="projectButton">Project</button></a>
| + | |
- | <a href="https://2012.igem.org/Team:NTNU_Trondheim/Results"><button class="punch" id="resultsButton">Results</button></a>
| + | |
- | <a href="https://2012.igem.org/Team:NTNU_Trondheim/Data"><button class="punch" id="dataButton">Data</button></a>
| + | |
- | </div>
| + | |
- | -->
| + | |
- |
| + | |
- | <h1>Welcome to our wiki!</h1>
| + | |
- | <p>This year the NTNU iGEM team is bent on cancer destruction by means of exploding bacteria. Here's a sketch of our basic plan for the genetic circuit:</p>
| + | |
- |
| + | |
- | <img src="https://static.igem.org/mediawiki/2012/3/3a/Genetisk_krets.png" width="500px;"/>
| + | |
- |
| + | |
- | <p>Check out the <a href="https://2012.igem.org/Team:NTNU_Trondheim/Project">project</a> section if you want to read more.
| + | |
- | Please note that the wiki is under construction. Content will be updated continously over the course of the summer, so stay
| + | |
- | tuned for the best synthetic biology action Trondheim has to offer!</p>
| + | |
- |
| + | |
- | <p>In the meantime, why not enjoy some classic entertainment:</p>
| + | |
- |
| + | |
- | <iframe width="560" height="315" src="http://www.youtube.com/embed/x5yPkxCLads" frameborder="0" allowfullscreen></iframe>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="sidebar">
| + | |
- | | + | |
- | <p style="text-align: center;">Countdown to the <a href="https://2012.igem.org/Regions/Europe/Jamboree" target="_blank">European jamboree</a>:
| + | |
- | <div id="jamboreeCountdown" style="width:200px;float:right;position:relative;right:50px;"></div><br /><br /><br/>
| + | |
- |
| + | |
- | <div style="padding: 0 0 0 10px; text-align:center;">
| + | |
- | <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
| + | |
- | <script>
| + | |
- | new TWTR.Widget({
| + | |
- | version: 2,
| + | |
- | type: 'profile',
| + | |
- | rpp: 4,
| + | |
- | interval: 30000,
| + | |
- | width: 280,
| + | |
- | height: 300,
| + | |
- | theme: {
| + | |
- | shell: {
| + | |
- | background: '#515151',
| + | |
- | color: '#ffffff'
| + | |
- | },
| + | |
- | tweets: {
| + | |
- | background: '#000000',
| + | |
- | color: '#ffffff',
| + | |
- | links: '#53db50'
| + | |
- | }
| + | |
- | },
| + | |
- | features: {
| + | |
- | scrollbar: false,
| + | |
- | loop: false,
| + | |
- | live: false,
| + | |
- | behavior: 'all'
| + | |
- | }
| + | |
- | }).render().setUser('iGEM_NTNU').start();
| + | |
- | </script>
| + | |
- | </div>
| + | |
- | <br/>
| + | |
- | <div style="padding: 0 0 0 5px;" class="fb-like-box" data-href="http://www.facebook.com/ntnuigem" data-width="292" data-show-faces="true" data-border-color="#ffffff" data-stream="false" data-header="false"></div>
| + | |
- | <br/><br/>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="bottom">
| + | |
- | <h1>Our sponsors:</h1>
| + | |
- | <p><a href="http://www.ntnu.edu/bioinformatics/pbi" target="_blank"><img src="http://folk.ntnu.no/oyas/igem/images/ntnu_bioinformatics_logo.png" /></a></p>
| + | |
- | </div>
| + | |
- | | + | |
- | | + | |
- | | + | |
| </body> | | </body> |
| </html> | | </html> |