Initial commit.
[static.git] / content / index.html
1 ---
2 extends: base.j2
3 ---
4
5 {% block full_title %}Scenariusze przyszłości prawa autorskiego{% endblock %}
6
7 {% block body %}
8
9 <header>
10 <img src="{{ media_url('images/roza-mala.png') }}"/>
11 <h1>
12     Scenariusze przyszłości tworzenia, udostępniania i&nbsp;wykorzystywania
13     dóbr kultury oraz ocena jej wpływu na stan społeczeństwa, kultury,
14     edukacji, sektor kreatywny a&nbsp;także system prawa autorskiego
15     w&nbsp;Europie w&nbsp;perspektywie roku&nbsp;2040</h1>
16 <div style="clear:both"></div>
17 </header>
18
19
20 {% for grp, res_walker in site.content.walk_section_groups() -%}
21     {%- if grp.name != 'section' -%}
22         <section class="{{ grp.name }}">
23         {%- if grp.name == 'main' -%}
24             <h2>Scenariusze</h2>
25             <div class="roza" id="scenariusze">
26                 <img src="{{ media_url('images/roza.png') }}" style="display: block; width: 100%">
27                 {%- for res in res_walker  -%}
28                     <a id="roza-{{ res.meta.order }}" href="{{ res.full_url }}" title="{{ res.title }}"></a>
29                 {%- endfor -%}
30             </div>
31             </section>
32         {%- else -%}
33             {%- for res in res_walker  -%}
34                 <a href="{{ res.full_url }}">{{ res.meta.title }}
35                     <span class="author">{{ res.meta.author }}</span></a>
36             {%- endfor -%}
37         {%- endif -%}
38         </section>
39     {%- endif -%}
40 {%- endfor %}
41
42
43 <!--a class="download" href="{{ media_url('przyszlosc.pdf') }}">Pobierz PDF</a-->
44 {% endblock %}