diff --git a/package.json b/package.json index 9398b96a..35ea285c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "private": true, - "name": "personalPortfolio", - "homepage": "http://harikanani.github.io/PortfolioV2", + "name": "personal-portfolio", "version": "1.0.0", + "homepage": "http://harikanani.github.io", "scripts": { "build": "react-scripts build", "predeploy": "npm run build", diff --git a/src/assests/images/crest-1.png b/src/assests/images/crest-1.png new file mode 100644 index 00000000..27347687 Binary files /dev/null and b/src/assests/images/crest-1.png differ diff --git a/src/assests/images/crest.png b/src/assests/images/crest.png new file mode 100644 index 00000000..f9817b04 Binary files /dev/null and b/src/assests/images/crest.png differ diff --git a/src/components/ProjectCard/ProjectCard.js b/src/components/ProjectCard/ProjectCard.js index b9934f05..56fb8a6b 100644 --- a/src/components/ProjectCard/ProjectCard.js +++ b/src/components/ProjectCard/ProjectCard.js @@ -7,10 +7,10 @@ import { style } from "glamor"; export default function ProjectCard({ repo, theme }) { console.log(repo); - function openRepoinNewTab(url) { - var win = window.open(url, "_blank"); - win.focus(); - } + // function openRepoinNewTab(url) { + // var win = window.open(url, "_blank"); + // win.focus(); + // } const styles = style({ color: "rgb(88, 96, 105)", diff --git a/src/portfolio.js b/src/portfolio.js index c8f142c6..b020c65a 100644 --- a/src/portfolio.js +++ b/src/portfolio.js @@ -278,12 +278,10 @@ const degrees = { subtitle: "Bachelor in Information Technology", logo_path: "ssec.png", alt_name: "SSEC", - duration: "2021 - Present", + duration: "2021 - 2024", descriptions: [ - "⚡ I'm currently pursuing my bachelors in Information Technology.", - // "⚡ I have studied core subjects like Data Structures, DBMS, Networking, Security, etc.", - // "⚡ I have also completed various online courses for Backend , Web , Mobile App Development, etc.", - // "⚡ I have implemented several projects based on what I've leart under my Computer Engineering course. ", + "⚡ I have studied core subjects like Machine Learning, Computer Vision, Advanced Web Development.", + "⚡ I have implemented several projects based on what I've leart under my Computer Engineering course. ", ], website_link: "http://www.ssgec.ac.in/", }, @@ -389,12 +387,22 @@ const experience = { title: "Experience", subtitle: "Work, Internship and Volunteership", description: - "I've completed one internship. I've mostly done projects on my own and I am actively looking for internships. I love organizing workshops to share my knowledge with others.", + "As a Node.js Backend Developer, I have worked with real projects for over two years. I've mostly done projects on my own. I love organizing workshops to share my knowledge with others.", header_image_path: "experience.svg", sections: [ { title: "Work Experience", experiences: [ + { + title: "SDE Intern", + company: "Crest Infosystems Pvt. Ltd.", + company_url: "https://www.crestinfosystems.com/", + logo_path: "crest.png", + duration: "Jan 2024 - Present", + location: "Surat, Gujarat", + description: `As an SDE intern, my priorities include learning opportunities and professional development. Aiming for Backend Development proficiency.`, + color: "#0071C5", + }, { title: "Node.js Backend Developer", company: "Valora Infotech",