[app/content][s]: cleaner start page and remove reference to non-existent tutorial.

This commit is contained in:
Rufus Pollock
2012-05-17 13:21:06 +01:00
parent d42d1c0dbd
commit 310a008537

View File

@@ -97,36 +97,37 @@
<div class="hero-unit"> <div class="hero-unit">
<h1>Welcome to the Recline Data Explorer</h1> <h1>Welcome to the Recline Data Explorer</h1>
<p>Recline allows you to explore and work with data in your browser and then share with others</p> <p>Recline allows you to explore and work with data in your browser and then share with others</p>
In basic operation it's much like a spreadsheet - though it's </div>
feature set is a little different. In particular, the Data <div class="row-fluid">
Explorer provides: <div class="span4">
<ul> <div class="well">
<li>Data grid / spreadsheet</li> <h3>View the demo</h3>
<li>Data editing including programmatic data transformation in javascript</li> <p>Try out the demo using a local example dataset.</p>
<li>Visualizations includes graphs and maps</li> <p><a class="btn btn-primary" href="?url=demo#explorer">View the demo dataset &raquo;</a></p>
<li>Import and export from a variety of sources including online sources such as online Excel and CSV files, Google docs and </div>
the <a href="http://datahub.io/">DataHub</a> and offline sources like CSV files on your local machine.</li> </div>
<li>Use online or offline - because the app is built in pure javascript and html you can use it anywhere there's a modern web browser. Using offline is as easy and downloading this web page to your local machine.</li> <div class="span4">
</ul> <div class="well">
<div class="row"> <h3>Features</h3>
<div class="span4"> <ul>
<h3>View the demo</h3> <li>Data grid</li>
<p>Take a look at a local demo dataset.</p> <li>Data editing including programmatic data transformation in javascript</li>
<p><a class="btn btn-primary" href="?url=demo">View the demo dataset &raquo;</a></p> <li>Visualizations includes graphs and maps</li>
</div> <li>Import and export from a variety of sources including online sources such as online Excel and CSV files, Google docs and
<div class="span4"> the <a href="http://datahub.io/">DataHub</a> and offline sources like CSV files on your local machine.</li>
<h3>Read the tutorial</h3> <li>Use online or offline - because the app is built in pure javascript and html you can use it anywhere there's a modern web browser. Using offline is as easy and downloading this web page to your local machine.</li>
<p>Take a look at the tutorial for using the data explorer:</p> </ul>
<a class="btn btn-primary" href="#tutorial">Read the tutorial &raquo;</a> </div>
</div> </div>
<div class="span4"> <div class="span4">
<h3>Import some data</h3> <div class="well">
<p>Starting working with some data straight away. You can import some data <strong>using the menu at the top right</strong> of this page.</p> <h3>Get started</h3>
</div> <p>Get started straight away for example by importing some data from an external source <strong>using the menu at the top right</strong> of this page.</p>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="page-explorer backbone-page"> <div class="page-explorer backbone-page">
<div class="data-explorer-here"></div> <div class="data-explorer-here"></div>