-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcontact.json
More file actions
54 lines (54 loc) · 1.29 KB
/
contact.json
File metadata and controls
54 lines (54 loc) · 1.29 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"title": "Contacts",
"desc": "Get in touch with me",
"summary": "**Hi There! how is your day?** I hope you have ==a fantastic=={.highlight} one. **If you are a recruiter**, please check my resume [in here](/assets/Curriculum%20Vitae.pdf){lang=en target=_blank}<sup>[EN]</sup> / [or here](/assets/Curriculum%20Vitae%20-%20ID.pdf){lang=id target=_blank}<sup>[ID]</sup> otherwise you can contact me via these methods",
"mainSocials": [
{
"name": "via. e-mail",
"desc": "mailto:contact@emptywork.my.id",
"action": "mailto:contact@emptywork.my.id",
"target": "_blank",
"svg": "email.svg"
},
{
"name": "via. chat",
"target": "_blank",
"svg": "chat.svg"
}
],
"socials": [
{
"name": "x / twitter",
"action": "",
"target": ""
},
{
"name": "linkedin",
"action": "https://linkedin.com/in/stevarth-hoke/",
"target": "_blank"
},
{
"name": "youtube",
"action": "",
"target": "",
"hidden": true
},
{
"name": "odysee",
"action": "",
"target": "",
"hidden": true
},
{
"name": "reddit",
"action": "",
"target": "",
"hidden": true
},
{
"name": "discord",
"action": "",
"target": ""
}
]
}