Troy.moench (Talk | contribs) |
Troy.moench (Talk | contribs) |
||
Line 3: | Line 3: | ||
<html> | <html> | ||
<span class="glyphicon glyphicon-star"></span> | <span class="glyphicon glyphicon-star"></span> | ||
+ | |||
+ | <div class="container"> | ||
+ | <h2>Dropdowns</h2> | ||
+ | <p>The .dropdown class is used to indicate a dropdown menu.</p> | ||
+ | <p>Use the .dropdown-menu class to actually build the dropdown menu.</p> | ||
+ | <p>To open the dropdown menu, use a button or a link with a class of .dropdown-toggle and data-toggle="dropdown".</p> | ||
+ | <div class="dropdown"> | ||
+ | <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example | ||
+ | <span class="caret"></span></button> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">HTML</a></li> | ||
+ | <li><a href="#">CSS</a></li> | ||
+ | <li><a href="#">JavaScript</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
<div class="column full_size" > | <div class="column full_size" > |
Revision as of 21:44, 2 October 2017
WLC-Milwaukee
Dropdowns
The .dropdown class is used to indicate a dropdown menu.
Use the .dropdown-menu class to actually build the dropdown menu.
To open the dropdown menu, use a button or a link with a class of .dropdown-toggle and data-toggle="dropdown".
Team
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.