No notes defined.

<div class='c-ventures'>
    <h1 class='c-heading c-heading--minor'>
        Ventures
    </h1>

    <div class='c-ventures c-ventures--teaser c-ventures--entities c-ventures--ventures c-ventures__ventures'>
        <ul class='c-ventures__items l-grid u-list--unstyled'>
            <li class='c-ventures__items__item l-grid__item'>

                <article class='c-venture venture type-venture c-ventures__venture c-ventures__venture--teaser c-venture--teaser'>

                    <figure class='c-venture__media-wrapper' style='background-image: url( /images/logo-ERSTE-Stiftung.png )' data-src='/images/logo-ERSTE-Stiftung.png'>
                        <span class='c-media c-ventures__media'>
                            <img class='c-media__image' src='/images/logo-ERSTE-Stiftung.png' />
                        </span>
                    </figure>

                    <div class='c-venture__content-wrapper'>

                        <h1 class='c-heading c-heading--minor'>
                            <a class='c-link c-link--minor  o-modal-trigger ' href="https://austria.socialimpactaward.net/project/herobox/?version=2021" itemprop="item" itemid="https://austria.socialimpactaward.net/project/herobox/?version=2021"><span itemprop="name">HeroBox</span></a>
                        </h1>

                    </div>

                </article>
            </li>
        </ul>

    </div>
</div>
<div class='{{ get_component_class( 'ventures', display ) }}'>
    {% if heading %}
        {% include get_template( 'heading', 'unit' ) with heading|merge( { display: { modifiers: [ 'minor' ] } } ) %}
    {% endif %}
    
    {% if entities %}
        {% include '@group/entities/entities.twig' with entities %}
    {% endif %}
</div>
{
  "heading": {
    "text": "Ventures",
    "display": {
      "modifiers": [
        "minor"
      ]
    }
  },
  "entities": {
    "display": {
      "component": "ventures"
    },
    "collection": {
      "entityType": "venture",
      "display": {
        "component": "ventures",
        "view_mode": "teaser",
        "listClass": [
          "l-grid"
        ],
        "itemClass": [
          "l-grid__item"
        ]
      },
      "items": [
        {
          "image": {
            "src": "/images/logo-ERSTE-Stiftung.png"
          },
          "heading": {
            "text": "HeroBox",
            "url": "https://austria.socialimpactaward.net/project/herobox/?version=2021"
          },
          "showInModal": true
        }
      ]
    }
  }
}