File tree Expand file tree Collapse file tree 3 files changed +43
-25
lines changed
Expand file tree Collapse file tree 3 files changed +43
-25
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,15 @@ import jcanovel from "../images/jcanovel.jpg";
2929 Jesus Cano <br />
3030 Cambridge, United Kingdom <br />
3131 CB4 1UL <br />
32- <a href =" mailto:me@jesus.engineer" >me@jesus.engineer</a >
32+ Email: <a href =" mailto:me@jesus.engineer" >me@jesus.engineer</a ><br
33+ />
34+ GitHub: <a href =" https://github.com/jpcano/" target =" ”_blank”"
35+ >jpcano</a
36+ ><br />
37+ LinkedIn: <a
38+ href =" https://www.linkedin.com/in/jesuscano1/"
39+ target =" ”_blank”" >jesuscano1</a
40+ ><br />
3341 </p >
3442 </div >
3543 <div class =" column w-1000-stack" >
Original file line number Diff line number Diff line change 2424 >
2525 </p >
2626 </div >
27+ <div class =" contact-block" >
28+ <h5 class =" contact-block__header" >GitHub</h5 >
29+ <p class =" contact-block__content" >
30+ <a
31+ class =" mailtoui"
32+ href =" https://github.com/jpcano/"
33+ target =" ”_blank”" >jpcano</a
34+ >
35+ </p >
36+ </div >
37+ <div class =" contact-block" >
38+ <h5 class =" contact-block__header" >LinkedIn</h5 >
39+ <p class =" contact-block__content" >
40+ <a
41+ class =" mailtoui"
42+ href =" https://www.linkedin.com/in/jesuscano1/"
43+ target =" ”_blank”" >jesuscano1</a
44+ >
45+ </p >
46+ </div >
2747 </div >
2848
2949 <div class =" column large-12" >
3050 <a
31- href =" javascript:void(Tawk_API.toggle()) "
51+ href =" mailto:me@jesus.engineer "
3252 class =" mailtoui btn btn--primary h-full-width" >Let's Talk</a
3353 >
3454 </div >
Original file line number Diff line number Diff line change 1- const socialData : Array < { link : string ; icon : string , title :string } > = [
2- {
3- title : "GitHub" ,
4- link : "http://github.com/jpcano" ,
5- icon : "fa6-brands:github" ,
1+ const socialData : Array < { link : string ; icon : string , title : string } > = [
2+ {
3+ title : "GitHub" ,
4+ link : "http://github.com/jpcano" ,
5+ icon : "fa6-brands:github" ,
66
7- } ,
8- {
9- title : "X (Twitter)" ,
10- link : "https://twitter.com/RockingML" ,
11- icon : "fa6-brands:x-twitter" ,
12- } ,
13- {
14- title : "LinkedIn" ,
15- link : "https://es.linkedin.com/in/jesuscano1" ,
16- icon : "fa6-brands:linkedin" ,
17- } ,
18- {
19- title : "GoodReads" ,
20- link : "https://www.goodreads.com/review/list/65914426" ,
21- icon : "fa6-brands:goodreads" ,
22- } ,
23- ] ;
7+ } ,
8+ {
9+ title : "LinkedIn" ,
10+ link : "https://es.linkedin.com/in/jesuscano1" ,
11+ icon : "fa6-brands:linkedin" ,
12+ } ,
13+ ] ;
2414
25- export default socialData ;
15+ export default socialData ;
You can’t perform that action at this time.
0 commit comments