(26 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
− | |||
− | |||
− | |||
− | |||
<script> | <script> | ||
//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(); | |
− | $('.box'). | + | $("#ruby").hide(); |
− | + | ||
− | $('.box'). | + | $('.box').addClass( "selected_blue" ) |
+ | $('.box').removeClass( "selected_yellow" ) | ||
+ | $('.box').removeClass( "selected_pink" ) | ||
}); | }); | ||
− | + | ||
− | + | $("#jamie-pic").on("click", function() { | |
− | $("#jamie-pic").on(" | + | |
$("#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').removeClass( "selected_blue" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_yellow" ) |
− | + | ||
− | $('.box'). | + | |
}); | }); | ||
− | + | ||
− | + | $("#ruby-pic").on("click", function() { | |
− | $("#ruby-pic").on(" | + | |
$("#ruby").show(); | $("#ruby").show(); | ||
$("#team").hide(); | $("#team").hide(); | ||
− | + | $("#alex").hide(); | |
− | $("# | + | $("#courtney").hide(); |
− | $("# | + | $("#emaleen").hide(); |
− | + | $("#erica").hide(); | |
− | + | $("#grace").hide(); | |
+ | $("#jamie").hide(); | ||
+ | $("#team").hide(); | ||
+ | $("#stephanie").hide(); | ||
− | $( | + | $('.box').addClass( "selected_yellow" ) |
− | + | $('.box').removeClass( "selected_pink" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_blue" ) |
− | + | ||
− | $('.box'). | + | |
}); | }); | ||
− | + | ||
− | + | $("#stephanie-pic").on("click", function() { | |
− | $("#stephanie-pic").on(" | + | |
$("#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').addClass( "selected_blue" ) | |
− | $('.box'). | + | $('.box').removeClass( "selected_yellow" ) |
− | + | $('.box').removeClass( "selected_pink" ) | |
− | $('.box'). | + | |
}); | }); | ||
+ | |||
}); | }); | ||
Line 151: | 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 160: | 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 357: | 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 366: | Line 404: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
.box span.box-title { | .box span.box-title { | ||
Line 377: | Line 413: | ||
} | } | ||
− | |||
− | |||
− | |||
.box .box-content { | .box .box-content { | ||
Line 403: | Line 436: | ||
#team h4, #alex h4, #courtney h4, #emaleen h4, #erica h4, #grace h4, #jamie h4, #ruby h4, #stephanie h4, #nicholas h4, #jacqui h4, #edward h4{ font-family: 'Quicksand', sans-serif;} | #team h4, #alex h4, #courtney h4, #emaleen h4, #erica h4, #grace h4, #jamie h4, #ruby h4, #stephanie h4, #nicholas h4, #jacqui h4, #edward h4{ font-family: 'Quicksand', sans-serif;} | ||
− | .col-xs-4, .col-xs-8, . | + | .col-xs-4, .col-xs-8, .cheboi, .row { background-color: #e2e2e2;} |
h1 h4 p {color:#3e3f3f;} | h1 h4 p {color:#3e3f3f;} | ||
Line 409: | Line 442: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class="container-fluid"> | + | <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 518: | Line 551: | ||
<h4 style="color:#3e3f3f;" >DISCO is the 2017 University of Sydney iGEM Team and consists of 8 students aided by 3 supervisors. | <h4 style="color:#3e3f3f;" >DISCO is the 2017 University of Sydney iGEM Team and consists of 8 students aided by 3 supervisors. | ||
− | <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 | + | <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 561: | 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