(22 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
//Making profiles pop up when you hover | //Making profiles pop up when you hover | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | $("#alex-pic").on(" | + | $("#alex-pic").on("click", function() { |
$("#alex").show(); | $("#alex").show(); | ||
+ | $("#courtney").hide(); | ||
+ | $("#emaleen").hide(); | ||
+ | $("#erica").hide(); | ||
+ | $("#grace").hide(); | ||
+ | $("#jamie").hide(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $("#ruby").hide(); | |
− | $("# | + | $("#stephanie").hide(); |
− | $(" | + | $('.box').addClass( "selected_blue" ) |
+ | $('.box').removeClass( "selected_yellow" ) | ||
+ | $('.box').removeClass( "selected_pink" ) | ||
}); | }); | ||
− | + | $("#courtney-pic").on("click", function() { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $("#courtney-pic").on(" | + | |
$("#courtney").show(); | $("#courtney").show(); | ||
+ | $("#alex").hide(); | ||
+ | $("#emaleen").hide(); | ||
+ | $("#erica").hide(); | ||
+ | $("#grace").hide(); | ||
+ | $("#jamie").hide(); | ||
+ | $("#stephanie").hide(); | ||
+ | $("#ruby").hide(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $('.box').addClass( "selected_pink" ) | |
− | $( | + | $('.box').removeClass( "selected_blue" ) |
− | $( | + | $('.box').removeClass( "selected_yellow" ) |
}); | }); | ||
− | + | $("#emaleen-pic").on("click", function() { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $("#emaleen-pic").on(" | + | |
$("#emaleen").show(); | $("#emaleen").show(); | ||
+ | $("#alex").hide(); | ||
+ | $("#courtney").hide(); | ||
+ | |||
+ | $("#erica").hide(); | ||
+ | $("#grace").hide(); | ||
+ | $("#jamie").hide(); | ||
+ | $("#stephanie").hide(); | ||
+ | $("#ruby").hide(); | ||
+ | |||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $('.box').addClass( "selected_yellow" ) | |
− | $( | + | $('.box').removeClass( "selected_pink" ) |
− | $( | + | $('.box').removeClass( "selected_blue" ) |
}); | }); | ||
− | + | $("#erica-pic").on("click", function() { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $("#erica-pic").on(" | + | |
$("#erica").show(); | $("#erica").show(); | ||
+ | $("#alex").hide(); | ||
+ | $("#courtney").hide(); | ||
+ | $("#emaleen").hide(); | ||
+ | |||
+ | $("#grace").hide(); | ||
+ | $("#jamie").hide(); | ||
+ | $("#stephanie").hide(); | ||
+ | $("#ruby").hide(); | ||
+ | |||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $('.box').addClass( "selected_yellow" ) | |
− | $( | + | $('.box').removeClass( "selected_pink" ) |
− | $( | + | $('.box').removeClass( "selected_blue" ) |
}); | }); | ||
− | + | $("#grace-pic").on("click", function() { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $("#grace-pic").on(" | + | |
$("#grace").show(); | $("#grace").show(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $("#alex").hide(); | |
− | $("# | + | $("#courtney").hide(); |
− | $("# | + | $("#emaleen").hide(); |
− | + | $("#erica").hide(); | |
+ | |||
+ | $("#jamie").hide(); | ||
+ | $("#stephanie").hide(); | ||
+ | $("#ruby").hide(); | ||
− | + | $('.box').addClass( "selected_blue" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_yellow" ) |
− | + | $('.box').removeClass( "selected_pink" ) | |
− | $('.box'). | + | |
}); | }); | ||
− | $("#jamie-pic").on(" | + | $("#jamie-pic").on("click", function() { |
$("#jamie").show(); | $("#jamie").show(); | ||
+ | $("#alex").hide(); | ||
+ | $("#courtney").hide(); | ||
+ | $("#emaleen").hide(); | ||
+ | $("#erica").hide(); | ||
+ | $("#grace").hide(); | ||
+ | $("#stephanie").hide(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $("#ruby").hide(); | |
− | $("# | + | |
− | + | ||
− | + | ||
− | + | $('.box').addClass( "selected_pink" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_blue" ) |
− | + | $('.box').removeClass( "selected_yellow" ) | |
− | $('.box'). | + | |
}); | }); | ||
− | $("#ruby-pic").on(" | + | $("#ruby-pic").on("click", function() { |
$("#ruby").show(); | $("#ruby").show(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $("#alex").hide(); | |
− | $("# | + | $("#courtney").hide(); |
− | $("#team"). | + | $("#emaleen").hide(); |
− | + | $("#erica").hide(); | |
+ | $("#grace").hide(); | ||
+ | $("#jamie").hide(); | ||
+ | $("#team").hide(); | ||
+ | $("#stephanie").hide(); | ||
− | + | $('.box').addClass( "selected_yellow" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_pink" ) |
− | + | $('.box').removeClass( "selected_blue" ) | |
− | $('.box'). | + | |
}); | }); | ||
− | $("#stephanie-pic").on(" | + | $("#stephanie-pic").on("click", function() { |
$("#stephanie").show(); | $("#stephanie").show(); | ||
+ | $("#alex").hide(); | ||
+ | $("#courtney").hide(); | ||
+ | $("#emaleen").hide(); | ||
+ | $("#erica").hide(); | ||
+ | $("#grace").hide(); | ||
+ | $("#jamie").hide(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $("#ruby").hide(); | |
− | $("# | + | |
− | + | ||
− | + | ||
− | + | $("#team").hide(); | |
− | $('.box'). | + | $('.box').addClass( "selected_blue" ) |
− | + | $('.box').removeClass( "selected_yellow" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_pink" ) |
− | + | ||
− | + | ||
− | $('.box'). | + | |
− | + | ||
− | + | ||
}); | }); | ||
Line 129: | Line 143: | ||
</script> | </script> | ||
<style> | <style> | ||
− | + | .selected_blue {border: 5px solid rgba(94, 172, 195, 0.8)!important;} | |
+ | .selected_pink {border: 5px solid rgba(220, 77, 80, 0.8)!important;} | ||
+ | .selected_yellow {border:5px solid rgba(247, 196, 66, 0.8)!important;} | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
body {background-color:#e2e2e2; } | body {background-color:#e2e2e2; } | ||
Line 138: | Line 154: | ||
font-family: 'banaue'; | font-family: 'banaue'; | ||
src: url('https://static.igem.org/mediawiki/2017/b/b0/T--Sydney_Australia--Wiki_Font_Banaue-Regular.Media-File.ogg'); | src: url('https://static.igem.org/mediawiki/2017/b/b0/T--Sydney_Australia--Wiki_Font_Banaue-Regular.Media-File.ogg'); | ||
− | font-weight: normal; | + | font-style: large; |
− | + | } | |
+ | |||
+ | #please h1 { | ||
+ | font-family: "banaue", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 60px; | ||
+ | } | ||
+ | |||
+ | #please h4 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 20px; | ||
+ | LINE-HEIGHT:30px; | ||
+ | font-weight:normal; | ||
+ | |||
+ | } | ||
+ | |||
+ | #please p { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | |||
+ | } | ||
+ | |||
+ | #please h3 { | ||
+ | font-family: 'quicksand', sans-serif; | ||
+ | color: #a2cca3; | ||
+ | font-size:30px; | ||
+ | } | ||
+ | |||
+ | #please h2 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | font-size: 25px; | ||
+ | } | ||
+ | |||
+ | #please h5 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 22px; | ||
+ | } | ||
+ | |||
+ | #please h6 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 20px; | ||
+ | |||
} | } | ||
Line 335: | Line 395: | ||
background:#fff; | background:#fff; | ||
transition:all 0.2s ease; | transition:all 0.2s ease; | ||
− | border:2px | + | border:2px white; |
margin-top: 10px; | margin-top: 10px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
Line 344: | Line 404: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
.box span.box-title { | .box span.box-title { | ||
Line 355: | Line 413: | ||
} | } | ||
− | |||
− | |||
− | |||
.box .box-content { | .box .box-content { | ||
Line 388: | Line 443: | ||
<body> | <body> | ||
<div class="container-fluid cheboi"> | <div class="container-fluid cheboi"> | ||
− | <div class = "row" style ="background-color:#e2e2e2"> | + | <div class = "row" style ="background-color:#e2e2e2; margin-top:60px;"> |
− | <img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/d/d1/T--Sydney_Australia--Team_Banner.png" width=" | + | <img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/d/d1/T--Sydney_Australia--Team_Banner.png" width="70%"> |
</div> | </div> | ||
Line 498: | Line 553: | ||
<br><br>Whilst most of us are in our 3rd year, studying a Bachelor of (Advanced) Science. We all have different majors, including biochemistry, statistics, molecular biology and applied mathematics. In addition to our love for the sciences, we also have students studying a second degree like economics or law… and even someone from the University of New South Wales! | <br><br>Whilst most of us are in our 3rd year, studying a Bachelor of (Advanced) Science. We all have different majors, including biochemistry, statistics, molecular biology and applied mathematics. In addition to our love for the sciences, we also have students studying a second degree like economics or law… and even someone from the University of New South Wales! | ||
− | <br><br><i>To find out more about us, | + | <br><br><i>To find out more about us, click on our pictures to the left!</i></h4> |
</div> | </div> | ||
<div class="box-content" id="alex"> | <div class="box-content" id="alex"> | ||
Line 539: | Line 594: | ||
<h4 style="color:#3e3f3f;" >Meet our <b>head of team collaboration</b>, Grace! | <h4 style="color:#3e3f3f;" >Meet our <b>head of team collaboration</b>, Grace! | ||
<br><br>She's in her final year of a Bachelor of Science (Advanced), majoring in Molecular Biology & Genetics and Immunobiology. Grace organises our collaborations with other iGEM teams, and oversees all of the team's social media accounts. She also works in the wet lab alongside the rest of the team. | <br><br>She's in her final year of a Bachelor of Science (Advanced), majoring in Molecular Biology & Genetics and Immunobiology. Grace organises our collaborations with other iGEM teams, and oversees all of the team's social media accounts. She also works in the wet lab alongside the rest of the team. | ||
− | <br><br>Grace's favourite piece of lab equipment is the Nanodrop Spectrophotometer. She considers her biggest science fail to be accidentally | + | <br><br>Grace's favourite piece of lab equipment is the Nanodrop Spectrophotometer. She considers her biggest science fail to be accidentally spilling a culture waste bottle full of <i>E. coli</i>. Outside of the lab Grace likes reading, learning languages, and butterflies. |
<br><br>If she could be any microbe, she would be a <i>Fusobacterium.</i> | <br><br>If she could be any microbe, she would be a <i>Fusobacterium.</i> | ||
</h4> | </h4> |
Latest revision as of 02:47, 2 November 2017