Line 2: | Line 2: | ||
<html> | <html> | ||
+ | |||
+ | <div ng-repeat="person in team"> | ||
+ | <div class="team-card"> | ||
+ | <div class="monster"> | ||
+ | <p> {{person.name}}</p> | ||
+ | </div> | ||
+ | <div ng-show="person.reveal" ng-click="person.reveal = false"> | ||
+ | <img class="urinacircle" ng-src="{{person.image}}"> | ||
+ | |||
+ | <div class="card-desc"> | ||
+ | <p class="person-labteam">{{person.subteam}} // {{person.program}}</p> | ||
+ | <p class="person-desc">{{person.bio}}</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div ng-hide="person.reveal"> | ||
+ | <img ng-src="{{person.image}}" class="bigyou" ng-click="person.reveal = true"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
Revision as of 23:27, 16 October 2016
{{person.name}}
{{person.subteam}} // {{person.program}}
{{person.bio}}
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.