diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:25:55 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-04 18:25:55 +0200 |
| commit | b6326b1345023f9361236dc3f6c7193ec4e83042 (patch) | |
| tree | 63eea63cf894340ef5817ede7499273d62ec0d76 /app/assets | |
| parent | 3913b19fc08a459ec9ef8f1773ae0c335149a37b (diff) | |
Convert the summary section to BEM convention
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 47ea414..5ee3a4d 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -49,8 +49,8 @@ </header> <article class="summary"> - <h1>Summary</h1> - <p> + <h1 class="summary__header section-header">Summary</h1> + <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+ years Security analysis and Red Team exploit testing. An avid fan of automation, sustainability, design |
