Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • 2024/bielefeld-cebitec
  • l-sanfilippo/bielefeld-ce-bi-tec-temp
2 results
Show changes
Showing
with 54 additions and 100 deletions
export function DESH() {
return (
<HeaderBox title="Design">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function DESCH() {
return (
<HeaderBox title="Description">
<HeaderBox title="Description" id="deschead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function DRYH() {
return (
<HeaderBox title="dry lab">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function EDUH() {
return (
<HeaderBox title="Education and Outreach">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function ENGH() {
return (
<HeaderBox title="Engineering">
<HeaderBox title="Engineering" id="enghead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function ETHH() {
return (
<HeaderBox title="Ethics">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function EXPH() {
return (
<HeaderBox title="Experiments">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function HOMEH() {
export function HOMEH() {
return (
<HeaderBox title=" ">
</HeaderBox>
<></>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function HPH() {
return (
<HeaderBox title="Human Practices">
<HeaderBox title="Human" title2="Practices" id="hphead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function IBIE() {
return (
<HeaderBox title="iGEM" title2="Bielefeld" id="ibhead">
</HeaderBox>
);
}
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function IMPH() {
return (
<HeaderBox title="">
<HeaderBox title="" id="imphead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function INTSH() {
return (
<HeaderBox title="Interviews">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/header-box";
import HeaderBox from "../components/HeaderBox";
export function JUDGEH() {
return (
<HeaderBox title="Judging">
<HeaderBox title="Judging" id="jughead">
</HeaderBox>
);
......
export function MESH() {
return (
<HeaderBox title="Measurement">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function METHH() {
return (
<HeaderBox title="Materials" title2="& Methods" id="mmhead">
</HeaderBox>
);
}
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function NOTEH() {
return (
<HeaderBox title="Notebook">
<HeaderBox title="Notebook" id="nothead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function PARTH() {
return (
<HeaderBox title="Parts">
<HeaderBox title="Parts" id="parhead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function PRODESC() {
return (
<HeaderBox title="Project" title2="Documentation" id="dochead">
</HeaderBox>
);
}
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file
export function PROOFH() {
return (
<HeaderBox title="Proof of Concept">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
export function RESH() {
return (
<HeaderBox title="Results">
<HeaderBox title="Results" id="reshead">
</HeaderBox>
);
}
import HeaderBox from "../components/header-box";
\ No newline at end of file
import HeaderBox from "../components/HeaderBox";
\ No newline at end of file