Skip to content

Commit

Permalink
Merge pull request #25 from tperich/feature/redesign
Browse files Browse the repository at this point in the history
Update section order; update objective
  • Loading branch information
tperich authored Dec 25, 2023
2 parents 423bb2f + 41565e0 commit 3b5cf57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ const App: FC = () => {
{line}
</span>
))}
{/* Additional break-lines due to printing offset */}
</Section>

<Section theme={theme} icon={faLaptopCode} title="Work Experience">
{workData.map((job, index) => (
<SectionItem key={index} item={job} />
))}
</Section>

<Section theme={theme} icon={faHammer} title="Job-related skills">
Expand All @@ -71,12 +76,6 @@ const App: FC = () => {
))}
</Section>

<Section theme={theme} icon={faLaptopCode} title="Work Experience">
{workData.map((job, index) => (
<SectionItem key={index} item={job} />
))}
</Section>

<div style={{ display: "flex", flexFlow: "row nowrap", width: "100vw" }}>
<Section containerStyles={{ flex: 1 }} theme={theme} icon={faSchool} title="Education">
{educationData.map((item, index) => (
Expand Down
2 changes: 1 addition & 1 deletion src/data/communicational-skills.json
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit 3b5cf57

Please sign in to comment.