Browse Source

add CV and ready to put in production

master
gbrochar 2 years ago
parent
commit
6f4baa3c91
3 changed files with 2 additions and 2 deletions
  1. BIN
      public/pdfs/Resume_Gaetan_Brochard_2020.pdf
  2. +1
    -1
      src/client/components/DownloadCV.tsx
  3. +1
    -1
      src/client/components/DownloadCVMobile.tsx

BIN
public/pdfs/Resume_Gaetan_Brochard_2020.pdf View File


+ 1
- 1
src/client/components/DownloadCV.tsx View File

@@ -31,7 +31,7 @@ export default function DownloadCV({windowSize}: DownloadCVProps) {
justify-content-center'
id='downloadcv'>
<a
href='/static/pdfs/CV_Gaetan_Brochard_2020.pdf'
href='/static/pdfs/Resume_Gaetan_Brochard_2020.pdf'
download
rel="noopener noreferrer"
target="_blank"


+ 1
- 1
src/client/components/DownloadCVMobile.tsx View File

@@ -13,7 +13,7 @@ export default function DownloadCVMobile() {
justify-content-center'
id='downloadcv'>
<a
href='/static/pdfs/CV_Gaetan_Brochard_2020.pdf'
href='/static/pdfs/Resume_Gaetan_Brochard_2020.pdf'
download
rel="noopener noreferrer"
target="_blank"


Loading…
Cancel
Save