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

bfh

parent 625271f1
No related branches found
No related tags found
No related merge requests found
Pipeline #439837 failed
......@@ -9,26 +9,28 @@ export function MeetUP(){
return(
<Section title="BFH European MeetUp" id="BFH European MeetUp">
<div className="bg-video-container">
<iframe title="Bielefeld-CeBiTec: MeetUp (2024) [English]" width="100%" height="700" src="https://video.igem.org/videos/embed/30b8a6e0-2b4a-4618-8867-4eb8e6a52936?start=27s&amp;loop=1&amp;autoplay=1&amp;muted=1&amp;title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0&amp;p2p=0" frameBorder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>
</div>
<Subesction title="Aftervideo" id="BFH European MeetUp1">
<div className="bg-video-container">
<iframe title="Bielefeld-CeBiTec: MeetUp (2024) [English]" width="100%" height="700" src="https://video.igem.org/videos/embed/30b8a6e0-2b4a-4618-8867-4eb8e6a52936?start=27s&amp;loop=1&amp;autoplay=1&amp;muted=1&amp;title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0&amp;p2p=0" frameBorder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>
</div>
</Subesction>
<div className="" /* style={{ paddingTop: "5vw"}} */>
<Subesction title="Timeline" id="BFH European MeetUp1">
<Subesction title="Timeline" id="BFH European MeetUp2">
<BFHTimeline/>
</Subesction>
<Subesction title="About" id="BFH European MeetUp2">
<Subesction title="About" id="BFH European MeetUp3">
<About/>
</Subesction>
<Subesction title="Virtual Poster Exhibition" id="BFH European MeetUp3">
<Subesction title="Virtual Poster Exhibition" id="BFH European MeetUp4">
<PosterGallery/>
</Subesction>
<Subesction title="Guideline" id="BFH European MeetUp4">
<Subesction title="Guideline" id="BFH European MeetUp5">
<GuidePDF/>
</Subesction>
<Subesction title="Gallery" id="BFH European MeetUp5">
<Subesction title="Gallery" id="BFH European MeetUp6">
<BFHGallery/>
</Subesction>
<Subesction title="Downloads" id="BFH European MeetUp6">
<Subesction title="Downloads" id="BFH European MeetUp7">
<BFHpdf/>
</Subesction>
</div>
......
......@@ -22,7 +22,6 @@ export * from "./impressum.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"
export * from "../headers/cont-h.tsx"
export * from "../headers/desc-h.tsx"
......@@ -37,7 +36,6 @@ export * from "../headers/team-h.tsx"
export * from "../headers/wiki-h.tsx"
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 function BFHH() {
return (
<>
<div className="row">
<div className="col">
<div className="bg-video-container">
<iframe title="Bielefeld-CeBiTec: MeetUp (2024) [English]" width="100%" height="700" src="https://video.igem.org/videos/embed/30b8a6e0-2b4a-4618-8867-4eb8e6a52936?start=27s&amp;loop=1&amp;autoplay=1&amp;muted=1&amp;title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0&amp;p2p=0" frameBorder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>
</div>
<div className="absolute">
</div>
</div>
</div>
<div className="row">
</div>
</>
);
}
\ No newline at end of file
......@@ -11,7 +11,7 @@ export function ConSidebar(){
const tabs = [
{ tab: "BFH European MeetUp", subtabs: ["Timeline", "About", "Posters", "Guideline", "Gallery", "Downloads"]},
{ tab: "BFH European MeetUp", subtabs: ["Aftervideo", "Timeline", "About", "Posters", "Guideline", "Gallery", "Downloads"]},
{tab: "Safety Guidelines"},
{tab: "Collaborations"},
{tab: "Wiki"}
......
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