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

added some pages

parent d140ed0d
No related branches found
No related tags found
No related merge requests found
Pipeline #392198 failed
......@@ -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"
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
export function Proof() {
return (
<>
<div className="row mt-4">
<div className="col">
</div>
</div>
</>
);
}
\ No newline at end of file
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
export function PARTH() {
return (
<>
<div className="row">
<div className="col">
</div>
</div>
<div className="row">
</div>
</>
);
}
\ No newline at end of file
export function PROOFH() {
return (
<>
<div className="row">
<div className="col">
</div>
</div>
<div className="row">
</div>
</>
);
}
\ No newline at end of file
export function SUPH() {
return (
<>
<div className="row">
<div className="col">
</div>
</div>
<div className="row">
</div>
</>
);
}
\ No newline at end of file
......@@ -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;
......
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