Skip to content

Commit

Permalink
added new experience and fixed typos and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
harikanani committed Mar 7, 2024
1 parent 55d25bf commit 7efc057
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file added src/assests/images/crest-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assests/images/crest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/ProjectCard/ProjectCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
20 changes: 14 additions & 6 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7efc057

Please sign in to comment.