Skip to content
Merged
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
Binary file added public/images/bootcamp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/outdoor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 26 additions & 10 deletions src/pages/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,33 @@ import NewsSlider from "@components/NewsSliderDataWrapper.astro"

<HeroImage />
<SideBySide className="mt-2 mb-20 sm:mt-20">
<HeadlineUnderlined variant={9} className="flex-[2] pt-10 pb-8 sm:py-0">The Tolocar project sends mobile makerspaces into Ukraine to support, train and equip local communities.</HeadlineUnderlined>
<HeadlineUnderlined variant={9} className="flex-[2] pt-10 pb-8 sm:py-0">We believe in the transformative power of “Making” for rebuilding a strong, innovative and sustainable Ukraine</HeadlineUnderlined>
<TextBlock className="flex-[3]">The word "Toloka" stands for a traditional form of solidarity support in Ukraine.
With that in mind, the Tolocar project uses mobile makerspaces equipped with tools, open source hardware machines and consumables to support humanitarian activities in Ukraine.
Various partners work together in different projects like **reconstruction & renovation, open production, knowledge transfer and innovation** to strengthen the community of Ukraine.</TextBlock>
With that in mind, Tolocar empowers communities in Ukraine to help themselves and cope with local challenges. For that, we **support makers throughout the country and employ mobile workshops** to go to the point of need. </TextBlock>
</SideBySide>

<ContentSection id="news">
<NewsSlider headline="News" findAllCaption="Find all news on" />
</ContentSection>

<ContentSection variant="dark">
<div className="bg-white absolute w-full h-40 top-0"/>
<div class="container-width flex lg:justify-end bg-illustration-2-dark bg-no-repeat lg:bg-[position:left_0_top_135px]">
<div class="lg:w-10/12">
<ImageGrid images={["images/outdoor.jpg", "images/cars/bootcamp.jpg"]} caption="Photos: Kateryna Pereverzeva (l), Roman Sakh (r)."/>
<HeadlineUnderlined light variant={3} className="mt-8">What We Do</HeadlineUnderlined>
</div>
</div>
<div className="container-width flex lg:justify-end">
<div className="lg:w-10/12 overflow-hidden lg:grid lg:grid-cols-2 lg:gap-px py-10">
<ImpactListItem tagIcon="chart_network" title="Providing Access" text="We provide access to technology, knowledge and funding to implement brilliant ideas." />
<ImpactListItem tagIcon="parachute" title="Capacity Development" text="We promote capacity development and sustainable organizational development to boost the sustainability of Ukrainian makerspaces. " />
<ImpactListItem tagIcon="hand_fist" title="Community Building" text="We encourage the self-organization and community building of the Ukrainian maker ecosystem. " />
<ImpactListItem tagIcon="book_open" title="Knowledge Sharing" text="We foster networking, open knowledge sharing and cooperation at local, national and international level." />
</div>
</div>
</ContentSection>

<ContentSection variant="white" id="what-is-a-tolocar">
<HeadlineUnderlined large variant={6} className="container-width mt-8 sm:mt-20">What is a Tolocar?</HeadlineUnderlined>
<div class="container-width flex lg:justify-start mt-8 sm:mt-16 mb-8">
Expand All @@ -52,17 +69,16 @@ import NewsSlider from "@components/NewsSliderDataWrapper.astro"
<div class="container-width flex lg:justify-end bg-illustration-2-dark bg-no-repeat lg:bg-[position:left_0_top_135px]">
<div class="lg:w-10/12">
<ImageGrid images={["images/roof.jpg", "images/cars/tolocar-flotte.jpg"]} caption="Photos: Nika Popova (l), Sergiy Bezborodko (r)."/>
<HeadlineUnderlined light variant={3} className="mt-8">Our Impact</HeadlineUnderlined>
<HeadlineUnderlined light variant={3} className="mt-8">Our Values</HeadlineUnderlined>
</div>
</div>
<div className="container-width flex lg:justify-end">
<div className="lg:w-10/12 overflow-hidden lg:grid lg:grid-cols-2 lg:gap-px py-10">
<ImpactListItem tagIcon="bullseye" title="Be at the point of need" text="With the mobile makerspaces we can go to the point of need and deliver access to high tech production machines, tools, knowledge and man power." />
<ImpactListItem tagIcon="parachute" title="Solely humanitarian activities" text="Technology can be used for many things, but with our project we do focus on humanitarian use cases and refuse every involvement in war activities." />
<ImpactListItem tagIcon="microchip" title="Open hardware" text="We use and distribute as much open source hardware as possible to enable people to build hardware by themselves in an affordable way." />
<ImpactListItem tagIcon="book_open" title="Open knowledge" text="In our workshops and trainings we use a lot of existing open knowledge. We share this for free and invite everyone to contribute to it." />
<ImpactListItem tagIcon="hand_fist" title="Empowering people" text="Throughout our activities we aim to empower people to help themselves." />
<ImpactListItem tagIcon="chart_network" title="Connecting communities" text="One of our main goals is to connect the global maker community with local makers and initivatives in order to support and strengthen them." />
<ImpactListItem tagIcon="hand_fist" title="Sustainable Change and Resilience" text=" Throughout our activities we aim to empower people to improve their direct environment." />
<ImpactListItem tagIcon="parachute" title="Diversity and Inclusion" text="We pay particular attention to groups in need of special protection and it doesn't matter where you come from; anyone can get involved in the process of making a positive difference." />
<ImpactListItem tagIcon="book_open" title="Openness and Innovation" text="We foster a learning culture and promote sharing knowledge openly to learn from each other and drive collaboration" />
<ImpactListItem tagIcon="bullseye" title="Need-orientation" text="We address local challenges and iterate, when needs are changing." />
<ImpactListItem tagIcon="chart_network" title="Belonging and Kindness" text="We believe in the „magic“ of making things together – fostering empathy, community and healing." />
</div>
</div>
</ContentSection>
Expand Down