-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
66 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
frontend/app/src/components/landingpages/blog/ICFootprint.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<script lang="ts"> | ||
import ExternalLink from "../ExternalLink.svelte"; | ||
</script> | ||
|
||
<section> | ||
<p> | ||
Setting a new benchmark of environmental responsibility in the tech industry. OpenChat | ||
becomes the first DAO to integrate IC Footprint 2.0 — a sustainability protocol that | ||
harnesses the power of ICP smart contracts. <ExternalLink | ||
href="https://owqnd-biaaa-aaaak-qidaq-cai.icp0.io/dashboard/projects/eq6en-6jqla-fbu5s-daskr-h6hx2-376n5-iqabl-qgrng-gfqmv-n3yjr-mqe,2fq7c-slacv-26cgz-vzbx2-2jrcs-5edph-i5s2j-tck77-c3rlz-iobzx-mqe" | ||
>This real-time system</ExternalLink> tracks and records key environmental metrics like electricity | ||
consumption and carbon emissions directly onto an immutable on-chain ledger. Raising consumer | ||
awareness about climate issues and increasingly stringent environmental regulations are fuelling | ||
a growing demand for eco-conscious technology especially in crypto. | ||
</p> | ||
|
||
<img src="/assets/blog/ic_footprint/ic_footprint.webp" alt="IC Footprint Dashboard" /> | ||
|
||
<p> | ||
Moreover, OpenChat commits to actively decarbonising by acquiring renewable energy | ||
certificates and carbon credits. Future developments include embedding OpenChat’s | ||
zero-emissions commitment into a custom ESG smart contract, ensuring automatic compliance | ||
with its sustainability goals. This innovation underscores OpenChat’s role as a pioneer in | ||
Web3 and clean crypto. | ||
</p> | ||
|
||
<p> | ||
OpenChat's dedication to sustainability strengthens its competitive edge. By focusing on | ||
eco-friendly practices, OpenChat attracts more eco-conscious users and stands out from its | ||
Web2 competitors like Discord, WhatsApp, and Slack. | ||
</p> | ||
|
||
<p> | ||
As OpenChat advances its sustainable practices, it serves as a model for other digital | ||
platforms, showing that technological innovation and environmental responsibility can | ||
coexist. | ||
</p> | ||
|
||
<p>Join OpenChat and our movement toward a sustainable Web3 today.</p> | ||
</section> | ||
|
||
<style lang="scss"> | ||
img { | ||
margin: $sp6 0; | ||
width: 100%; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters