Skip to content

Commit 8fb196e

Browse files
author
Jessica Lord
committed
rebuild site
1 parent c62feb5 commit 8fb196e

8 files changed

Lines changed: 497 additions & 23 deletions

File tree

site/demos/demo-chart.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<title>Sheetsee Chart Demo</title>
66
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
77
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
8-
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js'></script>
8+
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'>
9+
<script type='text/javascript' src='../js/tabletop1.3.3.js'></script>
910
<script type='text/javascript' src='../js/sheetsee.js'></script>
1011
<link rel='stylesheet' type='text/css' href='../assets/style.css'>
1112
</head>
@@ -46,9 +47,9 @@ <h4 id="ideas">Ideas</h4>
4647
</ul>
4748
<h4>Demos</h4>
4849
<ul>
49-
<li><a href="/demos/demo-table.html">Table Demo</a></li>
50-
<li><a href="/demos/demo-map.html">Map Demo</a></li>
51-
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
50+
<li><a href="./demo-table.html">Table Demo</a></li>
51+
<li><a href="./demo-map.html">Map Demo</a></li>
52+
<li><a href="./demo-chart.html">Chart Demo</a></li>
5253
</ul>
5354
<h4 id="use">Use</h4>
5455
<ul>

site/demos/demo-map.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<title>Sheetsee Maps Demo</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
77
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
8-
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js'></script>
8+
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'>
9+
<script type='text/javascript' src='../js/tabletop1.3.3.js'></script>
910
<script type='text/javascript' src='../js/sheetsee.js'></script>
1011
<link rel='stylesheet' type='text/css' href='http://api.tiles.mapbox.com/mapbox.js/v1.0.0/mapbox.css' />
1112
<link rel='stylesheet' type='text/css' href='../assets/style.css'>
@@ -39,9 +40,9 @@ <h4 id="ideas">Ideas</h4>
3940
</ul>
4041
<h4>Demos</h4>
4142
<ul>
42-
<li><a href="/demos/demo-table.html">Table Demo</a></li>
43-
<li><a href="/demos/demo-map.html">Map Demo</a></li>
44-
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
43+
<li><a href="./demo-table.html">Table Demo</a></li>
44+
<li><a href="./demo-map.html">Map Demo</a></li>
45+
<li><a href="./demo-chart.html">Chart Demo</a></li>
4546
</ul>
4647
<h4 id="use">Use</h4>
4748
<ul>

site/demos/demo-table.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<meta charset='utf-8'>
55
<title>Sheetsee Table Demo</title>
66
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
7-
<script type='text/javascript' src='../js/sheetsee.js'></script>
87
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'></script>
9-
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js'></script>
8+
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'>
9+
<script type='text/javascript' src='../js/tabletop1.3.3.js'></script>
10+
<script type='text/javascript' src='../js/sheetsee.js'></script>
1011
<link rel='stylesheet' type='text/css' href='../assets/style.css'>
1112
</head>
1213
<style>
@@ -47,9 +48,9 @@ <h4 id="ideas">Ideas</h4>
4748
</ul>
4849
<h4>Demos</h4>
4950
<ul>
50-
<li><a href="/demos/demo-table.html">Table Demo</a></li>
51-
<li><a href="/demos/demo-map.html">Map Demo</a></li>
52-
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
51+
<li><a href="./demo-table.html">Table Demo</a></li>
52+
<li><a href="./demo-map.html">Map Demo</a></li>
53+
<li><a href="./demo-chart.html">Chart Demo</a></li>
5354
</ul>
5455
<h4 id="use">Use</h4>
5556
<ul>

site/docs/sheetsee-charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div class="container">
1818
<h1 id="sheetsee-charts">Sheetsee-charts</h1>
19-
<p><em><a href="/demos/demo-chart.html">View Demo</a></em></p>
19+
<p><em><a href="../demos/demo-chart.html">View Demo</a></em></p>
2020
<p>Sheetsee.js provides three <a href="http://d3js.org/">D3.js</a> chart options to use with your spreadsheet data: a bar chart, line graph and pie chart. You can also use a custom D3 chart with Sheetsee, read about that <a href="custom-charts.html">here</a>.</p>
2121
<h2 id="make-a-chart">Make a Chart</h2>
2222
<p>Each chart requires your data be an <em>array of objects</em>, with objects containing <code>label</code> and <code>units</code> key/value pairs.</p>

