update Resume
This commit is contained in:
parent
d3ff8c8463
commit
cff98415ae
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -31,12 +31,12 @@ export default function DownloadCV({windowSize}: DownloadCVProps) {
|
||||||
justify-content-center'
|
justify-content-center'
|
||||||
id='downloadcv'>
|
id='downloadcv'>
|
||||||
<a
|
<a
|
||||||
href='/static/pdfs/Resume_Gaetan_Brochard_2020.pdf'
|
href='/static/pdfs/Resume_Gaetan_Brochard_2023.pdf'
|
||||||
download
|
download
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className={'d-inline btn btn-mine ' + topClass}>
|
className={'d-inline btn btn-mine ' + topClass}>
|
||||||
Download my Resume
|
Download my Resume (FR)
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
|
|
Loading…
Reference in New Issue