Initial version.
[static.git] / content / index.html
index aafd863..84ea512 100644 (file)
@@ -2,43 +2,83 @@
 extends: base.j2
 ---
 
-{% block full_title %}Scenariusze przyszłości prawa autorskiego{% endblock %}
+
+{% block full_title %}Wprowadzenie do własności intelektualnej{% endblock %}
+
+
+{% block bodyid %}index{% endblock %}
+
 
 {% block body %}
 
 <header>
-<img src="{{ media_url('images/roza-mala.png') }}"/>
-<h1>
-    Scenariusze przyszłości tworzenia, udostępniania i&nbsp;wykorzystywania
-    dóbr kultury oraz ocena jej wpływu na stan społeczeństwa, kultury,
-    edukacji, sektor kreatywny a&nbsp;także system prawa autorskiego
-    w&nbsp;Europie w&nbsp;perspektywie roku&nbsp;2040</h1>
+<h1>Krótki kurs własności intelektualnej<br/> Materiały dla wyższych uczelni</h1>
+
+<nav>
+<a class="link-next" href="{{ content_url('/wstep') }}">
+Wstęp</a>
+</nav>
+
 <div style="clear:both"></div>
 </header>
 
+<section id="logos" style="
+    background: white;
+    padding: 
+    "><section>
+        <h1>Organizator</h1
+        ><a href='https://nowoczesnapolska.org.pl'><img
+            src="{{ media_url('logos/nowoczesna-polska.png') }}"
+            alt="Fundacja Nowoczesna Polska"
+            title="Fundacja Nowoczesna Polska"></a
+        ><a href='https://prawokultury.pl'><img
+            src="{{ media_url('logos/prawo-kultury-1.png') }}"
+            alt="Prawo Kultury"
+            title="Prawo Kultury"></a
+    ></section><section
+        ><h1>Grantodawca</h1
+        ><a href='http://ceetrust.org'><img
+            src="{{ media_url('logos/trust.png') }}"
+            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
+        ><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"
+            title="Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski"></a
+        ><a href='http://pon.edu.pl'><img
+            src="{{ media_url('logos/pon.png') }}"
+            alt="Platforma Otwartej Nauki"
+            title="Platforma Otwartej Nauki"></a
+    ></section></section>
+
+<section class="home-section" id="tools">
+    <h2>Pobierz</h2>
 
-{% for grp, res_walker in site.content.walk_section_groups() -%}
+    <a href="">Kurs w&nbsp;formacie PDF</a>
+    <a href="">Prezentację w&nbsp;formacie ODP</a>
+    <a href="">Prezentację w&nbsp;formacie PDF</a>
+    <a href="">Kurs w&nbsp;formacie SCORM (zgodny z Moodle)</a>
+    <a href="http://ofop.redakcja.wolnelektury.pl/documents/book/kurs-ip-dla-uniwersytetow/">Źródło do edycji</a>
+</section>
+
+{%- for grp, res_walker in site.content.walk_section_groups() -%}
     {%- if grp.name != 'section' -%}
-        <section class="{{ grp.name }}">
-        {%- if grp.name == 'main' -%}
-            <h2>Scenariusze</h2>
-            <div class="roza" id="scenariusze">
-                <img src="{{ media_url('images/roza.png') }}" style="display: block; width: 100%">
-                {%- for res in res_walker  -%}
-                    <a id="roza-{{ res.meta.order }}" href="{{ res.full_url }}" title="{{ res.title }}"></a>
-                {%- endfor -%}
-            </div>
-            </section>
-        {%- else -%}
-            {%- for res in res_walker  -%}
-                <a href="{{ res.full_url }}">{{ res.meta.title }}
-                    <span class="author">{{ res.meta.author }}</span></a>
-            {%- endfor -%}
+        <section class="home-section">
+        {%- if grp.title != '' -%}
+            <h2>{{ grp.title }}</h2>
+        {% endif %}
+        {%- if grp.name == 'intro' -%}
         {%- endif -%}
+        
+        {%- for res in res_walker  -%}
+            <a href="{{ res.full_url }}">{{ res.meta.title }}
+                {% if res.meta.author %}<span class="author">{{ res.meta.author }}</span>{% endif %}
+            </a>
+        {%- endfor -%}
         </section>
     {%- endif -%}
 {%- endfor %}
 
-
-<!--a class="download" href="{{ media_url('przyszlosc.pdf') }}">Pobierz PDF</a-->
 {% endblock %}
\ No newline at end of file