Skip to content
Snippets Groups Projects
Wiki-downloads.tsx 4.46 KiB
Newer Older
Liliana Sanfilippo's avatar
wki
Liliana Sanfilippo committed
import { H4 } from "../../../components/Headings";
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
import { PDF } from "../../../components/Pdfs";
Liliana Sanfilippo's avatar
wki
Liliana Sanfilippo committed

export function WikiDown(){

    return(
    <>
        <div className="col cycletab" id="flyers" style={{display: "block"}}>
            <div className='row align-items-center'>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                <H4 text="Our Wiki Helper"/>
                <PDF link='https://static.igem.wiki/teams/5247/pdfs/vokabelliste-wiki.pdf' name="vokabelliste-wiki.pdf"/>
                <H4 text="svgs"/>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                <p>We did not use all of our svgs but since this file format looks so good, we want to offer all our svgs to future iGEMers. Feel free to save, rework and use these svgs.</p>
                <div className="row" style={{maxHeight: "100px", marginBottom: "1rem", marginTop: "1rem"}}>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    <div className="col">
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    <img style={{maxHeight: "80px"}} src="https://static.igem.wiki/teams/5247/scientific-figures/albuterol.svg"/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src="https://static.igem.wiki/teams/5247/design/icons/dna-strang-schmal-fat.svg"/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src="https://static.igem.wiki/teams/5247/scientific-figures/antibiotics-capsule.svg"/>
                    </div>
                    <div  className="col">
                    <img  style={{maxHeight: "80px"}}src="https://static.igem.wiki/teams/5247/scientific-figures/antibiotics-capsule.svg"/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src="https://static.igem.wiki/teams/5247/scientific-figures/hypertonic-saline-single.svg"/>
                    </div>
                    
                </div>
                <hr/>
                <div className="row" style={{maxHeight: "100px", marginBottom: "1rem", marginTop: "1rem"}}>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src="https://static.igem.wiki/teams/5247/scientific-figures/cough.svg"/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src="https://static.igem.wiki/teams/5247/scientific-figures/hp-introduction-cycle-our-colors.svg"/>
                    </div>
                    <div className="col">
                    <img  style={{maxHeight: "80px"}}src="https://static.igem.wiki/teams/5247/scientific-figures/feedbackcycle.svg"/>
                    </div>
                    <hr/>
                </div>
                <div className="row" style={{maxHeight: "100px", marginBottom: "1rem", marginTop: "1rem"}}>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                </div>
                <hr/>
                <div className="row" style={{maxHeight: "100px", marginBottom: "1rem", marginTop: "1rem"}}>
                    <div className="col">
                    <img  style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
                    </div>
                    <div className="col">
                    <img style={{maxHeight: "80px"}} src=""/>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    </div>
                    <div className="col">
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    <img style={{maxHeight: "80px"}} src=""/>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    </div>
                    <div className="col">
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    <img style={{maxHeight: "80px"}} src=""/>
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
                    </div>
Liliana Sanfilippo's avatar
wki
Liliana Sanfilippo committed
                </div>
            </div>
        </div>
    </>
    )
}