Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update section order; update objective #25

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
}
Loading