Skip to content

Commit

Permalink
Added highlight shortcode, updated community ambassadors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Fosse committed Jan 23, 2024
1 parent 3aaa37b commit 5228040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/about/initiatives/community-ambassadors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ topics = ["Community"]
featured_image = "/uploads/ambassador-world-map.png"
weight = 3
+++
***We are now accepting applications for our 2024 cohort! Read more and apply [here](https://bit.ly/2024-OpenAQ-CommAmbInfo). Applications close February 21, 2024.***
{{< highlight >}}
**We are now accepting applications for our 2024 cohort!** Read more and apply [here](https://bit.ly/2024-OpenAQ-CommAmbInfo). Applications close February 21, 2024.
{{< /highlight >}}

The OpenAQ Community Ambassador Program is a leadership training program designed for emerging air quality leaders in low- and middle-income countries. The program focuses on training these air quality advocates to utilize air quality monitoring data in support of community action to fight air pollution.

Expand Down
5 changes: 5 additions & 0 deletions themes/openaq/layouts/shortcodes/highlight.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- layouts/shortcodes/highlight.html -->
<div style="background-color: #ffff99; padding: 10px; border-left: 5px solid #ffeb3b;">
{{ .Inner | markdownify }}
</div>

0 comments on commit 5228040

Please sign in to comment.