Skip to content

Commit 91d803b

Browse files
committed
Update contact details and privacy policy of website
1 parent b8dd18b commit 91d803b

File tree

5 files changed

+25
-40
lines changed

5 files changed

+25
-40
lines changed

website/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function Footer() {
99
<footer class="flex justify-between p-4 text-sm md:text-base lg:px-8 lg:py-6 lg:text-[17px]">
1010
<div>&copy; {new Date().getFullYear()} Fabian Hiller</div>
1111
<nav class="space-x-5 lg:space-x-12">
12-
<For each={['Imprint', 'Privacy']}>
12+
<For each={['Contact', 'Privacy']}>
1313
{(item) => (
1414
<TextLink href={`/legal/${item.toLowerCase()}`}>{item}</TextLink>
1515
)}

website/src/routes/(layout)/[framework]/guides/add-fields-to-form.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default function App() {
130130

131131
</React>
132132

133-
> Please let us know via <A href="/legal/imprint">email</A> or the <a href={`${import.meta.env.VITE_GITHUB_URL}/issues/new`} target="\_blank" rel="noreferrer">issues</a> on GitHub if something is unclear or you have ideas on how we can further improve the API and documentation.
133+
> Please let us know the <a href={`${import.meta.env.VITE_GITHUB_URL}/issues/new`} target="\_blank" rel="noreferrer">issues</a> on GitHub if something is unclear or you have ideas on how we can further improve the API and documentation.
134134
135135
### Headless design
136136

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import { Meta } from 'solid-start';
2+
import { Title } from '~/components';
3+
4+
<Title>Contact</Title>
5+
<Meta name="robots" content="noindex, nofollow" />
6+
7+
# Contact
8+
9+
Modular Forms is an open source project led by Fabian Hiller and developed publicly on GitHub by more than 20 contributors. The project is non-commercial and the source code is available under the MIT licence.
10+
11+
## General inquiries
12+
13+
For general inquiries, such as questions, bug reports and feature requests, please [create an issue](https://github.com/fabian-hiller/modular-forms/issues/new) on GitHub.
14+
15+
## Security issues
16+
17+
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.
18+
19+
## Partner requests
20+
21+
If you are interested in a partnership with Modular Forms, 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.

website/src/routes/(layout)/legal/imprint.mdx

Lines changed: 0 additions & 36 deletions
This file was deleted.

website/src/routes/(layout)/legal/privacy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following gives a simple overview of what happens to your personal informati
1616

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

19-
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.
19+
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.
2020

2121
#### How do we collect your data?
2222

@@ -48,7 +48,7 @@ Please note that data transmitted via the internet (e.g. via email communication
4848

4949
### Notice concerning the party responsible for this website
5050

51-
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].
51+
The party responsible for processing data on this website is the Modular Forms project and its contributors. You can contact us via [GitHub](https://github.com/fabian-hiller/valibot).
5252

5353
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.).
5454

0 commit comments

Comments
 (0)