Skip to content

Commit

Permalink
Update contact details and privacy policy of website
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 2, 2025
1 parent 18bf39f commit 1b43528
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 43 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Footer = component$(() => (
<div>&copy; {new Date().getFullYear()} Fabian Hiller</div>
<nav class="space-x-5 lg:space-x-12">
{[
{ label: 'Imprint', href: '/imprint/' },
{ label: 'Contact', href: '/contact/' },
{ label: 'Privacy', href: '/privacy/' },
].map(({ label, href }) => (
<TextLink key={href} href={href}>
Expand Down
22 changes: 22 additions & 0 deletions website/src/routes/(legal)/contact/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Contact
meta:
- name: robots
content: noindex, nofollow
---

# Contact

Valibot is an open source project led by Fabian Hiller and developed publicly on GitHub by more than 100 contributors. The project is non-commercial and the source code is available under the MIT licence.

## General inquiries

For general inquiries, such as bug reports and feature requests, please [create an issue](https://github.com/fabian-hiller/valibot/issues/new) on GitHub. If you have any questions or need help with Valibot, you can [ask the community](https://discord.gg/tkMjQACf2P) on our Discord server.

## Security issues

To report a vulnerability, please contact us via [email protected]. We recommend that you use the latest versions of the library to ensure that your application remains as secure as possible.

## Partner requests

If you are interested in a partnership with Valibot, please contact us at [email protected]. We are open to collaborations that help us improve the project and make it more accessible to a wider audience.
37 changes: 0 additions & 37 deletions website/src/routes/(legal)/imprint/index.mdx

This file was deleted.

10 changes: 5 additions & 5 deletions website/src/routes/(legal)/privacy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following gives a simple overview of what happens to your personal informati

#### Who is responsible for the data collection on this website?

The data collected on this website are processed by the website operator. The operator's contact details can be found in the website's required legal notice.
The data collected on this website are processed by the website operator. The operator's contact details can be found on the website's contact page.

#### How do we collect your data?

Expand Down Expand Up @@ -49,7 +49,7 @@ Please note that data transmitted via the internet (e.g. via email communication

### Notice concerning the party responsible for this website

The party responsible for processing data on this website is: SIFA Digital UG (haftungsbeschränkt), Heerfeldstraße 17, 71570 Oppenweiler, Germany, E-Mail: [email protected].
The party responsible for processing data on this website is the Valibot project and its contributors. You can contact us via [GitHub](https://github.com/fabian-hiller/valibot) or [Discord](https://discord.gg/tkMjQACf2P).

The responsible party is the natural or legal person who alone or jointly with others decides on the purposes and means of processing personal data (names, email addresses, etc.).

Expand Down Expand Up @@ -92,11 +92,11 @@ These data will not be combined with data from other sources.

The basis for data processing is Art. 6 (1) (b) GDPR, which allows the processing of data to fulfill a contract or for measures preliminary to a contract.

### Netlify
### Vercel

We use Netlify, a service of Netlify, Inc., 44 Montgomery Street, Suite 300, San Francisco, California 94104, United States ("Netlify") for the hosting of our website. Your personal data may be processed and stored in the Member States of the United States. To counter these risks, we have agreed the standard data protection clauses of the EU Commission with Netlify for this data transfer and have also defined appropriate protective measures therein, which, depending on the need to protect the data, can also include its encryption and can be improved in accordance with the legal and technical conditions for appropriate data protection. If data is transferred to Netlify in the United States, this is based on Art. 46(2)(c) GDPR.
We use Vercel, a service of Vercel Inc., Inc., 440 N Barranca Avenue #4133, Covina, CA 91723, United States ("Vercel") for the hosting of our website. Your personal data may be processed and stored in the Member States of the United States. To counter these risks, we have agreed the standard data protection clauses of the EU Commission with Vercel for this data transfer and have also defined appropriate protective measures therein, which, depending on the need to protect the data, can also include its encryption and can be improved in accordance with the legal and technical conditions for appropriate data protection. If data is transferred to Vercel in the United States, this is based on Art. 46(2)(c) GDPR.

For more information see Netlify's [Privacy Policy](https://www.netlify.com/privacy/) and [Terms of Use](https://www.netlify.com/legal/terms-of-use/).
For more information see Vercel's [Privacy Policy](https://vercel.com/legal/privacy-policy) and [Terms of Service](https://vercel.com/legal/terms).

### Algolia

Expand Down

0 comments on commit 1b43528

Please sign in to comment.