Line 15: | Line 15: | ||
} | } | ||
+ | .column.three_quarter_size.filter_tool{ | ||
+ | border-left: 1px solid #d3d3d3; | ||
+ | width: 67%; | ||
+ | padding-left: 3%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .column.three_quarter_size.filter_tool > .filter_category{ | ||
+ | width:30%; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 32: | Line 43: | ||
<div class="column full_size"> | <div class="column full_size"> | ||
− | <h1 class="center_content">Search tool </h1> | + | <h1 class="center_content">Search and filter tool </h1> |
</div> | </div> | ||
Line 48: | Line 59: | ||
</div> | </div> | ||
− | <div class="column three_quarter_size"> | + | <div class="column three_quarter_size filter_tool"> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div class="filter_category"> | ||
+ | <h3>Country / Territory</h3> | ||
+ | <!-- Dropdown list for all teams --> | ||
+ | <select class="search_input" id="country_list"> | ||
+ | <option value="all_countries">All countries/territories</option> | ||
+ | </select> | ||
+ | </div> | ||
+ | <div class="filter_category"> | ||
<h3>Tracks</h3> | <h3>Tracks</h3> | ||
<!-- Dropdown list for tracks --> | <!-- Dropdown list for tracks --> | ||
Line 75: | Line 87: | ||
<option value="Therapeutics">Therapeutics</option> | <option value="Therapeutics">Therapeutics</option> | ||
</select> | </select> | ||
+ | </div> | ||
− | + | <div class="filter_category"> | |
− | + | ||
<h3>Section</h3> | <h3>Section</h3> | ||
<!-- Dropdown list for sections--> | <!-- Dropdown list for sections--> | ||
Line 86: | Line 98: | ||
<option value="High_School">High School</option> | <option value="High_School">High School</option> | ||
</select> | </select> | ||
− | + | </div> | |
+ | |||
+ | |||
</div> | </div> | ||
Revision as of 14:29, 5 September 2019
Information on all teams
This page contains information and links to all the 2019 teams. If you would like to search for a specific team or filter by categories you can do so by using the search tool below.