Line 59: | Line 59: | ||
font-size: 1.11125em !important; | font-size: 1.11125em !important; | ||
} | } | ||
− | . | + | .cta-button-1 { |
top: 20px !important; | top: 20px !important; | ||
} | } | ||
− | #bodyContent . | + | #bodyContent .contact-text { |
padding-left: 28px !important; | padding-left: 28px !important; | ||
padding-right: 28px !important; | padding-right: 28px !important; | ||
} | } | ||
− | #bodyContent . | + | #bodyContent .contact-text:hover { |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 250: | Line 250: | ||
} | } | ||
} | } | ||
− | . | + | .cta-button-1 { |
position: fixed; | position: fixed; | ||
top: 0; | top: 0; | ||
Line 258: | Line 258: | ||
background-color: #408042; | background-color: #408042; | ||
} | } | ||
− | . | + | .cta-button-1:hover { |
background-color: #336635; | background-color: #336635; | ||
} | } | ||
− | . | + | .cta-text { |
line-height: 48px; | line-height: 48px; | ||
padding: 16px 28px; | padding: 16px 28px; | ||
Line 2,496: | Line 2,496: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | $(".copy1").on("mouseup | + | $(".copy1").on("mouseup", function() { |
$(this).css("background", "rgba(0,0,0,0.7)"); | $(this).css("background", "rgba(0,0,0,0.7)"); | ||
$(".copy1 p").css("color", "rgba(230,227,218,1)"); | $(".copy1 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,507: | Line 2,507: | ||
$("form").css("opacity", "1"); | $("form").css("opacity", "1"); | ||
}) | }) | ||
− | $(".copy1").on("mousedown | + | $(".copy1").on("mousedown", function() { |
$(this).css("background", "rgba(0,0,0,0.15)"); | $(this).css("background", "rgba(0,0,0,0.15)"); | ||
$(".copy1 p").css("color", "rgba(230,227,218,0)"); | $(".copy1 p").css("color", "rgba(230,227,218,0)"); | ||
Line 2,524: | Line 2,524: | ||
$(".show-image-1").css("opacity", "0"); | $(".show-image-1").css("opacity", "0"); | ||
}) | }) | ||
− | $(".expandable-content-1").on("mouseup | + | $(".expandable-content-1").on("mouseup", function() { |
$(this).css("background", "rgba(0,0,0,0.7)"); | $(this).css("background", "rgba(0,0,0,0.7)"); | ||
$(".expandable-content-1 p").css("color", "rgba(230,227,218,1)"); | $(".expandable-content-1 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,535: | Line 2,535: | ||
$(".expandable-content-1 img").css("opacity", "1"); | $(".expandable-content-1 img").css("opacity", "1"); | ||
}) | }) | ||
− | $(".expandable-content-1").on("mousedown | + | $(".expandable-content-1").on("mousedown", function() { |
$(this).css("background", "rgba(0,0,0,0.15)"); | $(this).css("background", "rgba(0,0,0,0.15)"); | ||
$(".expandable-content-1 p").css("color", "rgba(230,227,218,0)"); | $(".expandable-content-1 p").css("color", "rgba(230,227,218,0)"); | ||
Line 2,552: | Line 2,552: | ||
$(".show-image-2").css("opacity", "0"); | $(".show-image-2").css("opacity", "0"); | ||
}) | }) | ||
− | $(".expandable-content-2").on("mouseup | + | $(".expandable-content-2").on("mouseup", function() { |
$(this).css("background", "rgba(0,0,0,0.7)"); | $(this).css("background", "rgba(0,0,0,0.7)"); | ||
$(".expandable-content-2 p").css("color", "rgba(230,227,218,1)"); | $(".expandable-content-2 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,563: | Line 2,563: | ||
$(".expandable-content-2 img").css("opacity", "1"); | $(".expandable-content-2 img").css("opacity", "1"); | ||
}) | }) | ||
− | $(".expandable-content-2").on("mousedown | + | $(".expandable-content-2").on("mousedown", function() { |
$(this).css("background", "rgba(0,0,0,0.15)"); | $(this).css("background", "rgba(0,0,0,0.15)"); | ||
$(".expandable-content-2 p").css("color", "rgba(230,227,218,0)"); | $(".expandable-content-2 p").css("color", "rgba(230,227,218,0)"); | ||
Line 2,580: | Line 2,580: | ||
$(".show-image-3").css("opacity", "0"); | $(".show-image-3").css("opacity", "0"); | ||
}) | }) | ||
− | $(".expandable-content-3").on("mouseup | + | $(".expandable-content-3").on("mouseup", function() { |
$(this).css("background", "rgba(0,0,0,0.7)"); | $(this).css("background", "rgba(0,0,0,0.7)"); | ||
$(".expandable-content-3 p").css("color", "rgba(230,227,218,1)"); | $(".expandable-content-3 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,591: | Line 2,591: | ||
$(".expandable-content-3 img").css("opacity", "1"); | $(".expandable-content-3 img").css("opacity", "1"); | ||
}) | }) | ||
− | $(".expandable-content-3").on("mousedown | + | $(".expandable-content-3").on("mousedown", function() { |
$(this).css("background", "rgba(0,0,0,0.15)"); | $(this).css("background", "rgba(0,0,0,0.15)"); | ||
$(".expandable-content-3 p").css("color", "rgba(230,227,218,0)"); | $(".expandable-content-3 p").css("color", "rgba(230,227,218,0)"); | ||
Line 2,608: | Line 2,608: | ||
$(".show-image-4").css("opacity", "0"); | $(".show-image-4").css("opacity", "0"); | ||
}) | }) | ||
− | $(".expandable-content-4").on("mouseup | + | $(".expandable-content-4").on("mouseup", function() { |
$(this).css("background", "rgba(0,0,0,0.7)"); | $(this).css("background", "rgba(0,0,0,0.7)"); | ||
$(".expandable-content-4 p").css("color", "rgba(230,227,218,1)"); | $(".expandable-content-4 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,619: | Line 2,619: | ||
$(".expandable-content-4 img").css("opacity", "1"); | $(".expandable-content-4 img").css("opacity", "1"); | ||
}) | }) | ||
− | $(".expandable-content-4").on("mousedown | + | $(".expandable-content-4").on("mousedown", function() { |
$(this).css("background", "rgba(0,0,0,0.15)"); | $(this).css("background", "rgba(0,0,0,0.15)"); | ||
$(".expandable-content-4 p").css("color", "rgba(230,227,218,0)"); | $(".expandable-content-4 p").css("color", "rgba(230,227,218,0)"); | ||
Line 2,636: | Line 2,636: | ||
$(".show-image-5").css("opacity", "0"); | $(".show-image-5").css("opacity", "0"); | ||
}) | }) | ||
− | $(".expandable-content-5").on("mouseup | + | $(".expandable-content-5").on("mouseup", function() { |
$(this).css("background", "rgba(0,0,0,0.7)"); | $(this).css("background", "rgba(0,0,0,0.7)"); | ||
$(".expandable-content-5 p").css("color", "rgba(230,227,218,1)"); | $(".expandable-content-5 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,647: | Line 2,647: | ||
$(".expandable-content-5 img").css("opacity", "1"); | $(".expandable-content-5 img").css("opacity", "1"); | ||
}) | }) | ||
− | $(".expandable-content-5").on("mousedown | + | $(".expandable-content-5").on("mousedown", function() { |
$(this).css("background", "rgba(0,0,0,0.15)"); | $(this).css("background", "rgba(0,0,0,0.15)"); | ||
$(".expandable-content-5 p").css("color", "rgba(230,227,218,0.2)"); | $(".expandable-content-5 p").css("color", "rgba(230,227,218,0.2)"); | ||
Line 2,664: | Line 2,664: | ||
$(".show-image-6").css("opacity", "0"); | $(".show-image-6").css("opacity", "0"); | ||
}) | }) | ||
− | $(".testimonial-wrap-1").on("mouseup | + | $(".testimonial-wrap-1").on("mouseup", function() { |
$(".testimonial-wrap-2").css("background", "rgba(0,0,0,0.7)"); | $(".testimonial-wrap-2").css("background", "rgba(0,0,0,0.7)"); | ||
$(".testimonial-wrap-2 p").css("color", "rgba(230,227,218,1)"); | $(".testimonial-wrap-2 p").css("color", "rgba(230,227,218,1)"); | ||
Line 2,678: | Line 2,678: | ||
$(".quote-icon-2").css("opacity", "0.2"); | $(".quote-icon-2").css("opacity", "0.2"); | ||
}) | }) | ||
− | $(".testimonial-wrap-1").on("mousedown | + | $(".testimonial-wrap-1").on("mousedown", function() { |
$(".testimonial-wrap-2").css("background", "rgba(0,0,0,0.15)"); | $(".testimonial-wrap-2").css("background", "rgba(0,0,0,0.15)"); | ||
$(".testimonial-wrap-2 p").css("color", "rgba(230,227,218,0)"); | $(".testimonial-wrap-2 p").css("color", "rgba(230,227,218,0)"); | ||
Line 2,788: | Line 2,788: | ||
<ul> | <ul> | ||
<a href="https://2018.igem.org/Team:Auckland_MOD"><img class="logo-text" src="https://static.igem.org/mediawiki/2018/5/50/T--Auckland_MOD--MOD-logo-animated.svg"/></a><!-- | <a href="https://2018.igem.org/Team:Auckland_MOD"><img class="logo-text" src="https://static.igem.org/mediawiki/2018/5/50/T--Auckland_MOD--MOD-logo-animated.svg"/></a><!-- | ||
− | --><a href=" | + | --><a href="Description.html"><li>Project</li></a><!-- |
− | --><a href=" | + | --><a href="Public_Engagement.html"><li>Community</li></a><!-- |
− | --><a href=" | + | --><a href="Team.html"><li>Team</li></a><!-- |
− | --><a href=" | + | --><a href="Entrepreneurship.html"><li>Awards</li></a><!-- |
− | --><div class=" | + | --><div class="cta-button-1"><a class="cta-text" href="mailto:hrwaldegrave@gmail.com?Subject=Team MOD Enquiry">Contact</a></div> |
</ul> | </ul> | ||
</nav> | </nav> |
Revision as of 07:41, 28 August 2018
Welcome to Team MOD 2018
Team MOD is a group of undergrads who undertake genetic engineering projects with commercial applications. The projects are relatively simple, but challenging enough to introduce students to the real world of science and business. Each year, Team MOD enters in the International Genetic Engineering Machine (iGEM) competition. iGEM started in 2003 as a summer project at the Massachusettes Institute of Technology (MIT), and is now a global event involving hundreds of teams. Each year, Team MOD sends students to Boston to present their work. Team MOD is a great opportunity to gain insights into the real world of business and science, extracurricular experience, lab time, connections, friends, and more.
Hold to view image
About Team MOD and iGEM
Here are answers to questions we get asked the most. For more info, contact us (don't be shy, we're a friendly bunch).
"iGEM was an awesome opportunity to build practical science skills. I loved being able to contribute to solving a real world problem — working on a project that could make a difference. If you're thinking research might be for you, then this is a fantastic way to start."
Peter Wills, Alumni
Hold to view image
Keen to talk?
If you're interested, have questions, or want to know more, don't hesitate to contact us directly.