7be0b3e7bb5c9fc0d26565d88baf318d624090dd
[edumed.git] / edumed / templates / home.html
1 {% extends "base.html" %}
2 {% load catalogue_tags %}
3 {% load course_boxes_toc from curriculum_tags %}
4
5 {% block full_title %}Edukacja medialna{% endblock %}
6
7 {% block body %}
8
9 {% catalogue_carousel %}
10
11 <section id="main-promobox">
12 <h1>Co nowego?</h1>
13
14 <h2>Tytuł informacji pierwszej</h2>
15
16 <p>Boks na informacje powinien pomieścić do dwóch krótkich zdań ułożonych
17 w trzech, a może…</p>
18
19 <h2>Tytuł informacji drugiej</h2>
20
21 <p>Boks na informacje powinien pomieścić do dwóch krótkich zdań ułożonych
22 w trzech wierszach?</p>
23 {#% chunk "promobox" %#}
24 </section>
25
26 <section id="main-sections">
27 <h1>Lekcje:</h1>
28 {% catalogue_section_buttons %}
29 </section>
30
31 <section id="main-chosen">
32 <h1>Wybrane tematy na:</h1>
33 <ul class="link-list">
34 {% course_boxes_toc 1 %}
35 </ul>
36 </section>
37
38 <section id="main-tools">
39
40 <section class="main-tools-box">
41 <h1>Aktualności</h1>
42 {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed" 5 %}
43 </section>
44
45 <section class="main-tools-box">
46 <h1>Narzędzia</h1>
47 </section>
48
49 <div style="clear:both"></div>
50 </section>
51
52
53
54 {% endblock %}