No notes defined.

<article class='c-event event type-event c-event--full'>

    <div class='r-page-lead
        '>
        <div class='c-hero c-hero--video c-page-lead__hero'>
            <div class='c-embed c-embed--video c-hero__embed'>
                <div class="o-embed 
                    o-embed--16by9
        ">
                    <iframe class="o-embed-item" src="https://www.youtube.com/embed/1hHMwLxN6EM" allowfullscreen=""></iframe>
                </div>
            </div>
        </div>

        <header class='c-section-header'>

            <p class='c-section-header__supra'><span><a href='#'>Events</a></span></p>

            <h1 class='c-heading'>
                Milestone Planning Tool
            </h1>

        </header>
        <div class='c-meta c-page-lead__meta'>

            <span class='c-meta__freeform'>
                <a href='#'>Operations</a> | <a href='#'>Business modeling</a>
            </span>
        </div>
        <div class='c-lead'>
            <p>You should lay this out here. Think of every possible resource you need (for our example, it can be guidelines on how to do interviews, help of someone else to reach your customers, an online survey tool, etc.).</p>
        </div>
    </div>
    <div class='container-fluid'>
        <div class='row flex-xl-row-reverse justify-content-xl-end'>
            <div class='c-event__content col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-0 col-xl-6'>
                <p>The second field is Milestones. As discussed before, milestones should give you an indication if you have achieved your project goal and/or if you are on track of achieving it in time. Don‘t forget the SMART criteria here in the formulation of the milestones (this includes specifiying „who“ is responsible for achieving it). As you can see several milestone form a project.</p>

                <div class='c-info-box c-info-box--background-notice c-event__info-box'>
                    <h1 class='c-heading c-heading--minor'>
                        Before we start
                    </h1>
                    Background Paper: https://drive.google.com/open?id=197NbVpNo78M5NBSoHfrHCIOtl6VHrkhH&authuser=jonas.dinger%40socialimpactaward.net&usp=drive_fs
                </div>
            </div>
            <div class='c-event__meta col-12 col-md-10 offset-md-1 col-lg-4 offset-lg-0 col-xl-3 '>

                <dl class='c-generic-field c-event__generic-field'>
                    <dt class='c-generic-field__label c-generic-field--date__label c-generic-field__label c-generic-field__label--above'>Starts</dt>
                    <dd class='c-generic-field__input c-generic-field--date__input c-generic-field__input__item c-generic-field__input'>21 July 2020, 19:00 CEST</dd>
                </dl>

                <dl class='c-generic-field c-event__generic-field'>
                    <dt class='c-generic-field__label c-generic-field--date__label c-generic-field__label c-generic-field__label--above'>Ends</dt>
                    <dd class='c-generic-field__input c-generic-field--date__input c-generic-field__input__item c-generic-field__input'>21 July 2020, 20:30 CEST</dd>
                </dl>

                <dl class='c-generic-field c-event__generic-field'>
                    <dt class='c-generic-field__label c-generic-field--text__label c-generic-field__label c-generic-field__label--above'>Registration URL</dt>
                    <dd class='c-generic-field__input c-generic-field--text__input c-generic-field__input__item c-generic-field__input'><a href='#'>Register on Zoom</a></dd>
                </dl>

                <dl class='c-generic-field c-event__generic-field'>
                    <dt class='c-generic-field__label c-generic-field--text__label c-generic-field__label c-generic-field__label--above'>Online Event URL</dt>
                    <dd class='c-generic-field__input c-generic-field--text__input c-generic-field__input__item c-generic-field__input'><a href='#'>Zoom webinar URL</a></dd>
                </dl>

                <dl class='c-generic-field c-event__generic-field'>
                    <dt class='c-generic-field__label c-generic-field--language__label c-generic-field__label c-generic-field__label--above'>Language</dt>
                    <dd class='c-generic-field__input c-generic-field--language__input c-generic-field__input__item c-generic-field__input'>English</dd>
                </dl>

            </div>
        </div>
    </div>

    <div class='r-app-bar'>
        <div class='c-action-bar'>
            <div class='c-action-bar__actions'>
                <a class='c-button c-button--small' href="#">Take action</a>
            </div>
            <div class='c-action-bar__links '>
                <a class='c-link c-link--edit c-link--with-icon c-link--minimal ' href="#" itemprop="item" itemid="#"><span itemprop="name">Edit</span></a> <a class='c-link c-link--delete c-link--with-icon c-link--minimal ' href="#" itemprop="item" itemid="#"><span itemprop="name">Delete</span></a>
            </div>
        </div>
    </div>
</article>

<div class='container'>

    <span class='o-leaf-deco o-leaf-deco--hairline' aria-hidden='true'>
        <span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span></span>
