@@ -16,18 +16,18 @@ const Manifesto = () => (
1616 < Container >
1717 < Row className = 'manifesto-header manifesto-padding' >
1818 < Col xs = { 12 } sm = { 12 } md = { 3 } className = 'imgContainer' >
19- < Image src = { StandingImg } height = { 220 } />
19+ < Image src = { StandingImg } height = { 220 } alt = 'animated standing and talking girl' />
2020 </ Col >
2121 < Col xs = { 12 } sm = { 12 } md = { 6 } className = 'manifesto' >
2222 < h1 > Manifesto</ h1 >
2323 </ Col >
2424 < Col md = { 3 } className = 'imgContainer' >
25- < Image src = { SittingImg } height = { 220 } />
25+ < Image src = { SittingImg } height = { 220 } alt = 'animated sitting and talking girl' />
2626 </ Col >
2727 </ Row >
2828 < Row className = 'manifesto-section-one' >
2929 < Col xs = { 12 } sm = { 12 } md = { 6 } >
30- < Image src = { ImgOne } fluid />
30+ < Image src = { ImgOne } alt = 'research' fluid />
3131 < p > Code is Science - a manifesto for anyone who deals with code in a scientific scenario</ p >
3232 </ Col >
3333 < Col md = { 6 } >
@@ -51,7 +51,7 @@ const Manifesto = () => (
5151 < Row className = 'manifesto-support' >
5252 < h1 > I want to express my support for the manifesto! Tell me how</ h1 >
5353 < Col md = { 3 } className = "manifesto-support-points" >
54- < Image src = { WalkingImg } height = { 140 } />
54+ < Image src = { WalkingImg } height = { 140 } alt = 'walking man' />
5555 < p >
5656 < a
5757 href = 'https://docs.google.com/forms/d/e/1FAIpQLSeaDLDaREkUyOwpvbQf41hxT12ixoBToTdBhlgTj_YoW0tSgw/viewform?usp=sf_link'
@@ -63,7 +63,7 @@ const Manifesto = () => (
6363 </ p >
6464 </ Col >
6565 < Col md = { 3 } className = "manifesto-support-points" >
66- < Image src = { PeersImg } height = { 140 } />
66+ < Image src = { PeersImg } height = { 140 } alt = 'animated talking boys' />
6767 < p >
6868 < a
6969 href = 'https://docs.google.com/forms/d/e/1FAIpQLSdUPKlP__5saaYMyEJwkHF3gRNAHiKihOlp6zd6QK4vUqs3gg/viewform?usp=sf_link'
@@ -77,7 +77,7 @@ const Manifesto = () => (
7777 </ p >
7878 </ Col >
7979 < Col md = { 3 } className = "manifesto-support-points" >
80- < img src = { HandsIcon } alt = '' height = { 140 } />
80+ < img src = { HandsIcon } alt = 'hands icon ' height = { 140 } />
8181 < p >
8282 We’re particularly interested in adding logos and links indicating organisational support
8383 from publishers, funders, and research institutions.
0 commit comments