-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.json
86 lines (86 loc) · 2.06 KB
/
profile.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"id": "1",
"firstName": "John",
"lastName": "Doe",
"nickName": "JD",
"phone": "123-456-7890",
"nameTitle": "Mr.",
"title": "Software Engineer",
"location": "City, Country",
"yearOfBirth": 1990,
"email": "[email protected]",
"url": "https://www.johndoe.com",
"description": "Passionate software engineer with a focus on web development.",
"image": "https://www.johndoe.com/profile-image.jpg",
"social": [
{
"id": "github",
"title": "GitHub",
"icon": "github",
"link": "https://github.com/johndoe"
},
{
"id": "linkedin",
"title": "LinkedIn",
"icon": "linkedin",
"link": "https://www.linkedin.com/in/johndoe"
},
{
"id": "twitter",
"title": "Twitter",
"icon": "twitter",
"link": "https://twitter.com/johndoe"
}
],
"publications": [
{
"id": "pub1",
"title": "A Guide to Web Development",
"journal": "Tech Journal",
"date": "2022-01-01",
"link": "https://www.example.com/guide-to-web-dev"
}
],
"education": [
{
"id": "edu1",
"level": "Bachelor's Degree",
"university": "University of Computer Science",
"image": "https://www.example.com/university-logo.png",
"duration": "2010-2014",
"location": "City, Country",
"topic": "Computer Science"
}
],
"footer": {
"pageSource": "https://github.com/johndoe/my-website",
"github": "https://github.com/johndoe",
"googlePlay": "https://play.google.com/store/apps/developer?id=John+Doe",
"medium": "https://medium.com/@johndoe",
"linkedin": "https://www.linkedin.com/in/johndoe"
},
"skills": [
{
"id": "skills1",
"title": "Web Development",
"tags": ["HTML", "CSS", "JavaScript"]
},
{
"id": "skills2",
"title": "Mobile Development",
"tags": ["Android", "Java", "Kotlin"]
}
],
"languages": [
{
"id": "lang1",
"title": "English",
"level": "Fluent"
},
{
"id": "lang2",
"title": "Spanish",
"level": "Intermediate"
}
]
}