</div>
<article class='{{ get_entity_class( entityType, display ) }}'>
    {% if workflowInfo %}
        {% include get_template( 'workflow-info', 'unit' ) with workflowInfo %}
    {% endif %}

    {% include get_template( 'page-lead', 'region' ) with pageLead %}
    <div class='container-fluid'>
        <div class='row flex-xl-row-reverse justify-content-xl-end'>
            {% if content %}
                <div class='c-{{ entityType }}__content col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-0 col-xl-6'>
                    {{ content|raw }}

                    {% if gettingStarted %}
                        {% include get_template( 'info-box', 'unit' ) with gettingStarted %}
                    {% endif %}
                    
                    {% if materials %}
                        {% include get_template( 'generic-field', 'unit' ) with materials %}       
                    {% endif %}
                </div>
            {% endif %}
            {% if fields %}
                <div class='c-{{ entityType }}__meta col-12 col-md-10 offset-md-1 col-lg-4 offset-lg-0 col-xl-3 '>
                    {% for field in fields %}
                        {% include get_template( 'generic-field', 'unit' ) with field %}       
                    {% endfor %}
                </div>
            {% endif %}
        </div>
    </div>

    {% if links or button %}
        {% include get_template( 'app-bar', 'region' ) with {
            links: links,
            button: button
        } %}
    {% endif %}
</article>

<div class='container'>
    {% if sharing %}
        {% include get_template( 'social-links', 'unit' ) with sharing %}
    {% endif %}
    
    {% include '@brand/flourishes/flourishes--leaf-deco.twig' with { display: { modifiers: [ 'hairline' ] }, count: 10 } %}
    
    {% if related %}
        {% include get_template( 'events', 'group' ) with related %}
    {% endif %}
</div>
{
  "theme": "education",
  "entityType": "event",
  "display": {
    "view_mode": "full"
  },
  "eventType": "online",
  "focusArea": [
    {
      "text": "<a href='#'>Operations</a>"
    },
    {
      "text": "<a href='#'>Business modeling</a>"
    }
  ],
  "eventLanguage": [
    "English"
  ],
  "heading": {
    "text": "Milestone Planning Webinarr"
  },
  "content": "<p>The second field is Milestones. As discussed before, milestones should give you an indication if you have achieved your project goal and/or if you are on track of achieving it in time. Don‘t forget the SMART criteria here in the formulation of the milestones (this includes specifiying „who“ is responsible for achieving it). As you can see several milestone form a project.</p>",
  "gettingStarted": {
    "display": {
      "component": "event",
      "modifiers": [
        "background-notice"
      ]
    },
    "heading": {
      "text": "Before we start"
    },
    "content": "Background Paper: https://drive.google.com/open?id=197NbVpNo78M5NBSoHfrHCIOtl6VHrkhH&authuser=jonas.dinger%40socialimpactaward.net&usp=drive_fs"
  },
  "start_date": {
    "display": {
      "component": "event",
      "modifiers": [
        "graphic"
      ]
    },
    "formatted": null,
    "weekday": "Monday",
    "day": 15,
    "month": "07",
    "year": 2020,
    "time": "19:00",
    "timezone": "CEST"
  },
  "meta": {
    "tags": {
      "items": [
        {
          "text": "Operations",
          "url": "#"
        }
      ]
    }
  },
  "button": {
    "text": "Take action",
    "url": "#"
  },
  "links": [
    {
      "href": "#",
      "icon": "edit",
      "text": "Edit"
    },
    {
      "href": "#",
      "icon": "delete",
      "text": "Delete"
    }
  ],
  "pageLead": {
    "hero": {
      "display": {
        "component": "page-lead",
        "modifiers": [
          "video"
        ]
      },
      "image": null,
      "video": {
        "display": {
          "component": "hero",
          "modifiers": [
            "video"
          ]
        },
        "content": "https://www.youtube.com/embed/1hHMwLxN6EM"
      }
    },
    "sectionHeader": {
      "supraheading": "<a href='#'>Events</a>",
      "heading": {
        "text": "Milestone Planning Tool"
      }
    },
    "meta": {
      "display": {
        "component": "page-lead"
      },
      "items": [
        "<a href='#'>Operations</a>",
        "<a href='#'>Business modeling</a>"
      ]
    },
    "lead": {
      "content": "<p>You should lay this out here. Think of every possible resource you need (for our example, it can be guidelines on how to do interviews, help of someone else to reach your customers, an online survey tool, etc.).</p>"
    }
  },
  "fields": [
    {
      "display": {
        "component": "event"
      },
      "label_display": "above",
      "field_name": "field_start_date_and_time",
      "field_type": "date",
      "label": "Starts",
      "items": [
        {
          "content": "21 July 2020, 19:00 CEST"
        }
      ]
    },
    {
      "display": {
        "component": "event"
      },
      "label_display": "above",
      "field_name": "field_end_date_and_time",
      "field_type": "date",
      "label": "Ends",
      "items": [
        {
          "content": "21 July 2020, 20:30 CEST"
        }
      ]
    },
    {
      "display": {
        "component": "event"
      },
      "label_display": "above",
      "field_name": "field_registration_url",
      "field_type": "text",
      "label": "Registration URL",
      "items": [
        {
          "content": "<a href='#'>Register on Zoom</a>"
        }
      ]
    },
    {
      "display": {
        "component": "event"
      },
      "label_display": "above",
      "field_name": "field_online_event_url",
      "field_type": "text",
      "label": "Online Event URL",
      "items": [
        {
          "content": "<a href='#'>Zoom webinar URL</a>"
        }
      ]
    },
    {
      "display": {
        "component": "event"
      },
      "label_display": "above",
      "field_name": "field_language",
      "field_type": "language",
      "label": "Language",
      "items": [
        {
          "content": "English"
        }
      ]
    }
  ]
}