Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions courses/courses.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
- name: Začátečnický kurz Pyladies
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
pyladies:
link: pyladies
- name: MI-PYT
description: Základy již znáte a chcete se dozvědět o dalších možnostech využití Pythonu.
title: Začátečnický kurz Pyladies
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.

mi-pyt:
link: mi-pyt
title: MI-PYT
description: Základy již znáte a chcete se dozvědět o dalších možnostech využití Pythonu.
14 changes: 2 additions & 12 deletions courses/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Seznam online kurzů Pythonu{% endblock %}

{% block content %}
<p>Momentálně jsou dostupné tyto kurzy:</p>

Expand All @@ -10,16 +8,8 @@
<div class="sections col-xs-12 col-sm-12 col-md-8 col-lg-8">
{% for course in courses %}
<div class="section-box" id="section{{ loop.index }}">
{% if 'link' in course %}
<h4><a href="{{ course_url(course['link']) }}">{{ course['name'] }}</a></h4>
{% else %}
{{ course['name'] }}
{% endif %}

{% if 'description' in course %}
<p class="section-info course-city-p"> {{ course['description'] }} </p>
{% endif %}

<h4><a href="{{ course_url(courses[course]['link']) }}">{{ courses[course]['title'] }}</a></h4>
<p class="section-info course-city-p"> {{ courses[course]['description'] }} </p>
</div>
{% endfor %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion courses/mi-pyt/12-micropython/info.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
course: MI-PYT
title: MictoPython
title: MicroPython
style: md
29 changes: 3 additions & 26 deletions courses/mi-pyt/index.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,9 @@
{% extends 'templates/_base.html' %}
{% extends 'templates/course_page.html' %}

{% block title %}MI-PYT kurz{% endblock %}

{% block content %}
{% block headline %}

<h2>Kurz MI-PYT</h2>
<p>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 <a href="https://github.com/cvut/MI-PYT" alt="GitHub">GitHubu</a>.</p>
<p>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.</p>

<!-- Course description -->
<section class="course-city container">
<div class="row">
<div class="sections col-xs-12 col-sm-12 col-md-8 col-lg-8">
{% for lesson in plan %}
<div class="section-box" id="section{{ loop.index }}">
<h4 class="section-heading">
{{ lesson['name'] }}
</h4>
{% for mat in lesson['materials'] %}
<div class="section-info">
<span class="glyphicon {{ 'glyphicon-pencil' }} section-icon"></span>
<a href="{{ lesson_url(names.get(mat['link'])[0], mat['link'].split('/')[-1]) }}">{{ names.get(mat['link'])[1] }}</a>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</section>

{% endblock content %}
{% endblock headline %}
2 changes: 0 additions & 2 deletions courses/pyladies/and-or/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Nebo anebo a{% endblock %}

{% block content %}
<div class="row stuff">
<div class="col-lg-12">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/asteroids/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Asteroids{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/branching/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Větvení v Gitu{% endblock %}

{% block style %}
.green { color: #0A3; }
.red { color: #D30; }
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/circular_imports/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Poznámka k importu{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/classes/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Třídy{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/cmdline/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Příkazová řádka{% endblock %}

{% block content %}
<div class="slides">
<section class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/comparisons/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Porovnávání{% endblock %}

{% block content %}
<div class="row stuff">
<div class="col-lg-12">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/cooperation_and_OSS/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Spolupráce a Open source{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/dicts/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Slovníky{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/exceptions/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Výjimky{% endblock %}

{% block style %}
.err-lineno {
display: inline-block;
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/files/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Soubory{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/functions/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Funkce{% endblock %}

{% block content %}
<div class="slides row stuff">
<section class="col-lg-12">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/git/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Git{% endblock %}

{% block style %}
.green { color: #0A3; }
.red { color: #D30; }
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/github-api/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Github API{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/hello-world/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}První program{% endblock %}

{% block style %}
.example-command {
text-align: center;
Expand Down
29 changes: 3 additions & 26 deletions courses/pyladies/index.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,9 @@
{% extends 'templates/_base.html' %}
{% extends 'templates/course_page.html' %}

{% block title %}Začátečnický kurz PyLadies{% endblock %}

{% block content %}
{% block headline %}

<h2>Začátečnický kurz PyLadies</h2>
<p><a href="http://pyladies.cz/" alt="Pyladies"> Pyladies</a> 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ě.</p>
<p>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.</p>

<!-- Course description -->
<section class="course-city container">
<div class="row">
<div class="sections col-xs-12 col-sm-12 col-md-8 col-lg-8">
{% for lesson in plan %}
<div class="section-box" id="section{{ loop.index }}">
<h4 class="section-heading">
{{ lesson['name'] }}
</h4>
{% for mat in lesson['materials'] %}
<div class="section-info">
<span class="glyphicon {{ 'glyphicon-pencil' }} section-icon"></span>
<a href="{{ lesson_url(names.get(mat['link'])[0], mat['link'].split('/')[-1]) }}">{{ names.get(mat['link'])[1] }}</a>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</section>

{% endblock content %}
{% endblock headline %}
2 changes: 0 additions & 2 deletions courses/pyladies/inheritance/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Dědičnost{% endblock %}

{% block style %}
.changed {
background-color: #eef560;
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/install/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Instalace{% endblock %}

{% block content %}
<div class="row stuff">
<div class="col-lg-12">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/install_editor/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Nastavení editoru{% endblock %}

{% block content %}
<div class="row stuff">
<div class="col-lg-12">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/install_git/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Instalace gitu{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/json/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}JSON{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/lists/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Seznamy{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/modules/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Moduly{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/own_functions/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Vlastní funkce{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/pong/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Pong{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/printing/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Chybové hlášky a print{% endblock %}

{% block style %}
.err-lineno {
display: inline-block;
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/pyglet/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Grafika{% endblock %}

{% block content %}

<div class="row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/strings/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Řetězce{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/testing/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Testování{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/tuples/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}N-tice{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/turtle/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Želva a cykly{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/variables/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Proměnné{% endblock %}

{% block style %}
.extra { background-color: #f8f8f8; margin: -10px -1000px; padding: 10px 1000px; }
{% endblock %}
Expand Down
2 changes: 0 additions & 2 deletions courses/pyladies/while/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends 'templates/_base.html' %}

{% block title %}Cyklus While{% endblock %}

{% block content %}

<div class="slides row stuff">
Expand Down
Loading