@@ -15,11 +15,11 @@ const title = chalk.bold.hex("#ff6b6b")("Bharathkumar Palanisamy");
1515const role = chalk . bold ( "Full-Stack Engineer (JavaScript / Node.js & React)" ) ;
1616const 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 " ) ;
2020const 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 */
2525const techStack = [
@@ -99,12 +99,11 @@ const openSource = [
9999/* Education (bright, no dim) */
100100const education = [
101101 {
102- degree : "B.Tech in Computer Science " ,
103- school : "Example University " ,
104- dates : "2012 – 2016 " ,
102+ degree : "B.E in Electrical and Electronics " ,
103+ school : "Sri Krishna College of Engineering and Technology " ,
104+ dates : "2011 – 2015 " ,
105105 details : [
106106 "Graduated with First Class Honours" ,
107- "Relevant coursework: Databases, Web Development, Operating Systems"
108107 ]
109108 }
110109] ;
0 commit comments