Skip to content

Commit 050f561

Browse files
authored
Merge pull request #268 from CivicActions/mgifford-patch-3
Update sustainability.js to include anchor links
2 parents 755c9fc + 678a7a6 commit 050f561

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/pages/sustainability.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ const SustainabilityPage = () => {
2020
</div>
2121
<section className='section--sustainability-pledge'>
2222
<div className='inner'>
23-
<h2>2024 Sustainability Pledge</h2>
23+
<h2 id="pledge">2024 Sustainability Pledge</h2>
24+
<h2 className='h3'>Public license for the public good</h2>
2425
<p className='body'>
2526
The pledge focuses on three key areas: Measurement & Monitoring, Education & Engagement, and Public Reporting. Let's dive into the details of our plan for a more sustainable future!
2627
</p>
2728
<div className='list--wrapper'>
28-
<h3>Measurement & Monitoring: Data-Driven Sustainability</h3>
29+
<h3 className='h3' id="monitor">Measurement & Monitoring: Data-Driven Sustainability</h3>
2930
<p className='body'>Measurement & Monitoring: Data-Driven Sustainability</p>
3031
<ul className='body'>
3132
<li>Establishing baseline performance budgets for websites and client projects</li>
@@ -35,7 +36,7 @@ const SustainabilityPage = () => {
3536
</ul>
3637
</div>
3738
<div className='list--wrapper'>
38-
<h3>Education & Engagement: Fostering a Culture of Sustainability</h3>
39+
<h3 className='h3' id="educate">Education & Engagement: Fostering a Culture of Sustainability</h3>
3940
<p className='body'>In 2024, CivicActions will focus on:</p>
4041
<ul className='body'>
4142
<li>Integrating environmental sustainability into onboarding processes</li>
@@ -47,7 +48,7 @@ const SustainabilityPage = () => {
4748
</ul>
4849
</div>
4950
<div className='list--wrapper'>
50-
<h3>Public Reporting: Transparency and Accountability</h3>
51+
<h3 className='h3' id="reporting">Public Reporting: Transparency and Accountability</h3>
5152
<p className='body'>For 2024, CivicActions commits to:</p>
5253
<ul className='body'>
5354
<li>Launching CivicActions.com/sustainability to share progress on key goals</li>
@@ -63,7 +64,7 @@ const SustainabilityPage = () => {
6364
</section>
6465
<section className='section--emissions'>
6566
<div className='inner'>
66-
<h2>Greenhouse Gas Emissions Audit</h2>
67+
<h2 className='h3' id="audit">Greenhouse Gas Emissions Audit</h2>
6768
<div className='body'>
6869
Our team worked with <a href='https://www.offsetalliance.co/civicactions-2023' className='external-link-white'>Offset Alliance to calculate our Scope 1, 2 and 3 emissions</a>. Our total contributions are estimated at 233.3 mT CO2e as outlined below:
6970
<StaticImage src='../files/images/sustainability-emissions.png' alt='Chart of greenhouse gas emissions: Scope 1: 0, Scope 2: 0, Scope 3: 233.3 mT CO2e, 44.90 mT CO2e - Business Flights & Hotels, 76.96 mT CO2e - Facilities Energy Use, 111.44 mT CO2e - Purchased Goods & Services' />

0 commit comments

Comments
 (0)