Skip to content

Commit

Permalink
feat: Finalize landing page copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed May 20, 2020
1 parent 1ebd856 commit dfb347b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/components/RegistrationLoginButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const RegistrationLoginButtons = () => {
<Card style={{width: '100%', margin: '30px 0'}}>
<Card.Body>
<Card.Title className="blue">
Apply for CleanBC Industrial Incentive Program (CIIP)
Apply for the CleanBC Industrial Incentive Program (CIIP)
</Card.Title>
<Card.Text style={{padding: '10px 0 10px 0'}}>
Operators must submit a CIIP application form by June 30, 2019. As
Expand Down
26 changes: 10 additions & 16 deletions app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export default class Index extends Component<Props> {
What is the CleanBC Industrial Incentive Program?
</h3>
<p>
In 2018, B.C.’s $30 carbon tax rate was raised to $35, and it is
set to increase by $5 every year until 2021. As the price of
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
Expand All @@ -78,8 +78,8 @@ export default class Index extends Component<Props> {
Industrial Reporting and Control Act (GGIRCA).
</p>
<p>
The CIIP helps cleaner industrial operations across the province
by reducing carbon tax costs for facilities near world-leading
The CIIP helps industrial operations across the province by
reducing net carbon-tax costs for facilities near world-leading
emissions benchmarks.
</p>
</Col>
Expand All @@ -95,8 +95,9 @@ export default class Index extends Component<Props> {
<img src="../../static/icons/import.png" />
<h5 className="blue">1. Register as an Industrial Reporter</h5>
<p>
Before you can apply for an operation, you have to register
yourself as an industrial reporter.
Before you can apply for the CIIP on behalf of an eligible
operation, you must register with the Ministry of Environment
and Climate Change Strategy.
</p>
</div>
</Col>
Expand All @@ -107,7 +108,7 @@ export default class Index extends Component<Props> {
<h5 className="blue">2. Request to apply for an Operation</h5>
<p>
Once you’ve registered you can request to apply on behalf one or
multiple Operations.
multiple eligible Operations.
</p>
</div>
</Col>
Expand Down Expand Up @@ -144,20 +145,13 @@ export default class Index extends Component<Props> {
<td>CIIP application forms open</td>
</tr>
<tr>
<td>May 16, 2020</td>
<td>Webinar for CIIP</td>
<td />
<td>Industrial GHG reporting deadline</td>
</tr>
<tr>
<td>{endDate}</td>
<td>CIIP application form due</td>
</tr>
<tr>
<td>May 31, 2021</td>
<td>
CIIP application form due <br />
(along with 2019 GHG reporting data)
</td>
</tr>
</tbody>
</Table>

Expand Down

0 comments on commit dfb347b

Please sign in to comment.