Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resources section to works councils page #211

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _i18n/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,8 @@ de:
press:
mentions: Pressespiegel
inquiry: Bitte kontaktieren Sie uns für Presseanfragen hier

resources_title: Weitere Informationen
resources:
- title: Betriebliche Mitbestimmung in Deutschland (dgb.de, Deutsch) (PDF, 88 kB)
url: https://www.dgb.de/betriebsratswahl/++co++e9733274-70c9-11ed-9742-001a4a160123
5 changes: 5 additions & 0 deletions _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@ en:
press:
mentions: Press mentions
inquiry: For Press inquiries contact us at

resources_title: Resources
resources:
- title: Co-determination at workplace level in Germany (DGB, English) (PDF, 99 kB)
url: https://www.dgb.de/betriebsratswahl/++co++336914b0-70b7-11ed-bfe8-001a4a160123
9 changes: 6 additions & 3 deletions _i18n/pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ connect:
info: informacje kontaktowe
title: Dołącz do naszej społeczności
email: Adres e-mail
info:
title:
name:
public_link:
company:
Expand All @@ -32,7 +30,7 @@ global:

accessibility:
title: Dostępność
summary: Nieustannie pracujemy nad tym, by Berlin Tech Workers Collective było jak najbardziej dostępne. Staramy się, by spotkania odbywały się w miejscach dostępnych dla wózków inwalidzkich, bez dymu, za to z opieką dla dzieci oraz krótkim czasem trwania. Aby każdy mógł się odpowiednio przygotować, przed spotkaniami udostępniamy informacje o lokalizacji, łącznie z opisem wejścia, oświetlenia i poziomu hałasu, oraz zasadach dotyczących psów i psów-przewodników. Jeśli masz opinie lub sugestie dotyczące dostępności naszych spotkań, strony lub działań, napisz do nas na <email>
summary: Nieustannie pracujemy nad tym, by Berlin Tech Workers Collective było jak najbardziej dostępne. Staramy się, by spotkania odbywały się w miejscach dostępnych dla wózków inwalidzkich, bez dymu, za to z opieką dla dzieci oraz krótkim czasem trwania. Aby każdy mógł się odpowiednio przygotować, przed spotkaniami udostępniamy informacje o lokalizacji, łącznie z opisem wejścia, oświetlenia i poziomu hałasu, oraz zasadach dotyczących psów i psów-przewodników. Jeśli masz opinie lub sugestie dotyczące dostępności naszych spotkań, strony lub działań, napisz do nas na <a rel="noopener noreferrer" target="_blank" href="mailto:[email protected]">[email protected]</a>.

pl:
time:
Expand All @@ -54,3 +52,8 @@ pl:
- czwartek
- piątek
- sobota

resources_title: Informacje dodatkowe
resources:
- title: Współdecydowanie w miejscu pracy w Niemczech (DGB.de, Polski) (PDF, 91kb 
url: https://www.dgb.de/betriebsratswahl/++co++9455f896-70b8-11ed-8c18-001a4a160123
5 changes: 5 additions & 0 deletions _i18n/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,8 @@ ru:
press:
mentions: Пресса о нас
inquiry: "Для прессы: вы можете связаться с нами здесь"

resources_title: Дополнительная информация
resources:
- title: Участие в управлении предприятием в Германии (dgb.de, Русский) (PDF, 107 
url: https://www.dgb.de/betriebsratswahl/++co++61455364-70ba-11ed-9839-001a4a160123
34 changes: 34 additions & 0 deletions _includes/resources.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<ul
class="list -no-list-style l-stack -vertical"
style="--stack-spacing: 1.5rem"
role="list"
>
{% assign resources = site.translations[site.lang].resources %}
{% for resource in resources %}
<li>
<article class="event-card">
<svg
focusable="false"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 24 24"
class="event-card__icon"
style="enable-background:new 0 0 24 24;"
xml:space="preserve"
>
<path d="M2 15.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13.5zM8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z" />
</svg>
<div
class="event-card__info-column l-stack -vertical"
style="--stack-spacing: 0.25rem"
>
<h3 class="event-card__title ">
<a href="{{ resource.url }}" class="event-card__link">{{ resource.title }}</a>
</h3>
</div>
</article>
</li>
{% endfor %}
</ul>
7 changes: 6 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,24 @@ permalink: /
{% t home.events.summary | safe %}

{% include events.html limit=5 %}

</section>

<section class="titled-block" aria-labelledby="hl-news">
<h2 id="hl-news">{% t home.news.title %}</h2>
{% include news.html limit=3 %}
</section>


<section class="titled-block" aria-labelledby="hl-links">
<h2 id="hl-links">{% t connect.title %}</h2>
{% include links.html %}
</section>

<section class="titled-block" aria-labelledby="hl-resources">
<h2 id="hl-resources">{% t resources_title %}</h2>
{% include resources.html %}
</section>

<section class="titled-block" aria-labelledby="hl-a11y">
<h2 id="hl-a11y">{% t global.accessibility.title %}</h2>
{% t global.accessibility.summary %}
Expand Down
6 changes: 6 additions & 0 deletions works-councils/works-councils.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ Please check the [Events](/events) section for upcoming times and registration f
Below we collect articles on Works Council activities in Berlin tech companies. In an interview series, we present perspectives and experiences from Works Councillors. If you are a Works Councillor yourself, or know a fellow worker who is, and would be interested taking part, we'd love to hear from you: [[email protected]](mailto:[email protected]).

{% include news.html tags=page.tags %}

<span id="resources" />

## Resources

* [Codetermination in the Workplace in Germany](https://www.dgb.de/betriebsratswahl/++co++97a86fd0-70bb-11ed-865c-001a4a160123) (available in 11 languages)
acao marked this conversation as resolved.
Show resolved Hide resolved