update Resume

This commit is contained in:
gbrochar 2023-01-11 11:02:26 +01:00
parent d3ff8c8463
commit cff98415ae
3 changed files with 7318 additions and 1013 deletions

8327
package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -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 */