Skip to content

Commit

Permalink
Add Open Ecoacoustic Sponsor Information (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey authored Oct 20, 2023
1 parent 1df78fa commit d58e010
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,12 @@ $ docker run -p 4000:4000 -v "$(pwd)/environment.json:/environment.json" -e DEBU
## Licence

Apache License, Version 2.0

## Acknowledgements

This work has been supported through several grants.

The most recent of which is the ARDC Platforms project. This project is currently sponsored by the Open Ecoacoustics
ARDC Platforms project. See [doi.org/10.47486/PL050](https://doi.org/10.47486/PL050) for more details.

[![The Open Ecoacoustics Logo](./src/assets/images/logos/OpenEcoAcoustics_horizontal_rgb.jpg)](https://openecoacoustics.org/)
24 changes: 23 additions & 1 deletion src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="invisible">{{ svg.alt | uppercase }}</h1>
<section id="about_us" class="overflow-auto pb-5 pt-5">
<div class="container">
<h2>Who Are We?</h2>
<p>
<p class="info-text">
Welcome! {{ brand.long }} is a repository of environmental audio
recordings. This website facilitates the management, access,
visualization, and analysis of environmental acoustic data. It uses the
Expand Down Expand Up @@ -150,3 +150,25 @@ <h2>View Some {{ viewMoreLink.label | titlecase }}s</h2>
</ng-container>
</div>
</section>

<section id="sponsors" class="bg-black text-white pb-5 pt-5 m-atuo">
<div class="container">
<h2>Sponsors</h2>
<p class="mb-5 info-text">
This work has been supported through several grants. The most recent of
which is the ARDC Platforms project.
<a href="https://openecoacoustics.org/">Open Ecoacoustics</a> currently
sponsors development of the workbench thanks to the ARDC Platforms
project. See
<a href="https://doi.org/10.47486/PL050">doi.org/10.47486/PL050</a> for
more details.
</p>

<a href="https://openecoacoustics.org/">
<img
class="container"
src="assets/images/logos/OpenEcoAcoustics_horizontal_rgb.svg"
/>
</a>
</div>
</section>
18 changes: 18 additions & 0 deletions src/app/components/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,21 @@ p {
}
}
}

// use this style class for paragraphs
.info-text {
color: var(--baw-highlight-contrast);

p {
font-size: 1.25rem;
}

a {
color: var(--baw-highlight-contrast);

&:hover,
&:focus {
filter: brightness(70%);
}
}
}
3 changes: 3 additions & 0 deletions src/assets/images/logos/OpenEcoAcoustics_horizontal_rgb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/logos/OpenEcoAcoustics_horizontal_rgb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d58e010

Please sign in to comment.