site/docs/sheetsee-maps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div class="container">
1818
<h1 id="sheetsee-maps">Sheetsee-maps</h1>
19-
<p><em><a href="/demos/demo-map.html">View Demo</a></em></p>
19+
<p><em><a href="../demos/demo-map.html">View Demo</a></em></p>
2020
<p>Sheetsee.js uses <a href="http://mapbox.com/mapbox.js">Mapbox.js</a> and <a href="http://leafletjs.com/">Leaflet.js</a> to make maps of your <strong>points</strong>, <strong>polygons</strong>, <strong>lines</strong> or <strong>multipolygons</strong> (all coordinate based). Details on what that actually looks like <a href="http://leafletjs.com/examples/geojson.html">here</a>.</p>
2121
<p>You&#39;ll create a placeholder <code>&lt;div&gt;</code> in your HTML, CSS giving it a size and fire up a map from within <code>&lt;script&gt;</code> tags. You can also customize your popup content.</p>
2222
<h2 id="your-html-placeholder-div-">Your HTML Placeholder <code>&lt;div&gt;</code></h2>

site/docs/sheetsee-tables.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div class="container">
1818
<h1 id="sheetsee-tables">Sheetsee-tables</h1>
19-
<p><em><a href="/demos/demo-table.html">View Demo</a></em></p>
19+
<p><em><a href="../demos/demo-table.html">View Demo</a></em></p>
2020
<p>With this module you can create tables of your data that are sortable, searchable and paginate-able.</p>
2121
<p>You&#39;ll need a placeholder <code>&lt;div&gt;</code> in your html, a <code>&lt;script&gt;</code> mustache template and a <code>&lt;script&gt;</code> that initiates the table.</p>
2222
<h2 id="your-html-placeholder-div-">Your HTML Placeholder <code>&lt;div&gt;</code></h2>
@@ -42,9 +42,9 @@ <h4 id="your-script-execution">Your <code>&lt;script&gt;</code> Execution</h4>
4242
<pre><code class="lang-javascript">&lt;script type=&quot;text/javascript&quot;&gt;
4343
document.addEventListener(&#39;DOMContentLoaded&#39;, function() {
4444
var tableOptions = {
45-
&quot;data&quot;: gData,
46-
&quot;pagination&quot;: 10,
47-
&quot;tableDiv&quot;: &quot;#fullTable&quot;,
45+
&quot;data&quot;: gData,
46+
&quot;pagination&quot;: 10,
47+
&quot;tableDiv&quot;: &quot;#fullTable&quot;,
4848
&quot;filterDiv&quot;: &quot;#fullTableFilter&quot;
4949
}
5050
Sheetsee.makeTable(tableOptions)
@@ -67,9 +67,9 @@ <h3 id="sheetsee-maketable-tableoptions-">Sheetsee.makeTable(tableOptions)</h3>
6767
<li><code>filterDiv</code> the <code>&lt;div&gt;</code> containing your <code>&lt;input&gt;</code> filter if using search</li>
6868
</ul>
6969
<pre><code class="lang-javascript">var tableOptions = {
70-
&quot;data&quot;: gData,
71-
&quot;pagination&quot;: 10,
72-
&quot;tableDiv&quot;: &quot;#fullTable&quot;,
70+
&quot;data&quot;: gData,
71+
&quot;pagination&quot;: 10,
72+
&quot;tableDiv&quot;: &quot;#fullTable&quot;,
7373
&quot;filterDiv&quot;: &quot;#fullTableFilter&quot;
7474
}
7575
Sheetsee.makeTable(tableOptions)

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 id="modules">Modules</h2>
5353
</tbody>
5454
</table>
5555
<h2 id="making-things">Making Things</h2>
56-
<p>What can you make with <strong>Sheetsee.js</strong>? Lost of things, here are some examples:</p>
56+
<p>What can you make with <strong>Sheetsee.js</strong>? Lots of things, here are some examples:</p>
5757
<ul>
5858
<li><a href="http://jlord.github.io/hack-spots">Hack-Spots</a></li>
5959
<li><a href="http://jlord.us/instagram/">Combine with IFTTT</a></li>

0 commit comments

Comments
 (0)