forked from hashirshoaeb/home
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfigurations.json
48 lines (48 loc) · 1.7 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
46
47
48
{
"backgroundType": "gradient",
"plainBackgroundMode": "daylight",
"gradientColors": "#E73C7E, #23A6D5, #23D5AB, #893FA6",
"FirstName": "Ana",
"MiddleName": "",
"LastName": "Ashrafi",
"devDesc": "Passionate about changing the world with technology.",
"icons": [
{
"id": 0,
"image": "fa-github",
"url": "https://github.com/anaashrafi",
"style": "socialicons"
},
{
"id": 1,
"image": "fa-facebook",
"url": "https://www.facebook.com/anaaashrafi",
"style": "socialicons"
},
{
"id": 2,
"image": "fa-instagram",
"url": "https://www.instagram.com/ana_ashhh/",
"style": "socialicons"
},
{
"id": 3,
"image": "fa-linkedin",
"url": "https://www.linkedin.com/in/ana-ashrafi",
"style": "socialicons"
}
],
"aboutHeading": "About Me",
"showInstaProfilePic": false,
"instaLink": "https://www.instagram.com/",
"instaUsername": "ana_ashhh",
"instaQuerry": "/?__a=1",
"aboutDescription": "Hello! My name is Ana and I am a Software Engineer from The University of Texas at Austin. I will be graduating with my Bachelor's degree in Electrical and Computer Engineering in May of 2021. The past two summers, I interned as a Software Engineer at Boeing and Dell Technologies, and I cannot wait for my next journey. I'm most passionate about giving back to the community, and my goal is to pursue this passion within the field of software engineering!",
"projectHeading": "Recent Projects",
"gitHubLink": "https://api.github.com/users/",
"gitHubUsername": "anaashrafi",
"gitHubQuerry": "/repos?sort=updated&direction=desc",
"projectsLength": 2,
"showNavigationbar": true,
"showBlog": false
}