From 630aede011395e7966df359bfc536d190b16cbbe Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Mon, 23 Sep 2024 00:26:17 +0200
Subject: [PATCH] bfh feedback

---
 src/App/App.css               | 30 +++++++++++++++++++++++++++++-
 src/contents/contribution.tsx | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 1 deletion(-)

diff --git a/src/App/App.css b/src/App/App.css
index 53288de6..5afb84dd 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -350,7 +350,21 @@ tr:nth-child(1) {
 .bg-video-container{
 margin-bottom: 10vw !important;
 }
-
+.b-lg{
+  border-color: var(--igemlightgreen) !important;
+}
+.b-lo{
+  border-color: var(--light-secondary) !important;
+}
+.bg-lg{
+  background-color: var(--igemlightgreen) !important;
+}
+.bg-lp{
+  background-color: var(--lightpurple) !important;
+}
+.bg-lo{
+  background-color: var(--light-secondary) !important;
+}
 .bg-db{
   background-color: var(--darkerbeige) !important;
 }
@@ -3719,4 +3733,18 @@ a{
 
 .symptom-img-wrapper img{
   max-width: 100%;
+}
+
+.feedbackbfh div{
+  padding: 20px; 
+  margin: 10px ;
+  border-radius: 10px;
+  border-width: 5px;
+  border-style: dashed;
+}
+.feedbackbfh div div{
+  padding: 20px; 
+  margin: 10px ;
+  border-radius: 10px;
+  border-width: 0;
 }
\ No newline at end of file
diff --git a/src/contents/contribution.tsx b/src/contents/contribution.tsx
index dd575bb2..7affe9e9 100644
--- a/src/contents/contribution.tsx
+++ b/src/contents/contribution.tsx
@@ -224,6 +224,38 @@ export function About(){
       <p>Gathering feedback after the event and learning from it to make the next one even better. This will make the 2025 meet-up in Frankfurt even bigger and better! Thank you! </p>
 
       <H2 text="Feedback for our Event"/>
+
+      <div className="row feedbackbfh">
+        <div className="col b-lg">
+          <div>
+            <h5>Strengths</h5>
+            <ul>
+              <li>Well organised </li>
+              <li>Helpful feedback from judges</li>
+              <li>The diversity of the program points</li>
+              <li>The vibe and the atmosphere</li>
+              <li>Industry was present</li>
+              <li>A friendly and helpful team</li>
+              <li>Very professional moderation</li>
+            </ul>
+          </div>
+        </div>
+        <div className="col b-lo">
+          <div>
+            <h5>Weaknesses</h5>
+            <ul>
+              <li>Time management</li>
+              <li>A little longer time buffer between different program parts</li>
+              <li>Judging session and workshops were taking up way more time than expected due to speakers not caring about the time</li>
+              <li>Only one panel discussion</li>
+              <li>Mabey think about shortening the program per day a little</li>
+              <li>No time for the Lab Olympics</li>
+            </ul>
+          </div>
+        </div>
+      </div>
+
+
       <H2 text="Acknowledgments"/>
       <p>The BFH Committee extends heartfelt thanks to: </p>
       <ul>
-- 
GitLab