Team:Minnesota/Notebook

From 2013.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 31: Line 31:
//background image centering
//background image centering
-
//main page image switcher - VERSION 2! Really cool haha...
+
 
var keeper;
var keeper;
Line 46: Line 46:
     function() {
     function() {
       keeper = $(this).attr("src");
       keeper = $(this).attr("src");
-
       var keeper2 = keeper.replace("img","txt");
+
       var keeper2 = keeper.replace("http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_maroon_img_zps10b17630.png","http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_gold_txt_zps96347d4e.png");
       $(this).attr("src",keeper2);
       $(this).attr("src",keeper2);
     },           
     },           
Line 55: Line 55:
     function() {
     function() {
       keeper = $(this).attr("src");
       keeper = $(this).attr("src");
-
       var keeper2 = keeper.replace("img","txt");
+
       var keeper2 = keeper.replace("http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_maroon_img_zpsfc8c87cc.png","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_gold_txt_zps6a94b6c8.png");
       $(this).attr("src",keeper2);
       $(this).attr("src",keeper2);
     },           
     },           
Line 61: Line 61:
);
);
-
//click tracker for which notebook it's on
 
-
$("#mainRightButton1").click(
 
-
    function(){
 
-
        var original = $(this).attr("src");
 
-
        var new1 = original.replace("gold","maroon");
 
-
        $(this).attr("src",new1);
 
-
        keeper = new1.replace("txt","img");
 
-
        original = $("#mainRightButton2").attr("src");
 
-
        $("#mainRightButton2").attr("src",original.replace("maroon","gold"));
 
-
        original = $("#mainRightButton3").attr("src");
 
-
        $("#mainRightButton3").attr("src",original.replace("maroon","gold"));
 
-
    }
 
-
);
 
-
$("#mainRightButton2").click(
 
-
    function(){
 
-
        var original = $(this).attr("src");
 
-
        var new1 = original.replace("gold","maroon");
 
-
        $(this).attr("src",new1);
 
-
        keeper = new1.replace("txt","img");
 
-
        original = $("#mainRightButton1").attr("src");
 
-
        $("#mainRightButton1").attr("src",original.replace("maroon","gold"));
 
-
        original = $("#mainRightButton3").attr("src");
 
-
        $("#mainRightButton3").attr("src",original.replace("maroon","gold"));
 
-
    }
 
-
);
 
-
 
-
$("#mainRightButton3").click(
 
-
    function(){
 
-
        var original = $(this).attr("src");
 
-
        var new1 = original.replace("gold","maroon");
 
-
        $(this).attr("src",new1);
 
-
        keeper = new1.replace("txt","img");
 
-
        original = $("#mainRightButton1").attr("src");
 
-
        $("#mainRightButton1").attr("src",original.replace("maroon","gold"));
 
-
        original = $("#mainRightButton2").attr("src");
 
-
        $("#mainRightButton2").attr("src",original.replace("maroon","gold"));
 
-
    }
 
-
);
 
//social media button switchers
//social media button switchers
-
$("#fbButton").hover(
 
-
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook.png");},         
 
-
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png");}
 
-
);
 
