From 926556fae29247964b9a0c94fadcb75256ad1b48 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Tue, 24 Sep 2024 15:43:13 +0200
Subject: [PATCH] bfh

---
 src/contents/Contribution/BFH/bfh.tsx | 20 +++++++++++---------
 src/contents/index.tsx                |  2 --
 src/headers/bhf-h.tsx                 | 23 -----------------------
 src/sidebars/conS.tsx                 |  2 +-
 4 files changed, 12 insertions(+), 35 deletions(-)
 delete mode 100644 src/headers/bhf-h.tsx

diff --git a/src/contents/Contribution/BFH/bfh.tsx b/src/contents/Contribution/BFH/bfh.tsx
index 00e9736a..1a37bce0 100644
--- a/src/contents/Contribution/BFH/bfh.tsx
+++ b/src/contents/Contribution/BFH/bfh.tsx
@@ -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>
diff --git a/src/contents/index.tsx b/src/contents/index.tsx
index 40f912c3..39546fca 100644
--- a/src/contents/index.tsx
+++ b/src/contents/index.tsx
@@ -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"
 
diff --git a/src/headers/bhf-h.tsx b/src/headers/bhf-h.tsx
deleted file mode 100644
index 902340c0..00000000
--- a/src/headers/bhf-h.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-
-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
diff --git a/src/sidebars/conS.tsx b/src/sidebars/conS.tsx
index 497c2b61..768d3895 100644
--- a/src/sidebars/conS.tsx
+++ b/src/sidebars/conS.tsx
@@ -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"}
-- 
GitLab