mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
complete privacy and impressum
This commit is contained in:
55
pages/impressum.tsx
Normal file
55
pages/impressum.tsx
Normal file
@@ -0,0 +1,55 @@
|
||||
import React from 'react'
|
||||
import Header from '../components/header'
|
||||
|
||||
export default function Impressum() {
|
||||
return (
|
||||
<>
|
||||
<Header label="impressum" />
|
||||
<main className="main">
|
||||
<h1 className="mb-3 text-xl font-extrabold">Impressum</h1>
|
||||
|
||||
<address className="mb-3">
|
||||
Freundeskreis des VCP Rosenfeld e.V.
|
||||
<br />
|
||||
Mozartstr. 11
|
||||
<br />
|
||||
72348 Rosenfeld
|
||||
<br />
|
||||
</address>
|
||||
|
||||
<h2 className="text-lg">1. Vorsitzender:</h2>
|
||||
<address className="mb-3">
|
||||
Kevin Deckert
|
||||
<br />
|
||||
Mozartstr. 11
|
||||
<br />
|
||||
72348 Rosenfeld
|
||||
<br />
|
||||
Telefon: +49 7428 3423
|
||||
<br />
|
||||
</address>
|
||||
|
||||
<h2 className="text-lg">
|
||||
Bussle-Wart und Technisch Verantwortlicher dieser Webanwendung:
|
||||
</h2>
|
||||
<address className="mb-3">
|
||||
Thomas Ruoff
|
||||
<br />
|
||||
Mömpelgardgasse 25
|
||||
<br />
|
||||
72348 Rosenfeld
|
||||
<br />
|
||||
Telefon: +49 151 21225362
|
||||
<br />
|
||||
</address>
|
||||
|
||||
<p>
|
||||
Das Impressum gilt für:{' '}
|
||||
<a className="link" href="https://pfadi-bussle.tomru.space">
|
||||
https://pfadi-bussle.tomru.space
|
||||
</a>
|
||||
</p>
|
||||
</main>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user