From ba090c2a39746957e76f6bb291946b684f3f9016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Fri, 15 Dec 2023 14:38:35 +0100 Subject: [PATCH] fix: ua timeline --- src/assets/award/award-timeline-ua.svg | 33 ++++++++++++++++++++++++++ src/pages/en/jobs.mdx | 2 +- src/pages/en/legal.mdx | 2 +- src/pages/en/makersinnovationaward.mdx | 2 +- src/pages/en/privacy.mdx | 2 +- src/pages/ua/legal.mdx | 2 +- src/pages/ua/makersinnovationaward.mdx | 6 ++--- 7 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 src/assets/award/award-timeline-ua.svg diff --git a/src/assets/award/award-timeline-ua.svg b/src/assets/award/award-timeline-ua.svg new file mode 100644 index 00000000..77cde94d --- /dev/null +++ b/src/assets/award/award-timeline-ua.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/en/jobs.mdx b/src/pages/en/jobs.mdx index 910fecde..80cb2a62 100644 --- a/src/pages/en/jobs.mdx +++ b/src/pages/en/jobs.mdx @@ -1,6 +1,6 @@ --- layout: "@layouts/BaseLayout.astro" -title: Jobs – Tolocar Project +title: Jobs footerGrey: true darkNavigation: true --- diff --git a/src/pages/en/legal.mdx b/src/pages/en/legal.mdx index 1b874770..02f390c0 100644 --- a/src/pages/en/legal.mdx +++ b/src/pages/en/legal.mdx @@ -1,6 +1,6 @@ --- layout: "@layouts/BaseLayout.astro" -title: Legal Notice – Tolocar Project +title: Legal Notice footerGrey: true darkNavigation: true --- diff --git a/src/pages/en/makersinnovationaward.mdx b/src/pages/en/makersinnovationaward.mdx index ce100c52..ae28f6c6 100644 --- a/src/pages/en/makersinnovationaward.mdx +++ b/src/pages/en/makersinnovationaward.mdx @@ -1,6 +1,6 @@ --- layout: "@layouts/AwardsLayout.astro" -title: Makers Innovation Award – Tolocar Project +title: Makers Innovation Award footerGrey: false --- diff --git a/src/pages/en/privacy.mdx b/src/pages/en/privacy.mdx index badbdbe4..fecbf371 100644 --- a/src/pages/en/privacy.mdx +++ b/src/pages/en/privacy.mdx @@ -1,6 +1,6 @@ --- layout: "@layouts/BaseLayout.astro" -title: Privacy Notice – Tolocar Project +title: Privacy Notice footerGrey: true darkNavigation: true --- diff --git a/src/pages/ua/legal.mdx b/src/pages/ua/legal.mdx index 1b874770..02f390c0 100644 --- a/src/pages/ua/legal.mdx +++ b/src/pages/ua/legal.mdx @@ -1,6 +1,6 @@ --- layout: "@layouts/BaseLayout.astro" -title: Legal Notice – Tolocar Project +title: Legal Notice footerGrey: true darkNavigation: true --- diff --git a/src/pages/ua/makersinnovationaward.mdx b/src/pages/ua/makersinnovationaward.mdx index 4c6e001c..4d4b25dc 100644 --- a/src/pages/ua/makersinnovationaward.mdx +++ b/src/pages/ua/makersinnovationaward.mdx @@ -1,6 +1,6 @@ --- layout: "@layouts/AwardsLayout.astro" -title: Нагорода “Інновації Мейкерів” – Tolocar Project +title: Нагорода “Інновації Мейкерів” footerGrey: false --- @@ -11,7 +11,7 @@ import { ButtonLink, InfoItem, } from "@components"; -import { ReactComponent as Timeline } from "@assets/award/award-timeline.svg"; +import { ReactComponent as TimelineUa } from "@assets/award/award-timeline-ua.svg"; import { ReactComponent as SubmitImageUa } from "@assets/award/submit-ideas-ua.svg";
- +