Skip to content

Commit f452250

Browse files
committed
Update badges, monogram, and grammar
1 parent a4a4d8d commit f452250

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
<img
2-
src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png'
3-
height='48'
4-
/>
1+
<p align="left" >
2+
<a href='https://carbonplan.org'>
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png">
5+
<img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png">
6+
</picture>
7+
</a>
8+
</p>
59

610
# carbonplan / notebooks
711

812
**jupyter notebooks for sharing analysis and research**
913

10-
[![GitHub][github-badge]][github]
11-
![Build Status][]
12-
![MIT License][]
14+
[![CI](https://github.com/carbonplan/notebooks/actions/workflows/main.yaml/badge.svg)](https://github.com/carbonplan/notebooks/actions/workflows/main.yaml)
15+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1316

14-
[github]: https://github.com/carbonplan/notebooks
15-
[github-badge]: https://flat.badgen.net/badge/-/github?icon=github&label
16-
[build status]: https://flat.badgen.net/github/checks/carbonplan/notebooks
17-
[mit license]: https://flat.badgen.net/badge/license/MIT/blue
1817

1918
This repository includes Jupyter notebooks and other utilities for sharing our analysis and research.
2019

@@ -24,8 +23,8 @@ There's not much here right now! But we'll be adding a lot here over time, as we
2423

2524
## license
2625

27-
All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed, but we request that you please provide attribution if reusing any of our digital content (graphics, logo, articles, etc.).
26+
All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/)-licensed, but we request that you please provide attribution if reusing any of our digital content (graphics, logo, articles, etc.).
2827

2928
## about us
3029

31-
CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/notebooks/issues/new) or [sending us an email](mailto:[email protected]).
30+
CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/notebooks/issues/new) or [sending us an email](mailto:[email protected]).

0 commit comments

Comments
 (0)