Skip to content
Snippets Groups Projects
Commit 7543e1df authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

hanbook contribution

parent 16334bd9
No related branches found
No related tags found
No related merge requests found
import { H4 } from "../../components/Headings";
import { PDF } from "../../components/Pdfs";
import { Section } from "../../components/sections"; import { Section } from "../../components/sections";
import { useNavigation } from "../../utils";
export function CollabContribution(){ export function CollabContribution(){
const {goToPagesAndOpenTab} = useNavigation();
return( return(
<Section title="Collaborations" id="Collaborations"> <Section title="Collaborations" id="Collaborations">
h <H4 id="Handbook-heading" text="Hanbook for download"/>
<p>Download our LNP Hanbook that was created in <a onClick={() => goToPagesAndOpenTab('colls2024', '/human-practices')}>cooperation</a> with the team <a href="https://2024.igem.wiki/linkoping/">Linköping</a>.</p>
<PDF link="https://static.igem.wiki/teams/5247/pdfs/liposomes-handbook.pdf" name="liposomes-handbook.pdf"/>
</Section> </Section>
) )
......
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