Skip to content

Commit

Permalink
fix: add download button
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Jan 7, 2025
1 parent 98d727a commit 04d54f5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
16 changes: 15 additions & 1 deletion src/pages/en/get-involved/makers-empowerment-hubs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ images:
- images/makers-empowerment-hubs/makers_empowerment_hubs_header.jpg
---

import {
ButtonLink,
} from "@components";

Despite the war, Ukrainian makers continue to innovate and "make" - they are keen to con-tribute to the development and further recovery of Ukraine. Makerspaces in Ukrainian towns and cities have the potential to act as hubs for innovation and local development. However, often they lack the means to unleash their full potential, like resources, specific skills, or relia-ble local partner networks.

The Makers Empowerment Hubs program aims to empower makerspaces to realize their full potential to contribute to local development within their communities. The program supports makerspaces with the necessary resources, networking, and skill development. The program consists of two interlinked components:
Expand All @@ -21,7 +25,17 @@ During the funded period the makerspace is supported by a community manager and
## Application
As soon as enough applications meeting the eligibility criteria and quality criteria have been received, we will close the application.

**Application is currently (Closed/open)**
<div class="flex flex-col items-center justify-center w-full mt-8">
<ButtonLink
target={"/makers-empowerment-hubs/Application_Guide.pdf"}
className={"not-prose"}
caption={"Download Application Guide"}
variant={"dark"}
newTab={true}
/>
<p class="font-bold">Application is currently <span class="text-tolo-green">open</span></p>
</div>


Please download application form and send it to [[email protected]](mailto:[email protected]).

Expand Down
15 changes: 14 additions & 1 deletion src/pages/ua/get-involved/makers-empowerment-hubs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ images:
- images/makers-empowerment-hubs/makers_empowerment_hubs_header.jpg
---

import {
ButtonLink,
} from "@components";

Попри війну, українські мейкери продовжують творити та впроваджувати інновації, прагнучи зробити свій внесок у розвиток та подальше відновлення України. Мейкерспейси у містах та містечках можуть стати ключовими осередками місцевих інновацій і відновлення. Однак часто нестача таких ресурсів, як фінанси, спеціалізовані навички та відсутність мережі надійних партнерств у громаді, може обмежувати їхній розвиток.

Програма Хаби Розвитку Мейкерства має на меті допомогти мейкерспейсам реалізувати свій потенціал і сприяти розвитку їхніх громад. Вона надає мейкерспейсам необхідні ресурси, можливості для налагодження контактів і розвитку навичок. Програма складається з двох взаємопов’язаних частин:
Expand All @@ -20,7 +24,16 @@ images:
## Подання заявок
Як тільки буде отримано достатню кількість заявок, що відповідають вимогам, прийом заявок буде завершено.

**Конкурс наразі (Закритий/Відкритий)**
<div class="flex flex-col items-center justify-center w-full mt-8">
<ButtonLink
target={"/makers-empowerment-hubs/Application_Guide_UA.pdf"}
className={"not-prose"}
caption={"Download Application Guide"}
variant={"dark"}
newTab={true}
/>
<p class="font-bold">Конкурс наразі <span class="text-tolo-green">Відкритий</span></p>
</div>

Будь ласка, завантажте і заповніть форму заявки та надішліть її на адресу [[email protected]](mailto:[email protected]).

Expand Down

0 comments on commit 04d54f5

Please sign in to comment.