No notes defined.
<div class='c-dashboard-block c-dashboard-block--timeline'>
<header class='c-dashboard-block__header'>
<h1 class='c-heading c-heading--minor c-dashboard-block__heading'>
Dashboard block
</h1>
<div class='c-dashboard-block__header__actions'>
<a class='c-button c-button--small c-dashboard-block__button' href="#">Take action</a>
</div>
</header>
<div class='c-dashboard-block__content-wrapper'>
<section class='c-timeline c-timeline--minimal'>
<ol class='c-timeline__items u-list--unstyled'>
<li class='c-timeline__items__item
t-theme--support c-timeline__items__item--passed' style=''>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
<a class='c-link c-link--minor c-timeline__items__item__link ' href="#" itemprop="item" itemid="#"><span itemprop="name">Discovery Kick-off</span></a>
</h1>
<p class='c-timeline__items__item__dates'>
<time class='c-date c-date--graphic dt-start ' datetime='' />
<span class='c-date__day'>30</span><span class='c-date__month'>January</span><span class='c-date__year'>2020</span> </time>
</p>
<div class='c-timeline__items__item__content'>
<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
</div>
</div>
<hr />
</li>
<li class='c-timeline__items__item
' style=''>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
<a class='c-link c-link--minor c-timeline__items__item__link ' href="#" itemprop="item" itemid="#"><span itemprop="name">Feedback Round Start</span></a>
</h1>
<p class='c-timeline__items__item__dates'>
<time class='c-date c-date--graphic dt-start ' datetime='' />
<span class='c-date__day'>30</span><span class='c-date__month'>May</span><span class='c-date__year'>2020</span> </time>
</p>
<div class='c-timeline__items__item__content'>
<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
</div>
</div>
<hr />
</li>
<li class='c-timeline__items__item
' style=''>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
Application Deadline
</h1>
<p class='c-timeline__items__item__dates'>
<time class='c-date c-date--graphic dt-start ' datetime='' />
<span class='c-date__day'>1</span><span class='c-date__month'>June</span><span class='c-date__year'>2020</span> </time>
</p>
<div class='c-timeline__items__item__content'>
<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
</div>
</div>
<hr />
</li>
<li class='c-timeline__items__item
' style=''>
<div class='c-timeline__items__item__wrapper'>
<h1 class='c-heading c-heading--minor c-timeline__items__item__heading'>
Finalists Announcement
</h1>
<p class='c-timeline__items__item__dates'>
<time class='c-date c-date--graphic dt-start ' datetime='' />
<span class='c-date__day'>30</span><span class='c-date__month'>June</span><span class='c-date__year'>2020</span> </time>
</p>
<div class='c-timeline__items__item__content'>
<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>
</div>
</div>
<hr />
</li>
</ol>
</section>
</div>
<footer class='c-dashboard-block__footer'>
<div class='c-action-bar c-dashboard-block__action-bar'>
<div class='c-action-bar__links '>
<a class='c-link c-link--undefined c-link--with-icon c-link--minimal ' href="" itemprop="item" itemid=""><span itemprop="name">View all events</span></a>
</div>
</div>
</footer>
</div>
<div class='{{ get_component_class( 'dashboard-block', display ) }}'>
{% if heading or button %}
<header class='c-dashboard-block__header'>
{% if heading %}
{% include get_template( 'heading', 'unit' ) with heading|merge( { display: { component: 'dashboard-block', modifiers: [ 'minor' ] } } ) %}
{% endif %}
{% if button %}
<div class='c-dashboard-block__header__actions'>
{% include get_template( 'button', 'base' ) with button|merge( { display: { component: 'dashboard-block', modifiers: [ 'small' ] } } ) %}
</div>
{% endif %}
</header>
{% endif %}
<div class='c-dashboard-block__content-wrapper'>
{% if stats %}
{% include get_template( 'figures', 'group' ) with stats %}
{% endif %}
{% if issues %}
{% include get_template( 'task-list', 'unit' ) with issues|merge( { display: { component: entityType } } ) %}
{% endif %}
{% if collection %}
{% include get_template( 'collection', 'group' ) with collection %}
{% elseif entities %}
{% include get_template( 'entities', 'group' ) with entities|merge( {
display: { component: 'dashboard-block__entities' },
} ) %}
{% elseif entity %}
{% if entity.rendered %}
{{ entity.rendered }}
{% else %}
{% include get_entity_template( entityTemplate, entity.display ) with entity %}
{% endif %}
{% elseif taskList %}
{% include get_template( 'task-list', 'unit' ) with taskList|merge( {
display: { component: 'dashboard-block' },
heading: NULL,
} ) %}
{% elseif fields %}
{% include get_template( 'fields', 'group' ) with fields %}
{% elseif table %}
{% include get_template( 'table', 'group' ) with table %}
{% elseif indexCard %}
{% include get_template( 'index-card', 'unit' ) with indexCard %}
{% elseif timeline %}
{% include get_template( 'timeline', 'unit' ) with timeline %}
{% elseif blankSlate %}
{% include get_template( 'blank-slate', 'unit' ) with blankSlate|merge( {
display: { component: 'dashboard-block' },
button: NULL
} ) %}
{% endif %}
</div>
{% if links %}
<footer class='c-dashboard-block__footer'>
{% include get_template( 'action-bar', 'unit' ) with {
display: {
component: 'dashboard-block'
},
links: links,
button: NULL,
} %}
</footer>
{% endif %}
</div>
{
"heading": {
"text": "Dashboard block"
},
"button": {
"text": "Take action",
"url": "#"
},
"icon": {
"display": {
"component": "dashboard-block",
"modifiers": [
"x-large"
]
},
"basename": "noun_Quality badge_1353889.svg"
},
"blankSlate": {
"icon": {
"display": {
"component": "blank-slate",
"modifiers": [
"x-large"
]
},
"basename": "noun_Quality badge_1353889.svg"
},
"header": {
"heading": {
"display": {
"component": "blank-slate"
},
"text": "Meetings"
}
},
"lead": {
"content": "<p>A blank slate is presented when a screen or a screen section is empty.</p>"
}
},
"display": {
"modifiers": [
"timeline"
]
},
"links": [
{
"url": "#",
"text": "View all events"
}
],
"timeline": {
"display": {
"modifiers": [
"minimal"
]
},
"items": [
{
"theme": "support",
"passed": true,
"heading": {
"text": "Discovery Kick-off",
"url": "#"
},
"date": {
"display": {
"modifiers": [
"graphic"
]
},
"day": "30",
"month": "January",
"year": "2020"
},
"content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
},
{
"heading": {
"text": "Feedback Round Start",
"url": "#"
},
"date": {
"display": {
"modifiers": [
"graphic"
]
},
"day": "30",
"month": "May",
"year": "2020"
},
"content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
},
{
"heading": {
"text": "Application Deadline"
},
"date": {
"display": {
"modifiers": [
"graphic"
]
},
"day": "1",
"month": "June",
"year": "2020"
},
"content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
},
{
"heading": {
"text": "Finalists Announcement"
},
"date": {
"display": {
"modifiers": [
"graphic"
]
},
"day": "30",
"month": "June",
"year": "2020"
},
"content": "<p>All 217 finalist ventures participated in an intense incubation program between June and September. They prototyped and validated their impact model and business model. Our experienced experts and mentors guided them.</p>"
}
]
}
}