2015-09-07 17:00:19 +02:00
{% extends 'base.html' %}
2015-09-13 17:36:01 +02:00
{% load humanize %}
2015-09-13 21:11:07 +02:00
{% load staticfiles %}
2015-09-13 17:36:01 +02:00
2015-09-10 19:46:38 +02:00
2015-09-08 12:02:03 +02:00
{% block content %}
2015-09-10 19:46:38 +02:00
{# Uvitaci text #}
2016-02-27 18:27:15 +01:00
< h1 >
2015-09-10 19:46:38 +02:00
{% block nadpis1a %}{% block nadpis1b %}
2015-09-13 18:01:12 +02:00
Vítej!
2015-09-10 19:46:38 +02:00
{% endblock %}{% endblock %}
2016-02-27 18:27:15 +01:00
< / h1 >
2015-09-13 21:30:12 +02:00
< p >
2016-07-22 12:50:41 +02:00
M& M je korespondenční seminář. Několikrát do roka zdarma vydáváme časopis a v něm zajímavé podněty k přemýšlení. Ty na ně můžeš reagovat.< br >
2015-09-13 21:30:12 +02:00
M& M je taky soutěž. Můžeš vyhrát knížky, deskovky nebo dokonce dort. Můžeš se dostat na matfyz bez přijímaček. A především s námi můžeš jet na skvělé soustředění.
< / p >
2015-10-15 19:37:20 +02:00
< div class = "novinky" >
2015-09-13 21:40:19 +02:00
{% if dead %}
< div class = "odpocet" >
2017-01-20 21:57:43 +01:00
< p > < b > Do konce < a href = "https://mam.mff.cuni.cz/zadani/aktualni/" > odeslání řešení< / a > {% if deadline_soustredeni %}(pro účast na soustředění) {% endif %}zbývá:< br >
2015-09-13 21:40:19 +02:00
< big > {{ted|timesince:dead}}< / big > < / b > < / p >
< / div >
{% endif %}
2015-12-04 20:03:06 +01:00
2015-09-10 19:46:38 +02:00
{# Novinky #}
2016-02-27 18:27:15 +01:00
< h1 > Novinky< / h1 >
2015-09-12 00:22:17 +02:00
{% include 'seminar/novinky.html' %}
< a href = '/stare-novinky/' > Archiv novinek< / a >
2015-10-15 19:37:20 +02:00
< / div >
< div class = "graf" >
< img class = "map" src = "{% static 'images/graph.png' %}" width = "505.0" height = "612.0" usemap = "#vuemap" >
< map name = "vuemap" >
< area href = "/" id = "mam" shape = "rect" coords = "148,277,354,364" > < / area >
< area href = "/soustredeni/" id = "sous" shape = "rect" coords = "180,194,313,236" > < / area >
< area href = "/archiv/cisla/" id = "casopis" shape = "rect" coords = "206,393,297,432" > < / area >
< area href = "/media/ilustrace/graf/duvera.jpeg" id = "hry" shape = "rect" coords = "198,87,251,121" > < / area >
< area href = "/media/ilustrace/graf/prednaska.jpeg" id = "prednasky" shape = "rect" coords = "273,120,390,160" > < / area >
< area href = "/media/ilustrace/graf/konfera.jpeg" id = "konfery" shape = "rect" coords = "350,168,445,207" > < / area >
< area href = "/media/ilustrace/graf/vylet.jpeg" id = "vylet" shape = "rect" coords = "366,220,434,256" > < / area >
< area href = "/media/ilustrace/graf/legenda.jpeg" id = "legenda" shape = "rect" coords = "29,180,129,219" > < / area >
< area href = "/media/ilustrace/graf/jidlo.jpeg" id = "jidlo" shape = "rect" coords = "125,114,184,149" > < / area >
< area href = "/media/ilustrace/graf/adrenalin.jpeg" id = "adrenalinove" shape = "rect" coords = "38,30,184,73" > < / area >
< area href = "/media/ilustrace/graf/beh-p.jpeg" id = "behaci" shape = "rect" coords = "193,20,274,57" > < / area >
< area href = "/media/ilustrace/graf/strategie.jpeg" id = "strategicke" shape = "rect" coords = "284,16,411,57" > < / area >
< area href = "/clanky/uvod/" id = "clanky" shape = "rect" coords = "363,428,447,466" > < / area >
< area href = "/zadani/aktualni/" id = "ulohy" shape = "rect" coords = "246,492,321,529" > < / area >
< area href = "/zadani/temata/" id = "temata" shape = "rect" coords = "126,473,217,511" > < / area >
< area href = "/media/ilustrace/graf/knihy.jpg" id = "ceny" shape = "rect" coords = "15,413,188,458" > < / area >
< area href = "/zadani/aktualni/#zam_M" id = "matika" shape = "rect" coords = "357,514,488,556" > < / area >
< area href = "/zadani/aktualni/#zam_F" id = "fyzika" shape = "rect" coords = "276,557,354,594" > < / area >
< area href = "/zadani/aktualni/#zam_I" id = "informatika" shape = "rect" coords = "141,539,269,580" > < / area >
< area href = "/media/ilustrace/graf/dort.jpg" id = "dort" shape = "rect" coords = "60,519,121,554" > < / area >
2015-09-13 21:40:19 +02:00
2015-10-15 19:37:20 +02:00
< / map >
< span class = "zjistit_vic" >
2016-02-27 18:27:15 +01:00
< h2 > < a href = "/co-je-MaM/uvod/" > Zjistit víc!< / a > < / h2 >
2015-10-15 19:37:20 +02:00
< / span >
< / div >
2015-09-13 21:40:19 +02:00
2015-09-10 19:46:38 +02:00
2015-09-07 17:00:19 +02:00
{% endblock %}