-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.json
More file actions
43 lines (42 loc) · 1.75 KB
/
data.json
File metadata and controls
43 lines (42 loc) · 1.75 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
{
"sections": [
{
"header": "Socials",
"links": [
{ "id": "github-link", "name": "GitHub", "url": "https://github.com/aviiciii", "icon": "https://img.icons8.com/ios/50/github--v1.png" },
{ "id": "linkedin-link", "name": "LinkedIn", "url": "https://www.linkedin.com/in/laavesh/", "icon": "https://img.icons8.com/ios/50/linkedin-2--v1.png" },
{ "id": "instagram-link", "name": "Instagram", "url": "https://www.instagram.com/llvssh/", "icon": "https://img.icons8.com/ios/50/instagram.png" }
]
},
{
"header": "Portfolio",
"links": [
{ "id": "portfolio-link", "name": "My Portfolio", "url": "https://portfolio.lvsh.qzz.io/" }
]
},
{
"header": "Projects",
"links": [
{ "id": "eventopia", "name": "Eventopia", "url": "https://eventopia.in/" },
{ "id": "redanelevators", "name": "Redan Elevators", "url": "https://www.redanelevators.com/" }
]
},
{
"header": "Utility",
"links": [
{ "id": "homelab-website", "name": "Homelab Dashboard", "url": "https://home.lvsh.qzz.io/" },
{ "id": "clipboard-link", "name": "Clipboard", "url": "https://clip.lvsh.qzz.io/" },
{ "id": "shortener-link", "name": "Link Shortener", "url": "https://short.lvsh.qzz.io/" },
{ "id": "qr-link", "name": "QR Generator", "url": "https://qr.lvsh.qzz.io/" },
{ "id": "notepad-link", "name": "Notepad", "url": "https://note.lvsh.qzz.io/" }
]
},
{
"header": "Pages",
"links": [
{ "id": "webpage-link", "name": "First Webpage", "url": "https://aviiciii.github.io/webpage/" },
{ "id": "google-replica-link", "name": "Google Replica", "url": "https://aviiciii.github.io/google_search/" }
]
}
]
}