Skip to content

Commit

Permalink
fix: Fix landing page copy and logo for GCPE
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Jun 15, 2020
1 parent cee0bbb commit bd68181
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 115 deletions.
17 changes: 9 additions & 8 deletions app/components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ const HeaderLayout = ({
<div className="banner">
<div className="header-left">
<Link href="/">
<img
src="/static/logo-banner.png"
alt="Go to the Government of British Columbia website"
/>
<a>
<img
src="/static/BCID_CleanBC_rev_tagline_colour.svg"
alt="logo for Province of British Columbia CleanBC"
/>
</a>
</Link>
<h1>CleanBC Industrial Incentive Program</h1>
</div>
Expand Down Expand Up @@ -94,11 +96,10 @@ const HeaderLayout = ({
font-weight: normal;
margin: 8px 5px 5px 18px;
}
.header-left {
display: flex;
}
.header-left img {
height: 100%;
height: 46px;
position: relative;
top: -4px;
}
.header-right {
margin-right: -25px;
Expand Down
20 changes: 9 additions & 11 deletions app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,24 +99,22 @@ export default class Index extends Component<Props> {
<h3 className="blue">
What is the CleanBC Industrial Incentive Program?
</h3>
<p>
In 2018, B.C.’s $30 carbon tax rate was raised to $35, and in
2019, the carbon tax rate rose from $35 to $40. As the price of
carbon rises, the CleanBC Program for Industry will support
competitiveness and facilitate emission reductions using revenues
from the carbon tax that industry pays above $30 per tonne carbon
dioxide equivalent (tCO2e).
</p>
<p>
The CleanBC Industrial Incentive Program (CIIP) is part of the
CleanBC Program for Industry, which applies to large industrial
operations that report their emissions under the Greenhouse Gas
Industrial Reporting and Control Act (GGIRCA).
</p>
<p>
The CIIP helps industrial operations across the province by
reducing net carbon-tax costs for facilities near world-leading
emissions benchmarks.
The CIIP helps encourage cleaner industrial operations across the
province by reducing carbon tax costs for facilities that can
demonstrate they operate near world-leading emissions benchmarks.
</p>
<p>
As the price of carbon rises, the CleanBC Program for Industry
will support competitiveness and facilitate emission reductions
using revenues from the carbon tax that industry pays above $30
per tonne carbon dioxide equivalent (tCO2e).
</p>
</Col>
<RegistrationLoginButtons
Expand Down
1 change: 1 addition & 0 deletions app/static/BCID_CleanBC_rev_tagline_colour.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/static/logo-banner.png
Binary file not shown.
Loading

0 comments on commit bd68181

Please sign in to comment.