forked from birkanatici/my-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.json
More file actions
27 lines (27 loc) · 660 Bytes
/
page.json
File metadata and controls
27 lines (27 loc) · 660 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
{
"name": "Omer Celik",
"description": "Software Engineer @Amazon",
"image_url": "https://pbs.twimg.com/profile_images/378800000346283682/f615f8f8d510c8e7b5ddac98b886ed7b_400x400.jpeg",
"links": [
{
"title": "LinkedIn",
"url": "https://www.linkedin.com/in/omercelik/",
"icon": "linkedin"
},
{
"title": "GitHub",
"url": "https://github.com/omercelik",
"icon": "github"
},
{
"title": "Twitter",
"url": "https://twitter.com/omercelik",
"icon": "twitter"
},
{
"title": "Instagram",
"url": "https://instagram.com/omercelik",
"icon": "instagram"
}
]
}