-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocials.json
50 lines (50 loc) · 1.05 KB
/
socials.json
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
{
"schema": [
{
"name": "social",
"color": "blue"
},
{
"name": "video",
"color": "red"
}
],
"data": [
{
"title": "Website",
"image": "/socials/Website.png",
"url": "https://uzinfocom.uz",
"key": "social"
},
{
"title": "Telegram",
"image": "/socials/Telegram.png",
"url": "https://t.me/uzinfocomofficial",
"key": "social"
},
{
"title": "Instagram",
"image": "/socials/Instagram.png",
"url": "https://www.instagram.com/uzinfocom_official",
"key": "social"
},
{
"title": "Facebook",
"image": "/socials/Facebook.png",
"url": "https://www.facebook.com/uzinfocom.uz",
"key": "social"
},
{
"title": "YouTube",
"image": "/socials/YouTube.png",
"url": "https://youtube.com/@uzinfocom_official",
"key": "social"
},
{
"title": "LinkedIn",
"image": "/socials/Linkedin.png",
"url": "https://www.linkedin.com/company/uzinfocom/",
"key": "social"
}
]
}