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