-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
46 lines (44 loc) · 1.07 KB
/
data.json
File metadata and controls
46 lines (44 loc) · 1.07 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
{
"name": "Adham Elwan",
"avatar": "/Assets/User.png",
"portfolio": [
{
"name": "Instagram",
"link": "",
"image": "/Assets/Portfolio/Instagram.png"
},
{
"name": "Facebook",
"link": "",
"image": "/Assets/Portfolio/Facebook.png"
},
{
"name": "Snapchat",
"link": "",
"image": "/Assets/Portfolio/Snapchat.png"
},
{
"name": "Twitter",
"link": "",
"image": "/Assets/Portfolio/Twitter.png"
},
{
"name": "Github",
"link": "",
"image": "/Assets/Portfolio/Github.png"
},
{
"name": "Contact Me",
"link": "mailto:contactme@adham1.localplayer.dev",
"image": "/Assets/Portfolio/ContactMe.png"
}
],
"tools": [
{
"name": "Shadowrocket Modules",
"desc": "A collection of modules for Shadowrocket, a popular iOS proxy tool. These modules enhance the functionality of Shadowrocket by providing additional features and capabilities.",
"image": "/Assets/Tools/ShadowrocketModules.png",
"link": "/ShadowrocketModules"
}
]
}