From a51dab74505cffa769c7fcfb5c16da9eb10aa71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Tue, 5 Dec 2023 16:04:35 +0100 Subject: [PATCH] fix: ua disclaimer in academy index --- src/layouts/AcademyIndex.astro | 114 +++++++++++++++++++++++++-------- 1 file changed, 87 insertions(+), 27 deletions(-) diff --git a/src/layouts/AcademyIndex.astro b/src/layouts/AcademyIndex.astro index b7fd7947..4970f56e 100644 --- a/src/layouts/AcademyIndex.astro +++ b/src/layouts/AcademyIndex.astro @@ -14,33 +14,93 @@ const localeFromUrl = LanguageUtils.getLocaleFromUrl(Astro.url, baseUrl);
-

Aims of the basic learning modules

-

- The basic learning modules are intended to introduce various topics - related to the use of fab labs. Their main purpose is to spark interest in - their use, to demonstrate potential applications and to teach basic - application skills. Since every Fab Lab, every device and every software - is different, no device- or lab-specific knowledge is provided, but rather - general basic knowledge. Furthermore, it is not the goal to teach detailed - practical knowledge - rather, the basic knowledge from these learning - modules serves as preparation for practical workshops that are typically - offered in fab labs. -

-

Background

-

- The basic learning modules were developed by Hamburg Innovation GmbH as an - open educational resource and further developed and revised for use on the - TOLOCAR.org website as part of the TOLOCAR project and supplemented with - an English and Ukrainian version (TOLOCAR is a project funded by the - German government @bmz_bund and implemented by GIZ). Author of the texts - is Oskar Lidtke, freelance engineer, product designer and lecturer, - founding member of Fab City Hamburg e.V. association and operator of the project Orcular - for further license information see the section below. -

+ { + localeFromUrl === "ua" ? ( + <> +

Цілі базових навчальних модулів

+

+ Мета базових навчальних модулів — привернути увагу до різних тем, + пов’язаних із роботою фаблабів. Насамперед вони покликані пробудити + інтерес до їх використання, показати потенціал їх застосування та + передати головні відомості про такі застосування. +

+ +

+ Оскільки кожен фаблаб, кожен прилад та кожне програмне забезпечення + відрізняються одне від одного, тут представлена не специфічна + інформація щодо конкретних приладів чи майстерень, а радше загальні + основи. До того ж ціллю не є детально передати якісь практичні + навички — натомість базова інформація цих навчальних модулів + покликана підготувати до практичних воркшопів, які зазвичай + проводяться у фаблабах. +

+ +

Довідка

+ +

+ Основні навчальні модулі були розроблені компанією Hamburg + Innovation GmbH як відкритий освітній ресурс, а потім доопрацьовані + та адаптовані для використання на веб-сайті + TOLOCAR.org у рамках проекту + TOLOCAR і доповнені англійською та українською версіями (TOLOCAR — + це проект, що фінансується урядом Німеччини @bmz_bund і виконується + GIZ). +
+ Автор тексту — Оскар Лідтке (Oskar Lidtke), самозайнятий інженер, + розробник продуктів та викладач, також член-засновник{" "} + + Fab City Hamburg e.V. associatio + {" "} + та оператор проєкту{" "} + + Orcular + {" "} + — вся інформація тут:{" "} + + Readme UA + + . +

+ + ) : ( + <> +

Aims of the basic learning modules

+

+ The basic learning modules are intended to introduce various topics + related to the use of fab labs. Their main purpose is to spark + interest in their use, to demonstrate potential applications and to + teach basic application skills. Since every Fab Lab, every device + and every software is different, no device- or lab-specific + knowledge is provided, but rather general basic knowledge. + Furthermore, it is not the goal to teach detailed practical + knowledge - rather, the basic knowledge from these learning modules + serves as preparation for practical workshops that are typically + offered in fab labs. +

+

Background

+

+ The basic learning modules were developed by Hamburg Innovation GmbH + as an open educational resource and further developed and revised + for use on the TOLOCAR.org website as part of the TOLOCAR project + and supplemented with an English and Ukrainian version (TOLOCAR is a + project funded by the German government @bmz_bund and implemented by + GIZ). Author of the texts is Oskar Lidtke, freelance engineer, + product designer and lecturer, founding member of{" "} + + Fab City Hamburg e.V. association + {" "} + and operator of the project{" "} + + Orcular + {" "} + - for further license information see the section below. +

+ + ) + }