Skip to content
Snippets Groups Projects
Commit b3cfc03d authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

impressum temp pleacement

parent fdec33b1
No related branches found
No related tags found
No related merge requests found
Pipeline #389453 failed
......@@ -12,7 +12,7 @@ export function Footer() {
<div className="container">
<div className="col zweirem">
<span className="left">
<a href="{{ url_for('pages', page='impressum') }}" className="middle">Impressum</a>
<a href="../impressum" className="middle">Impressum</a>
</span>
<span className="right">
<a href="https://www.linkedin.com/in/igem-bielefeld-cebitec">
......@@ -37,7 +37,7 @@ export function Footer() {
<div className="col-sm-8">
<div className="row align-items-center">
<div className="col">
<a href="https://2024.igem.wiki/bielefeld-cebitec/partners">
<a href="../partners">
<h6 className="alink">Spornsors and partners</h6>
</a>
</div>
......
//import { Inspirations, InspirationLink } from "../components";
/* import { Sidebar } from "react-pro-sidebar"; */
export function Home() {
export function Impressum() {
return (
<>
<div className="row">
......
......@@ -28,5 +28,6 @@ export * from "./sustainable.tsx"; */
// Contribution
export * from "./Bfh.tsx";
export * from "./wiki.tsx";
export * from "./impressum.tsx";
......@@ -12,7 +12,8 @@
Safety,
Team,
/* Sustainable, */
Wiki
Wiki,
Impressum
} from "./contents";
interface Base {
......@@ -61,6 +62,14 @@ const Pages: (Page | Folder)[] = [
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.",
navlist: [""],
},
{
name: "Impressum",
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.",
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