forked from 1hanzla100/developer-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.js
218 lines (207 loc) · 6.6 KB
/
portfolio.js
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
import emoji from "react-easy-emoji";
export const greetings = {
name: "Hanzla Tauqeer",
title: "Hi all, I'm Hanzla",
description:
"A passionate Full Stack Web Developer and Mobile App Developer having an experience of building Web applications with JavaScript / Reactjs / Nodejs / Python / Django / Flask and some other cool libraries and frameworks and Cross Platform Mobile Apps With Flutter.",
resumeLink: "https://cv.hanzla.ga",
};
export const openSource = {
githubUserName: "1hanzla100",
};
export const contact = {};
export const socialLinks = {
facebook: "https://www.facebook.com/1hanzla100",
instagram: "https://www.instagram.com/1hanzla100",
twitter: "https://twitter.com/1hanzla100",
github: "https://github.com/1hanzla100",
linkedin: "https://www.linkedin.com/in/hanzla-tauqeer-0869281ba/",
};
export const skillsSection = {
title: "What I do",
subTitle:
"CRAZY FULL STACK DEVELOPER WHO WANTS TO EXPLORE EVERY TECH STACK",
skills: [
emoji(
"⚡ Develop highly interactive Front end / User Interfaces for your web and mobile applications"
),
emoji(
"⚡ Progressive Web Applications ( PWA ) in normal and SPA Stacks"
),
emoji(
"⚡ Integration of third party services such as Firebase/ AWS / Digital Ocean"
),
],
softwareSkills: [
{
skillName: "html-5",
fontAwesomeClassname: "vscode-icons:file-type-html",
},
{
skillName: "css3",
fontAwesomeClassname: "vscode-icons:file-type-css",
},
{
skillName: "sass",
fontAwesomeClassname: "logos:sass",
},
{
skillName: "JavaScript",
fontAwesomeClassname: "logos:javascript",
},
{
skillName: "TypeScript",
fontAwesomeClassname: "logos:typescript-icon",
},
{
skillName: "reactjs",
fontAwesomeClassname: "vscode-icons:file-type-reactjs",
},
{
skillName: "nodejs",
fontAwesomeClassname: "logos:nodejs-icon",
},
{
skillName: "flutter",
fontAwesomeClassname: "logos:flutter",
},
{
skillName: "swift",
fontAwesomeClassname: "vscode-icons:file-type-swift",
},
{
skillName: "npm",
fontAwesomeClassname: "vscode-icons:file-type-npm",
},
{
skillName: "sql-database",
fontAwesomeClassname: "vscode-icons:file-type-sql",
},
{
skillName: "mongoDB",
fontAwesomeClassname: "vscode-icons:file-type-mongo",
},
{
skillName: "aws",
fontAwesomeClassname: "logos:aws",
},
{
skillName: "firebase",
fontAwesomeClassname: "logos:firebase",
},
{
skillName: "python",
fontAwesomeClassname: "logos:python",
},
{
skillName: "git",
fontAwesomeClassname: "logos:git-icon",
},
{
skillName: "docker",
fontAwesomeClassname: "logos:docker-icon",
},
],
};
export const SkillBars = [
{
Stack: "Frontend/Design", //Insert stack or technology you have experience in
progressPercentage: "90", //Insert relative proficiency in percentage
},
{
Stack: "Backend",
progressPercentage: "70",
},
{
Stack: "Programming",
progressPercentage: "60",
},
];
export const educationInfo = [
{
schoolName: "Harvard University",
subHeader: "Master of Science in Computer Science",
duration: "September 2017 - April 2019",
desc: "Participated in the research of XXX and published 3 papers.",
descBullets: [
"Lorem ipsum dolor sit amet, consectetur adipdfgiscing elit",
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
],
},
{
schoolName: "Harvard",
subHeader: "Master of Science in Computer Science",
duration: "September 2017 - April 2019",
desc: "Participated in the research of XXX and published 3 papers.",
descBullets: [
"Lorem ipsum dolor sit amet, consectetfgur adipiscing elit",
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
],
},
{
schoolName: "Stanford University",
subHeader: "Bachelor of Science in Computer Science",
duration: "September 2013 - April 2017",
desc: "Ranked top 10% in the program. Took courses about Software Engineering, Web Security, Operating Systems, ...",
descBullets: [
"Lorem ipsum dolorfdg sit amet, consectetur adipiscing elit",
],
},
];
export const experience = [
{
role: "Software Engineer",
company: "Google",
companylogo: "/img/icons/common/google.svg",
date: "June 2018 – Present",
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
descBullets: [
"Lorem ipsum dolor sit amet, consdfgectetur adipiscing elit",
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
],
},
{
role: "Front-End Developer",
company: "Github",
companylogo: "/img/icons/common/github.svg",
date: "May 2017 – May 2018",
desc: "Lorem ipsum dolor sit amet, consefdctetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
},
{
role: "Software Engineer Intern",
company: "Airbnb",
companylogo: "/img/icons/common/airbnbLogo.png",
date: "Jan 2015 – Sep 2015",
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
},
];
export const projects = [
{
name: "lorem ipsum",
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua",
link: "https://example.com",
},
{
name: "lorem ipsum",
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua",
github: "https://github.com/1hanzla100",
},
{
name: "lorem ipsum",
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua",
github: "https://github.com/1hanzla100",
link: "https://example.com",
},
];
export const feedbacks = [
{
name: "Hassan Mehmood",
feedback:
"We have been very happy with our new website! It looks professional and very easy to navigate. Our experience with the customer service at Hanzla tauqeer has been great. They handle things very efficiently and are available for any questions we have. They also keep us updated on daily reports so we know how our site is doing. I would recommend that u have choose hanzla web developer services for u.",
},
{
name: "Maheen Altaf",
feedback:
"the website is very nice, everything was perfectly made as i need. it just loads in moments, without giving u the chance to wait. the quality is also very amazing. i am using it without any problem. great job",
},
];