@@ -10,44 +10,64 @@ function Footer() {
1010 return (
1111 < Container fluid >
1212 < Row className = 'footer-above' >
13- < Col xs = { 12 } md = { 2 } >
14- < img src = { RocketImg } alt = '' height = { 130 } width = { 69 } />
13+ < Col xs = { 12 } md = { 3 } >
14+ < img src = { RocketImg } alt = '' height = { 130 } width = { 69 } />
1515 </ Col >
1616 < Col xs = { 12 } sm = { 12 } md = { 3 } >
17- < h4 > Useful links</ h4 >
18- < a href = 'https://github.com/codeisscience' target = '_blank' rel = 'noreferrer' >
19- Contribute
20- </ a >
21- < a
22- href = 'https://codeisscience.github.io/manifesto/manifesto.html'
23- target = '_blank'
24- rel = 'noreferrer'
25- >
26- Manifesto
27- </ a >
28- < a href = '#' > Code of conduct</ a >
17+ < h4 > Useful Links</ h4 >
18+ < li className = 'footer-link' >
19+ < a href = 'https://github.com/codeisscience' target = '_blank' rel = 'noreferrer' >
20+ Contribute
21+ </ a >
22+ </ li >
23+ < li className = 'footer-link' >
24+ < a
25+ href = 'https://codeisscience.github.io/manifesto/manifesto.html'
26+ target = '_blank'
27+ rel = 'noreferrer'
28+ >
29+ Manifesto
30+ </ a >
31+ </ li >
32+ < li className = 'footer-link' >
33+ < a href = '#' > Code of conduct</ a >
34+ </ li >
2935 </ Col >
3036 < Col xs = { 12 } sm = { 12 } md = { 3 } >
3137 < h4 > Resources</ h4 >
32- < a href = '#' > Authors</ a >
33- < a href = '#' > Open science</ a >
34- < a href = '#' > Contributors</ a >
38+ < li className = 'footer-link' >
39+ < a href = '#' > Authors</ a >
40+ </ li >
41+ < li className = 'footer-link' >
42+ < a href = '#' > Open science</ a >
43+ </ li >
44+ < li className = 'footer-link' >
45+ < a href = '#' > Contributors</ a >
46+ </ li >
3547 </ Col >
3648 < Col xs = { 12 } sm = { 12 } md = { 3 } >
3749 < h4 > Contact Us</ h4 >
38- < a href = 'mailto:[email protected] ' target = '_blank' rel = 'noreferrer' > 39- < ImMail /> Email
40- </ a >
41- < a href = 'https://twitter.com/codeisscience' target = '_blank' rel = 'noreferrer' >
42- < ImTwitter />
43- Twitter
44- </ a >
50+
51+ < li className = 'footer-link' >
52+ < a href = 'mailto:[email protected] ' target = '_blank' rel = 'noreferrer' > 53+ < ImMail className = 'email-icon icons' /> Email
54+ </ a >
55+ </ li >
56+ < li className = 'footer-link' >
57+ < a href = 'https://twitter.com/codeisscience' target = '_blank' rel = 'noreferrer' >
58+ < ImTwitter className = 'twitter-icon icons' />
59+ Twitter
60+ </ a >
61+ </ li >
4562 < a href = 'https://github.com/codeisscience' target = '_blank' rel = 'noreferrer' >
46- < ImGithub /> GitHub
47- </ a >
48- < a href = '#' >
49- < IoLogoSlack /> Slack
63+ < ImGithub className = 'github-icon icons' /> GitHub
5064 </ a >
65+
66+ < li className = 'footer-link' >
67+ < a href = '#' >
68+ < IoLogoSlack className = 'slack-icon icons' /> Slack
69+ </ a >
70+ </ li >
5171 </ Col >
5272 </ Row >
5373 < Row className = 'footer-below' >
0 commit comments