new icons in main menu + link to course
authorJan Szejko <janek37@gmail.com>
Mon, 15 Jan 2018 10:59:05 +0000 (11:59 +0100)
committerJan Szejko <janek37@gmail.com>
Mon, 15 Jan 2018 10:59:05 +0000 (11:59 +0100)
52 files changed:
edumed/static/css/base.css
edumed/static/css/base.scss
edumed/static/img/menu/dla-trenera.png [new file with mode: 0644]
edumed/static/img/menu/dla-trenera_active.png [new file with mode: 0644]
edumed/static/img/menu/dla-ucznia.png [new file with mode: 0644]
edumed/static/img/menu/dla-ucznia_active.png [new file with mode: 0644]
edumed/static/img/menu/katalog.png [deleted file]
edumed/static/img/menu/katalog_active.png [deleted file]
edumed/static/img/menu/kompetencje.png [new file with mode: 0644]
edumed/static/img/menu/kompetencje_active.png [new file with mode: 0644]
edumed/static/img/menu/kontakt.png [deleted file]
edumed/static/img/menu/kontakt_active.png [deleted file]
edumed/static/img/menu/lekcje.png
edumed/static/img/menu/lekcje_active.png
edumed/static/img/menu/o-nas.png
edumed/static/img/menu/o-nas_active.png
edumed/static/img/menu/old/katalog.png [new file with mode: 0644]
edumed/static/img/menu/old/katalog_active.png [new file with mode: 0644]
edumed/static/img/menu/old/kontakt.png [new file with mode: 0644]
edumed/static/img/menu/old/kontakt_active.png [new file with mode: 0644]
edumed/static/img/menu/old/lekcje.png [new file with mode: 0644]
edumed/static/img/menu/old/lekcje_active.png [new file with mode: 0644]
edumed/static/img/menu/old/o-nas.png [new file with mode: 0644]
edumed/static/img/menu/old/o-nas_active.png [new file with mode: 0644]
edumed/static/img/menu/old/szkolenia.png [new file with mode: 0644]
edumed/static/img/menu/old/szkolenia_active.png [new file with mode: 0644]
edumed/static/img/menu/old/wesprzyj.png [new file with mode: 0644]
edumed/static/img/menu/old/wesprzyj_active.png [new file with mode: 0644]
edumed/static/img/menu/old/wspolpraca.png [new file with mode: 0644]
edumed/static/img/menu/old/wspolpraca_active.png [new file with mode: 0644]
edumed/static/img/menu/olimpiada.png [new file with mode: 0644]
edumed/static/img/menu/olimpiada_active.png [new file with mode: 0644]
edumed/static/img/menu/svg/convert.txt [new file with mode: 0644]
edumed/static/img/menu/svg/dla-trenera.svg [new file with mode: 0644]
edumed/static/img/menu/svg/dla-trenera_active.svg [new file with mode: 0644]
edumed/static/img/menu/svg/dla-ucznia.svg [new file with mode: 0644]
edumed/static/img/menu/svg/dla-ucznia_active.svg [new file with mode: 0644]
edumed/static/img/menu/svg/kompetencje.svg [new file with mode: 0644]
edumed/static/img/menu/svg/kompetencje_active.svg [new file with mode: 0644]
edumed/static/img/menu/svg/lekcje.svg [new file with mode: 0644]
edumed/static/img/menu/svg/lekcje_active.svg [new file with mode: 0644]
edumed/static/img/menu/svg/o-nas.svg [new file with mode: 0644]
edumed/static/img/menu/svg/o-nas_active.svg [new file with mode: 0644]
edumed/static/img/menu/svg/olimpiada.svg [new file with mode: 0644]
edumed/static/img/menu/svg/olimpiada_active.svg [new file with mode: 0644]
edumed/static/img/menu/szkolenia.png [deleted file]
edumed/static/img/menu/szkolenia_active.png [deleted file]
edumed/static/img/menu/wesprzyj.png [deleted file]
edumed/static/img/menu/wesprzyj_active.png [deleted file]
edumed/static/img/menu/wspolpraca.png [deleted file]
edumed/static/img/menu/wspolpraca_active.png [deleted file]
edumed/templates/base.html

