diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/index.html | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index c15476b..47ea414 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -23,20 +23,28 @@ <body> <main> - <header> - <h1>Ahmed AbdelHalim</h1> - <em>Senior Software Developer · DevOps</em> - <address> - <div class="loc">Berlin, Germany</div> - <div class="tel"><a href="tel:+491770126386">+49 (0)177 912 6386</a> · </div> - <div class="email"><a href="mailto:[email protected]">[email protected]</a> · </div> - <div class="web"><a href="https://a14m.me">website</a> · </div> - <div class="srht"><a href="https://git.sr.ht/~a14m">sr.ht</a> · </div> - <div class="github"><a href="https://github.com/a14m">Github</a> · </div> - <div class="stkflw"> + <header class="header"> + <h1 class="header__name">Ahmed AbdelHalim</h1> + <em class="header__job-title">Senior Software Developer · DevOps</em> + <address class="header__contact-info"> + <div class="header__contact-info__location">Berlin, Germany</div> + <div class="header__contact-info__tel"> + <a href="tel:+491770126386">+49 (0)177 912 6386</a> · + </div> + <div class="header__contact-info__email"> + <a href="mailto:[email protected]">[email protected]</a> · + </div> + <div class="header__contact-info__website"><a href="https://a14m.me">website</a> · </div> + <div class="header__contact-info__srht"> + <a href="https://git.sr.ht/~a14m">sr.ht</a> · + </div> + <div class="header__contact-info__github"> + <a href="https://github.com/a14m">Github</a> · + </div> + <div class="header__contact-info__stackoverflow"> <a href="https://stackoverflow.com/users/1769515/a14m">StackOverflow</a> · </div> - <div class="lnkdin"><a href="https://www.linkedin.com/in/a14m">LinkedIn</a></div> + <div class="header__contact-info__linkedin"><a href="https://www.linkedin.com/in/a14m">LinkedIn</a></div> </address> </header> @@ -44,11 +52,10 @@ <h1>Summary</h1> <p> 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 patterns, and clean code. Always interested in deriving a - better problem-solving method for challenging tasks, and learning sensible new technologies and tools (if the - need arises). + 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 + patterns, and clean code. Always interested in deriving a better problem-solving method for challenging tasks, + and learning sensible new technologies and tools (if the need arises). </p> </article> <article class="skills"> @@ -173,8 +180,8 @@ </li> <li> Reimplemented the “Extract” step in the - <abbr title="Extract, Transform, Load">ETL</abbr> process (using an API based crawler instead of - phantomJS browser). + <abbr title="Extract, Transform, Load">ETL</abbr> process (using an API based crawler instead of phantomJS + browser). </li> </ul> </article> |
