2019-01-24 09:13:21 +00:00
---
2019-05-07 17:24:10 +01:00
layout: default
2019-03-20 23:19:08 +00:00
twitter:
url: https://twitter.com/drupalcampbris
2019-05-14 20:06:04 +01:00
update_text: Early bird tickets are now available!
2019-05-23 01:04:10 +01:00
use: [sessions, speakers]
2019-01-24 09:13:21 +00:00
---
2019-05-14 21:51:05 +01:00
{% block content %}
2019-05-22 18:11:55 +01:00
<main class="tw-bg-balloon tw-bg-center tw-bg-cover tw-flex tw-flex-col tw-flex-1">
2019-05-14 21:51:05 +01:00
<div class="region tw-px-12 tw-py-24">
2019-05-22 18:11:55 +01:00
<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" />
</div>
<div class="tw-leading-normal tw--mx-6 md:tw--mx-20 tw-spaced-y-4 clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
<p><strong>June 28th 2019</strong> at <br class="tw-hidden md:tw-inline"><strong>The Station</strong>, Silver St, BS1 2AG.</p>
<p><strong>Call for papers is now closed</strong>. <br>Speakers announced soon!</p>
</div>
2019-01-24 09:13:21 +00:00
2019-05-22 18:11:55 +01:00
<div class="md:tw-flex md:tw-justify-center tw-mt-8 tw-leading-snug">
{% if site .tickets .available %}
<a class="tw-button tw-bg-pink-600 tw-mb-4 md:tw-mb-0" href=" {{ site .eventbrite .url }} ">
Buy tickets
</a>
{% endif %}
2019-03-20 22:59:23 +00:00
2019-05-22 18:11:55 +01:00
{% if site .cfp .open %}
<a class="tw-button tw-bg-purple-600" href=" {{ site .papercall .url }} ">
Submit a session
</a>
{% endif %}
2019-05-14 20:05:18 +01:00
2019-05-22 18:11:55 +01:00
<a class="tw-button tw-bg-purple-600" href=" {{ site .twitter .url }} ">
Follow us
</a>
</div>
</div>
2019-01-24 09:13:21 +00:00
</div>
2019-05-22 18:11:55 +01:00
</main>
2019-05-14 21:51:05 +01:00
{% endblock %}
2019-05-14 22:23:17 +01:00
{% block footer_top %}
2019-05-29 21:11:42 +01:00
{% include 'speakers' with {
2019-05-22 18:11:55 +01:00
speakers: data.speakers,
} %}
2019-05-21 17:11:15 +01:00
{% include 'schedule' with {
2019-05-23 01:04:10 +01:00
sessions: data.sessions,
2019-05-21 17:11:15 +01:00
slots: site.schedule.slots,
} %}
2019-05-14 21:51:05 +01:00
{% endblock %}