From 5f033835b892c66d32b548cfbb7cb684b7888a1b Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 22 Jan 2024 14:05:00 -0700 Subject: [PATCH] description text in the dojos listing --- dojo_theme/templates/dojos.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}