Team:Minnesota/Team Students

From 2012.igem.org

(Difference between revisions)
m
m
Line 39: Line 39:
//main page image switcher
//main page image switcher
-
$("#mainRightButton1").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/theteam_gold_txt.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/theteam_gold_img.png");}
 
-
);
 
-
 
-
$("#mainRightButton2").hover(
 
-
    function() {
 
-
      $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_txt.png");
 
-
    },         
 
-
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");}
 
-
);
 
-
 
-
$("#mainRightButton3").hover(
 
-
    function() {
 
-
      $(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/mentorsprofessors_gold_img.png");}
 
-
);
 
Line 118: Line 96:
     },           
     },           
     function() {
     function() {
-
       $("#PSI2").css("opacity","1");
+
       psiAnimationOff($("#PSI2"));
-
      $("#PSI2").css("filter","alpha(opacity=100)");
+
-
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");
+
-
      $("#pstName").text("");
+
-
      $("#pstDescription").css("font-size",18);
+
-
      $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
+
     }
     }
);
);
Line 139: Line 112:
     },           
     },           
     function() {
     function() {
-
       $("#PSI3").css("opacity","1");
+
       psiAnimationOff($("#PSI3"));
-
      $("#PSI3").css("filter","alpha(opacity=100)");
+
-
      $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");
+
-
      $("#pstName").text("");
+
-
      $("#pstDescription").css("font-size",18);
+
-
      $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
+
     }
     }
);
);
Line 159: Line 127:
     },           
     },           
     function() {
     function() {
-
       $("#PSI4").css("opacity","1");
+
       psiAnimationOff($("#PSI4"));
-
       $("#PSI4").css("filter","alpha(opacity=100)");
+
    }
-
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_maroon_img.png");
+
);
-
       $("#pstName").text("");
+
 
-
       $("#pstDescription").css("font-size",18);
+
 
-
       $("#pstDescription").text("Please mouse over each icon to learn about our team members!");
+
$("#PSI5").hover(
 +
    function() {
 +
      $(this).css("opacity","0.4");
 +
       $(this).css("filter","alpha(opacity=40)");
 +
       $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/Maria_resized.png");
 +
      $("#pstName").css("font-weight","bold");
 +
       $("#pstName").text("Maria Filsinger");
 +
       $("#pstDescription").css("font-size",14);
 +
       $("#pstDescription").text("Maria is a high school student interested in Bioengineering and Biology, both of which she plans to study at Stanford University this fall. She would eventually like to attend graduate school. Her interests include horseback riding and volunteering to tutor students in at-risk neighborhoods in Minneapolis. Her favorite way to consume caffeine is in the form of chocolate and she uses SPF 15 to protect herself from the sun. Her movie character alter ego: Mulan.");
 +
    },         
 +
    function() {
 +
        psiAnimationOff($("#PSI5"));
     }
     }
);
);

Revision as of 05:55, 3 October 2012

Team:Minnesota - Main Style Template Team:Minnesota

Like us on FB and follow us on Twitter!

Please mouse over each icon to learn about our team members!