Skip to content

Commit

Permalink
updated the work section, added the description for each job pos
Browse files Browse the repository at this point in the history
  • Loading branch information
neginkheirmand committed Dec 12, 2024
1 parent 058face commit 0fd1cc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/resume.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ company = "Hasin Group"
timeline = "Mar 2022 - Apr 2023"
city = "Tehran"
country = "Iran"
description = "Served as a key backend developer focusing on microservices architecture, delivering scalable and reliable API solutions for a banking client through strategic technical implementation and agile methodologies."
description = "Served as a key backend developer focusing on microservices architecture, delivering scalable and reliable API solutions for a banking client through strategic technical implementation and agile methodologies:"
bullets = [
"Architected and implemented multiple scalable REST API services for a banking client, leveraging microservices architecture to enhance system performance and modularity",
"Independently conceptualized, designed, and developed a comprehensive microservices chassis, taking sole responsibility for creating a robust foundational framework that enabled future service expansion and integration",
Expand All @@ -78,7 +78,7 @@ company = "Shenasa (Chainova Studio)"
timeline = "Dec 2020 - Sep 2021"
city = "Tehran"
country = "Iran"
description = "During my tenure as a System Administrator and DevOps Engineer, I was responsible for managing critical infrastructure services, ensuring optimal performance, and maintaining robust enterprise technologies for multiple startups."
description = "During my tenure as a System Administrator and DevOps Engineer, I was responsible for managing critical infrastructure services, ensuring optimal performance, and maintaining robust enterprise technologies for multiple startups:"
bullets = [
"Managed critical infrastructure services for multiple startups, supporting key database technologies including PostgreSQL, MongoDB, and SQL Server",
"Implemented comprehensive server deployment and configuration strategies, ensuring optimal performance and reliability of production environments",
Expand All @@ -93,7 +93,7 @@ company = "Shenasa (Chainova Studio)"
timeline = "Dec 2020 - Sep 2021"
city = "Tehran"
country = "Iran"
description = "In my role as a Blockchain Researcher and Developer, I led innovative research and implementation of blockchain technologies, focusing on developing cutting-edge decentralized solutions tailored to diverse organizational needs."
description = "In my role as a Blockchain Researcher and Developer, I led innovative research and implementation of blockchain technologies, focusing on developing cutting-edge decentralized solutions tailored to needs:"
bullets = [
"Conducted comprehensive research on Hyperledger technologies, identifying and recommending optimal blockchain frameworks for diverse organizational needs",
"Utilized Solidity to develop and deploy smart contracts and decentralized applications (dApps) tailored to specific client requirements",
Expand Down
7 changes: 7 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
--white-1: hsl(0, 0%, 100%);
--white-2: hsl(0, 0%, 98%);
--orange-yellow-crayola: hsl(45, 100%, 72%);
--orange-yellow-desc: hsl(44, 24%, 74%);
--vegas-gold: hsl(45, 54%, 58%);
--light-gray: hsl(0, 0%, 84%);
--light-gray-70: hsla(0, 0%, 84%, 0.7);
Expand Down Expand Up @@ -834,6 +835,12 @@ main {
}


.timeline-text-desc {
color: var(--orange-yellow-desc);
font-weight: var(--fw-300);
line-height: 1.6;
}

/**
* skills
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jinja/resume.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<!-- Displaying Description -->
{% if work.description %}
<p class="timeline-description">{{ work.description }}</p>
<p class="timeline-text-desc">{{ work.description }}</p>
{% endif %}

<ul>
Expand Down

0 comments on commit 0fd1cc5

Please sign in to comment.