Skip to content

Commit

Permalink
Update badges, monogram, and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jan 10, 2024
1 parent 8acae84 commit 2c9df8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
<p align="left" >
<a href='https://carbonplan.org'>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png">
<img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png">
</picture>
</a>
</p>

# carbonplan / carbonplan.org

**main carbonplan website**

[![GitHub][github-badge]][github]
[![Build Status]][actions]
![MIT License][]

[github]: https://github.com/carbonplan/carbonplan.org
[github-badge]: https://badgen.net/badge/-/github?icon=github&label
[build status]: https://github.com/carbonplan/carbonplan.org/actions/workflows/main.yml/badge.svg
[actions]: https://github.com/carbonplan/carbonplan.org/actions/workflows/main.yml
[mit license]: https://badgen.net/badge/license/MIT/blue
[![CI](https://github.com/carbonplan/carbonplan.org/actions/workflows/main.yml/badge.svg)](https://github.com/carbonplan/carbonplan.org/actions/workflows/main.yml)
![GitHub deployments](https://img.shields.io/github/deployments/carbonplan/carbonplan.org/production?label=vercel)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

This repository includes the source code for the [carbonplan.org](https://carbonplan.org/) landing page. The site is a [Next.js](https://nextjs.org/) project, deployed on [Vercel](https://vercel.com/).

Expand All @@ -43,4 +39,4 @@ All the code in this repository is [MIT](https://choosealicense.com/licenses/mit

## about us

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/carbonplan.org/issues/new) or [sending us an email](mailto:hello@carbonplan.org).
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/carbonplan.org/issues/new) or [sending us an email](mailto:hello@carbonplan.org).
8 changes: 4 additions & 4 deletions pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const About = () => {
title={'About – CarbonPlan'}
nav={'about'}
description={
'We’re a non-profit that analyzes climate solutions based on the best available science and data.'
'We’re a nonprofit that analyzes climate solutions based on the best available science and data.'
}
>
<Heading>About</Heading>
Expand All @@ -57,7 +57,7 @@ const About = () => {
lineHeight: 'heading',
}}
>
We’re a non-profit that analyzes climate solutions based on the
We’re a nonprofit that analyzes climate solutions based on the
best available science and data.
</Box>
</Flex>
Expand Down Expand Up @@ -123,7 +123,7 @@ const About = () => {
lineHeight: 'heading',
}}
>
We’re a non-profit that analyzes climate solutions based on the
We’re a nonprofit that analyzes climate solutions based on the
best available science and data.
</Box>
</Column>
Expand Down Expand Up @@ -193,7 +193,7 @@ const About = () => {
POLICY
</Box>
<Box as='p'>
We work with companies, non-profits, and government organizations
We work with companies, nonprofits, and government organizations
to develop robust climate programs, and we collaborate with
journalists to raise public awareness and promote accountability.
</Box>
Expand Down
2 changes: 1 addition & 1 deletion pages/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const FAQ = () => {
<Heading>FAQ</Heading>
<Question first>Are you a nonprofit?</Question>
<Answer>
Yes. We are a registered non-profit public benefit corporation in
Yes. We are a registered nonprofit public benefit corporation in
California that is recognized by the IRS as a 501(c)(3) tax-exempt
public charity. Our commitment and responsibility is to the public's
interest in a safe and stable climate, not to shareholders.
Expand Down

1 comment on commit 2c9df8b

@vercel
Copy link

@vercel vercel bot commented on 2c9df8b Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

carbonplan.org – ./

carbonplanorg-carbonplan.vercel.app
carbonplanorg-git-main-carbonplan.vercel.app
carbonplan.org

Please sign in to comment.