diff --git a/src/data/experience.js b/src/data/experience.js index 75f5314..c0bf0fd 100644 --- a/src/data/experience.js +++ b/src/data/experience.js @@ -8,7 +8,7 @@ const data = [ description: { type: 'paragraph', content: - 'In the third year of my computer engineering degree, I opted to deeper into the realm of software development by joining the core infrastructure team at SAP Canda Inc. This Co-Op marked my initiation into handling large-scale code bases and contributing directly to projects. Throughout this experience, I garnered expertise in diverse areas, such as managing asynchronous webpack dependencies, implementing certificate generation and storage for Go configuration servers, creating automated testing suites using Jest and Jasmine, conducting Jenkins CI/CD analysis, overseeing version bump processes, orchestrating cloud deployments with Kubernetes and Docker, cross-microservice debugging, and so much more. I worked alongside both fellow students and senior engineers to deliver quality code following the agile methodology and concurrently managed the completion of countless Jira tickets. I led code reviews and even full-team meetings to seamlessly integrate improvements into existing workflows and explore new approaches.', + 'In the third year of my computer engineering degree, I opted to deeper into the realm of software development by joining the core infrastructure team at SAP Canda Inc. This Co-Op marked my initiation into handling large-scale code bases and contributing directly to globally recognized products. Throughout this experience, I garnered expertise in diverse areas, such as managing asynchronous webpack dependencies, implementing certificate generation and storage for Go configuration servers, creating automated testing suites using Jest and Jasmine, conducting Jenkins CI/CD analysis, overseeing version bump processes, orchestrating cloud deployments with Kubernetes and Docker, cross-microservice debugging, and so much more. I worked alongside both fellow students and senior engineers to deliver quality code following the agile methodology and concurrently managed the completion of countless Jira tickets. I led code reviews and even full-team meetings to seamlessly integrate improvements into existing workflows and explore new approaches.', }, skills: [ 'JavaScript', diff --git a/src/static/css/layout/_content.scss b/src/static/css/layout/_content.scss index 9e7874b..910a082 100644 --- a/src/static/css/layout/_content.scss +++ b/src/static/css/layout/_content.scss @@ -1,7 +1,7 @@ .content { display: flex; flex-wrap: wrap; - padding-block: 50px; + padding-block: 30px; max-width: $wrapperwidth; h1 {