Skip to content

Commit 737fc8d

Browse files
committed
Update contact details
1 parent 476955d commit 737fc8d

File tree

3 files changed

+43
-25
lines changed

3 files changed

+43
-25
lines changed

src/components/About.astro

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

src/components/Contact.astro

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,31 @@
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>

src/components/SocialData.ts

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
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;

0 commit comments

Comments
 (0)