diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-07 12:14:56 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-07 12:14:56 +0200 |
| commit | d4d3b07e844d233363e9751eca3a9c52afcb9803 (patch) | |
| tree | 09510530ba6a30bf94d852ff3e1285d088c658b0 | |
| parent | d9bdac23bb21b40675eccf54b406a4aad39d5959 (diff) | |
Fix typo in tasks and linting issues
| -rw-r--r-- | app/assets/index.html | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index e200830..7220eb8 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -28,19 +28,11 @@ <em class="header__job-title">Senior Software Developer · DevOps</em> <address class="header__contact-info"> <div class="header__location">Berlin, Germany</div> - <div class="header__tel"> - <a href="tel:+491770126386">+49 (0)177 912 6386</a> · - </div> - <div class="header__email"> - <a href="mailto:[email protected]">[email protected]</a> · - </div> + <div class="header__tel"><a href="tel:+491770126386">+49 (0)177 912 6386</a> · </div> + <div class="header__email"><a href="mailto:[email protected]">[email protected]</a> · </div> <div class="header__website"><a href="https://a14m.me">website</a> · </div> - <div class="header__srht"> - <a href="https://git.sr.ht/~a14m">sr.ht</a> · - </div> - <div class="header__github"> - <a href="https://github.com/a14m">Github</a> · - </div> + <div class="header__srht"><a href="https://git.sr.ht/~a14m">sr.ht</a> · </div> + <div class="header__github"><a href="https://github.com/a14m">Github</a> · </div> <div class="header__stackoverflow"> <a href="https://stackoverflow.com/users/1769515/a14m">StackOverflow</a> · </div> @@ -131,7 +123,9 @@ Provided support and tutoring to work with our standard deployment workflows (internally and externally). </li> <li>Worked closely with our Systems Engineer to support with various DevOps tasks.</li> - <li>Rewrote, maintained and provision some of the data pipelines to adhere to a better security standards. + <li> + Rewrote, maintained and provisioned some of the data pipelines to adhere to a better security standards. + </li> </ul> </article> <article class="work__experience"> |
