commit
38fd421a62
|
@ -1 +1,4 @@
|
||||||
title: DrupalCamp Bristol 2019
|
title: DrupalCamp Bristol 2019
|
||||||
|
|
||||||
|
call_for_papers:
|
||||||
|
url: https://www.papercall.io/drupalcamp-bristol-2019
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
@import 'components/balloon.css';
|
@import 'components/balloon.css';
|
||||||
@import 'components/button.css';
|
@import 'components/button.css';
|
||||||
@import 'components/main.css';
|
@import 'components/main.css';
|
||||||
|
@import 'components/markup.css';
|
||||||
|
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
3
resources/css/components/markup.css
Normal file
3
resources/css/components/markup.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.markup {
|
||||||
|
@apply leading-relaxed
|
||||||
|
}
|
|
@ -9,9 +9,8 @@
|
||||||
<nav role="navigation" aria-labelledby="block-dcb2017-main-menu-menu" id="block-dcb2017-main-menu" class="block block-menu navigation menu--main">
|
<nav role="navigation" aria-labelledby="block-dcb2017-main-menu-menu" id="block-dcb2017-main-menu" class="block block-menu navigation menu--main">
|
||||||
<h2 class="visually-hidden" id="block-dcb2017-main-menu-menu">Main navigation</h2>
|
<h2 class="visually-hidden" id="block-dcb2017-main-menu-menu">Main navigation</h2>
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
<li class="menu-item"><a href="http://2017.drupalcampbristol.co.uk" title="DrupalCamp Bristol 2017">2017</a></li>
|
<li class="menu-item"><a href="{{ site.call_for_papers.url }}">Submit a session</a></li>
|
||||||
<li class="menu-item"><a href="{{ page.twitter_url }}" title="DrupalCamp Bristol on Twitter">Twitter</a></li>
|
<li class="menu-item"><a href="/sponsor-us">Sponsor us</a></li>
|
||||||
<li class="menu-item"><a href="https://www.youtube.com/channel/UCoHlMzj9iT4xOlpgYOg_rjw" title="View previous videos on YouTube">YouTube</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
<footer role="contentinfo" class="tw-bg-balloon tw-bg-center tw-bg-cover">
|
<footer role="contentinfo" class="tw-bg-balloon tw-bg-center tw-bg-cover">
|
||||||
<div class="region region-footer">
|
<div class="region region-footer">
|
||||||
<div id="block-footerinfo" class="block block-block-content block-block-content1df4705d-991d-45d4-8c83-fa337eec6a69">
|
<div id="block-footerinfo" class="block block-block-content block-block-content1df4705d-991d-45d4-8c83-fa337eec6a69">
|
||||||
|
<nav class="tw-mt-2 tw-mb-6 tw--ml-8">
|
||||||
|
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 tw-ml-8" href="http://2017.drupalcampbristol.co.uk" title="DrupalCamp Bristol 2017">2017</a>
|
||||||
|
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 tw-ml-8" href="{{ page.twitter_url }}" title="DrupalCamp Bristol on Twitter">Twitter</a>
|
||||||
|
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 tw-ml-8" href="https://www.youtube.com/channel/UCoHlMzj9iT4xOlpgYOg_rjw" title="View previous videos on YouTube">YouTube</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
|
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item">
|
||||||
<p><span>DrupalCamp Bristol is a non-profit event brought to you by a team of volunteers from the<span> </span></span><a href="https://www.drupalbristol.co.uk">Bristol Drupal community</a></p>
|
<p><span>DrupalCamp Bristol is a non-profit event brought to you by a team of volunteers from the<span> </span></span><a href="https://www.drupalbristol.co.uk">Bristol Drupal community</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
26
source/_layouts/base.html.twig
Normal file
26
source/_layouts/base.html.twig
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<!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="{% block body_classes '' %}">
|
||||||
|
{% include 'banner' %}
|
||||||
|
|
||||||
|
{% block content_wrapper %}
|
||||||
|
{% block content %}{% endblock %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
<div class="tw-mt-auto">
|
||||||
|
{% if page.update_text %}
|
||||||
|
{% include 'update-text' %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% include 'footer' %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
3
source/_layouts/front.html.twig
Normal file
3
source/_layouts/front.html.twig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{% extends 'base' %}
|
||||||
|
|
||||||
|
{% block body_classes 'tw-h-full tw-flex tw-flex-col' %}
|
11
source/_layouts/page.html.twig
Normal file
11
source/_layouts/page.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{% extends 'base' %}
|
||||||
|
|
||||||
|
{% block content_wrapper %}
|
||||||
|
<main class="tw-max-w-5xl tw-px-6 tw-mx-auto tw-my-10">
|
||||||
|
<h1 class="tw-mt-0">{{ page.title }}</h1>
|
||||||
|
|
||||||
|
<div class="markup">
|
||||||
|
{% block content %}{% endblock %}
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
{% endblock %}
|
|
@ -1,23 +1,12 @@
|
||||||
---
|
---
|
||||||
|
layout: front
|
||||||
papercall:
|
papercall:
|
||||||
url: https://www.papercall.io/drupalcamp-bristol-2019
|
url: https://www.papercall.io/drupalcamp-bristol-2019
|
||||||
twitter:
|
twitter:
|
||||||
url: https://twitter.com/drupalcampbris
|
url: https://twitter.com/drupalcampbris
|
||||||
update_text: Session submissions are now open!
|
update_text: Session submissions are now open!
|
||||||
---
|
---
|
||||||
<!DOCTYPE html>
|
<main class="tw-bg-balloon tw-bg-center tw-bg-cover">
|
||||||
<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 tw-flex tw-flex-col">
|
|
||||||
{% include 'banner' %}
|
|
||||||
|
|
||||||
<main class="tw-bg-balloon tw-bg-center tw-bg-cover">
|
|
||||||
<div class="region tw-px-12">
|
<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 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">
|
<div class="tw-mx-16">
|
||||||
|
@ -42,15 +31,4 @@ update_text: Session submissions are now open!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<div class="tw-mt-auto">
|
|
||||||
{% if page.update_text %}
|
|
||||||
{% include 'update-text' %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% include 'footer' %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
BIN
source/sites/default/files/DCB 2019 - Sponsorship.pdf
Normal file
BIN
source/sites/default/files/DCB 2019 - Sponsorship.pdf
Normal file
Binary file not shown.
37
source/sponsor-us.md
Normal file
37
source/sponsor-us.md
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Sponsor Us
|
||||||
|
---
|
||||||
|
|
||||||
|
## About DrupalCamp Bristol
|
||||||
|
Following a fallow year in 2018, DrupalCamp Bristol is back, in a new one day format on the 28th June 2019.
|
||||||
|
|
||||||
|
2017’s Camp saw over a hundred people gather to hear industry leaders speak on a range of topics, ranging from beginners’ talks on how to find your way with Drupal 8 all the way up to scaling the platform to be suitable for large charities. The event received praise from delegates and impressive social media coverage.
|
||||||
|
|
||||||
|
With Drupal 8 adoption soaring, Drupal is being widely discussed and is high on the digital agenda. Simultaneously, Drupal developers’ skillsets are becoming more marketable as the core initiative takes advantage of exciting new web technologies. Drupal - and its community - has never been better-placed in the digital marketplace.
|
||||||
|
|
||||||
|
## Benefits of sponsoring
|
||||||
|
By sponsoring DrupalCamp Bristol, your company will be recognised nationally as a supporter of Drupal and the wider open source community.
|
||||||
|
|
||||||
|
At every tier, you will enjoy high profile media exposure, marketing and advertising, as well as constant social media coverage, from the moment sponsorship is confirmed all the way to post-event thanks.
|
||||||
|
|
||||||
|
By sponsoring you can secure tickets to the conference, as recognition of your support for the community. You will have the chance to add your logo to merchandise and ensure your brand is seen by as many people as possible across the weekend.
|
||||||
|
You will gain extensive exposure from various aspects of the DrupalCamp Bristol marketing activities, and will be positioned as leading organisations and supporters of the event and the Drupal community.
|
||||||
|
|
||||||
|
Sponsorship is an excellent way of boosting your company’s profile and marketing yourselves as pioneers in and supporters of the digital marketplace.
|
||||||
|
|
||||||
|
## Diversity ticketing
|
||||||
|
Part of the sponsorship funds raised will go to securing tickets for underrepresented groups in tech.
|
||||||
|
|
||||||
|
## Sponsor document
|
||||||
|
To see the full set of sponsorship tiers and benefits see the sponsor document here:
|
||||||
|
|
||||||
|
[Sponsor document](/sites/default/files/DCB%202019%20-%20Sponsorship.pdf)
|
||||||
|
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
If you are interested in sponsoring this event, or if you have any questions regarding the sponsorship packages, please contact one of the DCB team:
|
||||||
|
|
||||||
|
Tom Metcalfe - main contact<br>
|
||||||
|
Email: [tom@drupalcampbristol.co.uk](mailto:tom@drupalcampbristol.co.uk)<br>
|
||||||
|
Phone: 07964 059 160
|
Loading…
Reference in a new issue