diff options
| -rw-r--r-- | app/assets/index.html | 35 |
1 files changed, 10 insertions, 25 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 3eea7fa..9d57f01 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -147,9 +147,7 @@ Implemented the new authentication layer using <a href="https://tools.ietf.org/html/rfc7519">(RFC7519: JWT)</a>. </li> - <li> - Implemented the Two-Factor Authentication (<abbr>2FA</abbr>) for user/client login. - </li> + <li>Implemented the Two-Factor Authentication (<abbr>2FA</abbr>) for user/client login.</li> <li>Integrated other services like DocuSign, PostIdent,...</li> <li>Implemented day to day business/marketing/technical requirements.</li> </ul> @@ -201,9 +199,7 @@ <article class="projects"> <h2 class="projects_header section-header">Writing</h2> <article class="project"> - <h2 class="project__title"> - The Publish/Subscribe Pattern on Rails - </h2> + <h2 class="project__title">The Publish/Subscribe Pattern on Rails</h2> <p class="project__content"> A <a href="https://www.toptal.com/ruby-on-rails/the-publish-subscribe-pattern-on-rails"> @@ -213,9 +209,7 @@ </p> </article> <article class="project"> - <h2 class="project__title"> - Clean Code and the Art of Exception Handling - </h2> + <h2 class="project__title">Clean Code and the Art of Exception Handling</h2> <p class="project__content"> A <a href="https://www.toptal.com/abap/clean-code-and-the-art-of-exception-handling"> @@ -226,9 +220,7 @@ </article> <article class="project"> <h2 class="project__title"> - <a href="https://git.sr.ht/~a14m/OTW"> - Over The Wire Solutions - </a> + <a href="https://git.sr.ht/~a14m/OTW"> Over The Wire Solutions </a> </h2> <p class="project__content"> Solutions for some of the <a href="https://overthewire.org/wargames/">OTW wargames</a> @@ -237,12 +229,11 @@ </article> <article class="project"> <h2 class="project__title"> - <a href="https://git.sr.ht/~a14m/HTB"> - Hack The Box Solutions - </a> + <a href="https://git.sr.ht/~a14m/HTB"> Hack The Box Solutions </a> </h2> <p class="project__content"> - Learning security analysis via documenting the solutions for some of the <a href="https://hackthebox.eu">HTB machines</a> + Learning security analysis via documenting the solutions for some of the + <a href="https://hackthebox.eu">HTB machines</a> in a README files format. </p> </article> @@ -252,9 +243,7 @@ <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"> - Conway's Game of Life - </a> + <a href="https://git.sr.ht/~a14m/game-of-life"> Conway's Game of Life </a> </h2> <p class="project__content"> A mono-repo with different command line interface (<abbr>CLI</abbr>) implementations for the @@ -265,13 +254,9 @@ </article> <article class="project"> <h2 class="project__title"> - <a href="https://git.sr.ht/~a14m/a14m.srht.site"> - a14m.srht.site - </a> + <a href="https://git.sr.ht/~a14m/a14m.srht.site"> a14m.srht.site </a> </h2> - <p class="project__content"> - The source code, and deployment scripts for this website/CV. - </p> + <p class="project__content">The source code, and deployment scripts for this website/CV.</p> </article> </article> |
