Line 6: | Line 6: | ||
$("#meetup").click(function(){ | $("#meetup").click(function(){ | ||
$("#meetuptext").slideToggle("slow"); | $("#meetuptext").slideToggle("slow"); | ||
+ | }); | ||
+ | $("#trade").click(function(){ | ||
+ | $("#tradetext").slideToggle("slow"); | ||
}); | }); | ||
}); | }); | ||
Line 18: | Line 21: | ||
<p style="display:none;" id="meetuptext"> On June 30th, two members of our team travelled to Michigan State University for the Midwestern iGEM Meetup. We spent the morning on a tour of the university’s botanical gardens learning about a range of plants and the history behind the gardens. After lunch, each team gave a short presentation and answered questions about their project. Then, we went on a tour of the Michigan State University iGEM team’s lab and facilities. Through this meetup, we made connections with other teams and have already started collaborating with the Michigan State team. </p> | <p style="display:none;" id="meetuptext"> On June 30th, two members of our team travelled to Michigan State University for the Midwestern iGEM Meetup. We spent the morning on a tour of the university’s botanical gardens learning about a range of plants and the history behind the gardens. After lunch, each team gave a short presentation and answered questions about their project. Then, we went on a tour of the Michigan State University iGEM team’s lab and facilities. Through this meetup, we made connections with other teams and have already started collaborating with the Michigan State team. </p> | ||
</div> | </div> | ||
+ | |||
+ | <div class = "column half_size"> | ||
+ | <h1> Trading Cards: </h1> | ||
+ | <img id = "trade" src=""> | ||
+ | <p style="display:none" id="tradetext"> | ||
+ | |||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | |||
<div class="column full_size judges-will-not-evaluate"> | <div class="column full_size judges-will-not-evaluate"> |
Revision as of 18:10, 11 July 2018