Skip to content

Commit

Permalink
Update footers with rename, add Glitch to tempaltes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Mar 29, 2017
1 parent 3a1cfeb commit c28fa33
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 130 deletions.
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ img[alt=sheetseeimg] {
margin: 0 auto;
}

p:first-of-type {
.index p:first-of-type {
text-align: center;
}
/* older css */
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="../docs/fork-n-go.html">Fork-n-Go</a></li>
<li><a href="../docs/templates.html">Templates</a></li>
<li><a href="../docs/tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="../docs/fork-n-go.html">Fork-n-Go</a></li>
<li><a href="../docs/templates.html">Templates</a></li>
<li><a href="../docs/tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/building.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
74 changes: 0 additions & 74 deletions docs/fork-n-go.html

This file was deleted.

33 changes: 0 additions & 33 deletions docs/fork-n-go.md

This file was deleted.

8 changes: 3 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ Each of Sheetsee's functions are divided into modules. Use just the parts you ne
| **sheetsee-tables** | Contains everything you'll need to create a table including sortable columns, pagination and search.| [Doc](./docs/sheetsee-tables.md) |
| **sheetsee-maps** | For making maps with your point, line or polygon spreadsheet data. Built with Leaflet.js. | [Doc](./docs/sheetsee-maps.md) |

<hr>

<div class="new-news">New News!</div>

## Get your Spreadsheet as JSON or Try Sheetsee out with Glitch!
## Get your Spreadsheet as JSON or Try Sheetsee with Glitch!

The [spreadsheet.glitch.me](https://spreadsheet.glitch.me) site will give you an endpoint to use that will return your spreadsheet to you as JSON. The [sheetsee.glitch.me](https://sheetsee.glitch.me) site provides template to get started from with Sheetsee already set up on a server so that your data is backed up.
The [spreadsheet.glitch.me](https://spreadsheet.glitch.me) site will give you an endpoint to use that will return your spreadsheet to you as JSON. The [sheetseetemplate.glitch.me](https://sheetseetemplate.glitch.me) site provides template to get started with Sheetsee; it's already set up with a server so that your data is backed up.

### Or fork a site!

Expand All @@ -43,6 +41,6 @@ More resources on using Sheetsee:

| Getting Started | Ideas | Use | Demos |
| --- | --- | --- | --- |
| [About Sheetsee.js](./docs/about.md) | [Fork-n-Go](./docs/fork-n-go.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) |
| [About Sheetsee.js](./docs/about.md) | [Templates](./docs/templates.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) |
| [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Sheetsee-tables](./docs/sheetsee-tables.md) | [Table Demo](./demos/demo-table.html) |
| [Basics](./docs/basics.md) | [Custom charts](./docs/custom-charts.md) | [Sheetsee-maps](./docs/sheetsee-maps.md) | [Map Demo](./demos/demo-map.html) |
2 changes: 1 addition & 1 deletion docs/sheetsee-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/sheetsee-maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/sheetsee-tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
<li><a href="./templates.html">Templates</a></li>
<li><a href="./tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ <h2 id="modules">Modules</h2>
</tr>
</tbody>
</table>
<hr>

<div class="new-news">New News!</div>

<h2 id="get-your-spreadsheet-as-json-or-try-sheetsee-out-with-glitch-">Get your Spreadsheet as JSON or Try Sheetsee out with Glitch!</h2>
<p>The <a href="https://spreadsheet.glitch.me">spreadsheet.glitch.me</a> site will give you an endpoint to use that will return your spreadsheet to you as JSON. The <a href="https://sheetsee.glitch.me">sheetsee.glitch.me</a> site provides template to get started from with Sheetsee already set up on a server so that your data is backed up.</p>
<h2 id="get-your-spreadsheet-as-json-or-try-sheetsee-with-glitch-">Get your Spreadsheet as JSON or Try Sheetsee with Glitch!</h2>
<p>The <a href="https://spreadsheet.glitch.me">spreadsheet.glitch.me</a> site will give you an endpoint to use that will return your spreadsheet to you as JSON. The <a href="https://sheetseetemplate.glitch.me">sheetseetemplate.glitch.me</a> site provides template to get started with Sheetsee; it&#39;s already set up with a server so that your data is backed up.</p>
<h3 id="or-fork-a-site-">Or fork a site!</h3>
<p>There are site templates hooked up to Sheetsee that are ready to be forked on GitHub and used by you, check out the <a href="https://jlord.us/forkngo">Fork-n-go site</a>.</p>
<h2 id="sheetsee-updates">Sheetsee Updates</h2>
Expand All @@ -80,7 +78,7 @@ <h2 id="resources-documentation">Resources &amp; Documentation</h2>
<tbody>
<tr>
<td><a href="./docs/about.html">About Sheetsee.js</a></td>
<td><a href="./docs/fork-n-go.html">Fork-n-Go</a></td>
<td><a href="./docs/templates.html">Templates</a></td>
<td><a href="./docs/sheetsee-core.html">Sheetsee-core</a></td>
<td><a href="./demos/demo-table.html">Table Demo</a></td>
</tr>
Expand Down Expand Up @@ -109,7 +107,7 @@ <h4 id="getting-started">Getting Started</h4>
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="docs/fork-n-go.html">Fork-n-Go</a></li>
<li><a href="docs/templates.html">Templates</a></li>
<li><a href="docs/tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down
2 changes: 1 addition & 1 deletion scripts/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
<h4 id="ideas">Ideas</h4>
<ul>
<li><a href="{{rootdoc}}/fork-n-go.html">Fork-n-Go</a></li>
<li><a href="{{rootdoc}}/templates.html">Templates</a></li>
<li><a href="{{rootdoc}}/tips.html">Tips!</a></li>
</ul>
<h4>Demos</h4>
Expand Down

0 comments on commit c28fa33

Please sign in to comment.