Skip to content
Snippets Groups Projects
Commit 8aecb12c authored by Max Luca Beckmann's avatar Max Luca Beckmann
Browse files

Images on Notebooks

parent ca5e607e
No related branches found
No related tags found
No related merge requests found
Pipeline #456663 passed with warnings
......@@ -10,17 +10,39 @@ export function Notebook() {
<div className='row'>
<div className="col">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/for-wiki-texts/meth-patch-clamp/bild-meth-patch-clamp.png" alt="Text test"/>
<img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp" alt="Text test"/>
<figcaption><b>Figure 1.</b> Text test</figcaption>
</figure>
</div>
<div className="col">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/for-wiki-texts/meth-patch-clamp/bild-meth-patch-clamp.png" alt="Text2"/>
<img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp" alt="Text2"/>
<figcaption><b>Figure 2.</b> Text2</figcaption>
</figure>
</div>
</div>
<div className='row'>
<div className="col">
<figure>
<img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-3-primary-cell-culture.webp" alt="Text test"/>
<figcaption><b>Figure 1.</b> Text test</figcaption>
</figure>
</div>
<div className="col">
<figure>
<img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-4-lnp.webp" alt="Text2"/>
<figcaption><b>Figure 2.</b> Text2</figcaption>
</figure>
</div>
</div>
<div className='row'>
<div className="col">
<figure>
<img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-5-downstream.webp" alt="Text test"/>
<figcaption><b>Figure 1.</b> Text test</figcaption>
</figure>
</div>
</div>
</div>
);
......
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