From 98bd6ea34fb1b7588064406f82c444594b060317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Mon, 15 Apr 2024 11:28:54 +0200 Subject: [PATCH] design: more fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make menu and language toggle bold * Make main navigation items bold * Add Euro-sign € to rent price * Fix overflow issue for long words on small screens --- _data/cssCacheBust.yml | 2 +- _data/navigationItems.yml | 2 ++ _includes/navigation.vto | 2 +- collaborate.md | 2 +- en/collaborate.md | 2 +- styles.css | 6 ++++++ 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_data/cssCacheBust.yml b/_data/cssCacheBust.yml index 562aa8d..6e19524 100644 --- a/_data/cssCacheBust.yml +++ b/_data/cssCacheBust.yml @@ -1 +1 @@ -'?v=2' +'?v=3' diff --git a/_data/navigationItems.yml b/_data/navigationItems.yml index ae20b09..6504b4f 100644 --- a/_data/navigationItems.yml +++ b/_data/navigationItems.yml @@ -27,7 +27,9 @@ en: imprint de: Impressum link: /imprint + slight: true - text: en: privacy policy de: Datenschutz link: /privacy-policy + slight: true diff --git a/_includes/navigation.vto b/_includes/navigation.vto index 8f33d11..44fef93 100644 --- a/_includes/navigation.vto +++ b/_includes/navigation.vto @@ -12,7 +12,7 @@ {{ else }}
  • {{ item.text[language.slug] }}
  • diff --git a/collaborate.md b/collaborate.md index 79dbaac..a201a52 100644 --- a/collaborate.md +++ b/collaborate.md @@ -9,7 +9,7 @@ Suchst du einen Raum, um eigene Projekte wie Workshops, Veranstaltungen oder Rel Vielleicht hast du auch Interesse daran, gemeinsam mit uns ein Projekt oder eine Veranstaltung zu organisieren. -Du hast auch die Option, einen Platz in unserer Werkstatt, im Büro oder im Atelier für 180,- im Monat zu mieten und Teil unseres Kollektivs werden. Wir möchten unseren Kreis erweitern und suchen nach weiteren Gleichgesinnten, die Lust haben, sich mit ihren eigenen Projekten einzubringen. Unser solidarisches Finanzierungskonzept sorgt dafür, dass die Kosten fair aufgeteilt werden. +Du hast auch die Option, einen Platz in unserer Werkstatt, im Büro oder im Atelier für €180,- im Monat zu mieten und Teil unseres Kollektivs werden. Wir möchten unseren Kreis erweitern und suchen nach weiteren Gleichgesinnten, die Lust haben, sich mit ihren eigenen Projekten einzubringen. Unser solidarisches Finanzierungskonzept sorgt dafür, dass die Kosten fair aufgeteilt werden. Außerdem stehen bei uns Workshops und Unterricht im Bereich Malerei, Stickerei, Näherei, Holzarbeit, ein Repaircafé und Cryptopartys zur Verfügung. diff --git a/en/collaborate.md b/en/collaborate.md index 6264178..33142af 100644 --- a/en/collaborate.md +++ b/en/collaborate.md @@ -9,7 +9,7 @@ Are you looking for a space to realize your own projects such as workshops, even Perhaps you are interested in a project/event collaboration with us? -You also have the option to rent a work space in our wood and metal shop, office, or studio for 180 per month and become part of our collective. We aim to expand our circle and are seeking like-minded people who are eager to contribute with their own creative projects. Our solidarity- based finance concept ensures that costs are fairly distributed. +You also have the option to rent a work space in our wood and metal shop, office, or studio for 180€ per month and become part of our collective. We aim to expand our circle and are seeking like-minded people who are eager to contribute with their own creative projects. Our solidarity- based finance concept ensures that costs are fairly distributed. Additionally, we offer workshops and classes in painting, embroidery, sewing, woodwork, a repair café and cryptoparties. diff --git a/styles.css b/styles.css index 96fb937..be5a232 100644 --- a/styles.css +++ b/styles.css @@ -185,6 +185,7 @@ h4 { display: flex; align-items: stretch; justify-content: space-between; + font-weight: bold; } .mi-nav--toggle { @@ -311,6 +312,10 @@ h4 { text-decoration: none; } +.mi-nav--link_slight { + font-weight: normal; +} + .mi-nav--link:before { display: inline-block; content: '__'; @@ -327,6 +332,7 @@ h4 { flex-grow: 0; position: relative; margin-bottom: var(--box-padding); + hyphens: auto; } .mi-main a,