1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 06:15:31 -04:00

*much* smarter way of setting page-specific CSS

via front matter instead of flaky shortcode/page scratch
This commit is contained in:
2020-04-09 13:59:49 -04:00
parent 51dd770094
commit 20c32eaeb3
6 changed files with 28 additions and 35 deletions

View File

@@ -9,22 +9,20 @@ tags:
- Public Health
- GitHub
image: "covid19dashboards.png"
css: |
/* disable link underlines for octocats */
h2 a:last-child {
background-image: none !important;
padding-bottom: 0 !important;
margin-left: 8px;
}
/* align octocat with text */
h2 img {
vertical-align: text-bottom;
}
draft: false
---
{{< page-css >}}
/* disable link underlines for octocats */
h2 a:last-child {
background-image: none !important;
padding-bottom: 0 !important;
margin-left: 8px;
}
/* align octocat with text */
h2 img {
vertical-align: text-bottom;
}
{{< /page-css >}}
We're all quickly learning that worldwide pandemics can bring out both [the best](https://www.vox.com/culture/2020/3/13/21179293/coronavirus-italy-covid19-music-balconies-sing) and [the worst](https://twitter.com/9NewsAUS/status/1236088663093608448) of humanity. But one thing has become readily apparent to me — outside of the large teams of medical professionals risking their lives right this minute, the open source community stands alone in its ability to rapidly organize in the midst of chaos to give back to the world and, in this case, make it safer for all of us.
These are just a few incredible open source projects that didn't exist a few months ago, but rapidly formed teams of dozens of contributors to fill both big needs and small niches in the fight to defeat the novel coronavirus, aka [**COVID-19**](https://www.cdc.gov/coronavirus/2019-nCoV/index.html).