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'
id='downloadcv'>
<a
href='/static/pdfs/Resume_Gaetan_Brochard_2020.pdf'
href='/static/pdfs/Resume_Gaetan_Brochard_2023.pdf'
download
rel="noopener noreferrer"
target="_blank"
className={'d-inline btn btn-mine ' + topClass}>
Download my Resume
Download my Resume (FR)
</a>
<a
/* eslint-disable */