From 481722cb1a063c2dcbcf35bac55561c2800a2945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominika=20Krej=C4=8D=C3=AD?= Date: Mon, 30 Jan 2017 15:32:02 +0100 Subject: [PATCH 1/4] =?UTF-8?q?P=C5=99eklep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- courses/mi-pyt/12-micropython/info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/mi-pyt/12-micropython/info.yml b/courses/mi-pyt/12-micropython/info.yml index b3238f41b2..bd37da796c 100644 --- a/courses/mi-pyt/12-micropython/info.yml +++ b/courses/mi-pyt/12-micropython/info.yml @@ -1,3 +1,3 @@ course: MI-PYT -title: MictoPython +title: MicroPython style: md From cad297daa9ee27432fd3825f3fbece6c5726fb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominika=20Krej=C4=8D=C3=AD?= Date: Mon, 30 Jan 2017 15:33:58 +0100 Subject: [PATCH 2/4] =?UTF-8?q?D=C4=9Bd=C4=9Bn=C3=AD=20v=C3=BDpisu=20lekc?= =?UTF-8?q?=C3=AD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- courses/mi-pyt/index.html | 27 +++------------------------ courses/pyladies/index.html | 27 +++------------------------ naucse/templates/course_page.html | 29 +++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 48 deletions(-) create mode 100644 naucse/templates/course_page.html diff --git a/courses/mi-pyt/index.html b/courses/mi-pyt/index.html index 7b534a9918..238425aaf8 100644 --- a/courses/mi-pyt/index.html +++ b/courses/mi-pyt/index.html @@ -1,32 +1,11 @@ -{% extends 'templates/_base.html' %} +{% extends 'templates/course_page.html' %} {% block title %}MI-PYT kurz{% endblock %} -{% block content %} +{% block headline %}

Kurz MI-PYT

Díváte se na materiály předmětu MI-PYT (Pokročilý Python) na FIT ČVUT. Materiály jsou dostupné v dvojí podobě, interně pro studenty FITu na Eduxu a pro všechny veřejně na GitHubu.

Kde není uvedeno jinak, jsou materiály dostupné pod licencí Creative Commons Attribution-ShareAlike 4.0 International, kde autorem je Petr Viktorin a Miro Hrončok (vyučující předmětu) a další přispěvatelé. Tento kurz vzniká pod záštitou firmy Red Hat Czech, s.r.o.

- - -
-
-
- {% for lesson in plan %} -
-

- {{ lesson['name'] }} -

- {% for mat in lesson['materials'] %} - - {% endfor %} -
- {% endfor %} -
-
-
-{% endblock content %} +{% endblock headline %} diff --git a/courses/pyladies/index.html b/courses/pyladies/index.html index 940f9ec3d6..408437b04b 100644 --- a/courses/pyladies/index.html +++ b/courses/pyladies/index.html @@ -1,32 +1,11 @@ -{% extends 'templates/_base.html' %} +{% extends 'templates/course_page.html' %} {% block title %}Začátečnický kurz PyLadies{% endblock %} -{% block content %} +{% block headline %}

Začátečnický kurz PyLadies

Pyladies jsou (mezinárodní) aktivita, která se snaží přiblížit IT ženám a ženy k IT. K tomuto účelu využívá programovací jazyk Python. Zde najdeš materiály, které se používají na začátečnických kurzech v Praze, Brně a Ostravě.

Jednotlivé lekce jsou určeny naprostým začátečníkům, žádné předchozí znalosti nejsou nutné. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.

- -
-
-
- {% for lesson in plan %} -
-

- {{ lesson['name'] }} -

- {% for mat in lesson['materials'] %} - - {% endfor %} -
- {% endfor %} -
-
-
- -{% endblock content %} +{% endblock headline %} diff --git a/naucse/templates/course_page.html b/naucse/templates/course_page.html new file mode 100644 index 0000000000..5f36b7008c --- /dev/null +++ b/naucse/templates/course_page.html @@ -0,0 +1,29 @@ +{% extends 'templates/_base.html' %} + +{% block content %} + + {% block headline %} + {% endblock headline %} + + +
+
+
+ {% for lesson in plan %} +
+

+ {{ lesson['name'] }} +

+ {% for mat in lesson['materials'] %} + + {% endfor %} +
+ {% endfor %} +
+
+
+ +{% endblock content %} From db7f01f591b69764a2d3ba39d2f8c2ffcfc2f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominika=20Krej=C4=8D=C3=AD?= Date: Mon, 30 Jan 2017 16:11:23 +0100 Subject: [PATCH 3/4] =?UTF-8?q?Kosmetick=C3=A9=20=C3=BApravy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- naucse/templates/_base.html | 10 +++++----- naucse/templates/course_page.html | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/naucse/templates/_base.html b/naucse/templates/_base.html index cfecdb96fd..a62990592c 100644 --- a/naucse/templates/_base.html +++ b/naucse/templates/_base.html @@ -5,7 +5,7 @@ {% block title %}{% endblock %} - Nauč se Python - +