File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const Contact = () => {
22
22
< div className = "header" >
23
23
Or follow me here!
24
24
< div className = "icons" >
25
- < a href = "https://www.linkedin.com/in/joseph-martinez-0b8624124 " >
25
+ < a href = "https://www.linkedin.com/in/joseph-a-martinez/ " >
26
26
< AiFillLinkedin className = "icon" size = { 32 } />
27
27
</ a >
28
28
< a href = "https://github.com/csmartinez22" >
Original file line number Diff line number Diff line change
1
+ import { Link } from "react-router-dom" ;
1
2
import "./Home.css" ;
2
3
3
4
const Home = ( ) => {
@@ -39,12 +40,16 @@ const Home = () => {
39
40
tab. Thanks for visiting!
40
41
</ div >
41
42
< div className = "flex" >
42
- < button type = "button" className = "button" >
43
- Resume
44
- </ button >
45
- < button type = "button" className = "button" >
46
- CV
47
- </ button >
43
+ < Link to = "/files/JM_Resume_2023.pdf" target = "_blank" download >
44
+ < button type = "button" className = "button" >
45
+ Resume
46
+ </ button >
47
+ </ Link >
48
+ < Link to = "/files/JM_CV.pdf" target = "_blank" download >
49
+ < button type = "button" className = "button" >
50
+ CV
51
+ </ button >
52
+ </ Link >
48
53
</ div >
49
54
</ div >
50
55
</ div >
You can’t perform that action at this time.
0 commit comments