Challenges title to match other pages

This commit is contained in:
Michael Ballard 2013-05-30 01:12:17 -04:00
Родитель 9b99665037
Коммит e7fb3eff1c
1 изменённых файлов: 9 добавлений и 11 удалений

Просмотреть файл

@ -1,17 +1,15 @@
{% extends 'layout.html' %}
{% block content %}
<div class="container">
<div class="row text-center">
<h1>Challenges</h1>
<h4>First you do activities and then earn org level badges</h4>
<img src="/media/img/steam.png">
<h4>By doing different combinations of badges you can earn the city STEAM badges</h4>
<br>
<img src="/media/img/challengebadges.png">
<br><br>
<h4>The STEAM badges unlock special citywide challenges:<br>these are the highest achievement for the Chicago Summer of Learning</h4>
</div>
<h2>Challenges</h2>
<div class="row text-center">
<h4>First you do activities and then earn org level badges</h4>
<img src="/media/img/steam.png">
<h4>By doing different combinations of badges you can earn the city STEAM badges</h4>
<br>
<img src="/media/img/challengebadges.png">
<br><br>
<h4>The STEAM badges unlock special citywide challenges:<br>these are the highest achievement for the Chicago Summer of Learning</h4>
</div>
{% endblock %}