forked from timwis/jkan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datasets.html
35 lines (27 loc) · 1.09 KB
/
datasets.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
---
title: Datasets
layout: default
permalink: /datasets/
---
{% include breadcrumbs.html %}
<div class="row">
<div class="col-sm-4">
<h3>Categories</h3>
<div class="list-group" data-component="categories-filter" data-show="5"></div>
<h3>Countries</h3>
<div class="list-group" data-component="rdl-country-filter" data-show="5"></div>
<h3>Geographical Scale</h3>
<div class="list-group" data-component="rdl-geographical-scale-filter" data-show="5"></div>
<h3>Hazard Type</h3>
<div class="list-group" data-component="rdl-hazard-type-filter" data-show="5"></div>
<h3>Licenses</h3>
<div class="list-group" data-component="rdl-license-filter" data-show="5"></div>
<h3>Projects</h3>
<div class="list-group" data-component="rdl-project-filter" data-show="5"></div>
</div>
<div class="col-sm-8" data-component="rdl-datasets-list">
<h3 class="rdl-datasets-count" data-hook="rdl-datasets-count"></h3>
<input type="text" data-hook="search-query" placeholder="Search..." class="form-control">
<div data-hook="rdl-datasets-items"></div>
</div>
</div>