Skip to content

Commit d641a02

Browse files
committed
added details for profile
1 parent 9db5e7d commit d641a02

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

cli.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ const title = chalk.bold.hex("#ff6b6b")("Bharathkumar Palanisamy");
1515
const role = chalk.bold("Full-Stack Engineer (JavaScript / Node.js & React)");
1616
const location = chalk.green("Bengaluru, India");
1717

18-
const email = chalk.cyan("bharath@example.com");
19-
const phone = chalk.yellow("+91 9XXXXXXXXX");
18+
const email = chalk.cyan("kumarbharath63@icloud.com");
19+
const phone = chalk.yellow("+91 8667861408");
2020
const linkedin = chalk.blue("https://linkedin.com/in/bharathkumar-palanisamy");
21-
const github = chalk.blue("https://github.com/your-github");
22-
const portfolio = chalk.underline("https://your-portfolio.example.com");
21+
const github = chalk.blue("https://github.com/Bharath-code/");
22+
const portfolio = chalk.underline("https://bharathkumar.dev");
2323

2424
/* Tech stack */
2525
const techStack = [
@@ -99,12 +99,11 @@ const openSource = [
9999
/* Education (bright, no dim) */
100100
const education = [
101101
{
102-
degree: "B.Tech in Computer Science",
103-
school: "Example University",
104-
dates: "20122016",
102+
degree: "B.E in Electrical and Electronics",
103+
school: "Sri Krishna College of Engineering and Technology",
104+
dates: "20112015",
105105
details: [
106106
"Graduated with First Class Honours",
107-
"Relevant coursework: Databases, Web Development, Operating Systems"
108107
]
109108
}
110109
];

0 commit comments

Comments
 (0)