From ba7294e1b6cf47f5a4e867d6ad98e54847cfd661 Mon Sep 17 00:00:00 2001 From: Philip Mundt <philip.mundt@uni-bielefeld.de> Date: Fri, 5 Jul 2024 16:23:38 +0200 Subject: [PATCH] Reworked Impressum --- src/contents/impressum.tsx | 41 ++++++++++++++++++++++++++------------ src/pages.ts | 2 +- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/src/contents/impressum.tsx b/src/contents/impressum.tsx index fa18ac8a..b80f145f 100644 --- a/src/contents/impressum.tsx +++ b/src/contents/impressum.tsx @@ -2,18 +2,33 @@ /* import { Sidebar } from "react-pro-sidebar"; */ export function Impressum() { - return ( - <> - <div className="row"> - <div className="col"> - <h2>Wiki under construction!</h2> - <hr /> - </div> + return ( + <> + <div className="row"> + <div className="col"> + <h2>iGEM Team Bielefeld CeBiTec 2024</h2> + <hr /> </div> - <div className="row"> - - </div> - </> - ); - } + </div> + <div className="row"> + <div className="col"> + <p> + iGem Bielefeld CeBiTec<br /> + <br /> + <b>Responsible for the content according to § 5 TMG and according to § 55 Abs. 2 RStV Germany:</b><br /> + Jörn Kalinowski<br /> + Universitätsstraße 25<br /> + 33615 Bielefeld<br /> + <br /> + <b>Contact</b><br /> + E-mail: team2024@igem-bielefeld.de<br /> + <br /> + <b>Supervisory Authority</b><br /> + Bielefeld University - Center for Biotechnology (CeBiTec) + </p> + </div> + </div> + </> + ); +} \ No newline at end of file diff --git a/src/pages.ts b/src/pages.ts index ebfb77b4..8e49a706 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -67,7 +67,7 @@ const Pages: (Page | Folder)[] = [ title: "Impressum", path: "/impressum", component: Impressum, - lead: "In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.", + lead: "", navlist: [""], }, ], -- GitLab