From 5206b4877b00004131f0eb56887a9251fe9e21a6 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Wed, 14 Aug 2024 17:00:08 +0200
Subject: [PATCH] proof

---
 .gitignore             |  1 +
 src/contents/proof.tsx | 29 ++++++++++++++++++++++++-----
 2 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index c2855abe..3a204f80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,5 @@ unused.py
 unused-css-master
 my-chart-test
 other
+dist
 src/components/resources
\ No newline at end of file
diff --git a/src/contents/proof.tsx b/src/contents/proof.tsx
index e87d9689..734a1dce 100644
--- a/src/contents/proof.tsx
+++ b/src/contents/proof.tsx
@@ -1,11 +1,30 @@
 export function Proof() {
     return (
       <>
-        <div className="row mt-4">
-          <div className="col">
-            
-          </div>
-        </div>
+        <section id="prelim-2000">
+          <h2>Preliminary test with lipofectamine 2000</h2>
+          <h3>Seeding</h3>
+          <h3>Transfection</h3>
+          <h3>Microscopy</h3>
+        </section>
+        <section id="pos-control-2000">
+          <h2>Positiv control and optimization</h2>
+          <h3>Seeding</h3>
+          <h3>Transfection</h3>
+          <h3>Microscopy</h3>
+        </section>
+        <section id="pos-control-3000">
+          <h2>Positiv control and optimization</h2>
+          <h3>Seeding</h3>
+          <h3>Transfection</h3>
+          <h3>Microscopy</h3>
+        </section>
+        <section id="poc-3000">
+          <h2>Preliminary test with lipofectamine 2000</h2>
+          <h3>Seeding</h3>
+          <h3>Transfection</h3>
+          <h3>Microscopy</h3>
+        </section>
       </>
     );
   }
-- 
GitLab