summaryrefslogtreecommitdiff
path: root/ctf/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'ctf/index.md')
-rw-r--r--ctf/index.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/ctf/index.md b/ctf/index.md
index aaf7d94..0a30665 100644
--- a/ctf/index.md
+++ b/ctf/index.md
@@ -20,12 +20,10 @@ a list of past, present, and future ctfs can be found on [ctftime](https://ctfti
while competing in ctfs can be group work: practice is overwhelmingly a solo activity.
to get good at playing in ctfs, one must learn to be very comfortable learning on their own.
-## [crypto](cryptography)
-
-## [rev](reverse-engineering)
-
-## [pwn](binary-exploitation)
-
-## [web](web-security)
-
-## [misc](miscellaneous-problems)
+<ul style="display: flex; flex-direction: row;">
+ <li><h2><a href="crypto">crypto</a></h2></li>
+ <li><h2><a href="rev">rev</a></h2></li>
+ <li><h2><a href="pwn">pwn</a></h2></li>
+ <li><h2><a href="web">web</a></h2></li>
+ <!-- <li><h2><a href="misc">misc</a></h2></li> -->
+</ul>