---
papercall:
    url: https://www.papercall.io/drupalcamp-bristol-2019
twitter:
    url: https://twitter.com/drupalcampbris
update_text: Session submissions are now open!
---
<!DOCTYPE html>
<html class="tw-h-full" lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# ">
<head>
    {% include 'meta' %}
</head>
<body class="path-frontpage tw-h-full">
    <a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
    <div class="tw-h-full">
        {% include 'banner' %}

        <div class="tw-flex tw-flex-col tw-flex-1 tw-bg-balloon tw-bg-center tw-bg-cover">
            <div class="region tw-px-12">
                <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>
                            DrupalCamp Bristol is returning
                            <br class="tw-hidden md:tw-inline">on <strong>June 28th 2019</strong> at
                            <br class="tw-hidden md:tw-inline"><strong>The Station</strong>, Silver St, BS1 2AG.
                        </p>
                    </div>

                    <div class="md:tw-flex md:tw-justify-center tw-mt-8 tw-leading-snug">
                        <a class="tw-button tw-bg-pink-600 tw-mb-4 md:tw-mb-0" href="{{ page.papercall.url }}">
                            Submit a session
                        </a>

                        <a class="tw-button tw-bg-purple-600" href="{{ page.twitter.url }}">
                            Follow us
                        </a>
                    </div>
                </div>
            </div>
        </div>

        <div>
            {% if page.update_text %}
                {% include 'update-text' %}
            {% endif %}

            {% include 'footer' %}
        </div>
    </div>
</body>
</html>