Skip to content

Commit 16b2ff3

Browse files
committed
Some updates to templates
1 parent 665bebc commit 16b2ff3

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# djangoctf v1.0
1+
# djangoctf v1.1
22
A platform for jeopardy CTF (capture-the-flag) competitions written in Django.
33

44
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
1212
* Forensics
1313
* Master challenges
1414

15-
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.
15+
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.
1616

1717
This platform is actively maintained by Noah Singer ([email protected]), as well as other members of the project, including Anthony Li ([email protected]), Theo Tosini ([email protected]) and Chris Wang ([email protected]). The djangoctf and angstromCTF projects are based out of Montgomery Blair High School in Silver Spring, Maryland, USA.
1818

core/templates/404.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ <h3>Oops - 404!</h3>
1414

1515
{% block content %}
1616

17-
The webpage you seek<br/>
18-
cannot be located but<br/>
19-
endless others exist.<br/>
2017
<br/>
18+
<br/>
19+
<br/>
20+
21+
<div style="text-align: center;">
22+
The webpage you seek<br/>
23+
does not really exist but<br/>
24+
endless others do.<br/>
25+
</div>
26+
27+
<br/>
28+
2129
<a href="http://lmgtfy.com/?q=other+cool+websites">Here's</a> a link to help you find another.
2230

2331

core/templates/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ <h4>End: {{ end }}</h4>
2727
<h4 style="text-align: center;" id="time"><br/></h4>
2828
<canvas id="clock">Lol, you don't have HTML5.</canvas>-->
2929

30-
<p style="text-align: center;">
31-
angstromCTF 2016 has just ended! We'll be posting writeups on <a href="https://github.com/angstromctf/write-ups-2016/tree/master/angstromctf-2016" target="_blank">GitHub</a>.
32-
Congratulations to the top three teams: scryptos, PartOfSpectriX, and ShiraiKuroko! Top US high school teams coming soon... and prizes! Thanks to our <a href='{% url 'sponsors' %}'>sponsors</a> for everything you've done!
33-
</p>
34-
3530
<br/>
3631

3732
<p>Welcome to {{ ctf_name }}, a new capture-the-flag (CTF) competition hosted and written by high school students!

learn/static/css/learn.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ nav.module-nav #active {
2020
color: #2c3e50;
2121
}
2222

23-
div.module {
24-
padding-left: 3em;
23+
/* When it displays next to nav */
24+
@media (min-width: 576px) {
25+
div.module {
26+
padding-left: 50px;
27+
}
2528
}
2629

2730
/* This part will hopefully be unnecessary with Bootstrap 4 */

0 commit comments

Comments
 (0)