Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhc9 committed Jun 19, 2024
1 parent 6efccdc commit 9f571ec
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified assets/pdf/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -34,8 +34,9 @@ document.addEventListener('keydown', function(e) {
para.style.display = 'block';
const text0 = "rishabhchopda@rc9 ~ % About Me: ";
const text1 = "Extremely motivated to constantly develop my skills and grow professionally.";
const text2 = "I am a Computer Engineer confident in my ability to come up with interesting ideas and am eager to secure some challenging roles in the IT sector.";
const text = `${text0}\n\n${text1}${text2}`;
const text2 = "I am a passionate technologist specializing in automation. I excel in designing and implementing robust automated systems using Python.";
const text3 = "Skilled in languages like Python, C, JavaScript and SQL, I apply my knowledge to practical projects, transforming ideas into effective solutions. Currently, I work at Deloitte, where I leverage my background in computer engineering and passion for technology to drive innovation and make a positive impact.";
const text = `${text0}\n\n${text1}${text2}${text3}`;

document.querySelector(".commands").appendChild(para);

0 comments on commit 9f571ec

Please sign in to comment.