Add speakers block

This commit is contained in:
Oliver Davies 2019-05-14 21:51:05 +01:00
parent 805f1ca454
commit cca08823f8
2 changed files with 38 additions and 1 deletions

View file

@ -3,9 +3,12 @@ layout: default
twitter:
url: https://twitter.com/drupalcampbris
update_text: Early bird tickets are now available!
use:
- speakers
---
{% block content %}
<main class="tw-bg-balloon tw-bg-center tw-bg-cover tw-flex tw-flex-col tw-flex-1">
<div class="region tw-px-12">
<div class="region tw-px-12 tw-py-24">
<div id="block-homepagehero" class="tw-my-0 md:tw-py-18 lg:tw-py-24 block block-block-content block-block-content3760e7eb-29de-4f25-b7ee-76421679cf64">
<div class="tw-mx-16">
<img src="/themes/dcb2017/logo.svg" alt="Drupalcamp Bristol logo" />
@ -35,3 +38,12 @@ update_text: Early bird tickets are now available!
</div>
</div>
</main>
{% endblock %}
{% block content_bottom %}
<div class="tw-max-w-5xl tw-mx-auto tw-text-center tw-my-12 md:tw-my-24">
{% include 'front-speakers' with {
speakers: data.speakers,
} %}
</div>
{% endblock %}