X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/98fcf7a06583d1ac8ec50b67fb1c0889b3b6d6a7..fa2bc70331278decaf3e525607f10bb1bbd92908:/edumed/templates/home.html diff --git a/edumed/templates/home.html b/edumed/templates/home.html index d96e710..4307ee8 100755 --- a/edumed/templates/home.html +++ b/edumed/templates/home.html @@ -2,6 +2,7 @@ {% load catalogue_tags %} {% load course_boxes_toc from curriculum_tags %} {% load chunk from chunks %} +{% load static %} {% block full_title %}Edukacja medialna{% endblock %} @@ -10,27 +11,27 @@ {% catalogue_carousel %} <section id="main-promobox"> -<h1>Co nowego?</h1> + <h1>Co nowego?</h1> -{% chunk "promobox" %} + {% chunk "promobox" %} </section> <section id="main-sections"> -<h1>Lekcje:</h1> -{% catalogue_levels_main %} + <h1>Lekcje:</h1> + {% catalogue_levels_main %} </section> <section id="main-howto"> -<h1>Nasze lekcje to:</h1> -<ul class="link-list"> + <h1>Nasze lekcje to:</h1> + <ul class="link-list"> <li><a class="knowledge" href="/info/jak-korzystac/#wiedza-w-pigulce">wiedza w piguÅce</a></li> <li><a class="activity" href="/info/jak-korzystac/#zadania">zadania</a></li> <li><a class="lesson-plan" href="/info/jak-korzystac/#scenariusze">scenariusze</a></li> <li><a class="reference" href="/info/jak-korzystac/#slowniczek">sÅowniczek</a></li> -</ul> -<p>Zobacz, <a href="{% url 'info' 'dobre-praktyki' %}">jak przeprowadzili je inni.</a></p> + </ul> + <p>Zobacz, <a href="{% url 'info' 'dobre-praktyki' %}">jak przeprowadzili je inni.</a></p> -<iframe width="220" height="124" src="//www.youtube.com/embed/XJ2q_ZCPIA8?controls=2&rel=0&showinfo=0&theme=light" frameborder="0" allowfullscreen></iframe> + <iframe width="220" height="124" src="//www.youtube.com/embed/XJ2q_ZCPIA8?controls=2&rel=0&showinfo=0&theme=light" frameborder="0" allowfullscreen></iframe> </section> <section id="main-chosen"> @@ -55,6 +56,8 @@ <li><a href="{% url 'catalogue_lesson' 'metody' %}">Metody edukacyjne</a></li> {% if request.user.is_authenticated %}<li><a href="{% url 'pybb:index' %}">Forum</a></li>{% endif %} <li><a href="{% url 'info' 'infografiki' %}">Infografiki</a></li> + <li><a href="{% url 'info' 'aplikacje-mobilne' %}">Aplikacje mobilne</a></li> + <li><a href="/media/chunks/attachment/poradnik-bezpieczenstwa-mobilnego.pdf">Poradnik bezpieczeÅstwa mobilnego (PDF)</a></li> <li><a href="http://nowoczesnapolska.org.pl/prywatnosc/">Polityka prywatnoÅci i ciasteczka</a></li> </ul> </section>