Skip to content
Snippets Groups Projects
Commit ba7294e1 authored by Philip Mundt's avatar Philip Mundt
Browse files

Reworked Impressum

parent c2227bad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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: [""],
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment