-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnections.json
More file actions
34 lines (34 loc) · 1.12 KB
/
connections.json
File metadata and controls
34 lines (34 loc) · 1.12 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
[
{
"id": 1,
"title": "Youtube",
"username": "@abhayma7",
"description": "My channel with content on a variety of subjects from academic to sports to life",
"image": "uploads/images/youtube.jpg",
"link": "https://www.youtube.com/@abhayma7"
},
{
"id": 2,
"title": "Github",
"username": "@abhayma1000",
"description": "My Github page with code for various personal and professional projects",
"image": "uploads/images/github.png",
"link": "https://github.com/abhayma1000"
},
{
"id": 3,
"title": "LinkedIn",
"username": "@abhaymathur1000",
"description": "My linkedin page with a list of experiences and skills",
"image": "uploads/images/linkedin.png",
"link": "https://www.linkedin.com/in/abhaymathur1000/"
},
{
"id": 4,
"title": "Email",
"username": "abhaymathur1000@gmail.com",
"description": "My work email to send inquiries and questions",
"image": "uploads/images/email.png",
"link": "mailto:abhaymathur1000@gmail.com"
}
]