[docs,app,demos/multiview][m]: convert app back to being a demo of multiview (app proper is now in dataexplorer repo).

This commit is contained in:
Rufus Pollock
2012-06-27 10:10:45 +01:00
parent 3d944814ae
commit c2f5debf1f
13 changed files with 133 additions and 733 deletions

33
demos/index.html Normal file
View File

@@ -0,0 +1,33 @@
---
layout: container
title: Demos
root: ../
---
<div class="page-header">
<h1>
Demos
</h1>
</div>
<div class="row">
<div class="span4">
<div class="well">
<h3>Multiview Demo</h3>
<p>See the integrated multiview "Data Explorer" in action on a sample dataset <a href="multiview/">Demo &raquo;</a></p>
</div>
</div>
<div class="span4">
<div class="well">
<h3>TweetLine</h3>
<p>Coming Soon</p>
</div>
</div>
<div class="span4">
<div class="well">
<h3>Crime Maps</h3>
<p>Coming soon</p>
</div>
</div>
</div>