Skip to content

Commit

Permalink
updated resume to add lfx mentorship
Browse files Browse the repository at this point in the history
  • Loading branch information
khareyash05 committed Jun 12, 2023
1 parent ee0d840 commit c1b8b03
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"custom-deploy": "node pages.js"
},
"engines": {
"npm": "^8.11.0",
"node": "^16.16.0"
"npm": "^9.5.1",
"node": "^18.16.0"
},
"eslintConfig": {
"extends": [
Expand Down
Binary file added src/assets/img/lfx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions src/editable-stuff/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ const mainBody = {
image: "fa-github",
url: "https://github.com/khareyash05",
},
{
image: "fa-facebook",
url: "https://www.facebook.com/khareyash05409/",
},
{
image: "fa-instagram",
url: "https://www.instagram.com/khareyash05/",
},
{
image: "fa-linkedin",
url: "https://www.linkedin.com/in/yash-khare-0978821aa/",
Expand All @@ -31,6 +23,14 @@ const mainBody = {
image: "fa-twitter",
url: "https://twitter.com/YashKha57954753",
},
{
image: "fa-facebook",
url: "https://www.facebook.com/khareyash05409/",
},
{
image: "fa-instagram",
url: "https://www.instagram.com/khareyash05/",
},
],
};

Expand All @@ -55,7 +55,7 @@ const about = {
imageSize: 375,
message:
"My name is Yash Khare. I’m a student pursuing bachelors in Computer Science and Engineering at AKGEC,Ghaziabad. I'm most passionate about giving back to the community, and my goal is to pursue this passion within the field of software engineering. In my free time, I love to play tennis and listen to rock music to cheer me up for the next task.If you dont find me at Home , you can find me at the nearest planetariums(I love to observe and talk about the universe).Altogether, I would sum up myself as an enthusiast and a hardworker; who would do anything to complete the task.",
resume: "https://drive.google.com/file/d/14g12vcEHarrkxibnHFnu9EoRZassoxGV/view?usp=sharing",
resume: "https://drive.google.com/file/d/19aP1J3tpMwVl4A_S1qWnT9zjhSfn9xAU/view?usp=sharing",
};

// PROJECTS SECTION
Expand All @@ -68,7 +68,7 @@ const repos = {
heading: "Recent Projects",
gitHubUsername: "khareyash05", //i.e."johnDoe12Gh"
reposLength: 6,
specificRepos: [],
specificRepos: ["tackle2-hub"],
};

// Leadership SECTION
Expand Down Expand Up @@ -102,12 +102,12 @@ const skills = {
hardSkills: [
{ name: "NodeJS", value: 90 },
{ name: "ReactJS", value: 80 },
{ name: "Golang", value: 75 },
{ name: "Computer Vision", value: 75 },
{ name: "Jupyter Notebook", value: 80 },
{ name: "Python", value: 75 },
{ name: "C/C++", value: 65 },
{ name: "JavaScript", value: 90 },
{ name: "Golang", value: 55 },
],
softSkills: [
{ name: "Goal-Oriented", value: 80 },
Expand All @@ -126,23 +126,23 @@ const getInTouch = {
show: true,
heading: "Get In Touch",
message:
"I'm currently looking for full-time Software Engineering or Machine Learning opportunities! If you know of any positions available, if you have any questions, or if you just want to say hi, please feel free to email me at",
"I'm currently looking for full-time Software Engineering! If you know of any positions available, if you have any questions, or if you just want to say hi, please feel free to email me at",
email: "[email protected]",
};

const experiences = {
show: true,
heading: "Experiences",
data: [
// {
// role: 'Research Intern',// Here Add Company Name
// companylogo: require('../assets/img/stan.png'),
// date: 'Sept 2022 – Present',
// },
{
role: 'Undergraduate Researcher at Ajay Kumar Garg Engineering College',// Here Add Company Name
role: 'Linux Foundation Mentee @ Konveyor(By RedHat)',// Here Add Company Name
companylogo: require('../assets/img/lfx.png'),
date: 'Sept 2022 – Present',
},
{
role: 'Computer Vision Researcher at Ajay Kumar Garg Engineering College',// Here Add Company Name
companylogo: require('../assets/img/akg.png'),
date: 'Oct 2021 – Present',
date: 'Nov 2021 – Apr 2023',
},
{
role: 'Mentor at Open Source at GWOC',// Here Add Company Name
Expand Down

0 comments on commit c1b8b03

Please sign in to comment.