forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecosystem_sort.html
41 lines (33 loc) · 955 Bytes
/
ecosystem_sort.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<a id="dropdownSortLeft" data-toggle="dropdown" data-target="#dropdownSortMenuLeft" >
Sort <img src="{{ site.baseurl }}/assets/images/filter-arrow.svg">
</a>
<div class="dropdown-menu sort-menu" id="#dropdownSortMenuLeft">
<div class="ecosystem-filter-menu">
<ul>
<li>
<a class="ecosystem-filter" id="sortLowLeft">GitHub Stars - Lowest</a>
</li>
<li>
<a class="ecosystem-filter" id="sortHighLeft">GitHub Stars - Highest</a>
</li>
</ul>
<hr>
<ul>
<li>
<a class="ecosystem-filter" id="sortDateNew">Date Added - Newest</a>
</li>
<li>
<a class="ecosystem-filter" id="sortDateOld">Date Added - Oldest</a>
</li>
</ul>
<hr>
<ul>
<li>
<a class="ecosystem-filter" id="sortTitleHigh">Title - A-Z</a>
</li>
<li>
<a class="ecosystem-filter" id="sortTitleLow">Title - Z-A</a>
</li>
</ul>
</div>
</div>