-
Notifications
You must be signed in to change notification settings - Fork 10
/
configurations.json
45 lines (45 loc) · 1.45 KB
/
configurations.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
{
"backgroundType": "gradient",
"plainBackgroundMode": "daylight",
"gradientColors": "#EE7752, #E73C7E, #23A6D5, #23D5AB",
"FirstName": "Allen",
"MiddleName": "",
"LastName": "Yan",
"devDesc": "| Engineer | Programmer | Full Stack Developer ",
"icons": [{
"id": 0,
"image": "fa-github",
"url": "https://github.com/anglesvar",
"style": "socialicons"
},
{
"id": 1,
"image": "fa-facebook",
"url": "https://www.facebook.com/",
"style": "socialicons"
},
{
"id": 2,
"image": "fa-instagram",
"url": "https://www.instagram.com/",
"style": "socialicons"
},
{
"id": 3,
"image": "fa-linkedin",
"url": "https://www.linkedin.com/",
"style": "socialicons"
}
],
"aboutHeading": "About Me",
"aboutDescription": "I'm Lucas, a software developer",
"projectHeading": "My Works",
"gitHubLink": "https://api.github.com/users/",
"gitHubUsername": "xiaoAllen1",
"gitHubQuerry": "/repos?sort=created&direction=desc",
"projectsLength": 4,
"showNavigationbar": true,
"resumeLink": "https://docs.google.com/document/u/1/d/e/2PACX-1vQvhekOawiaeHBGyJTfQiY7RMFNxPgzm9tFuy5gSfOzwOtprqTOgR5qcVAOypdX9YbBQRLG6b7Nr-pr/pub",
"mobileNumber": "888888888",
"emailId": "[email protected]"
}