diff options
Diffstat (limited to 'app/assets/index.html')
| -rw-r--r-- | app/assets/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 7220eb8..e2084c4 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -41,7 +41,7 @@ </header> <article class="summary"> - <h1 class="summary__header section-header">Summary</h1> + <h2 class="summary__header section-header">Summary</h2> <p class="summary__content"> Current senior backend and infrastructure developer at <a href="https://sapera.com">Sapera GmbH</a>, with 9+ years experience in development (backend/API focused), 4+ years in infrastructure automation and DevOps, 0+ @@ -51,7 +51,7 @@ </p> </article> <article class="skills"> - <h1 class="skills__header section-header">Skills</h1> + <h2 class="skills__header section-header">Skills</h2> <dl class="skills__content"> <dt class="skills__title">DevOps</dt> <dd class="skills__items">Ansible, Terraform, Docker, Vagrant, Makefile, certbot.</dd> @@ -93,7 +93,7 @@ </article> <article class="work"> - <h1 class="work__header section-header">Work Experience</h1> + <h2 class="work__header section-header">Work Experience</h2> <article class="work__experience"> <div class="job-position"> <h2 class="job-position__company"><a href="https://sapera.com/">Sapera GmbH.</a></h2> @@ -199,7 +199,7 @@ </article> <article class="projects"> - <h1 class="projects_header section-header">Writing</h1> + <h2 class="projects_header section-header">Writing</h2> <article class="project"> <h2 class="project__title"> The Publish/Subscribe Pattern on Rails @@ -227,7 +227,7 @@ </article> <article class="projects"> - <h1 class="projects__header section-header">Projects</h1> + <h2 class="projects__header section-header">Projects</h2> <article class="project"> <h2 class="project__title"> <a href="https://git.sr.ht/~a14m/game-of-life"> @@ -276,7 +276,7 @@ </article> <article class="education"> - <h1 class="education__header section-header">Education</h1> + <h2 class="education__header section-header">Education</h2> <article class="education__details"> <h2 class="education__degree">B.E. in Computer Science and Engineering</h2> <p class="education__university">Arab Academy for Science and Technology</p> |
