-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresumeData.json
More file actions
131 lines (130 loc) · 4.32 KB
/
resumeData.json
File metadata and controls
131 lines (130 loc) · 4.32 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"main": {
"name": "Georgia Milteer",
"occupation": "Full Stack Developer",
"description": "Full Stack React Developer by day, mother at night",
"image": "https://i.postimg.cc/rsyWstQP/familyphoto.jpg",
"bio": "My name is Georgia Milteer. I am a mother to an adorable two year old, Haiden. I am also a business professional who has become a full stack developer through GA Tech's bootcamp program. My websites offer seamless navigation, visually aesthetic UI's, and mobile responsiveness to ensure optimal user experiences.",
"contactmessage": "Please feel free to reach out to receive further details.",
"email": "gmilteer@gmail.com",
"phone": "478-320-3553",
"address": {
"street": "381 Ralph Mcgill Blvd Unit I",
"city": "Atlanta",
"state": "GA",
"zip": "30312"
},
"website": "http://www.timbakerdev.com",
"resumedownload": "https://docs.google.com/document/d/1W2FG-iI43y_4Ln6PHJCIyqpOsuXxWn7H_OhYiZtdM8o/edit?usp=sharing",
"social": [
{
"name": "linkedin",
"url": "https://www.linkedin.com/in/georgia-milteer-6896bb125",
"className": "fa fa-linkedin"
},
{
"name": "github",
"url": "https://github.com/gmilteer",
"className": "fa fa-github"
},
{
"name": "gmail",
"url": "mailto:gmilteer@gmail.com",
"className": "fa fa-envelope"
}
]
},
"resume": {
"skillmessage": "Here you can see a quick overview of my credentials",
"education": [
{
"school": "Park University",
"degree": "Bachelor of Applied Science in Business Administration and Management Science",
"graduated": "May 2016",
"description": "Graduated on Dean's List"
}
],
"work": [
{
"company": "Alliance Inspection Management",
"title": "Dispatch Logistics Coordinator",
"years": "November 2018 - Present",
"description": "Coordinate with our MI team to schedul inspectors to different dealerships."
},
{
"company": "Enterprise Rent-a-Car ",
"title": "Car Sales Administrator",
"years": "September 2016 – September 2018",
"description": "Managed relationships with 2-3 remarketers, including communicating with their dealerships, preparing titles for sold units, and collecting payments. I would also relay any dealer issues with each remarketer."
}
],
"skills": [
{
"name": "ReactJs",
"level": "75%"
},
{
"name": "CSS",
"level": "95%"
},
{
"name": "Git",
"level": "60%"
},
{
"name": "HTML5",
"level": "95%"
},
{
"name": "MongoDB",
"level": "80%"
}
]
},
"portfolio": {
"projects": [
{
"title": "Project 1",
"category": "Covid Testing Center Locator",
"image": "https://i.postimg.cc/4NbMrC94/project1.png",
"url": "https://easyacres.github.io/TestingCenterLocator/"
},
{
"title": "Project 2",
"category": "YouFO Locator",
"image": "https://i.postimg.cc/GtvPTCC4/Project2.png",
"url": "https://youfo.herokuapp.com/"
},
{
"title": "Eat The Burger App",
"category": "Burger App",
"image": "https://i.postimg.cc/BbfYVNZ1/Eat-The-Burger.png",
"url": "https://powerful-badlands-92622.herokuapp.com/"
},
{
"title": "Note-Taker",
"category": "Note-Taker app",
"image": "https://i.postimg.cc/J4mY3Tdf/Note-Taker.png",
"url": "https://peaceful-wildwood-79779.herokuapp.com/"
},
{
"title": "Budget-Tracker Online/offline",
"category": "budget tracker",
"image": "https://i.postimg.cc/wj4Wp9Tz/Budget-Tracker.png",
"url": "https://intense-ocean-77972.herokuapp.com/"
},
{
"title": "Weather-Dashboard",
"category": "Weather app",
"image": "https://i.postimg.cc/25P21TZX/weather-dashboard.png",
"url": "https://gmilteer.github.io/Weather-Dashboard-HW/"
},
{
"title": "Password Generator",
"category": "Password Generator",
"image": "https://i.postimg.cc/MpHDtg0F/Password-Generator-HW.jpg",
"url": "https://gmilteer.github.io/Password-Generator-HW/"
}
]
}
}