Team:Minnesota/Team
From 2012.igem.org
(Difference between revisions)
m |
m |
||
(36 intermediate revisions not shown) | |||
Line 10: | Line 10: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | // | + | |
+ | // jQuery functions go here... | ||
//vertical autocenter | //vertical autocenter | ||
Line 23: | Line 24: | ||
//end vertial autocenter | //end vertial autocenter | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | //Right nav button functions | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
$("#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/theteam_maroon_txt.png"); |
- | $("#MainBoxContentImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/image1_resized.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!"); | + | //$(".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() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_maroon_img.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/students_gold_txt.png"); |
- | + | ||
- | + | ||
}, | }, | ||
- | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_gold_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/mentorsprofessors_gold_txt.png"); |
- | + | ||
- | + | ||
}, | }, | ||
- | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/ | + | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_img.png");} |
); | ); | ||
Line 69: | Line 53: | ||
- | // | + | //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( | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter.png");}, | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png");} | ||
+ | ); | ||
Line 81: | Line 73: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
Line 319: | Line 82: | ||
<div id="ContentAll"> | <div id="ContentAll"> | ||
+ | <div id="MainBannerImage"> | ||
+ | <img src="http://i1158.photobucket.com/albums/p607/iGEM_MN/MainBanner_trans.png"> | ||
+ | </div> | ||
<div id="MainBanner"> | <div id="MainBanner"> | ||
- | |||
</div> | </div> | ||
Line 329: | Line 94: | ||
<li><a class="current" href='https://2012.igem.org/Team:Minnesota/Team'>TEAM</a></li> | <li><a class="current" href='https://2012.igem.org/Team:Minnesota/Team'>TEAM</a></li> | ||
<li><a href='https://2012.igem.org/Team:Minnesota/Project'>PROJECT</a></li> | <li><a href='https://2012.igem.org/Team:Minnesota/Project'>PROJECT</a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Minnesota/Software'>SOFTWARE</a></li> | ||
<li><a href='https://2012.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li> | <li><a href='https://2012.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li> | ||
<li><a href='https://2012.igem.org/Team:Minnesota/Attributions'>ATTRIBUTIONS</a></li> | <li><a href='https://2012.igem.org/Team:Minnesota/Attributions'>ATTRIBUTIONS</a></li> | ||
<li><a href='https://2012.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li> | <li><a href='https://2012.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li> | ||
+ | <li><a href='https://2012.igem.org/Team:Minnesota/Safety'>SAFETY</a></li> | ||
<li><a href='https://2012.igem.org/Team:Minnesota/Sponsors'>SPONSORS</a></li> | <li><a href='https://2012.igem.org/Team:Minnesota/Sponsors'>SPONSORS</a></li> | ||
</ul> | </ul> | ||
Line 360: | Line 127: | ||
<div id="MainBoxContent"> | <div id="MainBoxContent"> | ||
+ | <img id="MainBoxContentImg" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/team_image_resized.png"> | ||
- | <div class=" | + | <div class="mainContentTextBanner"> |
- | + | Welcome to our team page! Our team is composed of great, enthusiastic, science-loving people! Use the icons on the right to find out more! | |
- | </div> | + | </div><!--end mainContentTextBanner--> |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> <!--end mainboxcontent--> | </div> <!--end mainboxcontent--> | ||
Line 408: | Line 138: | ||
<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/theteam_maroon_img.png"></a> |
</div> | </div> | ||
<div style="position:absolute;left:5px;top:75px;"> | <div style="position:absolute;left:5px;top:75px;"> | ||
- | <a href=" | + | <a href="https://2012.igem.org/Team:Minnesota/Team_Students"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/students_gold_img.png"></a> |
</div> | </div> | ||
<div style="position:absolute;left:5px;top:150px;"> | <div style="position:absolute;left:5px;top:150px;"> | ||
- | <a href=" | + | <a href="https://2012.igem.org/Team:Minnesota/Team_Mentors_Advisors"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_img.png"></a> |
</div> | </div> | ||
Line 423: | Line 153: | ||
<div id="MainBoxOtherLinks"> | <div id="MainBoxOtherLinks"> | ||
<p class="otherLinks"> | <p class="otherLinks"> | ||
- | <a href="https://2012.igem.org/Main_Page">iGEM Home</a> | <a href="https://igem.org/Team.cgi">Team Minnesota Info</a> | | + | <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="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 438: | Line 167: | ||
+ | |||
+ | |||
+ | <div class="hidden"> | ||
+ | <script type="text/javascript"> | ||
+ | <!--//--><![CDATA[//><!-- | ||
+ | var images = new Array() | ||
+ | function preload() { | ||
+ | for (i = 0; i < preload.arguments.length; i++) { | ||
+ | images[i] = new Image() | ||
+ | images[i].src = preload.arguments[i] | ||
+ | } | ||
+ | } | ||
+ | preload( | ||
+ | "http://i1158.photobucket.com/albums/p607/iGEM_MN/image4_resized.png", | ||
+ | |||
+ | ) | ||
+ | //--><!]]> | ||
+ | </script> | ||
+ | </div> | ||
</body> | </body> | ||
Latest revision as of 02:26, 4 October 2012
Like us on FB and follow us on Twitter!
Welcome to our team page! Our team is composed of great, enthusiastic, science-loving people! Use the icons on the right to find out more!