Difference between revisions of "Template:Team:UofC Calgary/Test1"

Line 591: Line 591:
  
 
$('.yeastiesDan').click(function () {
 
$('.yeastiesDan').click(function () {
       $('#advisorsInfo').html("");
+
       $('#advisorsInfo').html("'DAN ZIEMIANOWICZ'");
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').css('color','white');
 
       $('#advisorsInfo').css('color','white');
      $('.headerName').html('DAN ZIEMIANOWICZ');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesDan').css('opacity','1');
 
       $('.yeastiesDan').css('opacity','1');
Line 603: Line 601:
 
       $('.yeastiesAinna').css('opacity','0.5');
 
       $('.yeastiesAinna').css('opacity','0.5');
 
     });
 
     });
 +
 
$('.yeastiesNick').click(function () {
 
$('.yeastiesNick').click(function () {
       $('#advisorsInfo').html("");
+
       $('#advisorsInfo').html("NICK JETTE");
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').css('color','white');
 
       $('#advisorsInfo').css('color','white');
      $('.headerName').html('NICK JETTE');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesDan').css('opacity','0.5');
 
       $('.yeastiesDan').css('opacity','0.5');
Line 616: Line 613:
 
       $('.yeastiesAinna').css('opacity','0.5');
 
       $('.yeastiesAinna').css('opacity','0.5');
 
     });
 
     });
 +
 
$('.yeastiesRai').click(function () {
 
$('.yeastiesRai').click(function () {
       $('#advisorsInfo').html("");
+
       $('#advisorsInfo').html("RAI CHAUDHURI");
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').css('color','white');
 
       $('#advisorsInfo').css('color','white');
      $('.headerName').html('RAI CHAUDHURI');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesDan').css('opacity','0.5');
 
       $('.yeastiesDan').css('opacity','0.5');
Line 630: Line 626:
 
     });
 
     });
 
$('.yeastiesAinna').click(function () {
 
$('.yeastiesAinna').click(function () {
       $('#advisorsInfo').html("");
+
       $('#advisorsInfo').html("AINNA RANDHAWA");
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').addClass('content1');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').removeClass('content2');
 
       $('#advisorsInfo').css('color','white');
 
       $('#advisorsInfo').css('color','white');
      $('.headerName').html('AINNA RANDHAWA');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesDan').css('opacity','0.5');
 
       $('.yeastiesDan').css('opacity','0.5');
Line 644: Line 638:
  
 
$('.yeastiesMayi').click(function () {
 
$('.yeastiesMayi').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. MAYI ARCELLANA-PANLILIO");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. MAYI ARCELLANA-PANLILIO');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','1');
 
       $('.yeastiesMayi').css('opacity','1');
Line 661: Line 653:
  
 
$('.yeastiesNygren').click(function () {
 
$('.yeastiesNygren').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. ANDERS NYGREN");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. ANDERS NYGREN');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','0.5');
 
       $('.yeastiesMayi').css('opacity','0.5');
Line 677: Line 667:
 
     });
 
     });
 
$('.yeastiesVogel').click(function () {
 
$('.yeastiesVogel').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. ELKE MONIKA LOHMEIER VOGEL");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. ELKE MONIKA LOHMEIER VOGEL');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','0.5');
 
       $('.yeastiesMayi').css('opacity','0.5');
Line 693: Line 681:
 
     });
 
     });
 
$('.yeastiesGoodarzi').click(function () {
 
$('.yeastiesGoodarzi').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. AARON GOODARZI");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. AARON GOODARZI');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','0.5');
 
       $('.yeastiesMayi').css('opacity','0.5');
Line 709: Line 695:
 
     });
 
     });
 
$('.yeastiesWong').click(function () {
 
$('.yeastiesWong').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. SUI-LAM WONG");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. SUI-LAM WONG');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','0.5');
 
       $('.yeastiesMayi').css('opacity','0.5');
Line 725: Line 709:
 
     });
 
     });
 
$('.yeastiesDirkson').click(function () {
 
$('.yeastiesDirkson').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. DARREN DERKSEN");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. DARREN DERKSEN');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','0.5');
 
       $('.yeastiesMayi').css('opacity','0.5');
Line 741: Line 723:
 
     });
 
     });
 
$('.yeastiesJenne').click(function () {
 
$('.yeastiesJenne').click(function () {
       $('#mentorsInfo').html("");
+
       $('#mentorsInfo').html("DR. CRAIG JENNE");
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').addClass('content1');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').removeClass('content2');
 
       $('#mentorsInfo').css('color','white');
 
       $('#mentorsInfo').css('color','white');
      $('.headerName').html('DR. CRAIG JENNE');
 
      $('.headerName').css('display','block');
 
  
 
       $('.yeastiesMayi').css('opacity','0.5');
 
       $('.yeastiesMayi').css('opacity','0.5');

Revision as of 22:49, 26 August 2016