forked from datopian/datahub
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
70 lines (56 loc) · 2.46 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Recline by Moviri</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Recline</h1>
<p>A simple but powerful library for building data applications in pure Javascript and HTML.</p>
<p class="view"><a href="https://github.com/Moviri/recline">View the Project on GitHub <small>Moviri/recline</small></a></p>
<ul>
<li><a href="dist/recline.css">Download <strong>CSS File</strong></a></li>
<li><a href="dist/recline.dataset.js">Download <strong>JS Dataset</strong></a></li>
<li><a href="dist/recline.js">Download <strong>Recline JS</strong></a></li>
</ul>
</header>
<section>
<h3>Welcome to GitHub Pages.</h3>
<p>This page is currently work in progress</p>
<h3>Views</h3>
<ul>
<li><a href="demos/d3/tutorial.html">D3</a></li>
<li><a href="demos/indicators/tutorial.html">Indicators</a></li>
<li><a href="demos/maps/tutorial.html">Kartograph</a></li>
<li><a href="demos/rickshaw/tutorial.html">Rickshaw</a></li>
<li><a href="demos/nvd3/tutorial.html">NVD3</a></li>
<li><a href="demos/composedview/tutorial.html">Composed View</a></li>
</ul>
<h3>Models</h3>
<ul>
<li><a href="demos/virtualmodel/tutorial.html">VirtualModel</a></li>
<li><a href="demos/filteredmodel/tutorial.html">Filtered Model</a></li>
<li><a href="demos/joinedmodel/tutorial.html">Joined Model</a></li>
</ul>
<h3>Widget</h3>
<ul>
<li><a href="demos/genericfilter/tutorial.html">Filters</a></li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/Moviri">Moviri</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>