diff --git a/README.md b/README.md index 00eeb35..371277b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# djangoctf v1.0 +# djangoctf v1.1 A platform for jeopardy CTF (capture-the-flag) competitions written in Django. CTF cybersecurity competitions have become an increasingly popular form of challenges for aspiring cybersecurity students. @@ -12,7 +12,7 @@ angstromCTF consists of questions ranging from trivial to extremely difficult in * Forensics * Master challenges -Using this platform, participants will login, read and answer challenges, and receive updates. Participants can create and join teams to solve challenges together. The platform is designed to be extensible and re-usable for other CTFs and competitions. If you make something cool with djangoctf, be sure to let us know! For installation instructions, see the Wiki. +Using this platform, participants will login, read and answer challenges, learn about cybersecurity, and receive updates. Participants can create and join teams to solve challenges together. The platform is designed to be extensible and re-usable for other CTFs and competitions. If you make something cool with djangoctf, be sure to let us know! For installation instructions, see the Wiki. This platform is actively maintained by Noah Singer (singerng@gmail.com), as well as other members of the project, including Anthony Li (tongning05@gmail.com), Theo Tosini (theo.tosini@gmail.com) and Chris Wang (kisa.ayano@icloud.com). The djangoctf and angstromCTF projects are based out of Montgomery Blair High School in Silver Spring, Maryland, USA. diff --git a/core/templates/404.html b/core/templates/404.html index dc7b4b4..87c20d9 100644 --- a/core/templates/404.html +++ b/core/templates/404.html @@ -14,10 +14,18 @@

Oops - 404!

{% block content %} - The webpage you seek
- cannot be located but
- endless others exist.

+
+
+ +
+ The webpage you seek
+ does not really exist but
+ endless others do.
+
+ +
+ Here's a link to help you find another. diff --git a/core/templates/index.html b/core/templates/index.html index 036b899..e9cbdcd 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -27,11 +27,6 @@

End: {{ end }}


Lol, you don't have HTML5.--> -

- angstromCTF 2016 has just ended! We'll be posting writeups on GitHub. - Congratulations to the top three teams: scryptos, PartOfSpectriX, and ShiraiKuroko! Top US high school teams coming soon... and prizes! Thanks to our sponsors for everything you've done! -

-

Welcome to {{ ctf_name }}, a new capture-the-flag (CTF) competition hosted and written by high school students! diff --git a/learn/static/css/learn.css b/learn/static/css/learn.css index e577cc1..cfa5df4 100644 --- a/learn/static/css/learn.css +++ b/learn/static/css/learn.css @@ -20,8 +20,11 @@ nav.module-nav #active { color: #2c3e50; } -div.module { - padding-left: 3em; +/* When it displays next to nav */ +@media (min-width: 576px) { + div.module { + padding-left: 50px; + } } /* This part will hopefully be unnecessary with Bootstrap 4 */