diff --git a/.gitignore b/.gitignore index c2855abe6a36222f6fcb1afcc666e720fd113b56..3a204f80f0d50b0e215f88c01a6119294c37888b 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 e87d968982644202cfcba19ab793182885b260d1..734a1dceab75c179fede0bcd2c797016f20fcbb8 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> </> ); }