Release!
[static.git] / content / index.html
index 8bd3be9..a9a5fa6 100644 (file)
@@ -3,7 +3,8 @@ extends: base.j2
 ---
 
 
-{% block full_title %}Wprowadzenie do własności intelektualnej{% endblock %}
+{% block full_title %}Krótki kurs własności intelektualnej – materiały dla wyższych uczelni.{% endblock %}
+{% block og_title %}Krótki kurs własności intelektualnej – materiały dla wyższych uczelni.{% endblock %}
 
 
 {% block bodyid %}index{% endblock %}
@@ -28,11 +29,13 @@ Informacje o kursie</a>
 <section class="home-section" id="tools">
     <h2>Pobierz</h2>
 
-    <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-podrecznik.pdf') }}">Podręcznik w&nbsp;formacie PDF</a>
-    <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-odp.zip') }}">Slajdy w&nbsp;formacie ODP</a>
-    <a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-pdf.zip') }}">Slajdy w&nbsp;formacie PDF</a>
-    {#- <a class="list-item" href="">Kurs w&nbsp;formacie SCORM (zgodny z Moodle)</a> #}
-    <a class="list-item" href="http://ofop.redakcja.wolnelektury.pl/documents/book/kurs-ip-dla-uniwersytetow/">Źródło do edycji</a>
+    <ul class="link-list">
+        <li><a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-podrecznik.pdf') }}">Podręcznik w&nbsp;formacie PDF</a></li>
+        <li><a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-odp.zip') }}">Slajdy w&nbsp;formacie ODP</a></li>
+        <li><a class="list-item" href="{{ media_url('krotki-kurs-wlasnosci-intelektualnej-slajdy-pdf.zip') }}">Slajdy w&nbsp;formacie PDF</a></li>
+        {#- <li><a class="list-item" href="">Kurs w&nbsp;formacie SCORM (zgodny z Moodle)</a></li> #}
+        <li><a class="list-item" href="http://inne.redakcja.wolnelektury.pl/documents/book/kurs-ip-dla-uniwersytetow/">Źródło do edycji</a></li>
+    </ul>
 </section>
 
 
@@ -40,16 +43,19 @@ Informacje o kursie</a>
     {%- if grp.name != 'section' -%}
         <section class="home-section {{ grp.name }}">
         <h2>{{ grp.title }}</h2>
+        <ul class="link-list">
 
         {%- for res in res_walker -%}
-            {% if res.meta.title == "Materiały uzupełniające" %}
-                <a href="{{ res.full_url }}"><h2>{{ res.meta.title }}</h2></a>
-            {% else %}
-            <a class="list-item" href="{{ res.full_url }}">{{ res.meta.title }}
-                {% if res.meta.author %}<span class="author">{{ res.meta.author }}</span>{% endif %}
-            </a>
+            {% if res.meta.title != "Materiały uzupełniające" %}
+            <li><a class="list-item" href="{{ res.full_url }}">{{ res.meta.title }}</a></li>
             {% endif %}
         {%- endfor -%}
+
+        </ul>
+
+        {% if grp.name == "rozdzial-6" %}
+            <a href="{{ content_url('/materialy-uzupelniajace') }}"><h2>Materiały uzupełniające</h2></a>
+        {% endif %}
         </section>
     {%- endif -%}
 {%- endfor %}
@@ -77,7 +83,7 @@ Informacje o kursie</a>
             alt="Trust for Civil Society in Central and Eastern Europe"
             title="Trust for Civil Society in Central and Eastern Europe"></a
     ></section><section>
-        <h1>Patron merytoryczny</h1
+        <h1>Patron</h1
         ><a href='https://www.icm.edu.pl'><img
             src="{{ media_url('logos/icm-logo-1.png') }}"
             alt="Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski"
@@ -89,4 +95,4 @@ Informacje o kursie</a>
     ></section></section>
 
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}