RC1
[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 <section id="logos" style="
15     background: white;
16     padding: 
17     "><section>
18         <h1>Organizator</h1
19         ><a href='https://nowoczesnapolska.org.pl'><img
20             src="{{ media_url('logos/nowoczesna-polska.png') }}"
21             alt="Fundacja Nowoczesna Polska"
22             title="Fundacja Nowoczesna Polska"></a
23         ><a href='https://prawokultury.pl'><img
24             src="{{ media_url('logos/prawo-kultury-1.png') }}"
25             alt="Prawo Kultury"
26             title="Prawo Kultury"></a
27     ></section><section
28         ><h1>Grantodawca</h1
29         ><a href='http://ceetrust.org'><img
30             src="{{ media_url('logos/trust.png') }}"
31             alt="Trust for Civil Society in Central and Eastern Europe"
32             title="Trust for Civil Society in Central and Eastern Europe"></a
33     ></section><section>
34         <h1>Patron merytoryczny</h1
35         ><a href='https://www.icm.edu.pl'><img
36             src="{{ media_url('logos/icm-logo-1.png') }}"
37             alt="Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski"
38             title="Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski"></a
39         ><a href='http://pon.edu.pl'><img
40             src="{{ media_url('logos/pon.png') }}"
41             alt="Platforma Otwartej Nauki"
42             title="Platforma Otwartej Nauki"></a
43     ></section></section>
44
45 <header>
46 <h1>Krótki kurs własności intelektualnej<br/> Materiały dla wyższych uczelni</h1>
47
48 <nav>
49 <a class="link-next" href="{{ content_url('/informacje-o-kursie') }}">
50 Informacje o kursie</a>
51 </nav>
52
53 <div style="clear:both"></div>
54 </header>
55
56 <section class="home-section" id="tools">
57     <h2>Pobierz</h2>
58
59     <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-podrecznik.pdf') }}">Podręcznik w&nbsp;formacie PDF</a>
60     <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-odp.zip') }}">Slajdy w&nbsp;formacie ODP</a>
61     <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-pdf.zip') }}">Slajdy w&nbsp;formacie PDF</a>
62     <!--a class="list-item" href="">Kurs w&nbsp;formacie SCORM (zgodny z Moodle)</a-->
63     <a class="list-item" 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 {{ grp.name }}">
69         <h2>{{ grp.title }}</h2>
70
71         {%- for res in res_walker -%}
72             {% if res.meta.title == "Materiały uzupełniające" %}
73                 <a href="{{ res.full_url }}"><h2>{{ res.meta.title }}</h2></a>
74             {% else %}
75             <a class="list-item" href="{{ res.full_url }}">{{ res.meta.title }}
76                 {% if res.meta.author %}<span class="author">{{ res.meta.author }}</span>{% endif %}
77             </a>
78             {% endif %}
79         {%- endfor -%}
80         </section>
81     {%- endif -%}
82 {%- endfor %}
83
84 {% endblock %}