summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-13 23:05:30 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-13 23:05:30 +0200
commita09c94171721e47edb2b87dfc31984308eb9346c (patch)
treedafdd5aa3ae69e47e064b2d3a6bab1192256ce42 /app
parenta6d3ef84fc00aff64364bb427eabcb6bb3f39bdc (diff)
Move the OTW and HTB sections under writing
Diffstat (limited to 'app')
-rw-r--r--app/assets/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/app/assets/index.html b/app/assets/index.html
index 0a85e3f..3eea7fa 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -224,43 +224,43 @@
on different tactics and strategies for exception handling and how to employ them to write cleaner code.
</p>
</article>
- </article>
-
- <article class="projects">
- <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 href="https://git.sr.ht/~a14m/OTW">
+ Over The Wire Solutions
</a>
</h2>
<p class="project__content">
- A mono-repo with different command line interface (<abbr>CLI</abbr>) implementations for the
- <a href="https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Game of Life</a> in multiple languages
- (currently Ruby/Rust), with the automation for publishing updates to different package managers using a
- git-ish workflow.
+ Solutions for some of the <a href="https://overthewire.org/wargames/">OTW wargames</a>
+ documented in a README files format.
</p>
</article>
<article class="project">
<h2 class="project__title">
- <a href="https://git.sr.ht/~a14m/OTW">
- Over The Wire Solutions
+ <a href="https://git.sr.ht/~a14m/HTB">
+ Hack The Box Solutions
</a>
</h2>
<p class="project__content">
- Solutions for some of the <a href="https://overthewire.org/wargames/">OTW wargames</a>
- documented in a README files
+ 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>
+ </article>
+
+ <article class="projects">
+ <h2 class="projects__header section-header">Projects</h2>
<article class="project">
<h2 class="project__title">
- <a href="https://git.sr.ht/~a14m/HTB">
- Hack The Box Solutions
+ <a href="https://git.sr.ht/~a14m/game-of-life">
+ Conway's Game of Life
</a>
</h2>
<p class="project__content">
- Solutions for some of the <a href="https://hackthebox.eu">HTB machines</a>
- documented in a README files (learning security analysis)
+ A mono-repo with different command line interface (<abbr>CLI</abbr>) implementations for the
+ <a href="https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Game of Life</a> in multiple languages
+ (currently Ruby/Rust), with the automation for publishing updates to different package managers using a
+ git-ish workflow.
</p>
</article>
<article class="project">
@@ -270,7 +270,7 @@
</a>
</h2>
<p class="project__content">
- The source code, and deployment scripts for this website/CV .
+ The source code, and deployment scripts for this website/CV.
</p>
</article>
</article>