Skip to content

Commit 9b5e311

Browse files
authored
Merge pull request #30 from bird-house/added-getstarted-page
added get-started page
2 parents 01205be + abe3c61 commit 9b5e311

File tree

6 files changed

+14
-28
lines changed

6 files changed

+14
-28
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: >
88
99
# social links
1010
github_username: bird-house
11-
gitter_username: bird-house
1211

1312
header_pages:
1413
- about.md
14+
- getstarted.md
1515
#- documentation.md
1616
- contact.md

_includes/social.html

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

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ for climate data analysis.
99
Birdhouse is released under the
1010
[Apache License, Version 2.0](http://birdhouse.readthedocs.io/en/latest/license.html).
1111

12+
Birdhouse works in close collaboration with the [![](/assets/geopython-logo.png){:height="50px"} GeoPython](http://geopython.github.io/) project.
13+
1214
## Institutional Support
1315

1416
The following institutions are contributing to birdhouse:
@@ -17,8 +19,6 @@ The following institutions are contributing to birdhouse:
1719

1820
[![](/assets/crim-logo.jpg){:height="100px"}](https://www.crim.ca/en) | [![](/assets/ouranos-logo.svg){:height="50px"}](https://www.ouranos.ca/en/)
1921

20-
21-
2222
## Projects using Birdhouse
2323

2424
A list of projects using Birdhouse components:

contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /contact/
55
---
66
If you are interested in finding out more about the project please check the following:
77

8-
* Talk with us on the [Birdhouse Gitter Chat](https://gitter.im/bird-house/birdhouse).
8+
* Talk with us on the ![](/assets/gitter.svg){:height="20px"} [Birdhouse Gitter Chat](https://gitter.im/bird-house/birdhouse).
99
* Follow us on our [Blog](https://medium.com/birdhouse-newsletter).
1010
* Follow our activities on [GitHub](https://github.com/bird-house).
1111

getstarted.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: page
3+
title: Get Started
4+
permalink: /getstarted/
5+
---
6+
7+
* [Try the Demo](https://bovec.dkrz.de/)
8+
* [Play with Emu, a demo PyWPS service](https://emu.readthedocs.io/en/latest/)
9+
* [Read the Docs](https://birdhouse.readthedocs.io/en/latest/)

index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@ application in support of web-based geospatial (climate) data analysis. Birdhous
2121

2222
We already have several WPS compute services for climate data analysis, like [FlyingPigeon](https://flyingpigeon.readthedocs.io/en/latest/) and [Finch](https://github.com/bird-house/finch).
2323

24-
Birdhouse works in close collaboration with the [![](/assets/geopython-logo.png){:height="50px"} GeoPython](http://geopython.github.io/) project.
25-
26-
# Get Started
27-
* [Try the Demo](https://bovec.dkrz.de/)
28-
* [Play with Emu, a demo PyWPS service](https://emu.readthedocs.io/en/latest/)
29-
* [Read the Docs](https://birdhouse.readthedocs.io/en/latest/)
24+
[Learn more ...](/getstarted)

0 commit comments

Comments
 (0)