--- layout: page title: Sponsors ---

DrupalCamp Bristol would like to say a massive THANK YOU! to all of our incredible sponsors. Without your support, this event would never have been possible.

If you'd like to get involved with sponsorship, head over to our Sponsorship page. We'll be on the lookout for new sponsors up until the day of the event.

{% for level in site.sponsorship_levels %} {% set sponsors = [] %} {% for sponsor in site.sponsors[level] if sponsor.confirmed %} {% set sponsors = sponsors|merge([sponsor]) %} {% endfor %} {% if sponsors %}

{{ level ~ ' Sponsors'|capitalize }}

{% for sponsor in sponsors %}
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} {% include template with { description: sponsor.description, logo: sponsor.logo, name: sponsor.name, url: sponsor.url, } %}
{% endfor %}
{% endif %} {% endfor %}