diff --git a/src/contents/index.tsx b/src/contents/index.tsx index dc028c6fd1384df2b4d89cdeed63e42ae0bc8df2..0d8ef6b528b770e92dd746de99a13061e629b9e8 100644 --- a/src/contents/index.tsx +++ b/src/contents/index.tsx @@ -15,23 +15,14 @@ export * from "./results.tsx"; export * from "./safety.tsx"; // Human Practices export * from "./human-practices.tsx"; -// Awards -/* export * from "./education.tsx"; -export * from "./entrepreneurship.tsx"; -export * from "./hardware.tsx"; -export * from "./inclusivity.tsx"; -export * from "./measurement.tsx"; -export * from "./model.tsx"; -export * from "./plant.tsx"; -export * from "./software.tsx"; -export * from "./sustainable.tsx"; */ -// Contribution + export * from "./Bfh.tsx"; export * from "./wiki.tsx"; export * from "./drylab.tsx"; export * from "./impressum.tsx"; export * from "./measurement.tsx"; export * from "./partners.tsx"; +export * from "./supplementary-material.tsx"; export * from "./interviews.tsx"; export * from "../headers/bhf-h.tsx" export * from "../headers/attribution-h.tsx" @@ -50,6 +41,16 @@ export * from "../headers/ints-h.tsx" export * from "../headers/spons-h.tsx" export * from "../headers/dry-h.tsx" export * from "../headers/eng-h.tsx" +export * from "../headers/sup-h.tsx" export * from "../headers/mes-h.tsx" +export * from "./parts.tsx"; +export * from "../headers/part-h.tsx" + +export * from "./proof.tsx"; +export * from "../headers/proof-h.tsx" + + + + diff --git a/src/contents/parts.tsx b/src/contents/parts.tsx new file mode 100644 index 0000000000000000000000000000000000000000..15807136c8697e4811828fa9701cfa36214dc7e9 --- /dev/null +++ b/src/contents/parts.tsx @@ -0,0 +1,18 @@ + +export function Parts() { + + return ( + <> + <div className="row"> + <div className="col"> + <h2>Wiki under construction!</h2> + <hr/> + </div> + </div> + <div className="row"> + + </div> + </> + ); + } + \ No newline at end of file diff --git a/src/contents/proof.tsx b/src/contents/proof.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e87d968982644202cfcba19ab793182885b260d1 --- /dev/null +++ b/src/contents/proof.tsx @@ -0,0 +1,12 @@ +export function Proof() { + return ( + <> + <div className="row mt-4"> + <div className="col"> + + </div> + </div> + </> + ); + } + \ No newline at end of file diff --git a/src/contents/supplementary-material.tsx b/src/contents/supplementary-material.tsx new file mode 100644 index 0000000000000000000000000000000000000000..e57d30f0d733ad8da21603b255f7753a9c49c083 --- /dev/null +++ b/src/contents/supplementary-material.tsx @@ -0,0 +1,18 @@ + +export function Supplementary() { + + return ( + <> + <div className="row"> + <div className="col"> + <h2>Wiki under construction!</h2> + <hr/> + </div> + </div> + <div className="row"> + + </div> + </> + ); + } + \ No newline at end of file diff --git a/src/headers/part-h.tsx b/src/headers/part-h.tsx new file mode 100644 index 0000000000000000000000000000000000000000..1ef11dba3808aebe0b9e526e2a6c1d2b73517d13 --- /dev/null +++ b/src/headers/part-h.tsx @@ -0,0 +1,15 @@ +export function PARTH() { + + return ( + <> + <div className="row"> + <div className="col"> + + </div> + </div> + <div className="row"> + + </div> + </> + ); + } \ No newline at end of file diff --git a/src/headers/proof-h.tsx b/src/headers/proof-h.tsx new file mode 100644 index 0000000000000000000000000000000000000000..21f6b9fbe2db380a636700faa8e3581337d1c449 --- /dev/null +++ b/src/headers/proof-h.tsx @@ -0,0 +1,15 @@ +export function PROOFH() { + + return ( + <> + <div className="row"> + <div className="col"> + + </div> + </div> + <div className="row"> + + </div> + </> + ); + } \ No newline at end of file diff --git a/src/headers/sup-h.tsx b/src/headers/sup-h.tsx new file mode 100644 index 0000000000000000000000000000000000000000..1997d1fe16838480282c73d7c380d6f5ec2a83b9 --- /dev/null +++ b/src/headers/sup-h.tsx @@ -0,0 +1,15 @@ +export function SUPH() { + + return ( + <> + <div className="row"> + <div className="col"> + + </div> + </div> + <div className="row"> + + </div> + </> + ); + } \ No newline at end of file diff --git a/src/pages.ts b/src/pages.ts index b11d08e1f4254dad14f01ffde45c46969fbd5a37..c61d45723ad5ca67d1ae845b63219d56c718449a 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -8,6 +8,9 @@ Drylab, Attributions, HumanPractices, + Supplementary, + Parts, + Proof, Partners, Ints, Measurement, @@ -15,12 +18,11 @@ Results, Safety, Team, - /* Sustainable, */ Wiki, Impressum } from "./contents"; -import { BFHH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents"; +import { BFHH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents"; interface Base { name: string | undefined;