$("#twitterButton").hover(
$("#twitterButton").hover(
Line 136: Line 94:
<div id="MainBannerImage">
<div id="MainBannerImage">
-
<img src="http://drive.google.com/uc?export=view&id=0B1ulBujqO16-aHp2TWt2b0VmZDQ">
+
<img src="http://img20.imageshack.us/img20/35/19hf.png">
</div>
</div>
<div id="MainBanner">
<div id="MainBanner">
</div>
</div>
 +
<div id="SideBarAll">
<div id="SideBarAll">
Line 156: Line 115:
<div class="sideSocialMediaButtons">
<div class="sideSocialMediaButtons">
-
<div style="position:absolute; left:6px; top:6px;">
 
-
<a href="http://www.facebook.com/GopheriGEM2013">
 
-
<img id="fbButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png">
 
-
</a>
 
-
</div>
 
-
<div style="position:absolute; left:66px; top:6px;">
+
<div style="position:absolute; left:36px; top:6px;">
<a href="https://twitter.com/GopheriGEM">
<a href="https://twitter.com/GopheriGEM">
<img id="twitterButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png">
<img id="twitterButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png">
Line 170: Line 124:
<!--temp area for guide to social media-->
<!--temp area for guide to social media-->
-
<div style="position:absolute; top:420px; left:20px;font-family:Verdana;font-size:15;">
+
<div style="position:absolute; top:440px; left:20px;font-family:Verdana;font-size:15;">
-
Like us on FB and follow us on Twitter!
+
Follow us on Twitter!
</div>
</div>
Line 177: Line 131:
<div id="MainBoxAll">
<div id="MainBoxAll">
-
 
-
 
<div id="MainBoxContent" style="background-color:white">
<div id="MainBoxContent" style="background-color:white">
<iframe style="width:650px;height:450px" name="NotebookFrame" seamless="seamless" src="https://2013.igem.org/Team:Minnesota/Notebook/Home"></iframe>
<iframe style="width:650px;height:450px" name="NotebookFrame" seamless="seamless" src="https://2013.igem.org/Team:Minnesota/Notebook/Home"></iframe>
 +
 +
<p>Welcome to our Notebook page! Please use the buttons on the right to see in detail the exciting work our team has been doing this summer!</p>
</div>  
</div>  
Line 201: Line 155:
<div style="position:absolute;left:5px;top:75px;">
<div style="position:absolute;left:5px;top:75px;">
-
<a target="NotebookFrame" href="https://docs.google.com/file/d/0B1ulBujqO16-S21qeVkwRFNNZXM/edit?usp=sharing"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_img.png"></a>
+
<a target="NotebookFrame" href="https://docs.google.com/document/d/1crv_VHuWD9x8jLS__Qi_L50NJ_lfgfZPBV17osQOTRY/pub"><img id="mainRightButton2" src="http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_maroon_img_zps10b17630.png"></a>
</div>
</div>
<div style="position:absolute;left:5px;top:150px;">
<div style="position:absolute;left:5px;top:150px;">
-
<a target="NotebookFrame" href="https://docs.google.com/document/pub?id=1_Smb_U36dxKRkoXggbrjXqtclxAVZ5X53WntIgKvexo&amp;embedded=true"><img id="mainRightButton3"  src="http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_img.png"></a>
+
<a target="NotebookFrame" href="https://docs.google.com/document/d/1y9K0FYLCStAEHInpGu969gvufKh8pZZiciPlk44NNeY/pub"><img id="mainRightButton3"  src="http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_maroon_img_zpsfc8c87cc.png"></a>
</div>
</div>
Line 225: Line 179:
<div id="MainBoxOtherLinks">
<div id="MainBoxOtherLinks">
<p class="otherLinks">
<p class="otherLinks">
-
<a href="https://2013.igem.org/Main_Page">iGEM Home</a> | <a href="https://2013.igem.org/Team:Minnesota/Judges" style="color:red;">iGEM Judge-Click Here!</a> | <a href="https://igem.org/Team.cgi?id=814">Team Minnesota Info</a> |  
+
<a href="https://2013.igem.org/Main_Page">iGEM Home</a> | <a href="https://2013.igem.org/Team:Minnesota/Judges" style="color:red;">iGEM Judge-Click Here!</a> | <a href="https://igem.org/Team.cgi?id=1187">Team Minnesota Info</a> |  
<a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> |  <a href="https://2013.igem.org/Team:Minnesota/Contact">Contact Us!</a>
<a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> |  <a href="https://2013.igem.org/Team:Minnesota/Contact">Contact Us!</a>
</p>
</p>

Latest revision as of 23:49, 27 September 2013

Team:Minnesota - Main Style Template Team:Minnesota - Notebook

Welcome to our Notebook page! Please use the buttons on the right to see in detail the exciting work our team has been doing this summer!