Skip to content

Commit 5c6a7e1

Browse files
authored
Merge pull request #12 from CIAT-DAPA/develop
Develop
2 parents e204ecc + b7391ba commit 5c6a7e1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

src/src/assets/img/Icarda-logo.png

-74 KB
Loading
7.2 KB
Loading

src/src/components/about/about.jsx

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const About=()=>{
2121
<p>2. CGIAR Genebank Platform. 2019. 2019 Annual Report: CGIAR Genebank Platform. <a target='_blank' href="https://storage.googleapis.com/cgiarorg/2020/07/2019-Genebank-Platform-Annual-Report.pdf">Go to link</a> . Khoury, C. K. et al. 2016. Origins of food crops connect countries worldwide. Proc. R. Soc. B Biol. Sci. 283, 20160792.</p>
2222
<p>3. Ramirez‐Villegas, J., Khoury, C.K., Achicanoy, H.A., Mendez, A.C., Diaz, M.V., Sosa, C.C., Debouck, D.G., Kehel, Z., Guarino, L., 2020. A gap analysis modelling framework to prioritize collecting for ex situ conservation of crop landraces. Divers. Distrib. 26, 730–742. doi:10.1111/ddi.13046</p>
2323
<p>4. Thormann, I., Fiorino, E., Halewood, M. & Engels, J. M. M. 2015. Plant genetic resources collections and associated information as a baseline resource for genetic diversity studies: an assessment of the IBPGR-supported collections. Genet. Resour. Crop Evol. 62, 1279–1293.</p>
24+
25+
<h2>Acknowledgements </h2>
26+
<p>We acknowledge the support and collaboration of the Global Crop Diversity Trust (GCDT) and the Building Opportunities for Lesser-known Diversity in Edible Resources (BOLDER) initiative. </p>
2427
</div>
2528
<Footer/>
2629
</>

src/src/components/footer/Footer.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import './Footer.css'
22
import LogoC from '../../assets/img/Ciat-logo.png'
3-
import LogoCT from '../../assets/img/crop-trust-logo.png'
3+
import LogoCT from '../../assets/img/crop-trust-new_logo.png'
44
import LogoI from '../../assets/img/Icarda-logo.png'
55
const Footer=()=>{
66
return(
@@ -19,7 +19,7 @@ const Footer=()=>{
1919
</div>
2020
<div className='ic col-md-4'>
2121
<a href="https://www.icarda.org" target="_blank">
22-
<img className='img-logo'src='https://www.icarda.org/themes/custom/icarda/logo.svg' alt="" />
22+
<img className='img-logo'src={LogoI} alt="" />
2323
</a>
2424
<p className='text-center'> <strong>ICARDA</strong></p>
2525
<p className='text-center'>Rabat,Morocco</p>
@@ -28,7 +28,7 @@ const Footer=()=>{
2828
<a href="https://www.croptrust.org" target='_blank'>
2929
<img className='img-logo' src={LogoCT} alt="" />
3030
</a>
31-
<p className='text-center '> <strong>Crop Thrust</strong></p>
31+
<p className='text-center '> <strong>Crop Trust</strong></p>
3232
<p className='text-center'>Bonn,Germany</p>
3333
</div>
3434

0 commit comments

Comments
 (0)