X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/c52181f8ccd2d9a9d50fbe31bbab0e34b16a362e..1de527b403042ae29020e328ff24e4a26b575189:/edumed/templates/home.html diff --git a/edumed/templates/home.html b/edumed/templates/home.html index 8ec229f..4307ee8 100755 --- a/edumed/templates/home.html +++ b/edumed/templates/home.html @@ -1,5 +1,8 @@ {% extends "base.html" %} {% load catalogue_tags %} +{% load course_boxes_toc from curriculum_tags %} +{% load chunk from chunks %} +{% load static %} {% block full_title %}Edukacja medialna{% endblock %} @@ -8,44 +11,60 @@ {% catalogue_carousel %} <section id="main-promobox"> -<h1>Co nowego?</h1> + <h1>Co nowego?</h1> -<h2>TytuÅ informacji pierwszej</h2> - -<p>Boks na informacje powinien pomieÅciÄ do dwóch krótkich zdaÅ uÅożonych -w trzech, a możeâ¦</p> - -<h2>TytuÅ informacji drugiej</h2> - -<p>Boks na informacje powinien pomieÅciÄ do dwóch krótkich zdaÅ uÅożonych -w trzech wierszach?</p> -{#% chunk "promobox" %#} + {% chunk "promobox" %} </section> <section id="main-sections"> -<h1>Lekcje:</h1> -{% catalogue_section_buttons %} + <h1>Lekcje:</h1> + {% catalogue_levels_main %} +</section> + +<section id="main-howto"> + <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> + + <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"> -<h1>Wybrane tematy na:</h1> -{% catalogue_chosen_topics %} +<h1>WedÅug podstawy programowej:</h1> +{% course_boxes_toc %} </section> + <section id="main-tools"> <section class="main-tools-box"> -<h1>AktualnoÅci</h1> +<h1>AktualnoÅci na stronie Fundacji</h1> {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed" 5 %} </section> <section class="main-tools-box"> <h1>NarzÄdzia</h1> +<ul class="link-list"> + <li><a href="{% url 'contact_form' 'sugestie' %}">ZgÅoÅ bÅÄ d lub sugestiÄ</a></li> + <li><a href="{% url 'info' 'jak-korzystac/' %}">Jak korzystaÄ?</a></li> + <li><a href="{% url 'catalogue_lesson' 'slowniczek' %}">SÅowniczek</a></li> + <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> <div style="clear:both"></div> </section> - {% endblock %} +