WCAG 1.4.3 - pracovnici

pull/42/head
pepinno 1 year ago
parent e428068ad2
commit 2ceb123bc7

@ -2,7 +2,7 @@
title = "Katedra" title = "Katedra"
[extra] [extra]
color = "#B48EAD" color = "#896c84"
nav_title_left = "O katedře" nav_title_left = "O katedře"
nav_title_right = "Důležité informace" nav_title_right = "Důležité informace"
heading = "Katedra informačních technologií a technické výchovy (KITTV)" heading = "Katedra informačních technologií a technické výchovy (KITTV)"

@ -4,7 +4,7 @@ weight = 4
[extra] [extra]
group = "vedeni" group = "vedeni"
color = "#B48EAD" color = "#896c84"
role = "Kontaktní osoba pro studenty se speciálními potřebami" role = "Kontaktní osoba pro studenty se speciálními potřebami"
email = "eva.battistova@pedf.cuni.cz" email = "eva.battistova@pedf.cuni.cz"
phone = "+420 221 900 141" phone = "+420 221 900 141"

@ -4,7 +4,7 @@ weight = 1
[extra] [extra]
group = "vedeni" group = "vedeni"
color = "#B48EAD" color = "#896c84"
role = "Vedoucí katedry" role = "Vedoucí katedry"
email = "jiri.stipek@pedf.cuni.cz" email = "jiri.stipek@pedf.cuni.cz"
phone = "+420 221 900 327" phone = "+420 221 900 327"

@ -4,7 +4,7 @@ weight = 3
[extra] [extra]
group = "vedeni" group = "vedeni"
color = "#B48EAD" color = "#896c84"
role = "Tajemnice katedry" role = "Tajemnice katedry"
email = "petra.vankova@pedf.cuni.cz" email = "petra.vankova@pedf.cuni.cz"
phone = "+420 221 900 140" phone = "+420 221 900 140"

@ -331,7 +331,7 @@ main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.role { color: #81a1c1 } .role { color: #5c738b}
.other { .other {
display: flex; display: flex;

@ -140,7 +140,7 @@
{% if page.extra.color %} {% if page.extra.color %}
style="--color: {{ page.extra.color }}" style="--color: {{ page.extra.color }}"
{% else %} {% else %}
style="--color: #81A1C1" style="--color: #5c738b"
{% endif %} {% endif %}
> >
{{ macro::profile_picture(profile=page) }} {{ macro::profile_picture(profile=page) }}

Loading…
Cancel
Save