-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.json
More file actions
32 lines (32 loc) · 803 Bytes
/
Copy pathcontact.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"id": 0,
"image": "/assets/footer-logo/linkedin.svg",
"text": "Linkedin",
"link": "https://www.linkedin.com/in/miguel-junior-lorenzo-padilla-79973a207/"
},
{
"id": 1,
"image": "/assets/footer-logo/github.svg",
"text": "Github",
"link": "https://github.com/Neutroflash"
},
{
"id": 2,
"image": "/assets/footer-logo/outlook.svg",
"text": "Outlook",
"link": "mailto:neutroflashp@hotmail.com"
},
{
"id": 3,
"image": "/assets/footer-logo/whatsapp.svg",
"text": "Whatsapp",
"link": "https://wa.me/+51923823520"
},
{
"id": 4,
"image": "/assets/footer-logo/cv.svg",
"text": "cv",
"link": "/assets/CV.pdf"
}
]