From d225ea0664f3cb5d16ee45ae8b96261626853290 Mon Sep 17 00:00:00 2001 From: mkue Date: Mon, 6 Nov 2023 15:18:58 +0100 Subject: [PATCH 1/2] feature(website): add legal pages --- shared/locales/en/website-faq.json | 1 + shared/locales/en/website-privacy.json | 63 +++++++++++++++ .../en/website-terms-for-contributions.json | 49 ++++++++++++ shared/locales/en/website-terms-of-use.json | 35 ++++++++ .../[country]/(website)/(home)/section-2.tsx | 4 +- .../[country]/(website)/faq/faq-section.tsx | 11 ++- .../[lang]/[country]/(website)/faq/page.tsx | 5 +- .../our-work/(sections)/our-work.tsx | 4 +- .../[country]/(website)/privacy/page.tsx | 71 ++++++++++++++++ .../terms-for-contributions/page.tsx | 80 +++++++++++++++++++ .../[country]/(website)/terms-of-use/page.tsx | 62 ++++++++++++++ website/src/components/footer/footer.tsx | 10 ++- website/src/components/prose-accordion.tsx | 34 ++++++++ ...imeoVideoComponent.tsx => vimeo-video.tsx} | 6 +- website/tailwind.config.ts | 6 +- 15 files changed, 422 insertions(+), 19 deletions(-) create mode 100644 shared/locales/en/website-privacy.json create mode 100644 shared/locales/en/website-terms-for-contributions.json create mode 100644 shared/locales/en/website-terms-of-use.json create mode 100644 website/src/app/[lang]/[country]/(website)/privacy/page.tsx create mode 100644 website/src/app/[lang]/[country]/(website)/terms-for-contributions/page.tsx create mode 100644 website/src/app/[lang]/[country]/(website)/terms-of-use/page.tsx create mode 100644 website/src/components/prose-accordion.tsx rename website/src/components/{VimeoVideoComponent.tsx => vimeo-video.tsx} (71%) diff --git a/shared/locales/en/website-faq.json b/shared/locales/en/website-faq.json index b86fb8757..8e81b37e2 100644 --- a/shared/locales/en/website-faq.json +++ b/shared/locales/en/website-faq.json @@ -1,4 +1,5 @@ { + "title": "FAQ", "fighting-poverty": { "title": "Fighting Poverty", "question-1": { diff --git a/shared/locales/en/website-privacy.json b/shared/locales/en/website-privacy.json new file mode 100644 index 000000000..723ac9050 --- /dev/null +++ b/shared/locales/en/website-privacy.json @@ -0,0 +1,63 @@ +{ + "title": "Privacy Policy", + "responsibility": { + "title": "Responsibility", + "content": "

The website socialincome.org (hereinafter referred to as \"website\") is operated by Social Income, a Swiss Association with a registered office in Zurich, Switzerland (hereinafter referred to as \"Social Income\").

Personal data collected via the website is processed in accordance with the Swiss Federal Data Protection Act (FDPA), the principles as described herein and pursuant the standards of the EU General Data Protection Regulation (GDPR).

Responsible according to Article 4 (7) GDPR is:

Social Income
Zweierstrasse 103
8003 Zurich
Switzerland

If you have any questions, please do not hesitate to contact us.

" + }, + "data": { + "title": "Data processing", + "section-1": { + "title": "Information we collect", + "content": "

The following Privacy Policy provides information on the nature, scope and purpose of the collection of personal data by Social Income, the processing of such personal data and the related rights of data subjects.

Personal data are all information relating to an identified or identifiable person.

" + }, + "section-2": { + "title": "How we use your information", + "content": "

We use the information we collect in various ways, as described in detail below, including to:

" + }, + "section-3": { + "title": "When you visit our website", + "content": "

When you visit our website, the server temporarily and automatically stores each access in a log file. Social Income’s website follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as part of hosting services' analytics. Log files are stored until they are automatically deleted.

The information collected by log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable.

The purpose of the information is for analyzing trends, managing the site, tracking users' movement on the website, and gathering demographic information.

In addition, we use cookies and tracking tools when you visit our website. For more information, please refer to the subsequent sections.

" + }, + "section-4": { + "title": "Information you provide to us", + "content": "

When you register for an account or when you make a contribution for Social Income’s projects on our website we ask you to provide your contact information, including your name, address, e-mail, telephone number, name of employer, company or organization.

If you contact us directly, we may receive additional information about you such as the contents of the message and/or attachments you may send us, and any other information you may choose to provide. We use this information to answer the questions you have asked or to provide the services you request.

We store this data on our servers for as long as necessary to provide the services or information requested, unless a longer retention period is based on our legitimate interests or prescribed by law.

" + } + }, + "tracking": { + "title": "Cookies and tracking", + "section-1": { + "title": "Cookies and tracking tools", + "content": "

Like any other website, Social Income’s website uses cookies. Cookies are usually small text files with ID tags that are stored on your computer's browser directory or program data subfolders. Cookies are created when you use your browser to visit a website and are used to keep track of your movements within the site, help you resume where you left off, remember your registered login, theme selection, preferences, and other customization functions.

We use the following cookies:

" + }, + "section-2": { + "title": "How Social Income uses cookies", + "content": "

We use cookies to store information including visitors' preferences and the pages on the website that the visitor accessed or visited.

This information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information. The conversion tracking cookies from social media sites allow us to directly address website visitors on each respective platform.

" + } + }, + "third-party": { + "title": "Third party data processors", + "section-1": { + "title": "Third party data processors", + "content": "

Like most businesses we rely on third-party providers to support our day-to-day operations, for example in areas such as online file storage and email delivery. We may also hire third parties to operate, maintain or improve our website and other digital services. Some of these service providers will by necessity have access to or be directly involved in processing or storing a subset of the personal information you share with us. Please review their individual Privacy Policies.

Social Income uses the following third party data processors:

" + }, + "section-2": { + "title": "Payment services", + "content": "

We provide paid services on our website. When these are employed, we use the third-party service Stripe for payment processing. We will not store or collect your payment card details. This information is provided directly to our third-party payment processors whose use of your personal information is governed by their Privacy Policy.

For crypto transactions we use the third-party service Coinbase. These transactions – if not directly sent to our wallet address – are governed by their Privacy Policy.

" + }, + "section-3": { + "title": "Website analytics", + "content": "

For the purpose of the continuous optimization of our pages and its design, we use Google Analytics, a web analysis service provided by Google Ireland Ltd. and Google Inc. (\"Google\"). In this context, pseudonymised user profiles are created and cookies are used. The information generated by the cookie about your use of the website such as

are transmitted to Google servers in the US and stored there.

The information is used to evaluate the use of our website, to compile reports on the website activity and to provide further services related to website activity and internet usage for the purpose of market research and customization of these websites. This information may also be transferred to third parties if this is required by law or if third parties process this data on behalf of Social Income. According to Google, the IP address will in no case be associated with other data concerning the user. Under no circumstances will your IP address be merged with other data from Google. The IP addresses are anonymized so that an assignment is not possible (IP masking).

" + }, + "section-4": { + "title": "Email marketing", + "content": "

You can subscribe to our mailing list to receive updates about our work. We use Mailchimp as a third party email platform to support our communications.

When you subscribe to our mailing lists we ask you for your contact information, including your name, company name, address, e-mail address and telephone number. Your data is held within the aforementioned third party platform. Mailchimp has its own security and privacy policy. Mailchimp may use email tracking. Email tracking tells us when you opened an email and what links you clicked on. We use this information to improve our communications, and include general information such as open and click-through rates to inform communications planning and reporting.

" + } + }, + "rights": { + "title": "Your rights", + "section-1": { + "title": "Your rights", + "content": "

We would like to make sure that you are fully aware of all of your data protection rights. Every user is entitled to the following:

" + } + } +} \ No newline at end of file diff --git a/shared/locales/en/website-terms-for-contributions.json b/shared/locales/en/website-terms-for-contributions.json new file mode 100644 index 000000000..2a9f52b48 --- /dev/null +++ b/shared/locales/en/website-terms-for-contributions.json @@ -0,0 +1,49 @@ +{ + "title": "Terms for Contributors", + "general": { + "title": "General", + "section-1": "These terms and conditions (hereinafter “Terms and Conditions”) apply to all contributions that are made via the website socialincome.org (hereinafter “website”) in favor of Social Income, a non profit organisation with a registered office in Zurich, Switzerland (hereinafter “Social Income”).", + "section-2": "By making a contribution, you agree to these Terms and Conditions. Please read them carefully and let us know if you have any questions.", + "section-3": "We may sometimes make changes to these Terms for Contributions without prior notice. If we make material changes that adversely affect your rights, then we will let you know before the changes come into effect. Changes apply from the moment of publication of the amended Terms and Conditions on this website. By continuing to use Social Income after a change you accept the new terms and conditions." + }, + "participation": { + "title": "Your participation", + "section-1": "To become a contributor, you create an account on the website, calculate a donation amount based on 1% of your monthly income, and decide to donate this 1% to a person or persons selected by Social Income.", + "section-2": "Your contribution in favor of Social Income will be used solely in accordance with the objectives of Social Income. Your contribution will be transferred to individuals supported by Social Income. For more information about the recipients of your contribution, please refer to the website.", + "section-3": "You will choose your preferred payment option and preferred payment schedule. The payment options and schedules will be presented to you and selected by you before you consent to make the payment.", + "section-4": "Payment plans by Credit Card can be terminated at any time on your account page or by written notification to contributors@socialincome.org. Standing orders via bank transfer must be stopped at your bank. Once made, a contribution cannot be reimbursed.", + "section-5": "Contributions made via this website are processed using a secure SSL connection. All online payments from contributors are processed by the third party service provider Stripe or Coinbase for cryptocurrencies transactions. For more information about the third party service provider please refer to privacy policies of Stripe and Coinbase.", + "section-6": "Contributions to Social Income are tax deductible in some jurisdictions. After each donation, you will receive a donation receipt by email, to facilitate this process if need be." + }, + "data": { + "title": "Your data and website usage", + "section-1": "The transfer, collection and processing of personal data via this website is subject to the Privacy Policy.", + "section-2": "The access to and use of this website is subject to the Terms of Use. We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us.", + "section-3": "We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us." + }, + "liability": { + "title": "Limitation of liability", + "section-1": "Herewith you acknowledge that access to this website and the use thereof, the transfer of data to and from this website, the access to third party websites via links available on this website, as well as any actions taken on the basis of the contents of this website, are undertaken at your own risk. To the fullest extent permitted by law Social Income hereby excludes all contractual and non-contractual liability for any direct and indirect damages that may arise thereof.", + "section-2": "For this clause, “Social Income” is defined to include our subsidiaries, affiliates, officers, directors, employees, agents and third party service providers." + }, + "warranty": { + "title": "Warranty disclaimer", + "section-1": "Social Income strives to keep the content on this website up-to-date, complete, and accurate. However, with any information provided to you through our website, rapid changes may occasionally be implemented and timeliness, accuracy, and completeness cannot always be guaranteed. The contents of this website do not contain any assurances or warranties of such kind.", + "section-2": "You acknowledge that Social Income is provided “as is” and without warranty of any kind. Any warranty of merchantability, fitness for a particular purpose, non-infringement, and any other warranty is excluded to the greatest extent permitted by law.", + "section-3": "The disclaimers of warranty under this clause also apply to our subsidiaries, affiliates, and third party service providers." + }, + "stopping": { + "title": "If you want to stop participating", + "section-1": "Social Income is based on solidarity and voluntary donations. You share your income with persons only for as long and as much as you would like to. You can end your involvement with Social Income at any time and with immediate effect. You are free to change your payment plan and suspend or stop payments at any time.", + "section-2": "However, as already mentioned in the section titled “Your Participation,” we cannot refund payments that have already been transferred to us." + }, + "deletion": { + "title": "Account deletion", + "section-1": "You can request that we terminate or suspend your account at any time, at our discretion, by sending an email to contributors@socialincome.org. We will answer and process your request within two working days." + }, + "disagreements": { + "title": "How we resolve disagreements", + "section-1": "We encourage you to contact us in case of any issue arising in connection with your use of Social Income and the website. Questions and concerns regarding Social Income, contributions, and our Terms and Conditions may be directed to legal@socialincome.org at any time. We will respond to you within two working days.", + "section-2": "If we cannot find a solution and if one of us has to go to court, Swiss law applies to the exclusion of the conflict of law provisions for any disputes which arise in connection with these Terms and Conditions. The applicable court of jurisdiction is the City of Zurich, Switzerland." + } +} \ No newline at end of file diff --git a/shared/locales/en/website-terms-of-use.json b/shared/locales/en/website-terms-of-use.json new file mode 100644 index 000000000..644bb4f32 --- /dev/null +++ b/shared/locales/en/website-terms-of-use.json @@ -0,0 +1,35 @@ +{ + "title": "Terms of Use", + "general": { + "title": "General", + "section-1": "The website socialincome.org (hereinafter “website”) is operated by Social Income, a non-profit organization with a registered office in Zurich, Switzerland (hereinafter “Social Income”). By accessing and using this website, you declare that you have read and understood, and that you agree to the following terms of use and all other legal information available on this website that govern the use of this website (hereinafter collectively referred to as the “Terms of Use”).", + "section-2": "If you do not agree to these Terms of Use, you may not access or use the Services. If you do not agree with the Terms of Use, you must immediately stop using this website.", + "section-3": "You acknowledge that Social Income may, without prior notice update, modify, or remove the Terms of Use at any time. Changes apply from the moment of publication of the amended Terms of Use on the website. If we make material changes that adversely affect your rights, then we will let you know before the changes come into effect. By continuing to use this website, you explicitly agree to the changes." + }, + "links": { + "title": "Links to third party websites", + "section-1": "This website may contain links to websites operated by third parties. Third-party websites are not under the control of Social Income and are subject to the respective third party’s terms and conditions. Social Income assumes no warranty or liability in connection with these third-party websites." + }, + "data": { + "title": "Your data and website usage", + "section-1": "The transfer, collection and processing of personal data via this website is subject to the Privacy Policy.", + "section-2": "If you decide to make a contribution with Social Income’s projects, you will be asked to agree to the Terms for Contributions.", + "section-3": "We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us." + }, + "liability": { + "title": "Limitation of liability", + "section-1": "Herewith you acknowledge that access to this website and the use thereof, the transfer of data to and from this website, the access to third party websites via links available on this website, as well as any actions taken on the basis of the contents of this website, are undertaken at your own risk. To the fullest extent permitted by law Social Income hereby excludes all contractual and non-contractual liability for any direct and indirect damages that may arise thereof.", + "section-2": "For this clause, “Social Income” is defined to include our subsidiaries, affiliates, officers, directors, employees, agents and third party service providers." + }, + "warranty": { + "title": "Warranty disclaimer", + "section-1": "Social Income strives to keep the content on this website up-to-date, complete, and accurate. However, with any information provided to you through our website, rapid changes may occasionally be implemented and timeliness, accuracy, and completeness cannot always be guaranteed. The contents of this website do not contain any assurances or warranties of such kind.", + "section-2": "You acknowledge that Social Income is provided “as is” and without warranty of any kind. Any warranty of merchantability, fitness for a particular purpose, non-infringement, and any other warranty is excluded to the greatest extent permitted by law.", + "section-3": "The disclaimers of warranty under this clause also apply to our subsidiaries, affiliates, and third party service providers." + }, + "disagreements": { + "title": "How we resolve disagreements", + "section-1": "We encourage you to contact us in case of any issue arising in connection with your use of Social Income and the website. Questions and concerns regarding Social Income, contributions, and our Terms and Conditions may be directed to legal@socialincome.org at any time. We will respond to you within two working days.", + "section-2": "If we cannot find a solution and if one of us has to go to court, Swiss law applies to the exclusion of the conflict of law provisions for any disputes which arise in connection with these Terms and Conditions. The applicable court of jurisdiction is the City of Zurich, Switzerland." + } +} \ No newline at end of file diff --git a/website/src/app/[lang]/[country]/(website)/(home)/section-2.tsx b/website/src/app/[lang]/[country]/(website)/(home)/section-2.tsx index 32a77ca2d..86e3c1d2f 100644 --- a/website/src/app/[lang]/[country]/(website)/(home)/section-2.tsx +++ b/website/src/app/[lang]/[country]/(website)/(home)/section-2.tsx @@ -1,6 +1,6 @@ 'use client'; -import { VimeoVideoComponent } from '@/components/VimeoVideoComponent'; +import { VimeoVideo } from '@/components/vimeo-video'; import { PlayCircleIcon } from '@heroicons/react/24/outline'; import { BaseContainer, Dialog, DialogContent, DialogTrigger, Typography } from '@socialincome/ui'; import Image from 'next/image'; @@ -48,7 +48,7 @@ export default function Section2({ vimeoVideoId, translations }: Section2Props) - + diff --git a/website/src/app/[lang]/[country]/(website)/faq/faq-section.tsx b/website/src/app/[lang]/[country]/(website)/faq/faq-section.tsx index 498a666a3..016dec0d8 100644 --- a/website/src/app/[lang]/[country]/(website)/faq/faq-section.tsx +++ b/website/src/app/[lang]/[country]/(website)/faq/faq-section.tsx @@ -1,5 +1,3 @@ -'use client'; - import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Typography } from '@socialincome/ui'; import Link from 'next/link'; @@ -26,11 +24,12 @@ export function FAQSection({ title, questions }: FAQSectionProps) { {questions.map((question, index) => ( - {question.question} + + {question.question} + - - {question.answer} - + + {question.answer} {question.links && (
    {question.links?.map((link, index2) => ( diff --git a/website/src/app/[lang]/[country]/(website)/faq/page.tsx b/website/src/app/[lang]/[country]/(website)/faq/page.tsx index 1cc0bb102..613d244e8 100644 --- a/website/src/app/[lang]/[country]/(website)/faq/page.tsx +++ b/website/src/app/[lang]/[country]/(website)/faq/page.tsx @@ -1,6 +1,6 @@ import { DefaultPageProps } from '@/app/[lang]/[country]'; import { Translator } from '@socialincome/shared/src/utils/i18n'; -import { BaseContainer } from '@socialincome/ui'; +import { BaseContainer, Typography } from '@socialincome/ui'; import { FAQSection } from './faq-section'; export default async function Page({ params }: DefaultPageProps) { @@ -11,6 +11,9 @@ export default async function Page({ params }: DefaultPageProps) { return ( + + {translator.t('title')} + - + diff --git a/website/src/app/[lang]/[country]/(website)/privacy/page.tsx b/website/src/app/[lang]/[country]/(website)/privacy/page.tsx new file mode 100644 index 000000000..7144e7255 --- /dev/null +++ b/website/src/app/[lang]/[country]/(website)/privacy/page.tsx @@ -0,0 +1,71 @@ +import { DefaultPageProps } from '@/app/[lang]/[country]'; +import { ProseAccordion } from '@/components/prose-accordion'; +import { Translator } from '@socialincome/shared/src/utils/i18n'; +import { BaseContainer, Typography } from '@socialincome/ui'; + +export default async function Page({ params }: DefaultPageProps) { + const translator = await Translator.getInstance({ + language: params.lang, + namespaces: ['website-privacy'], + }); + + return ( + + + {translator.t('title')} + +
    + + {translator.t('responsibility.title')} + +
    +
    + + + + + + ); +} diff --git a/website/src/app/[lang]/[country]/(website)/terms-for-contributions/page.tsx b/website/src/app/[lang]/[country]/(website)/terms-for-contributions/page.tsx new file mode 100644 index 000000000..d0a75e41f --- /dev/null +++ b/website/src/app/[lang]/[country]/(website)/terms-for-contributions/page.tsx @@ -0,0 +1,80 @@ +import { DefaultPageProps } from '@/app/[lang]/[country]'; +import { Translator } from '@socialincome/shared/src/utils/i18n'; +import { BaseContainer, Typography } from '@socialincome/ui'; + +export default async function Page({ params }: DefaultPageProps) { + const translator = await Translator.getInstance({ + language: params.lang, + namespaces: ['website-terms-for-contributions'], + }); + + return ( + + + {translator.t('title')} + +
    + + {translator.t('general.title')} + + + + +
    +
    + + {translator.t('participation.title')} + + + + + + + +
    +
    + + {translator.t('data.title')} + + + + +
    +
    + + {translator.t('liability.title')} + + + +
    +
    + + {translator.t('warranty.title')} + + + + +
    +
    + + {translator.t('stopping.title')} + + + +
    +
    + + {translator.t('deletion.title')} + + +
    +
    + + {translator.t('disagreements.title')} + + + +
    +
    + ); +} diff --git a/website/src/app/[lang]/[country]/(website)/terms-of-use/page.tsx b/website/src/app/[lang]/[country]/(website)/terms-of-use/page.tsx new file mode 100644 index 000000000..f41deb443 --- /dev/null +++ b/website/src/app/[lang]/[country]/(website)/terms-of-use/page.tsx @@ -0,0 +1,62 @@ +import { DefaultPageProps } from '@/app/[lang]/[country]'; +import { Translator } from '@socialincome/shared/src/utils/i18n'; +import { BaseContainer, Typography } from '@socialincome/ui'; + +export default async function Page({ params }: DefaultPageProps) { + const translator = await Translator.getInstance({ + language: params.lang, + namespaces: ['website-terms-of-use'], + }); + + return ( + + + {translator.t('title')} + +
    + + {translator.t('general.title')} + + + + +
    +
    + + {translator.t('links.title')} + + +
    +
    + + {translator.t('data.title')} + + + + +
    +
    + + {translator.t('liability.title')} + + + +
    +
    + + {translator.t('warranty.title')} + + + + +
    +
    + + {translator.t('disagreements.title')} + + + +
    +
    + ); +} diff --git a/website/src/components/footer/footer.tsx b/website/src/components/footer/footer.tsx index 553fd908a..ab5ee7329 100644 --- a/website/src/components/footer/footer.tsx +++ b/website/src/components/footer/footer.tsx @@ -11,7 +11,6 @@ import { EnvelopeOpenIcon, InformationCircleIcon, ShieldCheckIcon, - SwatchIcon, UserCircleIcon, UserGroupIcon, } from '@heroicons/react/24/solid'; @@ -115,13 +114,16 @@ export default async function Footer({ params, supportedLanguages, supportedCoun label="Privacy Policy" url={`/${params.lang}/${params.country}/privacy`} /> - + -
    diff --git a/website/src/components/prose-accordion.tsx b/website/src/components/prose-accordion.tsx new file mode 100644 index 000000000..62421fcc8 --- /dev/null +++ b/website/src/components/prose-accordion.tsx @@ -0,0 +1,34 @@ +import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Typography } from '@socialincome/ui'; + +type PrivacySectionProps = { + title: string; + items: { + title: string; + content: string; + }[]; +}; + +export function ProseAccordion({ title, items }: PrivacySectionProps) { + return ( +
    + + {title} + + + + {items.map((item, index) => ( + + + + {item.title} + + + +
    + + + ))} + +
    + ); +} diff --git a/website/src/components/VimeoVideoComponent.tsx b/website/src/components/vimeo-video.tsx similarity index 71% rename from website/src/components/VimeoVideoComponent.tsx rename to website/src/components/vimeo-video.tsx index 58448313f..ad8adedec 100644 --- a/website/src/components/VimeoVideoComponent.tsx +++ b/website/src/components/vimeo-video.tsx @@ -3,18 +3,18 @@ import Player from '@vimeo/player'; import { useEffect, useRef } from 'react'; -export function VimeoVideoComponent({ vimeoVideoId }: { vimeoVideoId: number }) { +export function VimeoVideo({ videoId }: { videoId: number }) { const playerRef = useRef(null); useEffect(() => { if (playerRef.current) { new Player(playerRef.current, { - id: vimeoVideoId, + id: videoId, controls: true, responsive: true, }); } - }, [vimeoVideoId]); + }, [videoId]); return
    ; } diff --git a/website/tailwind.config.ts b/website/tailwind.config.ts index aeb90cf95..883e5862b 100644 --- a/website/tailwind.config.ts +++ b/website/tailwind.config.ts @@ -1,4 +1,8 @@ export default { - content: ['./src/**/*.{js,ts,jsx,tsx,mdx}', '../ui/src/components/**/*.{js,jsx,ts,tsx,mdx,html}'], + content: [ + './src/**/*.{js,ts,jsx,tsx,mdx}', + '../ui/src/components/**/*.{js,jsx,ts,tsx,mdx,html}', + '../shared/locales/**/*.json', + ], presets: [require('../ui/tailwind.config')], }; From e3727fcaab4bc68a60e7dd739ef5fd53718689bb Mon Sep 17 00:00:00 2001 From: mkue Date: Mon, 6 Nov 2023 14:23:47 +0000 Subject: [PATCH 2/2] Prettified Code! --- shared/locales/en/website-privacy.json | 124 +++++++++--------- .../en/website-terms-for-contributions.json | 96 +++++++------- shared/locales/en/website-terms-of-use.json | 68 +++++----- 3 files changed, 144 insertions(+), 144 deletions(-) diff --git a/shared/locales/en/website-privacy.json b/shared/locales/en/website-privacy.json index 723ac9050..012a89382 100644 --- a/shared/locales/en/website-privacy.json +++ b/shared/locales/en/website-privacy.json @@ -1,63 +1,63 @@ { - "title": "Privacy Policy", - "responsibility": { - "title": "Responsibility", - "content": "

    The website socialincome.org (hereinafter referred to as \"website\") is operated by Social Income, a Swiss Association with a registered office in Zurich, Switzerland (hereinafter referred to as \"Social Income\").

    Personal data collected via the website is processed in accordance with the Swiss Federal Data Protection Act (FDPA), the principles as described herein and pursuant the standards of the EU General Data Protection Regulation (GDPR).

    Responsible according to Article 4 (7) GDPR is:

    Social Income
    Zweierstrasse 103
    8003 Zurich
    Switzerland

    If you have any questions, please do not hesitate to contact us.

    " - }, - "data": { - "title": "Data processing", - "section-1": { - "title": "Information we collect", - "content": "

    The following Privacy Policy provides information on the nature, scope and purpose of the collection of personal data by Social Income, the processing of such personal data and the related rights of data subjects.

    Personal data are all information relating to an identified or identifiable person.

    " - }, - "section-2": { - "title": "How we use your information", - "content": "

    We use the information we collect in various ways, as described in detail below, including to:

    • Provide, operate, and maintain our website's services
    • Improve, personalize, and expand our website
    • Understand and analyze how you use our website
    • Develop new products, services, features, and functionality
    • Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes
    • Send you emails
    • Find and prevent fraud
    " - }, - "section-3": { - "title": "When you visit our website", - "content": "

    When you visit our website, the server temporarily and automatically stores each access in a log file. Social Income’s website follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as part of hosting services' analytics. Log files are stored until they are automatically deleted.

    The information collected by log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable.

    The purpose of the information is for analyzing trends, managing the site, tracking users' movement on the website, and gathering demographic information.

    In addition, we use cookies and tracking tools when you visit our website. For more information, please refer to the subsequent sections.

    " - }, - "section-4": { - "title": "Information you provide to us", - "content": "

    When you register for an account or when you make a contribution for Social Income’s projects on our website we ask you to provide your contact information, including your name, address, e-mail, telephone number, name of employer, company or organization.

    If you contact us directly, we may receive additional information about you such as the contents of the message and/or attachments you may send us, and any other information you may choose to provide. We use this information to answer the questions you have asked or to provide the services you request.

    We store this data on our servers for as long as necessary to provide the services or information requested, unless a longer retention period is based on our legitimate interests or prescribed by law.

    " - } - }, - "tracking": { - "title": "Cookies and tracking", - "section-1": { - "title": "Cookies and tracking tools", - "content": "

    Like any other website, Social Income’s website uses cookies. Cookies are usually small text files with ID tags that are stored on your computer's browser directory or program data subfolders. Cookies are created when you use your browser to visit a website and are used to keep track of your movements within the site, help you resume where you left off, remember your registered login, theme selection, preferences, and other customization functions.

    We use the following cookies:

    • Google Analytics Tracking (more)
    • Google Tag Manager (more)
    • Twitter Conversion Tracking (more)
    • Facebook Conversion Tracking (more)
    • LinkedIn Conversion Tracking (more)
    " - }, - "section-2": { - "title": "How Social Income uses cookies", - "content": "

    We use cookies to store information including visitors' preferences and the pages on the website that the visitor accessed or visited.

    This information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information. The conversion tracking cookies from social media sites allow us to directly address website visitors on each respective platform.

    " - } - }, - "third-party": { - "title": "Third party data processors", - "section-1": { - "title": "Third party data processors", - "content": "

    Like most businesses we rely on third-party providers to support our day-to-day operations, for example in areas such as online file storage and email delivery. We may also hire third parties to operate, maintain or improve our website and other digital services. Some of these service providers will by necessity have access to or be directly involved in processing or storing a subset of the personal information you share with us. Please review their individual Privacy Policies.

    Social Income uses the following third party data processors:

    " - }, - "section-2": { - "title": "Payment services", - "content": "

    We provide paid services on our website. When these are employed, we use the third-party service Stripe for payment processing. We will not store or collect your payment card details. This information is provided directly to our third-party payment processors whose use of your personal information is governed by their Privacy Policy.

    For crypto transactions we use the third-party service Coinbase. These transactions – if not directly sent to our wallet address – are governed by their Privacy Policy.

    " - }, - "section-3": { - "title": "Website analytics", - "content": "

    For the purpose of the continuous optimization of our pages and its design, we use Google Analytics, a web analysis service provided by Google Ireland Ltd. and Google Inc. (\"Google\"). In this context, pseudonymised user profiles are created and cookies are used. The information generated by the cookie about your use of the website such as

    • Browser type/version,
    • Operating system used,
    • Referrer URL (the previously visited page),
    • Host name of the accessing computer (IP address),
    • Time of the server request,
    • Device

    are transmitted to Google servers in the US and stored there.

    The information is used to evaluate the use of our website, to compile reports on the website activity and to provide further services related to website activity and internet usage for the purpose of market research and customization of these websites. This information may also be transferred to third parties if this is required by law or if third parties process this data on behalf of Social Income. According to Google, the IP address will in no case be associated with other data concerning the user. Under no circumstances will your IP address be merged with other data from Google. The IP addresses are anonymized so that an assignment is not possible (IP masking).

    " - }, - "section-4": { - "title": "Email marketing", - "content": "

    You can subscribe to our mailing list to receive updates about our work. We use Mailchimp as a third party email platform to support our communications.

    When you subscribe to our mailing lists we ask you for your contact information, including your name, company name, address, e-mail address and telephone number. Your data is held within the aforementioned third party platform. Mailchimp has its own security and privacy policy. Mailchimp may use email tracking. Email tracking tells us when you opened an email and what links you clicked on. We use this information to improve our communications, and include general information such as open and click-through rates to inform communications planning and reporting.

    " - } - }, - "rights": { - "title": "Your rights", - "section-1": { - "title": "Your rights", - "content": "

    We would like to make sure that you are fully aware of all of your data protection rights. Every user is entitled to the following:

    • The right to information - You have the right to receive information about the personal data that we store about you upon request.
    • The right to access – You have the right to request copies of your personal data.
    • The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.
    • The right to erasure – You have the right to request that we erase your personal data, as far as there is no legal duty to retain or a permit that allows us to process the data.
    • The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.
    • The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.
    • The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.
    • If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact Social Income.
    • You also have the right to complain to a data protection supervisory authority at any time.
    " - } - } -} \ No newline at end of file + "title": "Privacy Policy", + "responsibility": { + "title": "Responsibility", + "content": "

    The website socialincome.org (hereinafter referred to as \"website\") is operated by Social Income, a Swiss Association with a registered office in Zurich, Switzerland (hereinafter referred to as \"Social Income\").

    Personal data collected via the website is processed in accordance with the Swiss Federal Data Protection Act (FDPA), the principles as described herein and pursuant the standards of the EU General Data Protection Regulation (GDPR).

    Responsible according to Article 4 (7) GDPR is:

    Social Income
    Zweierstrasse 103
    8003 Zurich
    Switzerland

    If you have any questions, please do not hesitate to contact us.

    " + }, + "data": { + "title": "Data processing", + "section-1": { + "title": "Information we collect", + "content": "

    The following Privacy Policy provides information on the nature, scope and purpose of the collection of personal data by Social Income, the processing of such personal data and the related rights of data subjects.

    Personal data are all information relating to an identified or identifiable person.

    " + }, + "section-2": { + "title": "How we use your information", + "content": "

    We use the information we collect in various ways, as described in detail below, including to:

    • Provide, operate, and maintain our website's services
    • Improve, personalize, and expand our website
    • Understand and analyze how you use our website
    • Develop new products, services, features, and functionality
    • Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes
    • Send you emails
    • Find and prevent fraud
    " + }, + "section-3": { + "title": "When you visit our website", + "content": "

    When you visit our website, the server temporarily and automatically stores each access in a log file. Social Income’s website follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as part of hosting services' analytics. Log files are stored until they are automatically deleted.

    The information collected by log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable.

    The purpose of the information is for analyzing trends, managing the site, tracking users' movement on the website, and gathering demographic information.

    In addition, we use cookies and tracking tools when you visit our website. For more information, please refer to the subsequent sections.

    " + }, + "section-4": { + "title": "Information you provide to us", + "content": "

    When you register for an account or when you make a contribution for Social Income’s projects on our website we ask you to provide your contact information, including your name, address, e-mail, telephone number, name of employer, company or organization.

    If you contact us directly, we may receive additional information about you such as the contents of the message and/or attachments you may send us, and any other information you may choose to provide. We use this information to answer the questions you have asked or to provide the services you request.

    We store this data on our servers for as long as necessary to provide the services or information requested, unless a longer retention period is based on our legitimate interests or prescribed by law.

    " + } + }, + "tracking": { + "title": "Cookies and tracking", + "section-1": { + "title": "Cookies and tracking tools", + "content": "

    Like any other website, Social Income’s website uses cookies. Cookies are usually small text files with ID tags that are stored on your computer's browser directory or program data subfolders. Cookies are created when you use your browser to visit a website and are used to keep track of your movements within the site, help you resume where you left off, remember your registered login, theme selection, preferences, and other customization functions.

    We use the following cookies:

    • Google Analytics Tracking (more)
    • Google Tag Manager (more)
    • Twitter Conversion Tracking (more)
    • Facebook Conversion Tracking (more)
    • LinkedIn Conversion Tracking (more)
    " + }, + "section-2": { + "title": "How Social Income uses cookies", + "content": "

    We use cookies to store information including visitors' preferences and the pages on the website that the visitor accessed or visited.

    This information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information. The conversion tracking cookies from social media sites allow us to directly address website visitors on each respective platform.

    " + } + }, + "third-party": { + "title": "Third party data processors", + "section-1": { + "title": "Third party data processors", + "content": "

    Like most businesses we rely on third-party providers to support our day-to-day operations, for example in areas such as online file storage and email delivery. We may also hire third parties to operate, maintain or improve our website and other digital services. Some of these service providers will by necessity have access to or be directly involved in processing or storing a subset of the personal information you share with us. Please review their individual Privacy Policies.

    Social Income uses the following third party data processors:

    " + }, + "section-2": { + "title": "Payment services", + "content": "

    We provide paid services on our website. When these are employed, we use the third-party service Stripe for payment processing. We will not store or collect your payment card details. This information is provided directly to our third-party payment processors whose use of your personal information is governed by their Privacy Policy.

    For crypto transactions we use the third-party service Coinbase. These transactions – if not directly sent to our wallet address – are governed by their Privacy Policy.

    " + }, + "section-3": { + "title": "Website analytics", + "content": "

    For the purpose of the continuous optimization of our pages and its design, we use Google Analytics, a web analysis service provided by Google Ireland Ltd. and Google Inc. (\"Google\"). In this context, pseudonymised user profiles are created and cookies are used. The information generated by the cookie about your use of the website such as

    • Browser type/version,
    • Operating system used,
    • Referrer URL (the previously visited page),
    • Host name of the accessing computer (IP address),
    • Time of the server request,
    • Device

    are transmitted to Google servers in the US and stored there.

    The information is used to evaluate the use of our website, to compile reports on the website activity and to provide further services related to website activity and internet usage for the purpose of market research and customization of these websites. This information may also be transferred to third parties if this is required by law or if third parties process this data on behalf of Social Income. According to Google, the IP address will in no case be associated with other data concerning the user. Under no circumstances will your IP address be merged with other data from Google. The IP addresses are anonymized so that an assignment is not possible (IP masking).

    " + }, + "section-4": { + "title": "Email marketing", + "content": "

    You can subscribe to our mailing list to receive updates about our work. We use Mailchimp as a third party email platform to support our communications.

    When you subscribe to our mailing lists we ask you for your contact information, including your name, company name, address, e-mail address and telephone number. Your data is held within the aforementioned third party platform. Mailchimp has its own security and privacy policy. Mailchimp may use email tracking. Email tracking tells us when you opened an email and what links you clicked on. We use this information to improve our communications, and include general information such as open and click-through rates to inform communications planning and reporting.

    " + } + }, + "rights": { + "title": "Your rights", + "section-1": { + "title": "Your rights", + "content": "

    We would like to make sure that you are fully aware of all of your data protection rights. Every user is entitled to the following:

    • The right to information - You have the right to receive information about the personal data that we store about you upon request.
    • The right to access – You have the right to request copies of your personal data.
    • The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.
    • The right to erasure – You have the right to request that we erase your personal data, as far as there is no legal duty to retain or a permit that allows us to process the data.
    • The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.
    • The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.
    • The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.
    • If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact Social Income.
    • You also have the right to complain to a data protection supervisory authority at any time.
    " + } + } +} diff --git a/shared/locales/en/website-terms-for-contributions.json b/shared/locales/en/website-terms-for-contributions.json index 2a9f52b48..fce92813a 100644 --- a/shared/locales/en/website-terms-for-contributions.json +++ b/shared/locales/en/website-terms-for-contributions.json @@ -1,49 +1,49 @@ { - "title": "Terms for Contributors", - "general": { - "title": "General", - "section-1": "These terms and conditions (hereinafter “Terms and Conditions”) apply to all contributions that are made via the website socialincome.org (hereinafter “website”) in favor of Social Income, a non profit organisation with a registered office in Zurich, Switzerland (hereinafter “Social Income”).", - "section-2": "By making a contribution, you agree to these Terms and Conditions. Please read them carefully and let us know if you have any questions.", - "section-3": "We may sometimes make changes to these Terms for Contributions without prior notice. If we make material changes that adversely affect your rights, then we will let you know before the changes come into effect. Changes apply from the moment of publication of the amended Terms and Conditions on this website. By continuing to use Social Income after a change you accept the new terms and conditions." - }, - "participation": { - "title": "Your participation", - "section-1": "To become a contributor, you create an account on the website, calculate a donation amount based on 1% of your monthly income, and decide to donate this 1% to a person or persons selected by Social Income.", - "section-2": "Your contribution in favor of Social Income will be used solely in accordance with the objectives of Social Income. Your contribution will be transferred to individuals supported by Social Income. For more information about the recipients of your contribution, please refer to the website.", - "section-3": "You will choose your preferred payment option and preferred payment schedule. The payment options and schedules will be presented to you and selected by you before you consent to make the payment.", - "section-4": "Payment plans by Credit Card can be terminated at any time on your account page or by written notification to contributors@socialincome.org. Standing orders via bank transfer must be stopped at your bank. Once made, a contribution cannot be reimbursed.", - "section-5": "Contributions made via this website are processed using a secure SSL connection. All online payments from contributors are processed by the third party service provider Stripe or Coinbase for cryptocurrencies transactions. For more information about the third party service provider please refer to privacy policies of Stripe and Coinbase.", - "section-6": "Contributions to Social Income are tax deductible in some jurisdictions. After each donation, you will receive a donation receipt by email, to facilitate this process if need be." - }, - "data": { - "title": "Your data and website usage", - "section-1": "The transfer, collection and processing of personal data via this website is subject to the Privacy Policy.", - "section-2": "The access to and use of this website is subject to the Terms of Use. We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us.", - "section-3": "We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us." - }, - "liability": { - "title": "Limitation of liability", - "section-1": "Herewith you acknowledge that access to this website and the use thereof, the transfer of data to and from this website, the access to third party websites via links available on this website, as well as any actions taken on the basis of the contents of this website, are undertaken at your own risk. To the fullest extent permitted by law Social Income hereby excludes all contractual and non-contractual liability for any direct and indirect damages that may arise thereof.", - "section-2": "For this clause, “Social Income” is defined to include our subsidiaries, affiliates, officers, directors, employees, agents and third party service providers." - }, - "warranty": { - "title": "Warranty disclaimer", - "section-1": "Social Income strives to keep the content on this website up-to-date, complete, and accurate. However, with any information provided to you through our website, rapid changes may occasionally be implemented and timeliness, accuracy, and completeness cannot always be guaranteed. The contents of this website do not contain any assurances or warranties of such kind.", - "section-2": "You acknowledge that Social Income is provided “as is” and without warranty of any kind. Any warranty of merchantability, fitness for a particular purpose, non-infringement, and any other warranty is excluded to the greatest extent permitted by law.", - "section-3": "The disclaimers of warranty under this clause also apply to our subsidiaries, affiliates, and third party service providers." - }, - "stopping": { - "title": "If you want to stop participating", - "section-1": "Social Income is based on solidarity and voluntary donations. You share your income with persons only for as long and as much as you would like to. You can end your involvement with Social Income at any time and with immediate effect. You are free to change your payment plan and suspend or stop payments at any time.", - "section-2": "However, as already mentioned in the section titled “Your Participation,” we cannot refund payments that have already been transferred to us." - }, - "deletion": { - "title": "Account deletion", - "section-1": "You can request that we terminate or suspend your account at any time, at our discretion, by sending an email to contributors@socialincome.org. We will answer and process your request within two working days." - }, - "disagreements": { - "title": "How we resolve disagreements", - "section-1": "We encourage you to contact us in case of any issue arising in connection with your use of Social Income and the website. Questions and concerns regarding Social Income, contributions, and our Terms and Conditions may be directed to legal@socialincome.org at any time. We will respond to you within two working days.", - "section-2": "If we cannot find a solution and if one of us has to go to court, Swiss law applies to the exclusion of the conflict of law provisions for any disputes which arise in connection with these Terms and Conditions. The applicable court of jurisdiction is the City of Zurich, Switzerland." - } -} \ No newline at end of file + "title": "Terms for Contributors", + "general": { + "title": "General", + "section-1": "These terms and conditions (hereinafter “Terms and Conditions”) apply to all contributions that are made via the website socialincome.org (hereinafter “website”) in favor of Social Income, a non profit organisation with a registered office in Zurich, Switzerland (hereinafter “Social Income”).", + "section-2": "By making a contribution, you agree to these Terms and Conditions. Please read them carefully and let us know if you have any questions.", + "section-3": "We may sometimes make changes to these Terms for Contributions without prior notice. If we make material changes that adversely affect your rights, then we will let you know before the changes come into effect. Changes apply from the moment of publication of the amended Terms and Conditions on this website. By continuing to use Social Income after a change you accept the new terms and conditions." + }, + "participation": { + "title": "Your participation", + "section-1": "To become a contributor, you create an account on the website, calculate a donation amount based on 1% of your monthly income, and decide to donate this 1% to a person or persons selected by Social Income.", + "section-2": "Your contribution in favor of Social Income will be used solely in accordance with the objectives of Social Income. Your contribution will be transferred to individuals supported by Social Income. For more information about the recipients of your contribution, please refer to the website.", + "section-3": "You will choose your preferred payment option and preferred payment schedule. The payment options and schedules will be presented to you and selected by you before you consent to make the payment.", + "section-4": "Payment plans by Credit Card can be terminated at any time on your account page or by written notification to contributors@socialincome.org. Standing orders via bank transfer must be stopped at your bank. Once made, a contribution cannot be reimbursed.", + "section-5": "Contributions made via this website are processed using a secure SSL connection. All online payments from contributors are processed by the third party service provider Stripe or Coinbase for cryptocurrencies transactions. For more information about the third party service provider please refer to privacy policies of Stripe and Coinbase.", + "section-6": "Contributions to Social Income are tax deductible in some jurisdictions. After each donation, you will receive a donation receipt by email, to facilitate this process if need be." + }, + "data": { + "title": "Your data and website usage", + "section-1": "The transfer, collection and processing of personal data via this website is subject to the Privacy Policy.", + "section-2": "The access to and use of this website is subject to the Terms of Use. We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us.", + "section-3": "We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us." + }, + "liability": { + "title": "Limitation of liability", + "section-1": "Herewith you acknowledge that access to this website and the use thereof, the transfer of data to and from this website, the access to third party websites via links available on this website, as well as any actions taken on the basis of the contents of this website, are undertaken at your own risk. To the fullest extent permitted by law Social Income hereby excludes all contractual and non-contractual liability for any direct and indirect damages that may arise thereof.", + "section-2": "For this clause, “Social Income” is defined to include our subsidiaries, affiliates, officers, directors, employees, agents and third party service providers." + }, + "warranty": { + "title": "Warranty disclaimer", + "section-1": "Social Income strives to keep the content on this website up-to-date, complete, and accurate. However, with any information provided to you through our website, rapid changes may occasionally be implemented and timeliness, accuracy, and completeness cannot always be guaranteed. The contents of this website do not contain any assurances or warranties of such kind.", + "section-2": "You acknowledge that Social Income is provided “as is” and without warranty of any kind. Any warranty of merchantability, fitness for a particular purpose, non-infringement, and any other warranty is excluded to the greatest extent permitted by law.", + "section-3": "The disclaimers of warranty under this clause also apply to our subsidiaries, affiliates, and third party service providers." + }, + "stopping": { + "title": "If you want to stop participating", + "section-1": "Social Income is based on solidarity and voluntary donations. You share your income with persons only for as long and as much as you would like to. You can end your involvement with Social Income at any time and with immediate effect. You are free to change your payment plan and suspend or stop payments at any time.", + "section-2": "However, as already mentioned in the section titled “Your Participation,” we cannot refund payments that have already been transferred to us." + }, + "deletion": { + "title": "Account deletion", + "section-1": "You can request that we terminate or suspend your account at any time, at our discretion, by sending an email to contributors@socialincome.org. We will answer and process your request within two working days." + }, + "disagreements": { + "title": "How we resolve disagreements", + "section-1": "We encourage you to contact us in case of any issue arising in connection with your use of Social Income and the website. Questions and concerns regarding Social Income, contributions, and our Terms and Conditions may be directed to legal@socialincome.org at any time. We will respond to you within two working days.", + "section-2": "If we cannot find a solution and if one of us has to go to court, Swiss law applies to the exclusion of the conflict of law provisions for any disputes which arise in connection with these Terms and Conditions. The applicable court of jurisdiction is the City of Zurich, Switzerland." + } +} diff --git a/shared/locales/en/website-terms-of-use.json b/shared/locales/en/website-terms-of-use.json index 644bb4f32..8f53f061a 100644 --- a/shared/locales/en/website-terms-of-use.json +++ b/shared/locales/en/website-terms-of-use.json @@ -1,35 +1,35 @@ { - "title": "Terms of Use", - "general": { - "title": "General", - "section-1": "The website socialincome.org (hereinafter “website”) is operated by Social Income, a non-profit organization with a registered office in Zurich, Switzerland (hereinafter “Social Income”). By accessing and using this website, you declare that you have read and understood, and that you agree to the following terms of use and all other legal information available on this website that govern the use of this website (hereinafter collectively referred to as the “Terms of Use”).", - "section-2": "If you do not agree to these Terms of Use, you may not access or use the Services. If you do not agree with the Terms of Use, you must immediately stop using this website.", - "section-3": "You acknowledge that Social Income may, without prior notice update, modify, or remove the Terms of Use at any time. Changes apply from the moment of publication of the amended Terms of Use on the website. If we make material changes that adversely affect your rights, then we will let you know before the changes come into effect. By continuing to use this website, you explicitly agree to the changes." - }, - "links": { - "title": "Links to third party websites", - "section-1": "This website may contain links to websites operated by third parties. Third-party websites are not under the control of Social Income and are subject to the respective third party’s terms and conditions. Social Income assumes no warranty or liability in connection with these third-party websites." - }, - "data": { - "title": "Your data and website usage", - "section-1": "The transfer, collection and processing of personal data via this website is subject to the Privacy Policy.", - "section-2": "If you decide to make a contribution with Social Income’s projects, you will be asked to agree to the Terms for Contributions.", - "section-3": "We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us." - }, - "liability": { - "title": "Limitation of liability", - "section-1": "Herewith you acknowledge that access to this website and the use thereof, the transfer of data to and from this website, the access to third party websites via links available on this website, as well as any actions taken on the basis of the contents of this website, are undertaken at your own risk. To the fullest extent permitted by law Social Income hereby excludes all contractual and non-contractual liability for any direct and indirect damages that may arise thereof.", - "section-2": "For this clause, “Social Income” is defined to include our subsidiaries, affiliates, officers, directors, employees, agents and third party service providers." - }, - "warranty": { - "title": "Warranty disclaimer", - "section-1": "Social Income strives to keep the content on this website up-to-date, complete, and accurate. However, with any information provided to you through our website, rapid changes may occasionally be implemented and timeliness, accuracy, and completeness cannot always be guaranteed. The contents of this website do not contain any assurances or warranties of such kind.", - "section-2": "You acknowledge that Social Income is provided “as is” and without warranty of any kind. Any warranty of merchantability, fitness for a particular purpose, non-infringement, and any other warranty is excluded to the greatest extent permitted by law.", - "section-3": "The disclaimers of warranty under this clause also apply to our subsidiaries, affiliates, and third party service providers." - }, - "disagreements": { - "title": "How we resolve disagreements", - "section-1": "We encourage you to contact us in case of any issue arising in connection with your use of Social Income and the website. Questions and concerns regarding Social Income, contributions, and our Terms and Conditions may be directed to legal@socialincome.org at any time. We will respond to you within two working days.", - "section-2": "If we cannot find a solution and if one of us has to go to court, Swiss law applies to the exclusion of the conflict of law provisions for any disputes which arise in connection with these Terms and Conditions. The applicable court of jurisdiction is the City of Zurich, Switzerland." - } -} \ No newline at end of file + "title": "Terms of Use", + "general": { + "title": "General", + "section-1": "The website socialincome.org (hereinafter “website”) is operated by Social Income, a non-profit organization with a registered office in Zurich, Switzerland (hereinafter “Social Income”). By accessing and using this website, you declare that you have read and understood, and that you agree to the following terms of use and all other legal information available on this website that govern the use of this website (hereinafter collectively referred to as the “Terms of Use”).", + "section-2": "If you do not agree to these Terms of Use, you may not access or use the Services. If you do not agree with the Terms of Use, you must immediately stop using this website.", + "section-3": "You acknowledge that Social Income may, without prior notice update, modify, or remove the Terms of Use at any time. Changes apply from the moment of publication of the amended Terms of Use on the website. If we make material changes that adversely affect your rights, then we will let you know before the changes come into effect. By continuing to use this website, you explicitly agree to the changes." + }, + "links": { + "title": "Links to third party websites", + "section-1": "This website may contain links to websites operated by third parties. Third-party websites are not under the control of Social Income and are subject to the respective third party’s terms and conditions. Social Income assumes no warranty or liability in connection with these third-party websites." + }, + "data": { + "title": "Your data and website usage", + "section-1": "The transfer, collection and processing of personal data via this website is subject to the Privacy Policy.", + "section-2": "If you decide to make a contribution with Social Income’s projects, you will be asked to agree to the Terms for Contributions.", + "section-3": "We advise you to read these policies carefully. If you have any questions, please do not hesitate to contact us." + }, + "liability": { + "title": "Limitation of liability", + "section-1": "Herewith you acknowledge that access to this website and the use thereof, the transfer of data to and from this website, the access to third party websites via links available on this website, as well as any actions taken on the basis of the contents of this website, are undertaken at your own risk. To the fullest extent permitted by law Social Income hereby excludes all contractual and non-contractual liability for any direct and indirect damages that may arise thereof.", + "section-2": "For this clause, “Social Income” is defined to include our subsidiaries, affiliates, officers, directors, employees, agents and third party service providers." + }, + "warranty": { + "title": "Warranty disclaimer", + "section-1": "Social Income strives to keep the content on this website up-to-date, complete, and accurate. However, with any information provided to you through our website, rapid changes may occasionally be implemented and timeliness, accuracy, and completeness cannot always be guaranteed. The contents of this website do not contain any assurances or warranties of such kind.", + "section-2": "You acknowledge that Social Income is provided “as is” and without warranty of any kind. Any warranty of merchantability, fitness for a particular purpose, non-infringement, and any other warranty is excluded to the greatest extent permitted by law.", + "section-3": "The disclaimers of warranty under this clause also apply to our subsidiaries, affiliates, and third party service providers." + }, + "disagreements": { + "title": "How we resolve disagreements", + "section-1": "We encourage you to contact us in case of any issue arising in connection with your use of Social Income and the website. Questions and concerns regarding Social Income, contributions, and our Terms and Conditions may be directed to legal@socialincome.org at any time. We will respond to you within two working days.", + "section-2": "If we cannot find a solution and if one of us has to go to court, Swiss law applies to the exclusion of the conflict of law provisions for any disputes which arise in connection with these Terms and Conditions. The applicable court of jurisdiction is the City of Zurich, Switzerland." + } +}