diff --git a/src/contents/notebook.tsx b/src/contents/notebook.tsx index d793791243ff38a35acec955034fc1595e1e0a91..50d90edefb8fccbf02f7c75d0af2699b4264c0fe 100644 --- a/src/contents/notebook.tsx +++ b/src/contents/notebook.tsx @@ -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> );