This repository was archived by the owner on Mar 14, 2024. It is now read-only.
forked from bedimcode/responsive-portfolio-website-Alexa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConfig.tsx
More file actions
279 lines (234 loc) · 8.29 KB
/
Config.tsx
File metadata and controls
279 lines (234 loc) · 8.29 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
// This file contains all the constants used in the application
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 1. Home
// Name
export const NAME = "Jane Doe";
// Designation
export const DESIGNATION = "Full Stack Developer";
// Description
export const DESCRIPTION = "High level experience in web application development and producing quality work.";
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 2. About
// Detailed Description
export const DETAILED = "I am a passionate Full Stack Developer with 2+ years of experience in web application development and producing quality work. I have worked on multiple projects and have a good understanding of the latest technologies. I am a quick learner and have a good problem-solving skill. I am looking for an opportunity to work in a challenging environment and grow my career.";
// Experience
export const EXPERIENCE = "2+";
// Companies
export const COMPANIES = "2+";
// Projects
export const PROJECTS = "7+";
// Resume
export const RESUME = "./assets/pdf/Resume.pdf";
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 3. Social Media Links
// Github username
export const GITHUB = "janedoe";
// Stackoverflow URL
export const STACKOVERFLOW = "https://stackoverflow.com/users/18698830/jane-Doe";
// LinkedIn username
export const LINKEDIN = "janedoe";
// Twitter username
export const TWITTER = "janedoe";
// Facebook username
export const FACEBOOK = "janedoe";
// Instagram username
export const INSTAGRAM = "janedoe";
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 4. Skills
export const SKILLS = [
{
name: 'Frontend',
description: 'Frontend Description',
SubSkill: [
{
name: 'HTML5',
level: '90'
},
{
name: 'HTML4',
level: '80'
},
]
},
{
name: 'Backend',
description: 'Backend Description',
SubSkill: [
{
name: 'Firebase',
level: '90'
},
{
name: 'Azure',
level: '50'
},
{
name: 'AWS',
level: '70'
},
{
name: 'Google Cloud',
level: '90'
}
]
}
]
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 4. Qualifications
// EDUCATION1
export const EDUCATION_DEGREE1 = "BTech in Computer Science";
export const EDUCATION_NAME1 = "University of California, Los Angeles";
export const EDUCATION_DATE1 = "2008 - 2010";
// EDUCATION2
export const EDUCATION_DEGREE2 = "MTech in Computer Science";
export const EDUCATION_NAME2 = "Harvard, Los Angeles";
export const EDUCATION_DATE2 = "2011 - 2011";
// EDUCATION3
export const EDUCATION_DEGREE3 = "Master of Science in Computer Science";
export const EDUCATION_NAME3 = "LA, Los Angeles";
export const EDUCATION_DATE3 = "2012 - 2015";
// WORK1
export const WORK_TITLE1 = "Frontend Developer";
export const WORK_COMPANY1 = "Google";
export const WORK_DATE1 = "2011 - 2015";
export const WORK_DESCRIPTION1 = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.";
// WORK2
export const WORK_TITLE2 = "Backend Developer";
export const WORK_COMPANY2 = "Facebook";
export const WORK_DATE2 = "2015 - 2018";
export const WORK_DESCRIPTION2 = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.";
// WORK3
export const WORK_TITLE3 = "FullStack Developer";
export const WORK_COMPANY3 = "Microsoft";
export const WORK_DATE3 = "2018 - 2022";
export const WORK_DESCRIPTION3 = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.";
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 5. Services
export const SERVICES = [
{
icon: 'fa fa-code',
name: 'Web Development',
description: [
{
name: 'Web Development Description 1',
},
{
name: 'Web Development Description 2',
},
{
name: 'Web Development Description 3',
},
],
},
{
icon: 'fa fa-mobile',
name: 'Mobile Development',
description: [
{
name: 'Mobile Development Description 1',
},
{
name: 'Mobile Development Description 2',
},
{
name: 'Mobile Development Description 3',
},
],
},
{
icon: 'fa fa-paint-brush',
name: 'UI/UX Design',
description: [
{
name: 'UI/UX Design Description 1',
},
{
name: 'UI/UX Design Description 2',
},
{
name: 'UI/UX Design Description 3',
},
],
},
{
icon: 'fa fa-line-chart',
name: 'Digital Marketing',
description: [
{
name: 'Digital Marketing Description 1',
},
{
name: 'Digital Marketing Description 2',
},
{
name: 'Digital Marketing Description 3',
},
],
},
{
icon: 'fa fa-search',
name: 'SEO',
description: [
{
name: 'SEO Description 1',
},
{
name: 'SEO Description 2',
},
{
name: 'SEO Description 3',
},
],
},
{
icon: 'fa fa-cloud',
name: 'Cloud Computing',
description: [
{
name: 'Cloud Computing Description 1',
},
{
name: 'Cloud Computing Description 2',
},
{
name: 'Cloud Computing Description 3',
},
],
}
]
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 6. Portfolio
export const PORTFOLIO = [
{
name: 'PROJECT1',
description: 'PROJECT1_DESCRIPTION',
image: require('../config/assets/images/portfolio1.jpg'),
demo: 'null',
github: 'https://github.com'
},
{
name: 'PROJECT2',
description: 'PROJECT2_DESCRIPTION',
image: require('../config/assets/images/portfolio2.jpg'),
demo: '#',
github: 'null'
},
{
name: 'PROJECT3',
description: 'PROJECT3_DESCRIPTION',
image: require('../config/assets/images/portfolio3.jpg'),
demo: '#',
github: '#'
},
]
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 7. Hire
export const HIRE = true
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 8. Contact
// Phone
export const PHONE = "+1 300 0000";
// Email
export const EMAIL = "jane.doe@outlook.com";
// Address
export const ADDRESS = "India";