diff options
Diffstat (limited to 'app/assets/index.html')
| -rw-r--r-- | app/assets/index.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 89a3beb..c55e982 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -205,13 +205,13 @@ </article> </article> - <article class="writing"> - <h1 class="writing__header section-header">Writing</h1> - <article> - <h2 class="writing__title"> + <article class="projects"> + <h1 class="projects_header section-header">Writing</h1> + <article class="project"> + <h2 class="project__title"> The Publish/Subscribe Pattern on Rails </h2> - <p class="writing__content"> + <p class="project__content"> A <a href="https://www.toptal.com/ruby-on-rails/the-publish-subscribe-pattern-on-rails"> Toptal published blog post @@ -219,11 +219,11 @@ on implementing the <abbr title="Publish-Subscribe">Pub/Sub</abbr> pattern in practice in Rails apps. </p> </article> - <article> - <h2 class="writing__title"> + <article class="project"> + <h2 class="project__title"> Clean Code and the Art of Exception Handling </h2> - <p class="writing__content"> + <p class="project__content"> A <a href="https://www.toptal.com/abap/clean-code-and-the-art-of-exception-handling"> Toptal published blog post @@ -235,7 +235,7 @@ <article class="projects"> <h1 class="projects__header section-header">Projects</h1> - <article> + <article class="project"> <h2 class="project__title"> <a href="https://git.sr.ht/~a14m/game-of-life"> Conway's Game of Life @@ -248,7 +248,7 @@ git-ish workflow. </p> </article> - <article> + <article class="project"> <h2 class="project__title"> <a href="https://git.sr.ht/~a14m/OTW"> Over The Wire Solutions @@ -259,7 +259,7 @@ documented in a README files </p> </article> - <article> + <article class="project"> <h2 class="project__title"> <a href="https://git.sr.ht/~a14m/HTB"> Hack The Box Solutions @@ -270,7 +270,7 @@ documented in a README files (learning security analysis) </p> </article> - <article> + <article class="project"> <h2 class="project__title"> <a href="https://git.sr.ht/~a14m/a14m.srht.site"> a14m.srht.site |
