add CV and ready to put in production
This commit is contained in:
parent
b535ec013c
commit
6f4baa3c91
Binary file not shown.
|
@ -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"
|
||||
|
|
|
@ -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…
Reference in New Issue