forked from DepthFrance/minisite-arh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (42 loc) · 1.7 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Site Properties -->
<title>Données ouvertes en PACA</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.min.css">
<style type="text/css">
#topbar {
//background: url(./img/bg.jpg) center center no-repeat;
min-height: 0px;
border-bottom: 10px solid #DD3228;
}
#topbar h1 {
background: white;
color: #444444;
padding: 0.5em;
border-bottom: 10px solid #FDB105;
}
</style>
</head>
<body>
<!-- Page Contents -->
<div id="topbar">
<h1>Données ouvertes en PACA</h1>
</div>
<script>window.jQuery || document.write("<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js'><\/script>")</script>
<!-- chargement feuille de style font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="https://depthfrance.github.io/udata-js/dist/udata.js"></script>
<div class="uData-data"
data-q=""
data-organizations="534fffa8a3a7292c64a780d2,534fffb7a3a7292c64a78142,534fffb8a3a7292c64a78149,534fffb8a3a7292c64a7814c,534fff4ea3a7292c64a77cad,534fff71a3a7292c64a77dcd,534fff55a3a7292c64a77cdd,534fff62a3a7292c64a77d5d,534fff52a3a7292c64a77cd0,534fff6ca3a7292c64a77da6,534fff54a3a7292c64a77cda,534fffaba3a7292c64a780ed"
data-organization="534fffa8a3a7292c64a780d2"
data-facets="all"
data-page_size="10"
></div>
</body>
</html>