Skip to content

Commit

Permalink
add 'experience' command
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin-panescu committed Jan 23, 2025
1 parent 3265799 commit 1b47661
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scripts/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@ var aboutme = [
"<br>",
];

var experience = [
"<br>",
"I've worked on some of the following at these places πŸ‘¨β€πŸ’»",
"<br>",
"<span class='white-glow'>Junior Web Developer</span>",
" β”œβ”€ <i>360Advertising (may 2024 - december 2024)</i>",
" β”œβ”€ Developed 6 websites and optimized 15+ websites, implementing APIs while ensuring",
" β”‚ high performance and an excellent user experience; specialized in development and",
" β”‚ maintenance, including WooCommerce integration, server administration, security",
" β”‚ practices, and ongoing support for website stability and functionality.",
" └─ <i> HTML, CSS, JavaScript, PHP, MySQL, WordPress, WooCommerce, git, GitHub, API, SEO.</i>",
"<br>",
"<span class='white-glow'>Database Services Analyst</span>",
" β”œβ”€ <i>Regina Maria (June 2023 - February 2024)</i>",
" β”œβ”€ Developed and deployed an AI assistant using Azure OpenAI Playground",
" β”‚ in collaboration with Microsoft, enhancing employee efficiency and work speed;",
" β”‚ additionally, managed and maintained customer databases, resolving tickets and",
" β”‚ updating information using Microsoft SQL Server, SysAdmin, Excel, CRM, and CMS.",
" └─ <i> SQL, Azure OpenAI, SysAdmin, CRM, ERP, CMS, git, Excel.</i>",
"<br>",
];

var social = [
"<br>",
"Write me:",
Expand Down
7 changes: 7 additions & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ function commander(cmd) {
80
);
break;
case "experience":
loopLines(
currentLanguage === "ro" ? experienceRo : experience,
"color2 margin",
80
);
break;
case "email":
addLine(
currentLanguage === "ro"
Expand Down

0 comments on commit 1b47661

Please sign in to comment.