Skip to content

Commit

Permalink
Add another column and extra links to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jun 20, 2023
1 parent 878deca commit a2eba60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/home.scss
Expand Up @@ -26,11 +26,15 @@

.home-page .book-columns {
text-align: center;
justify-content: space-evenly;
}

.home-page .column {
text-align: center;
margin: var(--oe-padding-small);
flex-basis: 18em;
flex-grow: 0;
flex-shrink: 0;
}

.home-page .column sl-icon {
Expand Down
14 changes: 12 additions & 2 deletions content/_index.md
Expand Up @@ -49,15 +49,25 @@ Ecoacoustic monitoring provides a non-invasive, complementary strategy to other

### Data

Ecoacoustic data provides a record of soniferous fauna allowing the answering of ecological questions such as species occupancy, abundance, behaviour, species richness, and showing trends over time and space. See examples of [repositories](/resources/repositories/) of Ecoacoustic data.
Ecoacoustic data provides a record of soniferous fauna allowing the answering of ecological questions such as species occupancy, abundance, behaviour, species richness, and showing trends over time and space. See examples of [repositories](/resources/software/repositories/) of Ecoacoustic data.

<--->

<sl-icon name="gear"></sl-icon>

### Tools

Ecoacoustic data collection and analysis is supported by a range of hardware and software, enabling data management and sharing, as well as sense-making by analysts in both the present and the future.
Ecoacoustic data collection and analysis is supported by a range of hardware and [software](/resources/software)
enabling data management and sharing, as well as sense-making by analysts in both the present and the future.
We maintain a [registry](/resources/registry) recognisers for Ecoacoustic data.

<--->

<sl-icon name="journals"></sl-icon>

### Training

Lessons and modules for working with Ecoacoustic data from the basics to making your own automated call recogniser. See our collection of [lessons](/resources/lessons/).

{{< /columns >}}
{{< /home/section >}}
Expand Down

0 comments on commit a2eba60

Please sign in to comment.