Line 44: | Line 44: | ||
<li>Remember that image galleries can help you showcase many pictures while saving space.</li> | <li>Remember that image galleries can help you showcase many pictures while saving space.</li> | ||
</ul> | </ul> | ||
+ | |||
<div> | <div> | ||
<img id="image" src="https://imgs.xkcd.com/comics/proofs.png" alt="Picture"> | <img id="image" src="https://imgs.xkcd.com/comics/proofs.png" alt="Picture"> | ||
Line 57: | Line 58: | ||
<script> | <script> | ||
+ | var options = { | ||
+ | inline: true, | ||
+ | |||
+ | } | ||
+ | |||
// View one image | // View one image | ||
− | var viewer = new Viewer(document.getElementById('image'), | + | var viewer = new Viewer(document.getElementById('image'), options); |
// View some images | // View some images | ||
− | var viewer = new Viewer(document.getElementById('images'), | + | var viewer = new Viewer(document.getElementById('images'),options); |
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:49, 25 August 2016
In this page you can introduce your team members, instructors, and advisors.
Inspiration
You can look at what other teams did to get some inspiration!
Here are a few examples:
What should this page contain?
- Include pictures of your teammates, don’t forget instructors and advisors!
- You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.
- Take team pictures! Show us your school, your lab and little bit of your city.
- Remember that image galleries can help you showcase many pictures while saving space.