No notes defined.
<section class='c-timeline'>
<ol class='c-timeline__items u-list--unstyled'>
<li class='c-timeline__items__item
t-theme--awareness ' style=' background-image: url( /images/cover-journey.jpg ) '>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
Awareness
</h1>
<div class='c-timeline__items__item__content'>
<p>In early 2019, we kicked off Social Impact Award in sixteen countries in Europe, Central Asia, and Eastern Africa. Our kick-offs enabled young participants to engage in deep conversations with social entrepreneurs as role models. They learned about new ways of entrepreneurship and how social entrepreneurship can leverage impact in today's society and economy. These experiences inspired many to start their entrepreneurial journey.</p>
</div>
</div>
<hr />
</li>
<li class='c-timeline__items__item
t-theme--education ' style=' background-image: url( /images/cover-journey.jpg ) '>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
Education
</h1>
<div class='c-timeline__items__item__content'>
<p>SIA's events and workshops welcome all youth, happen country-wide, are 100% free of charge, and strongly invite participants to interact. 8,300+ young participants learn how to generate an idea, create their business and impact model. SIA's teaching outlines were co-created with our international academic partners and experts.</p>
</div>
</div>
<hr />
</li>
<li class='c-timeline__items__item
t-theme--community ' style=' background-image: url( /images/cover-journey.jpg ) '>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
Community
</h1>
<div class='c-timeline__items__item__content'>
<p>70+ SIA winners from all countries gathered for four days in Kyiv, Ukraine. Our Impact Camp enabled them to gain more experience and skills for their future journey as change makers. Moreover, within a Vision Retreat all SIA country organizers gathered to reflect on 2019 and strategize for the year to come.</p>
</div>
</div>
<hr />
</li>
</ol>
</section>
<section class='{{ get_component_class( 'timeline', display ) }}'>
<ol class='c-timeline__items u-list--unstyled'>
{% for item in items %}
<li class='c-timeline__items__item
{% if item.theme %} t-theme--{{ item.theme }}{% endif %}
{% if item.passed %} c-timeline__items__item--passed{% endif %}'
style='{% if item.src %} background-image: url( {{ item.src }} ) {% endif %}'>
<div class='c-timeline__items__item__wrapper'>
{% if item.rendered %}
{{ item.rendered }}
{% else %}
{% if item.meta %}
{% include get_template( 'meta', 'unit') with { display: { component: 'timeline__items__item' }, items: item.meta } %}
{% endif %}
{% if item.heading %}
{% include '@unit/heading/heading.twig' with item.heading|merge( { display: { component: 'timeline__items__item', modifiers: [ 'minor' ] } } ) %}
{% endif %}
{% if item.date %}
<p class='c-timeline__items__item__dates'>
{% include get_template( 'date', 'unit' ) with item.date|merge( { display: { modifiers: [ 'graphic' ] } } ) %}
</p>
{% endif %}
{% if item.content %}
<div class='c-timeline__items__item__content'>
{{ item.content | raw }}
</div>
{% endif %}
{% endif %}
</div>
<hr />
</li>
{% endfor %}
</ol>
</section>
{
"items": [
{
"heading": {
"text": "Awareness"
},
"theme": "awareness",
"src": "/images/cover-journey.jpg",
"content": "<p>In early 2019, we kicked off Social Impact Award in sixteen countries in Europe, Central Asia, and Eastern Africa. Our kick-offs enabled young participants to engage in deep conversations with social entrepreneurs as role models. They learned about new ways of entrepreneurship and how social entrepreneurship can leverage impact in today's society and economy. These experiences inspired many to start their entrepreneurial journey.</p>"
},
{
"heading": {
"text": "Education"
},
"theme": "education",
"src": "/images/cover-journey.jpg",
"content": "<p>SIA's events and workshops welcome all youth, happen country-wide, are 100% free of charge, and strongly invite participants to interact. 8,300+ young participants learn how to generate an idea, create their business and impact model. SIA's teaching outlines were co-created with our international academic partners and experts.</p>"
},
{
"heading": {
"text": "Community"
},
"theme": "community",
"src": "/images/cover-journey.jpg",
"content": "<p>70+ SIA winners from all countries gathered for four days in Kyiv, Ukraine. Our Impact Camp enabled them to gain more experience and skills for their future journey as change makers. Moreover, within a Vision Retreat all SIA country organizers gathered to reflect on 2019 and strategize for the year to come.</p>"
}
]
}