Line 2: | Line 2: | ||
<html> | <html> | ||
− | + | <script> | |
− | < | + | $(document).ready(function(){ |
− | . | + | $("#meetup").click(function(){ |
− | + | $("#meetuptext").slideToggle("slow"); | |
− | + | }); | |
− | + | $("#trade").click(function(){ | |
− | + | $("#tradetext").slideToggle("slow"); | |
− | + | }); | |
− | . | + | }); |
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | . | + | |
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
<div class = "column full_size"> | <div class = "column full_size"> | ||
Line 44: | Line 20: | ||
</div> | </div> | ||
<div class = "clear extra_space"></div> | <div class = "clear extra_space"></div> | ||
− | |||
<div class = "column half_size"> | <div class = "column half_size"> | ||
<h1>Midwestern Meetup:</h1> | <h1>Midwestern Meetup:</h1> | ||
+ | <img style="cursor:pointer" id="meetup" src="https://static.igem.org/mediawiki/2018/thumb/9/93/MidWesternMeetup2018.jpg/800px-MidWesternMeetup2018.jpg"> | ||
− | < | + | <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"> | <div class = "column half_size"> | ||
<h1> Trading Cards: </h1> | <h1> Trading Cards: </h1> | ||
− | + | <img style="cursor:pointer" id = "trade" src="https://static.igem.org/mediawiki/2018/e/e3/T--RHIT--TradingCard.png"> | |
− | + | <p style="display:none" id="tradetext"> Every iGEM project is changing the world. We want to recognize the SUPER abilities of all the iGEM teams by creating a league of superheroes made up of superheroes designed by each team based on their project. All superheroes will be placed on a trading card, and each team will receive trading cards from all the teams that participated. We are gathering information on the name of the team, name of the superhero, the team’s contact info, the “home base” for the superhero, the superhero’s mission, and any special powers that the Superhero has. | |
− | + | </p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | <div class="clear | + | <div class="clear"></div> |
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 18:11, 30 July 2018