-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from xeptagondev/main
Main
- Loading branch information
Showing
9 changed files
with
53 additions
and
31 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
"reslist2":"Access all the codes through the Carbon Registry GitHub Space, and start tailoring the system. Online Community of Practice : Visit our online forum, where UNDP, D4C working group members, with countries and practitioners are sharing lessons learned on national digital enhanced transparency systems and carbon registries to progress toward a federated digital public infrastructure for transparency under the Paris Agreement.", | ||
"reslist3":"For national governments interested to learn more about the open source National Carbon Registry, Please email [email protected].", | ||
"footertext1":"National Carbon Registry: This is a demo. Countries may wish to add a tagline here.", | ||
"antarctic":"CountryX", | ||
"antarctic":"UNDP Digital Public Good National", | ||
"Cookie":"Cookie Policy", | ||
"codeconduct":"Code of Conduct", | ||
"terms":"Terms of Use", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,8 +44,9 @@ const PrivacyPolicy = () => { | |
<div className="privacytitle">SAMPLE PRIVACY NOTICE</div> | ||
<div className="privacy-sub">Last updated February 02, 2023</div> | ||
<div className="privacy-body"> | ||
This privacy notice for CountryX (<b>"Company"</b>, <b>"we"</b>, <b>"us"</b>, and{' '} | ||
<b>"our"</b>) describes how and why we might collect, store, use, and/or share (" | ||
This privacy notice for {process.env.REACT_APP_COUNTRY_NAME || 'CountryX'} ( | ||
<b>"Company"</b>, <b>"we"</b>, <b>"us"</b>, and <b>"our"</b>) describes how and why we | ||
might collect, store, use, and/or share (" | ||
<b>process</b>")your information when you use our services ("<b>Services</b>"), such | ||
as when you: | ||
<ul> | ||
|
@@ -82,8 +83,9 @@ const PrivacyPolicy = () => { | |
<p> | ||
<b>What personal information do we process? </b>When you visit, use, or navigate our | ||
Services, we may process personal information depending on how you interact with | ||
CountryX and the Services, the choices you make, and the products and features you | ||
use. Click<a href="#infocollect"> here</a> to learn more. | ||
{process.env.REACT_APP_COUNTRY_NAME || 'CountryX'} and the Services, the choices you | ||
make, and the products and features you use. Click<a href="#infocollect"> here</a>{' '} | ||
to learn more. | ||
</p> | ||
<p> | ||
<b>Do we process any sensitive personal information?</b> We do not process sensitive | ||
|
@@ -132,8 +134,9 @@ const PrivacyPolicy = () => { | |
applicable data protection laws. | ||
</p> | ||
<p> | ||
Want to learn more about what CountryX does with any information we collect? Click{' '} | ||
<a href="#toc"> here</a> to review the notice in full. | ||
Want to learn more about what {process.env.REACT_APP_COUNTRY_NAME || 'CountryX'}{' '} | ||
does with any information we collect? Click <a href="#toc"> here</a> to review the | ||
notice in full. | ||
</p> | ||
</div> | ||
</Col> | ||
|
@@ -975,10 +978,10 @@ const PrivacyPolicy = () => { | |
is not considered to be "selling" of your personal information. | ||
</p> | ||
<p> | ||
CountryX has not disclosed or sold any personal information to third parties for a | ||
business or commercial purpose in the preceding twelve (12) months. CountryX will | ||
not sell personal information in the future belonging to website visitors, users, | ||
and other consumers. | ||
{process.env.REACT_APP_COUNTRY_NAME || 'CountryX'} has not disclosed or sold any | ||
personal information to third parties for a business or commercial purpose in the | ||
preceding twelve (12) months. CountryX will not sell personal information in the | ||
future belonging to website visitors, users, and other consumers. | ||
</p> | ||
<p> | ||
<b>Your rights with respect to your personal data</b> | ||
|
@@ -1111,7 +1114,7 @@ const PrivacyPolicy = () => { | |
Protection Officer (DPO) by email at [email protected], or by post to: | ||
</p> | ||
<p> | ||
CountryX | ||
{process.env.REACT_APP_COUNTRY_NAME || 'CountryX'} | ||
<br /> | ||
1 United Nations Plaza | ||
<br /> | ||
|
@@ -1120,10 +1123,10 @@ const PrivacyPolicy = () => { | |
<p> | ||
<b> | ||
If you are a resident in the European Economic Area, the "data controller" of your | ||
personal information is CountryX. United Nations Development Programme has | ||
appointed DPO to be its representative in the EEA. You can contact them directly | ||
regarding the processing of your information by United Nations Development | ||
Programme, or by post to: | ||
personal information is {process.env.REACT_APP_COUNTRY_NAME || 'CountryX'}. United | ||
Nations Development Programme has appointed DPO to be its representative in the | ||
EEA. You can contact them directly regarding the processing of your information by | ||
United Nations Development Programme, or by post to: | ||
</b> | ||
</p> | ||
</div> | ||
|