index 99182a2..5ab583d 100644 (file)
@@ -78,44 +78,38 @@ header.main {
     background: url(../img/menu/lekcje.png) no-repeat 0 0;
     background-size: 100%; }
   header.main nav .menu-kompetencje:before {
-    background: url(../img/menu/katalog.png) no-repeat 0 0;
+    background: url(../img/menu/kompetencje.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-wspolpraca:before {
-    background: url(../img/menu/wspolpraca.png) no-repeat 0 0;
+  header.main nav .menu-olimpiada:before {
+    background: url(../img/menu/olimpiada.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-szkolenia:before {
-    background: url(../img/menu/szkolenia.png) no-repeat 0 0;
+  header.main nav .menu-trener:before {
+    background: url(../img/menu/dla-trenera.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-wesprzyj:before {
-    background: url(../img/menu/wesprzyj.png) no-repeat 0 0;
+  header.main nav .menu-kurs:before {
+    background: url(../img/menu/dla-ucznia.png) no-repeat 0 0;
     background-size: 100%; }
   header.main nav .menu-o-nas:before {
     background: url(../img/menu/o-nas.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-kontakt:before {
-    background: url(../img/menu/kontakt.png) no-repeat 0 0;
-    background-size: 100%; }
   header.main nav .menu-lekcje:hover:before {
     background: url(../img/menu/lekcje_active.png) no-repeat 0 0;
     background-size: 100%; }
   header.main nav .menu-kompetencje:hover:before {
-    background: url(../img/menu/katalog_active.png) no-repeat 0 0;
+    background: url(../img/menu/kompetencje_active.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-wspolpraca:hover:before {
-    background: url(../img/menu/wspolpraca_active.png) no-repeat 0 0;
+  header.main nav .menu-olimpiada:hover:before {
+    background: url(../img/menu/olimpiada_active.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-szkolenia:hover:before {
-    background: url(../img/menu/szkolenia_active.png) no-repeat 0 0;
+  header.main nav .menu-trener:hover:before {
+    background: url(../img/menu/dla-trenera_active.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-wesprzyj:hover:before {
-    background: url(../img/menu/wesprzyj_active.png) no-repeat 0 0;
+  header.main nav .menu-kurs:hover:before {
+    background: url(../img/menu/dla-ucznia_active.png) no-repeat 0 0;
     background-size: 100%; }
   header.main nav .menu-o-nas:hover:before {
     background: url(../img/menu/o-nas_active.png) no-repeat 0 0;
     background-size: 100%; }
-  header.main nav .menu-kontakt:hover:before {
-    background: url(../img/menu/kontakt_active.png) no-repeat 0 0;
-    background-size: 100%; }
   header.main nav .menu-oc-program:before {
     background: url(../img/menu/olimpiada/program.png) no-repeat 0 0;
     background-size: 100%; }
@@ -250,5 +244,7 @@ footer.main {
     margin: 1em 0; }
 
 .flatpage img {
-  border: 0.3125em solid #eeeeee;
+  border: 0.3125em solid #eee;
   margin: 1.3em; }
+
+/*# sourceMappingURL=base.css.map */
index 88d2033..b87a3e8 100644 (file)
@@ -103,19 +103,18 @@ header.main {
             margin-bottom: .8em;
         }
         .menu-lekcje:before { background: url(../img/menu/lekcje.png) no-repeat 0 0; background-size: 100%;}
-        .menu-kompetencje:before { background: url(../img/menu/katalog.png) no-repeat 0 0; background-size: 100%;}
-        .menu-wspolpraca:before { background: url(../img/menu/wspolpraca.png) no-repeat 0 0; background-size: 100%;}
-        .menu-szkolenia:before { background: url(../img/menu/szkolenia.png) no-repeat 0 0; background-size: 100%;}
-        .menu-wesprzyj:before { background: url(../img/menu/wesprzyj.png) no-repeat 0 0; background-size: 100%;}
+        .menu-kompetencje:before { background: url(../img/menu/kompetencje.png) no-repeat 0 0; background-size: 100%;}
+        .menu-olimpiada:before { background: url(../img/menu/olimpiada.png) no-repeat 0 0; background-size: 100%;}
+        .menu-trener:before { background: url(../img/menu/dla-trenera.png) no-repeat 0 0; background-size: 100%;}
+        .menu-kurs:before { background: url(../img/menu/dla-ucznia.png) no-repeat 0 0; background-size: 100%;}
         .menu-o-nas:before { background: url(../img/menu/o-nas.png) no-repeat 0 0; background-size: 100%;}
-        .menu-kontakt:before { background: url(../img/menu/kontakt.png) no-repeat 0 0; background-size: 100%;}
+
         .menu-lekcje:hover:before { background: url(../img/menu/lekcje_active.png) no-repeat 0 0; background-size: 100%;}
-        .menu-kompetencje:hover:before { background: url(../img/menu/katalog_active.png) no-repeat 0 0; background-size: 100%;}
-        .menu-wspolpraca:hover:before { background: url(../img/menu/wspolpraca_active.png) no-repeat 0 0; background-size: 100%;}
-        .menu-szkolenia:hover:before { background: url(../img/menu/szkolenia_active.png) no-repeat 0 0; background-size: 100%;}
-        .menu-wesprzyj:hover:before { background: url(../img/menu/wesprzyj_active.png) no-repeat 0 0; background-size: 100%;}
+        .menu-kompetencje:hover:before { background: url(../img/menu/kompetencje_active.png) no-repeat 0 0; background-size: 100%;}
+        .menu-olimpiada:hover:before { background: url(../img/menu/olimpiada_active.png) no-repeat 0 0; background-size: 100%;}
+        .menu-trener:hover:before { background: url(../img/menu/dla-trenera_active.png) no-repeat 0 0; background-size: 100%;}
+        .menu-kurs:hover:before { background: url(../img/menu/dla-ucznia_active.png) no-repeat 0 0; background-size: 100%;}
         .menu-o-nas:hover:before { background: url(../img/menu/o-nas_active.png) no-repeat 0 0; background-size: 100%;}
-        .menu-kontakt:hover:before { background: url(../img/menu/kontakt_active.png) no-repeat 0 0; background-size: 100%;}
 
         .menu-oc-program:before { background: url(../img/menu/olimpiada/program.png) no-repeat 0 0; background-size: 100%;}
         .menu-oc-harmonogram:before { background: url(../img/menu/olimpiada/harmonogram.png) no-repeat 0 0; background-size: 100%;}
diff --git a/edumed/static/img/menu/dla-trenera.png b/edumed/static/img/menu/dla-trenera.png
new file mode 100644 (file)
index 0000000..f8923c7
Binary files /dev/null and b/edumed/static/img/menu/dla-trenera.png differ
diff --git a/edumed/static/img/menu/dla-trenera_active.png b/edumed/static/img/menu/dla-trenera_active.png
new file mode 100644 (file)
index 0000000..69647a6
Binary files /dev/null and b/edumed/static/img/menu/dla-trenera_active.png differ
diff --git a/edumed/static/img/menu/dla-ucznia.png b/edumed/static/img/menu/dla-ucznia.png
new file mode 100644 (file)
index 0000000..f0f2bcc
Binary files /dev/null and b/edumed/static/img/menu/dla-ucznia.png differ
diff --git a/edumed/static/img/menu/dla-ucznia_active.png b/edumed/static/img/menu/dla-ucznia_active.png
new file mode 100644 (file)
index 0000000..07c2101
Binary files /dev/null and b/edumed/static/img/menu/dla-ucznia_active.png differ
diff --git a/edumed/static/img/menu/katalog.png b/edumed/static/img/menu/katalog.png
deleted file mode 100644 (file)
index 106bdae..0000000
Binary files a/edumed/static/img/menu/katalog.png and /dev/null differ
diff --git a/edumed/static/img/menu/katalog_active.png b/edumed/static/img/menu/katalog_active.png
deleted file mode 100644 (file)
index 5485b5e..0000000
Binary files a/edumed/static/img/menu/katalog_active.png and /dev/null differ
diff --git a/edumed/static/img/menu/kompetencje.png b/edumed/static/img/menu/kompetencje.png
new file mode 100644 (file)
index 0000000..ffc375e
Binary files /dev/null and b/edumed/static/img/menu/kompetencje.png differ
diff --git a/edumed/static/img/menu/kompetencje_active.png b/edumed/static/img/menu/kompetencje_active.png
new file mode 100644 (file)
index 0000000..95385d8
Binary files /dev/null and b/edumed/static/img/menu/kompetencje_active.png differ
diff --git a/edumed/static/img/menu/kontakt.png b/edumed/static/img/menu/kontakt.png
deleted file mode 100644 (file)
index 291865d..0000000
Binary files a/edumed/static/img/menu/kontakt.png and /dev/null differ
diff --git a/edumed/static/img/menu/kontakt_active.png b/edumed/static/img/menu/kontakt_active.png
deleted file mode 100644 (file)
index 892da3c..0000000
Binary files a/edumed/static/img/menu/kontakt_active.png and /dev/null differ
index 9989280..8635757 100644 (file)
Binary files a/edumed/static/img/menu/lekcje.png and b/edumed/static/img/menu/lekcje.png differ
index 47ed591..e5f9983 100644 (file)
Binary files a/edumed/static/img/menu/lekcje_active.png and b/edumed/static/img/menu/lekcje_active.png differ
index 00dab37..6815fca 100644 (file)
Binary files a/edumed/static/img/menu/o-nas.png and b/edumed/static/img/menu/o-nas.png differ
index 1fc61e9..4e8151b 100644 (file)
Binary files a/edumed/static/img/menu/o-nas_active.png and b/edumed/static/img/menu/o-nas_active.png differ
diff --git a/edumed/static/img/menu/old/katalog.png b/edumed/static/img/menu/old/katalog.png
new file mode 100644 (file)
index 0000000..106bdae
Binary files /dev/null and b/edumed/static/img/menu/old/katalog.png differ
diff --git a/edumed/static/img/menu/old/katalog_active.png b/edumed/static/img/menu/old/katalog_active.png
new file mode 100644 (file)
index 0000000..5485b5e
Binary files /dev/null and b/edumed/static/img/menu/old/katalog_active.png differ
diff --git a/edumed/static/img/menu/old/kontakt.png b/edumed/static/img/menu/old/kontakt.png
new file mode 100644 (file)
index 0000000..291865d
Binary files /dev/null and b/edumed/static/img/menu/old/kontakt.png differ
diff --git a/edumed/static/img/menu/old/kontakt_active.png b/edumed/static/img/menu/old/kontakt_active.png
new file mode 100644 (file)
index 0000000..892da3c
Binary files /dev/null and b/edumed/static/img/menu/old/kontakt_active.png differ
diff --git a/edumed/static/img/menu/old/lekcje.png b/edumed/static/img/menu/old/lekcje.png
new file mode 100644 (file)
index 0000000..9989280
Binary files /dev/null and b/edumed/static/img/menu/old/lekcje.png differ
diff --git a/edumed/static/img/menu/old/lekcje_active.png b/edumed/static/img/menu/old/lekcje_active.png
new file mode 100644 (file)
index 0000000..47ed591
Binary files /dev/null and b/edumed/static/img/menu/old/lekcje_active.png differ
diff --git a/edumed/static/img/menu/old/o-nas.png b/edumed/static/img/menu/old/o-nas.png
new file mode 100644 (file)
index 0000000..00dab37
Binary files /dev/null and b/edumed/static/img/menu/old/o-nas.png differ
diff --git a/edumed/static/img/menu/old/o-nas_active.png b/edumed/static/img/menu/old/o-nas_active.png
new file mode 100644 (file)
index 0000000..1fc61e9
Binary files /dev/null and b/edumed/static/img/menu/old/o-nas_active.png differ
diff --git a/edumed/static/img/menu/old/szkolenia.png b/edumed/static/img/menu/old/szkolenia.png
new file mode 100644 (file)
index 0000000..97f8362
Binary files /dev/null and b/edumed/static/img/menu/old/szkolenia.png differ
diff --git a/edumed/static/img/menu/old/szkolenia_active.png b/edumed/static/img/menu/old/szkolenia_active.png
new file mode 100644 (file)
index 0000000..271eb8a
Binary files /dev/null and b/edumed/static/img/menu/old/szkolenia_active.png differ
diff --git a/edumed/static/img/menu/old/wesprzyj.png b/edumed/static/img/menu/old/wesprzyj.png
new file mode 100644 (file)
index 0000000..5182a12
Binary files /dev/null and b/edumed/static/img/menu/old/wesprzyj.png differ
diff --git a/edumed/static/img/menu/old/wesprzyj_active.png b/edumed/static/img/menu/old/wesprzyj_active.png
new file mode 100644 (file)
index 0000000..0402b9f
Binary files /dev/null and b/edumed/static/img/menu/old/wesprzyj_active.png differ
diff --git a/edumed/static/img/menu/old/wspolpraca.png b/edumed/static/img/menu/old/wspolpraca.png
new file mode 100644 (file)
index 0000000..af1aa43
Binary files /dev/null and b/edumed/static/img/menu/old/wspolpraca.png differ
diff --git a/edumed/static/img/menu/old/wspolpraca_active.png b/edumed/static/img/menu/old/wspolpraca_active.png
new file mode 100644 (file)
index 0000000..e849d30
Binary files /dev/null and b/edumed/static/img/menu/old/wspolpraca_active.png differ
diff --git a/edumed/static/img/menu/olimpiada.png b/edumed/static/img/menu/olimpiada.png
new file mode 100644 (file)
index 0000000..5194407
Binary files /dev/null and b/edumed/static/img/menu/olimpiada.png differ
diff --git a/edumed/static/img/menu/olimpiada_active.png b/edumed/static/img/menu/olimpiada_active.png
new file mode 100644 (file)
index 0000000..8dce21b
Binary files /dev/null and b/edumed/static/img/menu/olimpiada_active.png differ
diff --git a/edumed/static/img/menu/svg/convert.txt b/edumed/static/img/menu/svg/convert.txt
new file mode 100644 (file)
index 0000000..ecf1788
--- /dev/null
@@ -0,0 +1 @@
+for f in *.svg; do convert -background none "$f" -resize 44x34 -gravity center -extent 44x34 png/"`basename \"$f\" .svg`.png"; done
diff --git a/edumed/static/img/menu/svg/dla-trenera.svg b/edumed/static/img/menu/svg/dla-trenera.svg
new file mode 100644 (file)
index 0000000..0f8622b
--- /dev/null
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   width="757.671px"
+   height="757.671px"
+   viewBox="0 0 757.671 757.671"
+   style="enable-background:new 0 0 757.671 757.671;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dla trenera.svg"><metadata
+     id="metadata44"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs42" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview40"
+     showgrid="false"
+     inkscape:zoom="0.31148083"
+     inkscape:cx="-117.18217"
+     inkscape:cy="378.83551"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill:#96928b;fill-opacity:1"><g
+       id="Shape_13"
+       style="fill:#96928b;fill-opacity:1"><g
+         id="g6"
+         style="fill:#96928b;fill-opacity:1"><path
+           d="M583.68,495.079H451.693v-50.213c91.013-32.567,153.67-119.792,153.67-215.774C605.363,102.772,503.086,0,377.378,0     c-102.933,0-189.837,70.104-217.1,165.604c-0.044,0.087-0.131,0.146-0.161,0.233c-0.51,1.151-0.597,2.346-0.787,3.526     c-5.1,19.074-8.058,39.037-8.058,59.729c0,95.822,63.094,183.061,154.719,215.789v50.198h-133.27     c-53.215,0-99.887,45.623-99.887,97.629v150.377c0,8.058,6.528,14.586,14.571,14.586h582.857c8.043,0,14.571-6.528,14.571-14.586     V592.708C684.835,540.702,637.566,495.079,583.68,495.079z M377.378,29.172c78.481,0,146.282,46.06,178.602,112.608     c-0.524,0.117-1.049,0.015-1.559,0.189c-0.933,0.32-95.298,31.693-178.763,50.33c-64.202,14.338-152.257-16.349-184.139-28.851     C218.375,85.418,291.436,29.172,377.378,29.172z M655.693,728.499H101.979V592.708c0-36.473,33.062-68.457,70.744-68.457H320.55     c8.043,0,14.571-6.528,14.571-14.586v-75.319c0-6.412-4.196-12.08-10.316-13.945c-85.024-25.966-144.403-104.637-144.403-191.293     c0-12.736,1.297-25.15,3.555-37.215c29.522,11.467,93.752,33.325,154.545,33.325c14.892,0,29.594-1.326,43.51-4.43     c84.937-18.958,180.671-50.811,181.633-51.131c1.137-0.379,2.011-1.107,2.987-1.705c6.178,19.293,9.603,39.824,9.603,61.171     c0,86.846-58.941,165.503-143.354,191.294c-6.134,1.851-10.331,7.519-10.331,13.931v75.319c0,8.059,6.528,14.586,14.572,14.586     H583.68c37.682,0,72.013,32.626,72.013,68.457V728.499z"
+           id="path8"
+           style="fill:#96928b;fill-opacity:1" /></g></g></g><g
+     id="g10" /><g
+     id="g12" /><g
+     id="g14" /><g
+     id="g16" /><g
+     id="g18" /><g
+     id="g20" /><g
+     id="g22" /><g
+     id="g24" /><g
+     id="g26" /><g
+     id="g28" /><g
+     id="g30" /><g
+     id="g32" /><g
+     id="g34" /><g
+     id="g36" /><g
+     id="g38" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/dla-trenera_active.svg b/edumed/static/img/menu/svg/dla-trenera_active.svg
new file mode 100644 (file)
index 0000000..1dd32dc
--- /dev/null
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   width="757.671px"
+   height="757.671px"
+   viewBox="0 0 757.671 757.671"
+   style="enable-background:new 0 0 757.671 757.671;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dla trenera.svg"><metadata
+     id="metadata44"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs42" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview40"
+     showgrid="false"
+     inkscape:zoom="0.31148083"
+     inkscape:cx="-117.18217"
+     inkscape:cy="378.83551"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill:#ed7831;fill-opacity:1"><g
+       id="Shape_13"
+       style="fill:#ed7831;fill-opacity:1"><g
+         id="g6"
+         style="fill:#ed7831;fill-opacity:1"><path
+           d="M583.68,495.079H451.693v-50.213c91.013-32.567,153.67-119.792,153.67-215.774C605.363,102.772,503.086,0,377.378,0     c-102.933,0-189.837,70.104-217.1,165.604c-0.044,0.087-0.131,0.146-0.161,0.233c-0.51,1.151-0.597,2.346-0.787,3.526     c-5.1,19.074-8.058,39.037-8.058,59.729c0,95.822,63.094,183.061,154.719,215.789v50.198h-133.27     c-53.215,0-99.887,45.623-99.887,97.629v150.377c0,8.058,6.528,14.586,14.571,14.586h582.857c8.043,0,14.571-6.528,14.571-14.586     V592.708C684.835,540.702,637.566,495.079,583.68,495.079z M377.378,29.172c78.481,0,146.282,46.06,178.602,112.608     c-0.524,0.117-1.049,0.015-1.559,0.189c-0.933,0.32-95.298,31.693-178.763,50.33c-64.202,14.338-152.257-16.349-184.139-28.851     C218.375,85.418,291.436,29.172,377.378,29.172z M655.693,728.499H101.979V592.708c0-36.473,33.062-68.457,70.744-68.457H320.55     c8.043,0,14.571-6.528,14.571-14.586v-75.319c0-6.412-4.196-12.08-10.316-13.945c-85.024-25.966-144.403-104.637-144.403-191.293     c0-12.736,1.297-25.15,3.555-37.215c29.522,11.467,93.752,33.325,154.545,33.325c14.892,0,29.594-1.326,43.51-4.43     c84.937-18.958,180.671-50.811,181.633-51.131c1.137-0.379,2.011-1.107,2.987-1.705c6.178,19.293,9.603,39.824,9.603,61.171     c0,86.846-58.941,165.503-143.354,191.294c-6.134,1.851-10.331,7.519-10.331,13.931v75.319c0,8.059,6.528,14.586,14.572,14.586     H583.68c37.682,0,72.013,32.626,72.013,68.457V728.499z"
+           id="path8"
+           style="fill:#ed7831;fill-opacity:1" /></g></g></g><g
+     id="g10" /><g
+     id="g12" /><g
+     id="g14" /><g
+     id="g16" /><g
+     id="g18" /><g
+     id="g20" /><g
+     id="g22" /><g
+     id="g24" /><g
+     id="g26" /><g
+     id="g28" /><g
+     id="g30" /><g
+     id="g32" /><g
+     id="g34" /><g
+     id="g36" /><g
+     id="g38" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/dla-ucznia.svg b/edumed/static/img/menu/svg/dla-ucznia.svg
new file mode 100644 (file)
index 0000000..22162b8
--- /dev/null
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 470 470"
+   style="enable-background:new 0 0 470 470;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dla ucznia.svg"><metadata
+     id="metadata47"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs45" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview43"
+     showgrid="false"
+     inkscape:zoom="0.50212766"
+     inkscape:cx="235"
+     inkscape:cy="235"
+     inkscape:window-x="102"
+     inkscape:window-y="144"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill-opacity:1;fill:#96928b"><path
+       d="M107.5,15h60.021v69.559c-2.525,7.419-3.771,14.829-3.771,22.606c0,39.287,31.962,71.25,71.25,71.25   c39.287,0,71.25-31.963,71.25-71.25c0-7.778-1.246-15.188-3.771-22.608V15H340v90.674l-7.675,18.53   c-1.586,3.827,0.231,8.214,4.059,9.799c3.827,1.589,8.214-0.231,9.799-4.059l1.317-3.18l1.317,3.18   c1.196,2.889,3.988,4.632,6.932,4.632c0.956,0,1.929-0.185,2.867-0.573c3.827-1.585,5.645-5.972,4.059-9.799L355,105.674V15h7.5   c4.143,0,7.5-3.357,7.5-7.5S366.643,0,362.5,0h-255c-4.142,0-7.5,3.357-7.5,7.5S103.358,15,107.5,15z M235,163.415   c-31.016,0-56.25-25.233-56.25-56.25c0-5.524,0.8-10.822,2.424-16.11c6.048-2.862,12.801-4.365,19.7-4.365   c10.687,0,21.103,3.77,29.329,10.614c1.39,1.157,3.094,1.735,4.797,1.735c1.704,0,3.407-0.578,4.798-1.735   c8.225-6.845,18.641-10.614,29.328-10.614c6.9,0,13.652,1.503,19.7,4.365c1.624,5.288,2.424,10.585,2.424,16.11   C291.25,138.182,266.017,163.415,235,163.415z M287.479,74.469c-5.879-1.832-12.077-2.779-18.353-2.779   c-12.18,0-24.093,3.688-34.126,10.479c-10.034-6.792-21.947-10.479-34.126-10.479c-6.275,0-12.473,0.947-18.353,2.779V15h104.958   V74.469z"
+       id="path5"
+       style="fill-opacity:1;fill:#96928b" /><path
+       d="M462.5,320.915h-92.712c-2.487-45.183-27.294-84.51-63.555-107.126c-0.456-0.363-0.945-0.661-1.455-0.903   c-20.375-12.353-44.261-19.471-69.778-19.471s-49.403,7.118-69.779,19.471c-0.509,0.242-0.998,0.539-1.453,0.902   c-36.262,22.616-61.07,61.943-63.557,107.127H7.5c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h23.039l9.482,127.143   c0.293,3.941,3.582,6.942,7.471,6.942c0.187,0,0.376-0.007,0.565-0.021c4.131-0.309,7.229-3.906,6.921-8.037L45.58,335.915h378.84   l-9.399,126.027c-0.308,4.131,2.791,7.729,6.922,8.037c0.189,0.014,0.378,0.021,0.565,0.021c3.889,0,7.178-3.001,7.472-6.942   l9.482-127.143H462.5c4.143,0,7.5-3.357,7.5-7.5S466.643,320.915,462.5,320.915z M235,239.172c-4.142,0-7.5,3.357-7.5,7.5v21.437   l-46.724-46.725c14.19-7.218,29.999-11.691,46.724-12.728v8.016c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5v-8.016   c16.725,1.037,32.533,5.509,46.724,12.728L242.5,268.108v-21.437C242.5,242.529,239.143,239.172,235,239.172z M167.459,229.28   l62.238,62.238c0.2,0.194,0.371,0.35,0.55,0.497c0.087,0.071,0.178,0.133,0.267,0.199c0.107,0.08,0.212,0.163,0.323,0.237   c0.105,0.071,0.215,0.131,0.323,0.196c0.102,0.061,0.202,0.125,0.307,0.182c0.11,0.059,0.223,0.108,0.336,0.162   c0.109,0.052,0.217,0.106,0.329,0.152c0.11,0.045,0.222,0.082,0.333,0.122c0.12,0.043,0.238,0.089,0.36,0.126   c0.111,0.033,0.223,0.058,0.335,0.086c0.125,0.032,0.249,0.067,0.377,0.092c0.129,0.025,0.26,0.041,0.39,0.06   c0.112,0.016,0.221,0.037,0.334,0.048c0.246,0.024,0.493,0.037,0.74,0.037c0.247,0,0.494-0.013,0.74-0.037   c0.115-0.011,0.226-0.033,0.339-0.049c0.129-0.019,0.257-0.033,0.385-0.059c0.13-0.026,0.257-0.062,0.385-0.094   c0.109-0.027,0.219-0.051,0.326-0.084c0.125-0.038,0.247-0.084,0.369-0.129c0.108-0.039,0.217-0.074,0.324-0.118   c0.115-0.048,0.226-0.104,0.338-0.157c0.109-0.052,0.22-0.1,0.328-0.157c0.107-0.058,0.208-0.123,0.312-0.185   c0.107-0.064,0.215-0.124,0.319-0.193c0.111-0.074,0.214-0.156,0.321-0.236c0.09-0.067,0.182-0.13,0.27-0.202   c0.162-0.133,0.316-0.275,0.466-0.421c0.027-0.026,0.056-0.048,0.083-0.075l62.238-62.238   c29.708,20.304,49.859,53.598,52.217,91.634H115.241C117.599,282.878,137.751,249.585,167.459,229.28z"
+       id="path7"
+       style="fill-opacity:1;fill:#96928b" /><path
+       d="M159.737,360.916h-30c-4.142,0-7.5,3.357-7.5,7.5c0,22.175-16.638,40.368-38.701,42.32   c-4.086,0.361-7.124,3.938-6.818,8.028l3.303,44.293c0.293,3.941,3.582,6.943,7.471,6.942c0.187,0,0.376-0.007,0.565-0.021   c4.131-0.309,7.229-3.906,6.921-8.037l-2.789-37.394c11.417-2.521,21.831-8.484,29.866-17.214   c8.082-8.778,13.166-19.729,14.694-31.419h22.987c4.142,0,7.5-3.357,7.5-7.5S163.879,360.916,159.737,360.916z"
+       id="path9"
+       style="fill-opacity:1;fill:#96928b" /><path
+       d="M386.465,410.736c-22.064-1.952-38.702-20.146-38.702-42.32c0-4.143-3.357-7.5-7.5-7.5H189.737c-4.142,0-7.5,3.357-7.5,7.5   s3.358,7.5,7.5,7.5H333.25c1.528,11.69,6.612,22.641,14.693,31.42c8.035,8.729,18.449,14.691,29.866,17.213l-2.789,37.394   c-0.308,4.131,2.791,7.729,6.922,8.037c0.189,0.014,0.378,0.021,0.565,0.021c3.889,0,7.178-3.001,7.472-6.942l3.304-44.293   C393.588,414.675,390.551,411.098,386.465,410.736z"
+       id="path11"
+       style="fill-opacity:1;fill:#96928b" /></g><g
+     id="g13" /><g
+     id="g15" /><g
+     id="g17" /><g
+     id="g19" /><g
+     id="g21" /><g
+     id="g23" /><g
+     id="g25" /><g
+     id="g27" /><g
+     id="g29" /><g
+     id="g31" /><g
+     id="g33" /><g
+     id="g35" /><g
+     id="g37" /><g
+     id="g39" /><g
+     id="g41" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/dla-ucznia_active.svg b/edumed/static/img/menu/svg/dla-ucznia_active.svg
new file mode 100644 (file)
index 0000000..5a46fe0
--- /dev/null
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 470 470"
+   style="enable-background:new 0 0 470 470;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dla ucznia.svg"><metadata
+     id="metadata47"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs45" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview43"
+     showgrid="false"
+     inkscape:zoom="0.50212766"
+     inkscape:cx="235"
+     inkscape:cy="235"
+     inkscape:window-x="102"
+     inkscape:window-y="144"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill-opacity:1;fill:#ed7831"><path
+       d="M107.5,15h60.021v69.559c-2.525,7.419-3.771,14.829-3.771,22.606c0,39.287,31.962,71.25,71.25,71.25   c39.287,0,71.25-31.963,71.25-71.25c0-7.778-1.246-15.188-3.771-22.608V15H340v90.674l-7.675,18.53   c-1.586,3.827,0.231,8.214,4.059,9.799c3.827,1.589,8.214-0.231,9.799-4.059l1.317-3.18l1.317,3.18   c1.196,2.889,3.988,4.632,6.932,4.632c0.956,0,1.929-0.185,2.867-0.573c3.827-1.585,5.645-5.972,4.059-9.799L355,105.674V15h7.5   c4.143,0,7.5-3.357,7.5-7.5S366.643,0,362.5,0h-255c-4.142,0-7.5,3.357-7.5,7.5S103.358,15,107.5,15z M235,163.415   c-31.016,0-56.25-25.233-56.25-56.25c0-5.524,0.8-10.822,2.424-16.11c6.048-2.862,12.801-4.365,19.7-4.365   c10.687,0,21.103,3.77,29.329,10.614c1.39,1.157,3.094,1.735,4.797,1.735c1.704,0,3.407-0.578,4.798-1.735   c8.225-6.845,18.641-10.614,29.328-10.614c6.9,0,13.652,1.503,19.7,4.365c1.624,5.288,2.424,10.585,2.424,16.11   C291.25,138.182,266.017,163.415,235,163.415z M287.479,74.469c-5.879-1.832-12.077-2.779-18.353-2.779   c-12.18,0-24.093,3.688-34.126,10.479c-10.034-6.792-21.947-10.479-34.126-10.479c-6.275,0-12.473,0.947-18.353,2.779V15h104.958   V74.469z"
+       id="path5"
+       style="fill-opacity:1;fill:#ed7831" /><path
+       d="M462.5,320.915h-92.712c-2.487-45.183-27.294-84.51-63.555-107.126c-0.456-0.363-0.945-0.661-1.455-0.903   c-20.375-12.353-44.261-19.471-69.778-19.471s-49.403,7.118-69.779,19.471c-0.509,0.242-0.998,0.539-1.453,0.902   c-36.262,22.616-61.07,61.943-63.557,107.127H7.5c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h23.039l9.482,127.143   c0.293,3.941,3.582,6.942,7.471,6.942c0.187,0,0.376-0.007,0.565-0.021c4.131-0.309,7.229-3.906,6.921-8.037L45.58,335.915h378.84   l-9.399,126.027c-0.308,4.131,2.791,7.729,6.922,8.037c0.189,0.014,0.378,0.021,0.565,0.021c3.889,0,7.178-3.001,7.472-6.942   l9.482-127.143H462.5c4.143,0,7.5-3.357,7.5-7.5S466.643,320.915,462.5,320.915z M235,239.172c-4.142,0-7.5,3.357-7.5,7.5v21.437   l-46.724-46.725c14.19-7.218,29.999-11.691,46.724-12.728v8.016c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5v-8.016   c16.725,1.037,32.533,5.509,46.724,12.728L242.5,268.108v-21.437C242.5,242.529,239.143,239.172,235,239.172z M167.459,229.28   l62.238,62.238c0.2,0.194,0.371,0.35,0.55,0.497c0.087,0.071,0.178,0.133,0.267,0.199c0.107,0.08,0.212,0.163,0.323,0.237   c0.105,0.071,0.215,0.131,0.323,0.196c0.102,0.061,0.202,0.125,0.307,0.182c0.11,0.059,0.223,0.108,0.336,0.162   c0.109,0.052,0.217,0.106,0.329,0.152c0.11,0.045,0.222,0.082,0.333,0.122c0.12,0.043,0.238,0.089,0.36,0.126   c0.111,0.033,0.223,0.058,0.335,0.086c0.125,0.032,0.249,0.067,0.377,0.092c0.129,0.025,0.26,0.041,0.39,0.06   c0.112,0.016,0.221,0.037,0.334,0.048c0.246,0.024,0.493,0.037,0.74,0.037c0.247,0,0.494-0.013,0.74-0.037   c0.115-0.011,0.226-0.033,0.339-0.049c0.129-0.019,0.257-0.033,0.385-0.059c0.13-0.026,0.257-0.062,0.385-0.094   c0.109-0.027,0.219-0.051,0.326-0.084c0.125-0.038,0.247-0.084,0.369-0.129c0.108-0.039,0.217-0.074,0.324-0.118   c0.115-0.048,0.226-0.104,0.338-0.157c0.109-0.052,0.22-0.1,0.328-0.157c0.107-0.058,0.208-0.123,0.312-0.185   c0.107-0.064,0.215-0.124,0.319-0.193c0.111-0.074,0.214-0.156,0.321-0.236c0.09-0.067,0.182-0.13,0.27-0.202   c0.162-0.133,0.316-0.275,0.466-0.421c0.027-0.026,0.056-0.048,0.083-0.075l62.238-62.238   c29.708,20.304,49.859,53.598,52.217,91.634H115.241C117.599,282.878,137.751,249.585,167.459,229.28z"
+       id="path7"
+       style="fill-opacity:1;fill:#ed7831" /><path
+       d="M159.737,360.916h-30c-4.142,0-7.5,3.357-7.5,7.5c0,22.175-16.638,40.368-38.701,42.32   c-4.086,0.361-7.124,3.938-6.818,8.028l3.303,44.293c0.293,3.941,3.582,6.943,7.471,6.942c0.187,0,0.376-0.007,0.565-0.021   c4.131-0.309,7.229-3.906,6.921-8.037l-2.789-37.394c11.417-2.521,21.831-8.484,29.866-17.214   c8.082-8.778,13.166-19.729,14.694-31.419h22.987c4.142,0,7.5-3.357,7.5-7.5S163.879,360.916,159.737,360.916z"
+       id="path9"
+       style="fill-opacity:1;fill:#ed7831" /><path
+       d="M386.465,410.736c-22.064-1.952-38.702-20.146-38.702-42.32c0-4.143-3.357-7.5-7.5-7.5H189.737c-4.142,0-7.5,3.357-7.5,7.5   s3.358,7.5,7.5,7.5H333.25c1.528,11.69,6.612,22.641,14.693,31.42c8.035,8.729,18.449,14.691,29.866,17.213l-2.789,37.394   c-0.308,4.131,2.791,7.729,6.922,8.037c0.189,0.014,0.378,0.021,0.565,0.021c3.889,0,7.178-3.001,7.472-6.942l3.304-44.293   C393.588,414.675,390.551,411.098,386.465,410.736z"
+       id="path11"
+       style="fill-opacity:1;fill:#ed7831" /></g><g
+     id="g13" /><g
+     id="g15" /><g
+     id="g17" /><g
+     id="g19" /><g
+     id="g21" /><g
+     id="g23" /><g
+     id="g25" /><g
+     id="g27" /><g
+     id="g29" /><g
+     id="g31" /><g
+     id="g33" /><g
+     id="g35" /><g
+     id="g37" /><g
+     id="g39" /><g
+     id="g41" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/kompetencje.svg b/edumed/static/img/menu/svg/kompetencje.svg
new file mode 100644 (file)
index 0000000..754b6f4
--- /dev/null
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 455 455"
+   style="enable-background:new 0 0 455 455;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="kompetencje.svg"><metadata
+     id="metadata43"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs41"><filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4183"
+       x="-2.8610229e-09"
+       width="1"
+       y="-2.8610229e-09"
+       height="1"><feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="5.4240227e-07"
+         id="feGaussianBlur4185" /></filter></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview39"
+     showgrid="false"
+     inkscape:zoom="0.51868132"
+     inkscape:cx="227.5"
+     inkscape:cy="227.5"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill:#96928b;fill-opacity:1;filter:url(#filter4183)"><path
+       d="M388.367,66.633C345.397,23.664,288.268,0,227.5,0S109.603,23.664,66.633,66.633C23.664,109.602,0,166.732,0,227.5   s23.664,117.897,66.633,160.867C109.603,431.336,166.732,455,227.5,455s117.897-23.664,160.867-66.633   C431.336,345.397,455,288.268,455,227.5S431.336,109.602,388.367,66.633z M227.5,440C110.327,440,15,344.673,15,227.5   S110.327,15,227.5,15S440,110.327,440,227.5S344.673,440,227.5,440z"
+       id="path5"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M408.47,287.517c-18.08-8.265-40.271-15.036-65.283-20.114C344.382,254.329,345,240.979,345,227.5   s-0.618-26.829-1.813-39.904c25.012-5.077,47.203-11.849,65.283-20.114c3.767-1.722,5.425-6.172,3.703-9.939   c-1.723-3.767-6.17-5.425-9.939-3.703c-16.541,7.561-37.264,13.873-60.703,18.693c-3.177-24.893-8.47-48.544-15.617-69.895   c9.22-4.434,18.175-9.499,26.797-15.195c3.456-2.283,4.407-6.936,2.124-10.392s-6.937-4.407-10.392-2.124   c-7.634,5.043-15.545,9.563-23.684,13.548c-6.54-16.612-14.271-31.532-23.066-44.147c-2.368-3.397-7.043-4.233-10.441-1.864   c-3.397,2.369-4.232,7.043-1.863,10.441c8.268,11.861,15.541,25.944,21.696,41.67c-22.829,9.232-47.17,14.423-72.084,15.291V37.5   c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v72.367c-24.914-0.868-49.255-6.059-72.084-15.291   c6.155-15.726,13.428-29.808,21.696-41.67c2.369-3.398,1.534-8.073-1.863-10.441c-3.399-2.369-8.073-1.534-10.441,1.864   c-8.794,12.615-16.526,27.534-23.066,44.147c-8.139-3.984-16.05-8.504-23.684-13.548c-3.455-2.283-8.108-1.332-10.392,2.124   c-2.283,3.456-1.332,8.109,2.124,10.392c8.622,5.696,17.577,10.762,26.797,15.195c-7.147,21.352-12.44,45.002-15.617,69.895   c-23.439-4.82-44.162-11.132-60.703-18.693c-3.767-1.722-8.218-0.064-9.939,3.703s-0.063,8.217,3.703,9.939   c18.08,8.265,40.271,15.036,65.283,20.114C110.618,200.671,110,214.021,110,227.5s0.618,26.829,1.813,39.904   c-25.012,5.077-47.203,11.849-65.283,20.114c-3.767,1.722-5.425,6.172-3.703,9.939c1.723,3.767,6.172,5.426,9.939,3.703   c16.541-7.561,37.264-13.873,60.703-18.693c3.177,24.893,8.47,48.544,15.617,69.895c-9.22,4.434-18.174,9.499-26.797,15.195   c-3.456,2.283-4.407,6.936-2.124,10.392c2.282,3.456,6.936,4.407,10.392,2.124c7.634-5.043,15.545-9.563,23.684-13.548   c6.54,16.613,14.271,31.532,23.066,44.147c1.458,2.091,3.789,3.211,6.159,3.211c1.479,0,2.976-0.437,4.282-1.348   c3.397-2.369,4.232-7.043,1.863-10.442c-8.268-11.862-15.541-25.944-21.696-41.67c22.829-9.232,47.17-14.423,72.084-15.291V417.5   c0,4.142,3.357,7.5,7.5,7.5s7.5-3.358,7.5-7.5v-72.367c24.914,0.868,49.255,6.059,72.084,15.291   c-6.155,15.726-13.428,29.808-21.696,41.67c-2.369,3.398-1.534,8.073,1.863,10.442c1.307,0.911,2.802,1.348,4.282,1.348   c2.37,0,4.701-1.12,6.159-3.211c8.794-12.615,16.526-27.535,23.066-44.147c8.139,3.984,16.05,8.504,23.684,13.548   c1.272,0.841,2.708,1.243,4.127,1.243c2.435,0,4.822-1.184,6.265-3.367c2.283-3.456,1.332-8.109-2.124-10.392   c-8.623-5.696-17.577-10.761-26.797-15.195c7.147-21.352,12.44-45.002,15.617-69.895c23.439,4.82,44.162,11.132,60.703,18.693   c1.011,0.462,2.07,0.681,3.113,0.681c2.845,0,5.566-1.627,6.826-4.384C413.895,293.689,412.236,289.239,408.47,287.517z M330,227.5   c0,12.557-0.556,24.979-1.62,37.147c-28.573-4.837-60.255-7.576-93.38-7.936V198.29c33.125-0.36,64.807-3.1,93.38-7.936   C329.444,202.521,330,214.943,330,227.5z M312.169,108.701c6.696,20.307,11.653,42.838,14.616,66.603   c-28.137,4.822-59.465,7.607-91.785,7.981v-58.414C261.662,124.004,287.719,118.516,312.169,108.701z M142.831,108.701   c24.45,9.815,50.507,15.302,77.169,16.171v58.414c-32.32-0.374-63.648-3.159-91.785-7.981   C131.179,151.539,136.136,129.008,142.831,108.701z M125,227.5c0-12.557,0.556-24.979,1.62-37.147   c28.573,4.837,60.255,7.576,93.38,7.936v58.421c-33.125,0.36-64.807,3.1-93.38,7.936C125.556,252.479,125,240.057,125,227.5z    M142.832,346.299c-6.696-20.307-11.653-42.838-14.617-66.603c28.137-4.822,59.465-7.607,91.785-7.981v58.414   C193.338,330.996,167.281,336.484,142.832,346.299z M312.168,346.299c-24.449-9.815-50.507-15.302-77.168-16.171v-58.414   c32.32,0.374,63.648,3.159,91.785,7.981C323.821,303.461,318.864,325.992,312.168,346.299z"
+       id="path7"
+       style="fill:#96928b;fill-opacity:1" /></g><g
+     id="g9" /><g
+     id="g11" /><g
+     id="g13" /><g
+     id="g15" /><g
+     id="g17" /><g
+     id="g19" /><g
+     id="g21" /><g
+     id="g23" /><g
+     id="g25" /><g
+     id="g27" /><g
+     id="g29" /><g
+     id="g31" /><g
+     id="g33" /><g
+     id="g35" /><g
+     id="g37" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/kompetencje_active.svg b/edumed/static/img/menu/svg/kompetencje_active.svg
new file mode 100644 (file)
index 0000000..fa61ac2
--- /dev/null
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 455 455"
+   style="enable-background:new 0 0 455 455;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="kompetencje.svg"><metadata
+     id="metadata43"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs41"><filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter4183"
+       x="-2.8610229e-09"
+       width="1"
+       y="-2.8610229e-09"
+       height="1"><feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="5.4240227e-07"
+         id="feGaussianBlur4185" /></filter></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview39"
+     showgrid="false"
+     inkscape:zoom="0.51868132"
+     inkscape:cx="227.5"
+     inkscape:cy="227.5"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill:#ed7831;fill-opacity:1;filter:url(#filter4183)"><path
+       d="M388.367,66.633C345.397,23.664,288.268,0,227.5,0S109.603,23.664,66.633,66.633C23.664,109.602,0,166.732,0,227.5   s23.664,117.897,66.633,160.867C109.603,431.336,166.732,455,227.5,455s117.897-23.664,160.867-66.633   C431.336,345.397,455,288.268,455,227.5S431.336,109.602,388.367,66.633z M227.5,440C110.327,440,15,344.673,15,227.5   S110.327,15,227.5,15S440,110.327,440,227.5S344.673,440,227.5,440z"
+       id="path5"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M408.47,287.517c-18.08-8.265-40.271-15.036-65.283-20.114C344.382,254.329,345,240.979,345,227.5   s-0.618-26.829-1.813-39.904c25.012-5.077,47.203-11.849,65.283-20.114c3.767-1.722,5.425-6.172,3.703-9.939   c-1.723-3.767-6.17-5.425-9.939-3.703c-16.541,7.561-37.264,13.873-60.703,18.693c-3.177-24.893-8.47-48.544-15.617-69.895   c9.22-4.434,18.175-9.499,26.797-15.195c3.456-2.283,4.407-6.936,2.124-10.392s-6.937-4.407-10.392-2.124   c-7.634,5.043-15.545,9.563-23.684,13.548c-6.54-16.612-14.271-31.532-23.066-44.147c-2.368-3.397-7.043-4.233-10.441-1.864   c-3.397,2.369-4.232,7.043-1.863,10.441c8.268,11.861,15.541,25.944,21.696,41.67c-22.829,9.232-47.17,14.423-72.084,15.291V37.5   c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v72.367c-24.914-0.868-49.255-6.059-72.084-15.291   c6.155-15.726,13.428-29.808,21.696-41.67c2.369-3.398,1.534-8.073-1.863-10.441c-3.399-2.369-8.073-1.534-10.441,1.864   c-8.794,12.615-16.526,27.534-23.066,44.147c-8.139-3.984-16.05-8.504-23.684-13.548c-3.455-2.283-8.108-1.332-10.392,2.124   c-2.283,3.456-1.332,8.109,2.124,10.392c8.622,5.696,17.577,10.762,26.797,15.195c-7.147,21.352-12.44,45.002-15.617,69.895   c-23.439-4.82-44.162-11.132-60.703-18.693c-3.767-1.722-8.218-0.064-9.939,3.703s-0.063,8.217,3.703,9.939   c18.08,8.265,40.271,15.036,65.283,20.114C110.618,200.671,110,214.021,110,227.5s0.618,26.829,1.813,39.904   c-25.012,5.077-47.203,11.849-65.283,20.114c-3.767,1.722-5.425,6.172-3.703,9.939c1.723,3.767,6.172,5.426,9.939,3.703   c16.541-7.561,37.264-13.873,60.703-18.693c3.177,24.893,8.47,48.544,15.617,69.895c-9.22,4.434-18.174,9.499-26.797,15.195   c-3.456,2.283-4.407,6.936-2.124,10.392c2.282,3.456,6.936,4.407,10.392,2.124c7.634-5.043,15.545-9.563,23.684-13.548   c6.54,16.613,14.271,31.532,23.066,44.147c1.458,2.091,3.789,3.211,6.159,3.211c1.479,0,2.976-0.437,4.282-1.348   c3.397-2.369,4.232-7.043,1.863-10.442c-8.268-11.862-15.541-25.944-21.696-41.67c22.829-9.232,47.17-14.423,72.084-15.291V417.5   c0,4.142,3.357,7.5,7.5,7.5s7.5-3.358,7.5-7.5v-72.367c24.914,0.868,49.255,6.059,72.084,15.291   c-6.155,15.726-13.428,29.808-21.696,41.67c-2.369,3.398-1.534,8.073,1.863,10.442c1.307,0.911,2.802,1.348,4.282,1.348   c2.37,0,4.701-1.12,6.159-3.211c8.794-12.615,16.526-27.535,23.066-44.147c8.139,3.984,16.05,8.504,23.684,13.548   c1.272,0.841,2.708,1.243,4.127,1.243c2.435,0,4.822-1.184,6.265-3.367c2.283-3.456,1.332-8.109-2.124-10.392   c-8.623-5.696-17.577-10.761-26.797-15.195c7.147-21.352,12.44-45.002,15.617-69.895c23.439,4.82,44.162,11.132,60.703,18.693   c1.011,0.462,2.07,0.681,3.113,0.681c2.845,0,5.566-1.627,6.826-4.384C413.895,293.689,412.236,289.239,408.47,287.517z M330,227.5   c0,12.557-0.556,24.979-1.62,37.147c-28.573-4.837-60.255-7.576-93.38-7.936V198.29c33.125-0.36,64.807-3.1,93.38-7.936   C329.444,202.521,330,214.943,330,227.5z M312.169,108.701c6.696,20.307,11.653,42.838,14.616,66.603   c-28.137,4.822-59.465,7.607-91.785,7.981v-58.414C261.662,124.004,287.719,118.516,312.169,108.701z M142.831,108.701   c24.45,9.815,50.507,15.302,77.169,16.171v58.414c-32.32-0.374-63.648-3.159-91.785-7.981   C131.179,151.539,136.136,129.008,142.831,108.701z M125,227.5c0-12.557,0.556-24.979,1.62-37.147   c28.573,4.837,60.255,7.576,93.38,7.936v58.421c-33.125,0.36-64.807,3.1-93.38,7.936C125.556,252.479,125,240.057,125,227.5z    M142.832,346.299c-6.696-20.307-11.653-42.838-14.617-66.603c28.137-4.822,59.465-7.607,91.785-7.981v58.414   C193.338,330.996,167.281,336.484,142.832,346.299z M312.168,346.299c-24.449-9.815-50.507-15.302-77.168-16.171v-58.414   c32.32,0.374,63.648,3.159,91.785,7.981C323.821,303.461,318.864,325.992,312.168,346.299z"
+       id="path7"
+       style="fill:#ed7831;fill-opacity:1" /></g><g
+     id="g9" /><g
+     id="g11" /><g
+     id="g13" /><g
+     id="g15" /><g
+     id="g17" /><g
+     id="g19" /><g
+     id="g21" /><g
+     id="g23" /><g
+     id="g25" /><g
+     id="g27" /><g
+     id="g29" /><g
+     id="g31" /><g
+     id="g33" /><g
+     id="g35" /><g
+     id="g37" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/lekcje.svg b/edumed/static/img/menu/svg/lekcje.svg
new file mode 100644 (file)
index 0000000..2bd7384
--- /dev/null
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 468.74 468.74"
+   style="enable-background:new 0 0 468.74 468.74;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="lekcje.svg"><metadata
+     id="metadata67"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs65" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview63"
+     showgrid="false"
+     inkscape:zoom="0.50347742"
+     inkscape:cx="234.37"
+     inkscape:cy="234.37"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill:#96928b;fill-opacity:1"><path
+       d="M461.24,59.245h-21.87v-22.5c0-4.142-3.357-7.5-7.5-7.5H263.104c-10.817,0-21.035,4.134-28.733,11.373   c-7.698-7.238-17.917-11.373-28.732-11.373H36.87c-4.143,0-7.5,3.358-7.5,7.5v22.5H7.5c-4.143,0-7.5,3.358-7.5,7.5v263.346   c0,20.678,16.822,37.5,37.5,37.5h144.37v56.904h-32.5c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h170c4.143,0,7.5-3.358,7.5-7.5   s-3.357-7.5-7.5-7.5h-32.5v-34.404c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v34.404h-75v-56.904h234.37   c20.678,0,37.5-16.822,37.5-37.5V66.745C468.74,62.603,465.383,59.245,461.24,59.245z M453.74,74.245v213.14h-14.37V74.245H453.74z    M44.37,44.245h161.268c9.056,0,17.461,4.514,22.486,12.075c1.39,2.092,3.734,3.349,6.246,3.349s4.856-1.257,6.247-3.349   c5.023-7.561,13.43-12.074,22.486-12.074H424.37v243.14h-380V44.245z M29.37,74.245v213.14H15V74.245H29.37z M431.24,352.591H37.5   c-12.406,0-22.5-10.093-22.5-22.5v-27.707h438.74v27.707C453.74,342.498,443.646,352.591,431.24,352.591z"
+       id="path5"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M234.37,272.385c4.143,0,7.5-3.358,7.5-7.5V82.168c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v182.716   C226.87,269.027,230.228,272.385,234.37,272.385z"
+       id="path7"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M77.5,84.245h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,84.245,77.5,84.245z"
+       id="path9"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M77.5,119.873h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,119.873,77.5,119.873z"
+       id="path11"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M77.5,155.501h57.482c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,155.501,77.5,155.501z"
+       id="path13"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M77.5,191.129h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,191.129,77.5,191.129z"
+       id="path15"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M77.5,226.757h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,226.757,77.5,226.757z"
+       id="path17"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M77.5,262.385h57.482c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,262.385,77.5,262.385z"
+       id="path19"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M276.275,84.245h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,84.245,276.275,84.245z"
+       id="path21"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M276.275,119.873h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,119.873,276.275,119.873z"
+       id="path23"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M276.275,155.501h57.481c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-57.481c-4.143,0-7.5,3.358-7.5,7.5   S272.133,155.501,276.275,155.501z"
+       id="path25"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M276.275,191.129h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,191.129,276.275,191.129z"
+       id="path27"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M276.275,226.757h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,226.757,276.275,226.757z"
+       id="path29"
+       style="fill:#96928b;fill-opacity:1" /><path
+       d="M276.275,262.385h57.481c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-57.481c-4.143,0-7.5,3.358-7.5,7.5   S272.133,262.385,276.275,262.385z"
+       id="path31"
+       style="fill:#96928b;fill-opacity:1" /></g><g
+     id="g33" /><g
+     id="g35" /><g
+     id="g37" /><g
+     id="g39" /><g
+     id="g41" /><g
+     id="g43" /><g
+     id="g45" /><g
+     id="g47" /><g
+     id="g49" /><g
+     id="g51" /><g
+     id="g53" /><g
+     id="g55" /><g
+     id="g57" /><g
+     id="g59" /><g
+     id="g61" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/lekcje_active.svg b/edumed/static/img/menu/svg/lekcje_active.svg
new file mode 100644 (file)
index 0000000..bc8b24a
--- /dev/null
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Capa_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 468.74 468.74"
+   style="enable-background:new 0 0 468.74 468.74;"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="lekcje.svg"><metadata
+     id="metadata67"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs65" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview63"
+     showgrid="false"
+     inkscape:zoom="0.50347742"
+     inkscape:cx="234.37"
+     inkscape:cy="234.37"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="Capa_1" /><g
+     id="g3"
+     style="fill:#ed7831;fill-opacity:1"><path
+       d="M461.24,59.245h-21.87v-22.5c0-4.142-3.357-7.5-7.5-7.5H263.104c-10.817,0-21.035,4.134-28.733,11.373   c-7.698-7.238-17.917-11.373-28.732-11.373H36.87c-4.143,0-7.5,3.358-7.5,7.5v22.5H7.5c-4.143,0-7.5,3.358-7.5,7.5v263.346   c0,20.678,16.822,37.5,37.5,37.5h144.37v56.904h-32.5c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h170c4.143,0,7.5-3.358,7.5-7.5   s-3.357-7.5-7.5-7.5h-32.5v-34.404c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v34.404h-75v-56.904h234.37   c20.678,0,37.5-16.822,37.5-37.5V66.745C468.74,62.603,465.383,59.245,461.24,59.245z M453.74,74.245v213.14h-14.37V74.245H453.74z    M44.37,44.245h161.268c9.056,0,17.461,4.514,22.486,12.075c1.39,2.092,3.734,3.349,6.246,3.349s4.856-1.257,6.247-3.349   c5.023-7.561,13.43-12.074,22.486-12.074H424.37v243.14h-380V44.245z M29.37,74.245v213.14H15V74.245H29.37z M431.24,352.591H37.5   c-12.406,0-22.5-10.093-22.5-22.5v-27.707h438.74v27.707C453.74,342.498,443.646,352.591,431.24,352.591z"
+       id="path5"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M234.37,272.385c4.143,0,7.5-3.358,7.5-7.5V82.168c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v182.716   C226.87,269.027,230.228,272.385,234.37,272.385z"
+       id="path7"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M77.5,84.245h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,84.245,77.5,84.245z"
+       id="path9"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M77.5,119.873h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,119.873,77.5,119.873z"
+       id="path11"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M77.5,155.501h57.482c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,155.501,77.5,155.501z"
+       id="path13"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M77.5,191.129h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,191.129,77.5,191.129z"
+       id="path15"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M77.5,226.757h114.965c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,226.757,77.5,226.757z"
+       id="path17"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M77.5,262.385h57.482c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H77.5c-4.143,0-7.5,3.358-7.5,7.5   S73.357,262.385,77.5,262.385z"
+       id="path19"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M276.275,84.245h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,84.245,276.275,84.245z"
+       id="path21"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M276.275,119.873h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,119.873,276.275,119.873z"
+       id="path23"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M276.275,155.501h57.481c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-57.481c-4.143,0-7.5,3.358-7.5,7.5   S272.133,155.501,276.275,155.501z"
+       id="path25"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M276.275,191.129h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,191.129,276.275,191.129z"
+       id="path27"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M276.275,226.757h114.964c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5H276.275c-4.143,0-7.5,3.358-7.5,7.5   S272.133,226.757,276.275,226.757z"
+       id="path29"
+       style="fill:#ed7831;fill-opacity:1" /><path
+       d="M276.275,262.385h57.481c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-57.481c-4.143,0-7.5,3.358-7.5,7.5   S272.133,262.385,276.275,262.385z"
+       id="path31"
+       style="fill:#ed7831;fill-opacity:1" /></g><g
+     id="g33" /><g
+     id="g35" /><g
+     id="g37" /><g
+     id="g39" /><g
+     id="g41" /><g
+     id="g43" /><g
+     id="g45" /><g
+     id="g47" /><g
+     id="g49" /><g
+     id="g51" /><g
+     id="g53" /><g
+     id="g55" /><g
+     id="g57" /><g
+     id="g59" /><g
+     id="g61" /></svg>
\ No newline at end of file
diff --git a/edumed/static/img/menu/svg/o-nas.svg b/edumed/static/img/menu/svg/o-nas.svg
new file mode 100644 (file)
index 0000000..540d2c5
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   viewBox="0 0 470 470"
+   enable-background="new 0 0 470 470"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="o nas.svg">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview6"
+     showgrid="false"
+     inkscape:zoom="0.50212766"
+     inkscape:cx="235"
+     inkscape:cy="235"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <path
+     d="m469.19,46.536c-1.467-2.894-4.636-4.521-7.832-4.021l-40.045,6.173 6.173-40.045c0.494-3.205-1.128-6.365-4.021-7.832-2.894-1.467-6.402-0.908-8.695,1.386l-46.484,46.484c-1.127,1.128-1.866,2.585-2.108,4.161l-7.358,47.733-26.609,26.609c-36.654-34.03-84.102-52.694-134.454-52.694-52.864,0-102.536,20.559-139.866,57.889-37.332,37.331-57.891,87.003-57.891,139.867s20.559,102.535 57.889,139.866c37.331,37.33 87.003,57.888 139.866,57.888s102.536-20.559 139.866-57.889c37.33-37.331 57.889-87.003 57.889-139.866 0-42.051-12.996-82.189-37.583-116.076-2.433-3.354-7.125-4.1-10.475-1.666-3.353,2.433-4.099,7.122-1.666,10.475 22.717,31.31 34.724,68.402 34.724,107.268 0,100.771-81.984,182.754-182.755,182.754-100.771,0-182.755-81.983-182.755-182.754s81.984-182.755 182.755-182.755c46.345,1.42109e-14 90.026,17.105 123.84,48.308l-34.284,34.284c-24.653-22.076-56.23-34.173-89.557-34.173-74.074,0-134.337,60.264-134.337,134.337s60.263,134.337 134.337,134.337 134.336-60.264 134.336-134.337c0-24.723-6.76-48.882-19.548-69.866-2.156-3.537-6.771-4.658-10.308-2.501-3.537,2.155-4.656,6.771-2.501,10.308 11.354,18.632 17.356,40.092 17.356,62.06 0,65.803-53.534,119.337-119.336,119.337-65.803,0-119.337-53.534-119.337-119.337s53.534-119.337 119.337-119.337c29.327,0 57.131,10.538 78.937,29.793l-34.365,34.365c-12.575-10.193-28.141-15.74-44.572-15.74-39.104,0-70.918,31.814-70.918,70.919s31.814,70.918 70.918,70.918c39.105,0 70.918-31.813 70.918-70.918 0-6.967-1.008-13.853-2.995-20.468-1.192-3.967-5.374-6.219-9.341-5.024-3.967,1.191-6.217,5.373-5.024,9.341 1.566,5.214 2.36,10.647 2.36,16.151 0,30.833-25.085,55.918-55.918,55.918s-55.918-25.085-55.918-55.918c0-30.834 25.085-55.919 55.918-55.919 12.416,0 24.2,4.021 33.886,11.426l-39.19,39.19c-2.929,2.93-2.929,7.678 0,10.607 1.464,1.464 3.384,2.196 5.303,2.196 1.919,0 3.839-0.732 5.303-2.196l134.539-134.539c0.046-0.046 31.828-31.828 31.828-31.828l47.733-7.359c1.576-0.242 3.033-0.981 4.161-2.108l46.484-46.484c2.297-2.297 2.856-5.805 1.39-8.698zm-88.563,11.017l28.542-28.541-3.866,25.079-28.542,28.542 3.866-25.08zm31.82,31.821l-25.078,3.866 28.542-28.542 25.077-3.866-28.541,28.542z"
+     id="path4"
+     style="fill-opacity:1;fill:#96928b" />
+</svg>
diff --git a/edumed/static/img/menu/svg/o-nas_active.svg b/edumed/static/img/menu/svg/o-nas_active.svg
new file mode 100644 (file)
index 0000000..9878327
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   viewBox="0 0 470 470"
+   enable-background="new 0 0 470 470"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="o nas.svg">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview6"
+     showgrid="false"
+     inkscape:zoom="0.50212766"
+     inkscape:cx="235"
+     inkscape:cy="235"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <path
+     d="m469.19,46.536c-1.467-2.894-4.636-4.521-7.832-4.021l-40.045,6.173 6.173-40.045c0.494-3.205-1.128-6.365-4.021-7.832-2.894-1.467-6.402-0.908-8.695,1.386l-46.484,46.484c-1.127,1.128-1.866,2.585-2.108,4.161l-7.358,47.733-26.609,26.609c-36.654-34.03-84.102-52.694-134.454-52.694-52.864,0-102.536,20.559-139.866,57.889-37.332,37.331-57.891,87.003-57.891,139.867s20.559,102.535 57.889,139.866c37.331,37.33 87.003,57.888 139.866,57.888s102.536-20.559 139.866-57.889c37.33-37.331 57.889-87.003 57.889-139.866 0-42.051-12.996-82.189-37.583-116.076-2.433-3.354-7.125-4.1-10.475-1.666-3.353,2.433-4.099,7.122-1.666,10.475 22.717,31.31 34.724,68.402 34.724,107.268 0,100.771-81.984,182.754-182.755,182.754-100.771,0-182.755-81.983-182.755-182.754s81.984-182.755 182.755-182.755c46.345,1.42109e-14 90.026,17.105 123.84,48.308l-34.284,34.284c-24.653-22.076-56.23-34.173-89.557-34.173-74.074,0-134.337,60.264-134.337,134.337s60.263,134.337 134.337,134.337 134.336-60.264 134.336-134.337c0-24.723-6.76-48.882-19.548-69.866-2.156-3.537-6.771-4.658-10.308-2.501-3.537,2.155-4.656,6.771-2.501,10.308 11.354,18.632 17.356,40.092 17.356,62.06 0,65.803-53.534,119.337-119.336,119.337-65.803,0-119.337-53.534-119.337-119.337s53.534-119.337 119.337-119.337c29.327,0 57.131,10.538 78.937,29.793l-34.365,34.365c-12.575-10.193-28.141-15.74-44.572-15.74-39.104,0-70.918,31.814-70.918,70.919s31.814,70.918 70.918,70.918c39.105,0 70.918-31.813 70.918-70.918 0-6.967-1.008-13.853-2.995-20.468-1.192-3.967-5.374-6.219-9.341-5.024-3.967,1.191-6.217,5.373-5.024,9.341 1.566,5.214 2.36,10.647 2.36,16.151 0,30.833-25.085,55.918-55.918,55.918s-55.918-25.085-55.918-55.918c0-30.834 25.085-55.919 55.918-55.919 12.416,0 24.2,4.021 33.886,11.426l-39.19,39.19c-2.929,2.93-2.929,7.678 0,10.607 1.464,1.464 3.384,2.196 5.303,2.196 1.919,0 3.839-0.732 5.303-2.196l134.539-134.539c0.046-0.046 31.828-31.828 31.828-31.828l47.733-7.359c1.576-0.242 3.033-0.981 4.161-2.108l46.484-46.484c2.297-2.297 2.856-5.805 1.39-8.698zm-88.563,11.017l28.542-28.541-3.866,25.079-28.542,28.542 3.866-25.08zm31.82,31.821l-25.078,3.866 28.542-28.542 25.077-3.866-28.541,28.542z"
+     id="path4"
+     style="fill-opacity:1;fill:#ed7831" />
+</svg>
diff --git a/edumed/static/img/menu/svg/olimpiada.svg b/edumed/static/img/menu/svg/olimpiada.svg
new file mode 100644 (file)
index 0000000..5d0b8eb
--- /dev/null
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   viewBox="0 0 455.881 455.881"
+   enable-background="new 0 0 455.881 455.881"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="olimpiada.svg">
+  <metadata
+     id="metadata38">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs36" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview34"
+     showgrid="false"
+     inkscape:zoom="0.51767894"
+     inkscape:cx="227.94051"
+     inkscape:cy="227.94051"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <g
+     id="g4"
+     style="fill:#96928b;fill-opacity:1">
+    <path
+       d="m321.218,257.555c15.516-20.46 23.717-44.881 23.717-70.624 0-31.563-12.379-61.151-34.857-83.314-22.474-22.158-52.261-34.124-83.828-33.668-30.591,0.433-59.412,12.708-81.154,34.564-21.741,21.855-33.867,50.741-34.145,81.335-0.238,26.228 8.011,51.088 23.855,71.894 25.721,33.776 39.887,75.149 39.887,116.498v45.244c0,20.069 16.327,36.396 36.396,36.396h33.854c20.069,0 36.396-16.328 36.396-36.396v-45.241c0.001-41.806 13.691-82.157 39.879-116.688zm-174.478-8.9c-13.808-18.132-20.997-39.803-20.79-62.67 0.499-54.935 45.588-100.26 100.512-101.037 27.553-0.37 53.493,10.035 73.084,29.352 19.597,19.321 30.389,45.116 30.389,72.632 0,22.442-7.147,43.729-20.669,61.56-27.593,36.385-42.45,78.833-43.058,122.93h-76.536c-0.627-43.669-15.817-87.161-42.932-122.767zm42.953,165.746v-6.072l76.647,8.781v2.374c0,1.25-0.13,2.468-0.336,3.659l-76.311-8.742zm0-21.17v-6.809h76.647v15.59l-76.647-8.781zm21.396,47.65c-8.057,0-15.082-4.48-18.731-11.077l64.567,7.397c-3.421,2.321-7.545,3.679-11.981,3.679h-33.855z"
+       id="path6"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m153.776,198.213c-0.585-3.925-0.864-7.957-0.827-11.983 0.038-4.142-3.289-7.53-7.431-7.568-4.114-0.036-7.53,3.289-7.568,7.431-0.044,4.81 0.289,9.632 0.99,14.333 0.555,3.722 3.755,6.395 7.409,6.395 0.368,0 0.741-0.027 1.116-0.083 4.096-0.612 6.922-4.428 6.311-8.525z"
+       id="path8"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m197.913,312.135c0.776,0 1.566-0.122 2.344-0.377 3.935-1.294 6.076-5.533 4.782-9.467-8.312-25.277-20.7-48.827-36.82-69.994-2.664-3.499-5.025-7.226-7.016-11.079-1.902-3.68-6.427-5.12-10.107-3.218-3.679,1.902-5.12,6.427-3.218,10.107 2.39,4.622 5.218,9.089 8.408,13.278 15.106,19.836 26.715,41.904 34.504,65.591 1.038,3.157 3.971,5.159 7.123,5.159z"
+       id="path10"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m306.746,212.613c-3.804-1.639-8.217,0.117-9.855,3.921-2.376,5.518-5.451,10.781-9.139,15.643-2.503,3.3-1.856,8.005 1.444,10.508 1.355,1.028 2.947,1.524 4.526,1.524 2.267,0 4.507-1.023 5.982-2.969 4.419-5.827 8.107-12.143 10.963-18.772 1.639-3.804-0.116-8.217-3.921-9.855z"
+       id="path12"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m227.941,111.938c41.352,0 74.994,33.643 74.994,74.995 0,2.351-0.108,4.72-0.321,7.041-0.378,4.125 2.658,7.775 6.783,8.154 0.233,0.021 0.464,0.032 0.694,0.032 3.833,0 7.103-2.923 7.46-6.815 0.254-2.775 0.384-5.605 0.384-8.412 0-49.623-40.371-89.995-89.994-89.995-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5z"
+       id="path14"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m227.941,57c4.142,0 7.5-3.358 7.5-7.5v-42c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v42c0,4.142 3.358,7.5 7.5,7.5z"
+       id="path16"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m152.065,71.82c1.39,2.407 3.91,3.752 6.502,3.752 1.272,0 2.562-0.324 3.743-1.006 3.587-2.071 4.817-6.658 2.746-10.245l-20.99-36.36c-2.072-3.588-6.658-4.817-10.245-2.746-3.587,2.071-4.817,6.658-2.746,10.245l20.99,36.36z"
+       id="path18"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m388.22,272.115l-36.36-20.99c-3.588-2.072-8.175-0.842-10.245,2.746-2.071,3.587-0.842,8.174 2.746,10.245l36.36,20.99c1.181,0.682 2.47,1.006 3.743,1.006 2.592,0 5.113-1.346 6.502-3.752 2.071-3.587 0.841-8.174-2.746-10.245z"
+       id="path20"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m67.661,104.366l36.36,20.99c1.181,0.682 2.47,1.006 3.743,1.006 2.592,0 5.113-1.346 6.502-3.752 2.071-3.587 0.842-8.174-2.746-10.245l-36.36-20.99c-3.587-2.072-8.174-0.842-10.245,2.746-2.071,3.587-0.842,8.173 2.746,10.245z"
+       id="path22"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m408.68,180.74h-42c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h42c4.142,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5z"
+       id="path24"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m96.7,188.24c0-4.142-3.358-7.5-7.5-7.5h-42c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h42c4.143,0 7.5-3.358 7.5-7.5z"
+       id="path26"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m348.117,126.362c1.272,0 2.562-0.324 3.743-1.006l36.36-20.99c3.587-2.071 4.817-6.658 2.746-10.245-2.071-3.587-6.659-4.817-10.245-2.746l-36.36,20.99c-3.587,2.071-4.817,6.658-2.746,10.245 1.389,2.406 3.911,3.752 6.502,3.752z"
+       id="path28"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m104.021,251.125l-36.36,20.99c-3.587,2.071-4.817,6.658-2.746,10.245 1.389,2.406 3.91,3.752 6.502,3.752 1.272,0 2.562-0.324 3.743-1.006l36.36-20.99c3.587-2.071 4.817-6.658 2.746-10.245-2.07-3.588-6.66-4.817-10.245-2.746z"
+       id="path30"
+       style="fill:#96928b;fill-opacity:1" />
+    <path
+       d="m293.571,74.566c1.181,0.682 2.47,1.006 3.743,1.006 2.592,0 5.113-1.346 6.502-3.752l20.99-36.36c2.071-3.587 0.841-8.174-2.746-10.245-3.586-2.071-8.174-0.842-10.245,2.746l-20.99,36.36c-2.071,3.587-0.841,8.174 2.746,10.245z"
+       id="path32"
+       style="fill:#96928b;fill-opacity:1" />
+  </g>
+</svg>
diff --git a/edumed/static/img/menu/svg/olimpiada_active.svg b/edumed/static/img/menu/svg/olimpiada_active.svg
new file mode 100644 (file)
index 0000000..c5b390f
--- /dev/null
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   viewBox="0 0 455.881 455.881"
+   enable-background="new 0 0 455.881 455.881"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="olimpiada.svg">
+  <metadata
+     id="metadata38">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs36" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="711"
+     inkscape:window-height="480"
+     id="namedview34"
+     showgrid="false"
+     inkscape:zoom="0.51767894"
+     inkscape:cx="227.94051"
+     inkscape:cy="227.94051"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <g
+     id="g4"
+     style="fill:#ed7831;fill-opacity:1">
+    <path
+       d="m321.218,257.555c15.516-20.46 23.717-44.881 23.717-70.624 0-31.563-12.379-61.151-34.857-83.314-22.474-22.158-52.261-34.124-83.828-33.668-30.591,0.433-59.412,12.708-81.154,34.564-21.741,21.855-33.867,50.741-34.145,81.335-0.238,26.228 8.011,51.088 23.855,71.894 25.721,33.776 39.887,75.149 39.887,116.498v45.244c0,20.069 16.327,36.396 36.396,36.396h33.854c20.069,0 36.396-16.328 36.396-36.396v-45.241c0.001-41.806 13.691-82.157 39.879-116.688zm-174.478-8.9c-13.808-18.132-20.997-39.803-20.79-62.67 0.499-54.935 45.588-100.26 100.512-101.037 27.553-0.37 53.493,10.035 73.084,29.352 19.597,19.321 30.389,45.116 30.389,72.632 0,22.442-7.147,43.729-20.669,61.56-27.593,36.385-42.45,78.833-43.058,122.93h-76.536c-0.627-43.669-15.817-87.161-42.932-122.767zm42.953,165.746v-6.072l76.647,8.781v2.374c0,1.25-0.13,2.468-0.336,3.659l-76.311-8.742zm0-21.17v-6.809h76.647v15.59l-76.647-8.781zm21.396,47.65c-8.057,0-15.082-4.48-18.731-11.077l64.567,7.397c-3.421,2.321-7.545,3.679-11.981,3.679h-33.855z"
+       id="path6"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m153.776,198.213c-0.585-3.925-0.864-7.957-0.827-11.983 0.038-4.142-3.289-7.53-7.431-7.568-4.114-0.036-7.53,3.289-7.568,7.431-0.044,4.81 0.289,9.632 0.99,14.333 0.555,3.722 3.755,6.395 7.409,6.395 0.368,0 0.741-0.027 1.116-0.083 4.096-0.612 6.922-4.428 6.311-8.525z"
+       id="path8"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m197.913,312.135c0.776,0 1.566-0.122 2.344-0.377 3.935-1.294 6.076-5.533 4.782-9.467-8.312-25.277-20.7-48.827-36.82-69.994-2.664-3.499-5.025-7.226-7.016-11.079-1.902-3.68-6.427-5.12-10.107-3.218-3.679,1.902-5.12,6.427-3.218,10.107 2.39,4.622 5.218,9.089 8.408,13.278 15.106,19.836 26.715,41.904 34.504,65.591 1.038,3.157 3.971,5.159 7.123,5.159z"
+       id="path10"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m306.746,212.613c-3.804-1.639-8.217,0.117-9.855,3.921-2.376,5.518-5.451,10.781-9.139,15.643-2.503,3.3-1.856,8.005 1.444,10.508 1.355,1.028 2.947,1.524 4.526,1.524 2.267,0 4.507-1.023 5.982-2.969 4.419-5.827 8.107-12.143 10.963-18.772 1.639-3.804-0.116-8.217-3.921-9.855z"
+       id="path12"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m227.941,111.938c41.352,0 74.994,33.643 74.994,74.995 0,2.351-0.108,4.72-0.321,7.041-0.378,4.125 2.658,7.775 6.783,8.154 0.233,0.021 0.464,0.032 0.694,0.032 3.833,0 7.103-2.923 7.46-6.815 0.254-2.775 0.384-5.605 0.384-8.412 0-49.623-40.371-89.995-89.994-89.995-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5z"
+       id="path14"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m227.941,57c4.142,0 7.5-3.358 7.5-7.5v-42c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v42c0,4.142 3.358,7.5 7.5,7.5z"
+       id="path16"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m152.065,71.82c1.39,2.407 3.91,3.752 6.502,3.752 1.272,0 2.562-0.324 3.743-1.006 3.587-2.071 4.817-6.658 2.746-10.245l-20.99-36.36c-2.072-3.588-6.658-4.817-10.245-2.746-3.587,2.071-4.817,6.658-2.746,10.245l20.99,36.36z"
+       id="path18"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m388.22,272.115l-36.36-20.99c-3.588-2.072-8.175-0.842-10.245,2.746-2.071,3.587-0.842,8.174 2.746,10.245l36.36,20.99c1.181,0.682 2.47,1.006 3.743,1.006 2.592,0 5.113-1.346 6.502-3.752 2.071-3.587 0.841-8.174-2.746-10.245z"
+       id="path20"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m67.661,104.366l36.36,20.99c1.181,0.682 2.47,1.006 3.743,1.006 2.592,0 5.113-1.346 6.502-3.752 2.071-3.587 0.842-8.174-2.746-10.245l-36.36-20.99c-3.587-2.072-8.174-0.842-10.245,2.746-2.071,3.587-0.842,8.173 2.746,10.245z"
+       id="path22"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m408.68,180.74h-42c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h42c4.142,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5z"
+       id="path24"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m96.7,188.24c0-4.142-3.358-7.5-7.5-7.5h-42c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h42c4.143,0 7.5-3.358 7.5-7.5z"
+       id="path26"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m348.117,126.362c1.272,0 2.562-0.324 3.743-1.006l36.36-20.99c3.587-2.071 4.817-6.658 2.746-10.245-2.071-3.587-6.659-4.817-10.245-2.746l-36.36,20.99c-3.587,2.071-4.817,6.658-2.746,10.245 1.389,2.406 3.911,3.752 6.502,3.752z"
+       id="path28"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m104.021,251.125l-36.36,20.99c-3.587,2.071-4.817,6.658-2.746,10.245 1.389,2.406 3.91,3.752 6.502,3.752 1.272,0 2.562-0.324 3.743-1.006l36.36-20.99c3.587-2.071 4.817-6.658 2.746-10.245-2.07-3.588-6.66-4.817-10.245-2.746z"
+       id="path30"
+       style="fill:#ed7831;fill-opacity:1" />
+    <path
+       d="m293.571,74.566c1.181,0.682 2.47,1.006 3.743,1.006 2.592,0 5.113-1.346 6.502-3.752l20.99-36.36c2.071-3.587 0.841-8.174-2.746-10.245-3.586-2.071-8.174-0.842-10.245,2.746l-20.99,36.36c-2.071,3.587-0.841,8.174 2.746,10.245z"
+       id="path32"
+       style="fill:#ed7831;fill-opacity:1" />
+  </g>
+</svg>
diff --git a/edumed/static/img/menu/szkolenia.png b/edumed/static/img/menu/szkolenia.png
deleted file mode 100644 (file)
index 97f8362..0000000
Binary files a/edumed/static/img/menu/szkolenia.png and /dev/null differ
diff --git a/edumed/static/img/menu/szkolenia_active.png b/edumed/static/img/menu/szkolenia_active.png
deleted file mode 100644 (file)
index 271eb8a..0000000
Binary files a/edumed/static/img/menu/szkolenia_active.png and /dev/null differ
diff --git a/edumed/static/img/menu/wesprzyj.png b/edumed/static/img/menu/wesprzyj.png
deleted file mode 100644 (file)
index 5182a12..0000000
Binary files a/edumed/static/img/menu/wesprzyj.png and /dev/null differ
diff --git a/edumed/static/img/menu/wesprzyj_active.png b/edumed/static/img/menu/wesprzyj_active.png
deleted file mode 100644 (file)
index 0402b9f..0000000
Binary files a/edumed/static/img/menu/wesprzyj_active.png and /dev/null differ
diff --git a/edumed/static/img/menu/wspolpraca.png b/edumed/static/img/menu/wspolpraca.png
deleted file mode 100644 (file)
index af1aa43..0000000
Binary files a/edumed/static/img/menu/wspolpraca.png and /dev/null differ
diff --git a/edumed/static/img/menu/wspolpraca_active.png b/edumed/static/img/menu/wspolpraca_active.png
deleted file mode 100644 (file)
index e849d30..0000000
Binary files a/edumed/static/img/menu/wspolpraca_active.png and /dev/null differ
index 96641ad..6f1341d 100644 (file)
@@ -7,12 +7,11 @@
 
 {% block top_navigation %}
     <li><a class="menu-lekcje" href="{% url "catalogue_lessons" %}">Lekcje</a></li>
-    {% comment %}<li><a class="menu-wspolpraca" href="{% url "info" "wspolpraca/" %}">Współpraca</a></li>{% endcomment %}
     <li><a class="menu-kompetencje" href="{% url "curriculum" %}">Kompetencje</a></li>
-    <li><a class="menu-szkolenia" href="https://olimpiadacyfrowa.pl">Olimpiada</a></li>
-    <li><a class="menu-o-nas" href="{% url "info" "dlatrenera/" %}">Dla trenera</a></li>
-    <li><a class="menu-wesprzyj" href="{% url "info" "wesprzyj/" %}">Wesprzyj nas</a></li>
-    <li><a class="menu-kontakt" href="{% url "info" "o-nas/" %}">O projekcie</a></li>
+    <li><a class="menu-olimpiada" href="https://olimpiadacyfrowa.pl">Olimpiada</a></li>
+    <li><a class="menu-trener" href="{% url "info" "dlatrenera/" %}">Dla trenera</a></li>
+    <li><a class="menu-kurs" href="http://kurs.edukacjamedialna.edu.pl">Dla ucznia</a></li>
+    <li><a class="menu-o-nas" href="{% url "info" "o-nas/" %}">O projekcie</a></li>
 {% endblock %}
 
 {% block sponsors %}
@@ -22,3 +21,7 @@
 {% block extra_script %}
     {% compressed_js 'base' %}
 {% endblock %}
+
+{% block copyrights %}
+    <p>Ikonki w menu: <a href="http://www.flaticon.com/authors/freepik">Designed by Freepik and distributed by Flaticon</a></p>
+{% endblock %}
\ No newline at end of file