84ea512bb86dd1d89cd6ae3e6a29b5c5accf1de6
[static.git] / content / index.html
1 ---
2 extends: base.j2
3 ---
4
5
6 {% block full_title %}Wprowadzenie do własności intelektualnej{% endblock %}
7
8
9 {% block bodyid %}index{% endblock %}
10
11
12 {% block body %}
13
14 <header>
15 <h1>Krótki kurs własności intelektualnej<br/> Materiały dla wyższych uczelni</h1>
16
17 <nav>
18 <a class="link-next" href="{{ content_url('/wstep') }}">
19 Wstęp</a>
20 </nav>
21
22 <div style="clear:both"></div>
23 </header>
24
25 <section id="logos" style="
26     background: white;
27     padding: 
28     "><section>
29         <h1>Organizator</h1
30         ><a href='https://nowoczesnapolska.org.pl'><img
31             src="{{ media_url('logos/nowoczesna-polska.png') }}"
32             alt="Fundacja Nowoczesna Polska"
33             title="Fundacja Nowoczesna Polska"></a
34         ><a href='https://prawokultury.pl'><img
35             src="{{ media_url('logos/prawo-kultury-1.png') }}"
36             alt="Prawo Kultury"
37             title="Prawo Kultury"></a
38     ></section><section
39         ><h1>Grantodawca</h1
40         ><a href='http://ceetrust.org'><img
41             src="{{ media_url('logos/trust.png') }}"
42             alt="Trust for Civil Society in Central and Eastern Europe"
43             title="Trust for Civil Society in Central and Eastern Europe"></a
44     ></section><section>
45         <h1>Patron merytoryczny</h1
46         ><a href='https://www.icm.edu.pl'><img
47             src="{{ media_url('logos/icm-logo-1.png') }}"
48             alt="Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski"
49             title="Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski"></a
50         ><a href='http://pon.edu.pl'><img
51             src="{{ media_url('logos/pon.png') }}"
52             alt="Platforma Otwartej Nauki"
53             title="Platforma Otwartej Nauki"></a
54     ></section></section>
55
56 <section class="home-section" id="tools">
57     <h2>Pobierz</h2>
58
59     <a href="">Kurs w&nbsp;formacie PDF</a>
60     <a href="">Prezentację w&nbsp;formacie ODP</a>
61     <a href="">Prezentację w&nbsp;formacie PDF</a>
62     <a href="">Kurs w&nbsp;formacie SCORM (zgodny z Moodle)</a>
63     <a href="http://ofop.redakcja.wolnelektury.pl/documents/book/kurs-ip-dla-uniwersytetow/">Źródło do edycji</a>
64 </section>
65
66 {%- for grp, res_walker in site.content.walk_section_groups() -%}
67     {%- if grp.name != 'section' -%}
68         <section class="home-section">
69         {%- if grp.title != '' -%}
70             <h2>{{ grp.title }}</h2>
71         {% endif %}
72         {%- if grp.name == 'intro' -%}
73         {%- endif -%}
74         
75         {%- for res in res_walker  -%}
76             <a href="{{ res.full_url }}">{{ res.meta.title }}
77                 {% if res.meta.author %}<span class="author">{{ res.meta.author }}</span>{% endif %}
78             </a>
79         {%- endfor -%}
80         </section>
81     {%- endif -%}
82 {%- endfor %}
83
84 {% endblock %}