Move to src dir.
[edumed.git] / edumed / templates / home.html
diff --git a/edumed/templates/home.html b/edumed/templates/home.html
deleted file mode 100755 (executable)
index 4307ee8..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-{% 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 %}
-
-{% block body %}
-
-{% catalogue_carousel %}
-
-<section id="main-promobox">
-  <h1>Co nowego?</h1>
-
-  {% chunk "promobox" %}
-</section>
-
-<section id="main-sections">
-  <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&amp;rel=0&amp;showinfo=0&amp;theme=light" frameborder="0" allowfullscreen></iframe>
-</section>
-
-<section id="main-chosen">
-<h1>Według podstawy programowej:</h1>
-{% course_boxes_toc %}
-</section>
-
-
-<section id="main-tools">
-
-<section class="main-tools-box">
-<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 %}
-