diff --git a/dojo_theme/templates/dojos.html b/dojo_theme/templates/dojos.html index 68523ef01..bab959e13 100644 --- a/dojo_theme/templates/dojos.html +++ b/dojo_theme/templates/dojos.html @@ -10,6 +10,13 @@

Dojos

{% for type, dojos in typed_dojos.items() %}

{{ type | title }}

+ {% if type == "Topics" %} +

These dojos form the official the pwn.college curriculum. We recommend that you tackle them in order. Good luck!

+ {% elif type == "Courses" %} +

We run a number of courses on this platform. For the most part, these courses import the above material, though some might introduce new concepts and challenges.

+ {% elif type == "More" %} +

This section contains public dojos created by the pwn.college community. Completing these dojos will grant you emoji badges!

+ {% endif %}