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 b8dd18b commit 91d803b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 40 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 function Footer() {
<footer class="flex justify-between p-4 text-sm md:text-base lg:px-8 lg:py-6 lg:text-[17px]">
<div>&copy; {new Date().getFullYear()} Fabian Hiller</div>
<nav class="space-x-5 lg:space-x-12">
<For each={['Imprint', 'Privacy']}>
<For each={['Contact', 'Privacy']}>
{(item) => (
<TextLink href={`/legal/${item.toLowerCase()}`}>{item}</TextLink>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function App() {

</React>

> 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.
> 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.
### Headless design

Expand Down
21 changes: 21 additions & 0 deletions website/src/routes/(layout)/legal/contact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { Meta } from 'solid-start';
import { Title } from '~/components';

<Title>Contact</Title>
<Meta name="robots" content="noindex, nofollow" />

# Contact

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.

## General inquiries

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.

## 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 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.
36 changes: 0 additions & 36 deletions website/src/routes/(layout)/legal/imprint.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions website/src/routes/(layout)/legal/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 @@ -48,7 +48,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 Modular Forms project and its contributors. You can contact us via [GitHub](https://github.com/fabian-hiller/valibot).

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

0 comments on commit 91d803b

Please sign in to comment.