Team:Minnesota
From 2013.igem.org
(Difference between revisions)
Line 25: | Line 25: | ||
- | // | + | //main page image switcher |
$("#mainRightButton1").hover( | $("#mainRightButton1").hover( | ||
function() { | function() { | ||
- | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_maroon_txt.png"); |
- | //$("# | + | $("#mainRightButton2").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_gold_img.png"); |
- | //$(".mainContentTextBanner").text("Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do!"); | + | $("#mainRightButton3").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_gold_img.png"); |
+ | $("#MainBoxContentImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/image1_resized.png"); | ||
+ | $(".mainContentTextBanner").text("Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do!"); | ||
}, | }, | ||
- | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | function() { |
+ | //actually dont need to do anything on mouseout | ||
+ | //$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png"); | ||
+ | } | ||
); | ); | ||
$("#mainRightButton2").hover( | $("#mainRightButton2").hover( | ||
function() { | function() { | ||
- | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_txt.png"); |
+ | $("#mainRightButton1").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png"); | ||
+ | $("#mainRightButton3").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_gold_img.png"); | ||
+ | $("#MainBoxContentImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/image4_resized.png"); | ||
+ | $(".mainContentTextBanner").text("We are a dedicated team of students from the University of Minnesota - Twin Cities working to further the field of synthetic biology scientifically and to make it more accessible to the public! Click the team button on the left to learn more about each of us!"); | ||
}, | }, | ||
- | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_img.png");} |
); | ); | ||
$("#mainRightButton3").hover( | $("#mainRightButton3").hover( | ||
function() { | function() { | ||
- | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_maroon_txt.png"); |
+ | $("#mainRightButton1").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png"); | ||
+ | $("#mainRightButton2").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_gold_img.png"); | ||
+ | $("#MainBoxContentImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/image3_resized.png"); | ||
+ | $(".mainContentTextBanner").text("Our team is working on projects that both help to develop the field of synthetic biology and are just awesome in general! This year, we are working on making caffeinated bread and a sunscreen that requires only one application. Ever! Click the project button on the left to learn more!"); | ||
}, | }, | ||
- | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_maroon_img.png");} |
); | ); | ||
Line 73: | Line 86: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
</style> | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function displayDate() | ||
+ | { | ||
+ | var currentDate = new Date(); | ||
+ | var compDate = new Date(2012,10,3,0,0,0,0); | ||
+ | var dif = compDate - currentDate; | ||
+ | var sec = dif/1000; | ||
+ | var min = sec/60; | ||
+ | var hour = min/60; | ||
+ | var day = hour/24; | ||
+ | var week = Math.floor(day/7); | ||
+ | var dispday = Math.floor(day)%24; | ||
+ | var disphour = Math.floor(hour)%24; | ||
+ | var dispmin = Math.floor(min)%60; | ||
+ | var dispsec = Math.floor(sec)%60; | ||
+ | var dispString = "Time until iGEM North America East Regional Jamboree: " + week + " weeks, " + dispday + " days, " + disphour + " hours, " + dispmin + " minutes, " + dispsec + " seconds."; | ||
+ | document.getElementById("demo").innerHTML=dispString; | ||
+ | t=setTimeout('displayDate()',500); | ||
+ | |||
+ | } | ||
+ | </script> | ||
</head> | </head> | ||
Line 91: | Line 127: | ||
<div class="sideNavBar2"> | <div class="sideNavBar2"> | ||
<ul> | <ul> | ||
- | <li><a href='https:// | + | <li><a class="current" href='https://2012.igem.org/Team:Minnesota'>HOME</a></li> |
- | <li><a | + | <li><a href='https://2012.igem.org/Team:Minnesota/Team'>TEAM</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Project'>PROJECT</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Software'>SOFTWARE</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Attributions'>ATTRIBUTIONS</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Safety'>SAFETY</a></li> |
- | <li><a href='https:// | + | <li><a href='https://2012.igem.org/Team:Minnesota/Sponsors'>SPONSORS</a></li> |
</ul> | </ul> | ||
</div> | </div> | ||
Line 105: | Line 141: | ||
<div class="sideSocialMediaButtons"> | <div class="sideSocialMediaButtons"> | ||
<div style="position:absolute; left:6px; top:6px;"> | <div style="position:absolute; left:6px; top:6px;"> | ||
- | <a href="http://www.facebook.com/ | + | <a href="http://www.facebook.com/iGEM.Minnesota"> |
<img id="fbButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png"> | <img id="fbButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png"> | ||
</a> | </a> | ||
Line 111: | Line 147: | ||
<div style="position:absolute; left:66px; top:6px;"> | <div style="position:absolute; left:66px; top:6px;"> | ||
- | <a href="https://twitter.com/ | + | <a href="https://twitter.com/igem_mn"> |
<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"> | ||
</a> | </a> | ||
Line 127: | Line 163: | ||
<div id="MainBoxContent"> | <div id="MainBoxContent"> | ||
- | <img id="MainBoxContentImg" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | <img id="MainBoxContentImg" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/image1_resized.png"> |
<div class="mainContentTextBanner"> | <div class="mainContentTextBanner"> | ||
- | Welcome to | + | Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do! |
</div><!--end mainContentTextBanner--> | </div><!--end mainContentTextBanner--> | ||
Line 138: | Line 174: | ||
<div style="position:absolute;left:5px;top:0px;"> | <div style="position:absolute;left:5px;top:0px;"> | ||
- | <a href="#"><img id="mainRightButton1" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | <a href="#"><img id="mainRightButton1" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_maroon_txt.png"></a> |
</div> | </div> | ||
<div style="position:absolute;left:5px;top:75px;"> | <div style="position:absolute;left:5px;top:75px;"> | ||
- | <a href="https:// | + | <a href="https://2012.igem.org/Team:Minnesota/Project"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_gold_img.png"></a> |
</div> | </div> | ||
<div style="position:absolute;left:5px;top:150px;"> | <div style="position:absolute;left:5px;top:150px;"> | ||
- | <a href="https:// | + | <a href="https://2012.igem.org/Team:Minnesota/Team"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_gold_img.png"></a> |
</div> | </div> | ||
Line 153: | Line 189: | ||
<div id="MainBoxOtherLinks"> | <div id="MainBoxOtherLinks"> | ||
<p class="otherLinks"> | <p class="otherLinks"> | ||
- | <a href="https:// | + | <a href="https://2012.igem.org/Main_Page">iGEM Home</a> | <a href="https://2012.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="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> | <a href="https:// | + | <a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> | <a href="https://2012.igem.org/Team:Minnesota/Contact">Contact Us!</a> |
</p> | </p> | ||
</div> <!--end mainboxotherlinks--> | </div> <!--end mainboxotherlinks--> | ||
+ | |||
Line 181: | Line 218: | ||
preload( | preload( | ||
"http://i1158.photobucket.com/albums/p607/iGEM_MN/image4_resized.png", | "http://i1158.photobucket.com/albums/p607/iGEM_MN/image4_resized.png", | ||
- | + | "http://i1158.photobucket.com/albums/p607/iGEM_MN/image3_resized.png", | |
+ | "http://i1158.photobucket.com/albums/p607/iGEM_MN/image1_resized.png" | ||
) | ) | ||
//--><!]]> | //--><!]]> |
Revision as of 08:08, 13 July 2013
Like us on FB and follow us on Twitter!
Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do!