Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Variables of Name/Email etc #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

Expand Down
Binary file modified src/img/self.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions src/info/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ of what each of the values mean.
*/

export const info = {
firstName: "John",
lastName: "Smith",
initials: "js", // the example uses first and last, but feel free to use three or more if you like.
firstName: "Vishal",
lastName: "Saha Chowdhury",
initials: "vsc", // the example uses first and last, but feel free to use three or more if you like.
position: "a Full Stack Developer",
selfPortrait: self, // don't change this unless you want to name your self-portrait in the "img" folder something else!
gradient: `-webkit-linear-gradient(135deg, ${colors})`, // don't change this either
Expand All @@ -41,15 +41,15 @@ export const info = {
},
{
emoji: '🌎',
text: 'based in the US'
text: 'based in India'
},
{
emoji: "💼",
text: "Systems Engineer at Google"
text: "DevOps Engineer at Genpact"
},
{
emoji: "📧",
text: "johnsmith@gmail.com"
text: "vsc3110@gmail.com"
}
],
socials: [
Expand Down Expand Up @@ -82,11 +82,11 @@ export const info = {
// Just change the links so that they lead to your social profiles.

],
bio: "Hello! I'm John. I'm a systems engineer for Google. I studied CompSci at Harvard, I enjoy long walks on the beach, and I believe artificial intelligence will inevitably rule us all one day. You should hire me!",
bio: "Hello! I'm Vishal. I'm a Consultant at Genpact. I studied Mechanical Engineering at IIT Kharagpur, I enjoy long hikes on the Mountains, and I believe artificial intelligence will inevitably rule us all one day. You should hire me!",
skills:
{
proficientWith: ['javascript', 'react', 'git', 'github', 'bootstrap', 'html5', 'css3', 'figma'],
exposedTo: ['nodejs', 'python', 'adobe illustrator']
proficientWith: ['python', 'react', 'git', 'github', 'bootstrap', 'html5', 'css3', 'figma'],
exposedTo: ['nodejs', 'java', 'adobe illustrator']
}
,
hobbies: [
Expand Down
Loading