diff --git a/src/App.tsx b/src/App.tsx index 351832d..6134a86 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,7 +52,12 @@ const App: FC = () => { {line} ))} - {/* Additional break-lines due to printing offset */} + + +
+ {workData.map((job, index) => ( + + ))}
@@ -71,12 +76,6 @@ const App: FC = () => { ))}
-
- {workData.map((job, index) => ( - - ))} -
-
{educationData.map((item, index) => ( diff --git a/src/data/communicational-skills.json b/src/data/communicational-skills.json index 42ee766..6ae7a8a 100644 --- a/src/data/communicational-skills.json +++ b/src/data/communicational-skills.json @@ -1,3 +1,3 @@ { - "text": "A highly skilled and versatile cybersecurity professional with a strong background in DevOps practices and extensive expertise in security tools and backend development. Seeking a position that allows me to leverage my deep knowledge of provisioning, containerization, CI/CD, cloud technologies, microservices, and monitoring tools to design and implement secure and scalable solutions. Committed to bridging the gap between security and DevOps, I aim to contribute my technical proficiency and strategic mindset to ensure the seamless integration of security measures throughout the software development lifecycle.\n\nLanguages spoken: Serbian and English." + "text": "Versatile cybersecurity professional with expertise in DevOps practices, cyber security, and software development. Skilled in provisioning, containerization, CI/CD, cloud technologies, microservices, and monitoring tools. Proven track record of seamlessly integrating security measures and DevOps practices throughout the software development lifecycle." }