Add cancellation statement
This commit is contained in:
parent
0961de9c5e
commit
f59a1843de
|
@ -1,6 +1,6 @@
|
|||
title: DrupalCamp Bristol 2019
|
||||
|
||||
date: 2019-07-28
|
||||
email: info@drupalcampbristol.co.uk
|
||||
|
||||
cfp:
|
||||
open: false
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
twitter:
|
||||
url: https://twitter.com/drupalcampbris
|
||||
update_text: Early bird tickets are now available!
|
||||
use: [sessions, 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 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" />
|
||||
</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>
|
||||
|
||||
<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 %}
|
||||
|
||||
{% if site.cfp.open %}
|
||||
<a class="tw-button tw-bg-purple-600" href="{{ site.papercall.url }}">
|
||||
Submit a session
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<a class="tw-button tw-bg-purple-600" href="{{ site.twitter.url }}">
|
||||
Follow us
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
||||
{% block footer_top %}
|
||||
{% include 'speakers' with {
|
||||
speakers: data.speakers,
|
||||
} %}
|
||||
|
||||
{% include 'schedule' with {
|
||||
sessions: data.sessions,
|
||||
slots: site.schedule.slots,
|
||||
} %}
|
||||
|
||||
{% include 'sponsors-block' with {
|
||||
sponsorData: site.sponsors,
|
||||
sponsorshipLevels: site.sponsorship_levels,
|
||||
} %}
|
||||
{% endblock %}
|
24
source/index.md
Normal file
24
source/index.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: default
|
||||
twitter:
|
||||
url: https://twitter.com/drupalcampbris
|
||||
update_text: ~
|
||||
use: [sessions, speakers]
|
||||
---
|
||||
{% block content %}
|
||||
<div class="markup tw-w-full tw-max-w-2xl tw-mx-auto tw-my-12 tw-px-4" markdown="1">
|
||||
## DrupalCamp Bristol 2019 Cancelled
|
||||
|
||||
We’re incredibly sad to have to announce that we (the DrupalCamp Bristol organisational committee) have decided to cancel DrupalCamp Bristol 2019.
|
||||
|
||||
Our aim as a conference is to represent and appeal to the whole of the Drupal community. We set ourselves a high bar this year, in terms of attendee numbers and in the range and diversity of speakers and talks, and unfortunately we failed to reach that bar.
|
||||
|
||||
We have not taken this decision lightly, but we felt that cancelling rather than proceeding well below our own self-imposed standards was the right thing to do.
|
||||
|
||||
We want to say thank you to everyone who has been involved in DrupalCamp Bristol this year, especially to our sponsors - Acquia, Microserve, Proctor + Stevenson, Manifesto, and Drupalize.me, and to all of the speakers and volunteers who have given up their own time to be a part of DrupalCamp Bristol. We are extremely grateful for all your support and hard work.
|
||||
|
||||
We will be having a retrospective in the coming weeks to help us reflect on what we can learn from this year and what the future may hold for DrupalCamp Bristol.
|
||||
|
||||
If you have any questions, comments or feedback, please get in touch via {{ site.email }} or on Twitter <a href="{{ site.twitter.url }}">@{{ site.twitter.user }}</a>.
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue