-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyourData.js
More file actions
227 lines (207 loc) · 7.28 KB
/
Copy pathyourData.js
File metadata and controls
227 lines (207 loc) · 7.28 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
export default {
//(Please Do Not Remove The comma(,) after every variable)
//Change The Website Template
// Header Details ---------------------
name: "Chirag Dogra",
headerTaglineOne: "Hello👋",
headerTaglineTwo: "I'm Chirag Dogra ",
profiles: [
{ title: "Github", link: "https://github.com/ChiragDogra" },
{ title: "Leetcode", link: "https://leetcode.com/ChiragSDogra/" },
{ title: "Medium Blog", link: "https://medium.com/@ChiragSDogra/" },
{ title: "Hashnode Blog", link: "https://chiragdogra.hashnode.dev/" },
],
// End Header Details -----------------------
// Project Section ------------------------
projects: [
{
title: "Travello", //Project Title - Add Your Project Title Here
description:
"This is a web app where one can share their travell photos and sort them according to location and other tags. Frontend is hosted on vercel and backend is hosted on Heroku",
//Project Image - Add Your Project Image Here
imageSrc: "/Travello.png",
//Project URL - Add Your Project Url Here
hostedURL: "https://travelo-two.vercel.app/posts",
gitURL: "https://github.com/ChiragDogra/Travello",
technologies: ["React", "ExpressJS", "MongoDB", "Material UI"],
},
{
title: "Maison", //Project Title - Add Your Project Title Here
description:
"This is a property renting/listing web application. It is build using React.JS functional components.",
//Project Image - Add Your Project Image Here
imageSrc: "/Maison.png",
//Project URL - Add Your Project Url Here
hostedURL: "https://masion.vercel.app/",
gitURL: "https://github.com/ChiragDogra/masion/",
technologies: ["React", "Firebase"],
},
{
title: "Monkey News", //Project Title - Add Your Project Title Here
description:
"This is a react project that fetches data from News API and then renders that data in form of cards in the frontend.",
//Project Image - Add Your Project Image Here
imageSrc: "/MonkeyNews.png",
//Project URL - Add Your Project Url Here
hostedURL: "https://github.com/ChiragDogra/news-app",
gitURL: "https://github.com/ChiragDogra/news-app",
technologies: ["React", "Bootstrap"],
}
// ,
// {
// title: "ResDeck", //Project Title - Add Your Project Title Here
// description:
// "This is a web application where senior folks can post their learnings of the thesis for their Juniors to learn from. This uses React.js in the frontend and Express.js in the backend.",
// //Project Image - Add Your Project Image Here
// imageSrc: "/ResDeck.png",
// //Project URL - Add Your Project Url Here
// hostedURL: "https://github.com/ResDeck",
// gitURL: "https://github.com/ResDeck",
// technologies: ["React", "Node.js", "Express"],
// },
],
// End of Project section
// Languages section
languages: [
{
techName: "Javascript",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg",
},
{
techName: "React",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original-wordmark.svg",
},
],
// End Language Section -----------------------
// Skills section
skills: [
{
skill: "Data Structure and Algorithms",
},
{
skill: "Object Oriented Programming",
},
{
skill: "Functional Programming",
},
{
skill: "Communication Skill",
},
{
skill: "Teamwork",
},
],
//End of skill section
//Technology section
technologies: [
{
techName: "React",
imgSrc:
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/2300px-React-icon.svg.png",
},
{
techName: "Next.js",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nextjs/nextjs-original-wordmark.svg",
},
{
techName: "Node.js",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg",
},
{
techName: "MongoDb",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg",
},
{
techName: "Express",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/express/express-original.svg",
},
{
techName: "Git",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/git/git-original.svg",
},
{
techName: "Tailwind",
imgSrc:
"https://www.vectorlogo.zone/logos/tailwindcss/tailwindcss-icon.svg",
},
{
techName: "TypeScript",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg",
},
{
techName: "MaterialUI",
imgSrc: "https://img.icons8.com/color/480/material-ui.png",
},
{
techName: "Bootstrap",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-original.svg",
},
{
techName: "HTML",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg",
},
{
techName: "CSS",
imgSrc:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg",
},
{
techName: "Firebase",
imgSrc: "https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg",
},
{
techName: "Linux",
imgSrc: "https://1000logos.net/wp-content/uploads/2017/03/LINUX-LOGO.png",
},
],
// Achievements Section
achievements: [
{
title: "Won High Tech Hacks",
description:
"We created an application 'Mind Mapp' in High tech hacks 2.0",
validation: "https://devpost.com/software/mindmapp-klfsjb",
},
],
//Contact Details
contact: [
{
title: "G Mail",
link: "mailto:chirag.dogra79@gmail.com",
imgSource:
"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Gmail_icon_%282020%29.svg/1024px-Gmail_icon_%282020%29.svg.png",
},
{
title: "Twitter",
link: "https://twitter.com/ChiragSDogra",
imgSource:
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Twitter-logo.svg/934px-Twitter-logo.svg.png",
},
{
title: "LinkedIn",
link: "https://www.linkedin.com/in/Chirag-Singh-Dogra/",
imgSource:
"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/768px-LinkedIn_logo_initials.png",
},
// {
// title: "Phone",
// link: "tel: +919315183031",
// imgSource:
// "https://w7.pngwing.com/pngs/197/342/png-transparent-dialer-telephone-iphone-thepix-computer-icons-id-blue-angle-electronics-thumbnail.png",
// },
],
// About Secton --------------
aboutpara:
"I am a Software Engineer by choice and teacher by passion and above all, I am a curious human. I love to learn new stuff and share it wi, others. Furthermore, I like to meet new people and help others, that's why I like to contribute to open source. If you have any messages, feel free to DM me on Twitter ",
// End About Section ---------------------
};