Skip to content

Commit c28fa33

Browse files
committed
Update footers with rename, add Glitch to tempaltes
1 parent 3a1cfeb commit c28fa33

File tree

16 files changed

+19
-130
lines changed

16 files changed

+19
-130
lines changed

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ img[alt=sheetseeimg] {
2727
margin: 0 auto;
2828
}
2929

30-
p:first-of-type {
30+
.index p:first-of-type {
3131
text-align: center;
3232
}
3333
/* older css */

demos/demo-map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h4 id="getting-started">Getting Started</h4>
3232
</ul>
3333
<h4 id="ideas">Ideas</h4>
3434
<ul>
35-
<li><a href="../docs/fork-n-go.html">Fork-n-Go</a></li>
35+
<li><a href="../docs/templates.html">Templates</a></li>
3636
<li><a href="../docs/tips.html">Tips!</a></li>
3737
</ul>
3838
<h4>Demos</h4>

demos/demo-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h4 id="getting-started">Getting Started</h4>
3636
</ul>
3737
<h4 id="ideas">Ideas</h4>
3838
<ul>
39-
<li><a href="../docs/fork-n-go.html">Fork-n-Go</a></li>
39+
<li><a href="../docs/templates.html">Templates</a></li>
4040
<li><a href="../docs/tips.html">Tips!</a></li>
4141
</ul>
4242
<h4>Demos</h4>

docs/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h4 id="getting-started">Getting Started</h4>
5454
</ul>
5555
<h4 id="ideas">Ideas</h4>
5656
<ul>
57-
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
57+
<li><a href="./templates.html">Templates</a></li>
5858
<li><a href="./tips.html">Tips!</a></li>
5959
</ul>
6060
<h4>Demos</h4>

docs/basics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h4 id="getting-started">Getting Started</h4>
9393
</ul>
9494
<h4 id="ideas">Ideas</h4>
9595
<ul>
96-
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
96+
<li><a href="./templates.html">Templates</a></li>
9797
<li><a href="./tips.html">Tips!</a></li>
9898
</ul>
9999
<h4>Demos</h4>

docs/building.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h4 id="getting-started">Getting Started</h4>
5050
</ul>
5151
<h4 id="ideas">Ideas</h4>
5252
<ul>
53-
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
53+
<li><a href="./templates.html">Templates</a></li>
5454
<li><a href="./tips.html">Tips!</a></li>
5555
</ul>
5656
<h4>Demos</h4>

docs/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h4 id="getting-started">Getting Started</h4>
6565
</ul>
6666
<h4 id="ideas">Ideas</h4>
6767
<ul>
68-
<li><a href="./fork-n-go.html">Fork-n-Go</a></li>
68+
<li><a href="./templates.html">Templates</a></li>
6969
<li><a href="./tips.html">Tips!</a></li>
7070
</ul>
7171
<h4>Demos</h4>

docs/fork-n-go.html

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/fork-n-go.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/index.md

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

22-
<hr>
23-
2422
<div class="new-news">New News!</div>
2523

26-
## Get your Spreadsheet as JSON or Try Sheetsee out with Glitch!
24+
## Get your Spreadsheet as JSON or Try Sheetsee with Glitch!
2725

28-
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.
26+
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.
2927

3028
### Or fork a site!
3129

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

4442
| Getting Started | Ideas | Use | Demos |
4543
| --- | --- | --- | --- |
46-
| [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) |
44+
| [About Sheetsee.js](./docs/about.md) | [Templates](./docs/templates.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) |
4745
| [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Sheetsee-tables](./docs/sheetsee-tables.md) | [Table Demo](./demos/demo-table.html) |
4846
| [Basics](./docs/basics.md) | [Custom charts](./docs/custom-charts.md) | [Sheetsee-maps](./docs/sheetsee-maps.md) | [Map Demo](./demos/demo-map.html) |

0 commit comments

Comments
 (0)