diff --git a/src/components/layout/Content.astro b/src/components/layout/Content.astro index b2371eb..607ce76 100644 --- a/src/components/layout/Content.astro +++ b/src/components/layout/Content.astro @@ -2,7 +2,7 @@ import { fade } from 'astro:transitions'; --- -
+
diff --git a/src/components/layout/Hero.astro b/src/components/layout/Hero.astro index a6d1910..5d7e485 100644 --- a/src/components/layout/Hero.astro +++ b/src/components/layout/Hero.astro @@ -1,5 +1,6 @@ --- import HeroTitle from "../headers/HeroTitle.astro"; +import CTAButton from "../buttons/CTAButton.astro"; ---
@@ -10,5 +11,9 @@ import HeroTitle from "../headers/HeroTitle.astro"; technology, I specialize in building scalable solutions using Python, Go, and various cloud services.

+
+ + +
diff --git a/src/pages/about.astro b/src/pages/about.astro index 5bfbbf9..a969102 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -6,7 +6,7 @@ import Content from "../components/layout/Content.astro"; -
+
@@ -16,7 +16,7 @@ import Content from "../components/layout/Content.astro";

-
+

I'm a self-taught tech enthusiast with a passion for learning and problem-solving. I live in Bucharest, Romania, where my journey into diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 344b0dc..3e300dd 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -8,7 +8,7 @@ import Content from "../components/layout/Content.astro"; -

+

diff --git a/src/pages/experience.astro b/src/pages/experience.astro index ed9db79..5fcd14b 100644 --- a/src/pages/experience.astro +++ b/src/pages/experience.astro @@ -3,24 +3,55 @@ import PageLayout from "../layouts/PageLayout.astro"; import PageTitle from "../components/headers/PageTitle.astro"; import JobCard from "../components/lists/JobCard.astro"; import Content from "../components/layout/Content.astro"; +import SectionTitle from "../components/headers/SectionTitle.astro"; --- -

- - -

- Throughout my career, I’ve had the opportunity to work with a variety of - technologies and teams, tackling challenges in cloud infrastructure, - DevOps, and software development. Below, you’ll find an overview of the - key roles I’ve held and the valuable lessons and skills I’ve gained - along the way. -

+
+
+ +
    +
  • + DevOps & Automation: Docker, Kubernetes, + Ansible, Terraform +
  • +
  • + Cloud Solutions: Azure, + AWS +
  • +
  • + CI/CD Pipelines: GitHub + Actions, Azure Pipelines, Jenkins +
  • +
  • + Programming Languages: + Python, Go +
  • +
  • + Infrastructure as Code (IaC): Terraform, Azure Resource Manager (ARM) Templates +
  • +
+
+ +

+ Throughout my career, I’ve had the opportunity to work with a variety + of technologies and teams, tackling challenges in cloud + infrastructure, DevOps, and software development. Below, you’ll find + an overview of the key roles I’ve held and the valuable lessons and + skills I’ve gained along the way. +

-
+
+
- -
- -
    -
  • - DevOps & Automation: Docker, - Kubernetes, Ansible, Terraform -
  • -
  • - Cloud Solutions: Azure, - AWS -
  • -
  • - CI/CD Pipelines: GitHub - Actions, Azure Pipelines, Jenkins -
  • -
  • - Programming Languages: - Python, Go -
  • -
  • - Infrastructure as Code (IaC): Terraform, Azure Resource Manager (ARM) Templates -
  • -
-
-
-
-

- Need help with your cloud infrastructure, DevOps pipelines, or - automation? Whether you’re looking for advice or collaboration on - tech projects, don’t hesitate to reach out! -

-
-
- - -
-
+