Skip to content

Commit

Permalink
Some updates to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
singerng committed Jul 13, 2016
1 parent 665bebc commit 16b2ff3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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 ([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.

Expand Down
14 changes: 11 additions & 3 deletions core/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ <h3>Oops - 404!</h3>

{% block content %}

The webpage you seek<br/>
cannot be located but<br/>
endless others exist.<br/>
<br/>
<br/>
<br/>

<div style="text-align: center;">
The webpage you seek<br/>
does not really exist but<br/>
endless others do.<br/>
</div>

<br/>

<a href="http://lmgtfy.com/?q=other+cool+websites">Here's</a> a link to help you find another.


Expand Down
5 changes: 0 additions & 5 deletions core/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ <h4>End: {{ end }}</h4>
<h4 style="text-align: center;" id="time"><br/></h4>
<canvas id="clock">Lol, you don't have HTML5.</canvas>-->

<p style="text-align: center;">
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>.
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!
</p>

<br/>

<p>Welcome to {{ ctf_name }}, a new capture-the-flag (CTF) competition hosted and written by high school students!
Expand Down
7 changes: 5 additions & 2 deletions learn/static/css/learn.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 16b2ff3

Please sign in to comment.