summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 3df57765..b20569f3 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -26,6 +26,26 @@
</div>
<div id="search-suggestion" class="suggestion" style="display: none">
</div>
+ <div>
+ <ul class="dropdown-menu">
+ <li class="dropdown-item dropdown-menu-heading">Filter by Type</li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <label><input type="checkbox" checked="checked" name="interest">Interest</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type dropdown-item-type-Skill">
+ <label><input type="checkbox" checked="checked" name="skill">Skill</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-Club">
+ <label><input type="checkbox" checked="checked" name="club">Club</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-person">
+ <label><input type="checkbox" checked="checked" name="person">Person</label>
+ </li>
+ <li class="dropdown-item dropdown-item-type dropdown-item-type-Internship-proposal">
+ <label><input type="checkbox" checked="checked" name="internship-proposal">Intership Proposal</label>
+ </li>
+ </ul>
+ </div>
<div class="export">
<a href="#">Export</a>
</div>