Skip to content

Instantly share code, notes, and snippets.

@jsundquist
Created November 19, 2014 03:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jsundquist/bcc1158b4a8c156fa73d to your computer and use it in GitHub Desktop.
Sculipn
source
_sponsors
esp-it.html.twig
sponsors.html.twg
sculpin:
permalink: pretty
sculpin_content_types:
sponsors:
sculpin_theme:
theme: midwestphp/mwphp15-theme
---
layout: default
title: Sponsors
use: [sponsors]
---
Companies like yours make Midwest PHP possible. We offer a wide range of sponsorship packages to provide visibility to your brand during our two days of conference events. Our hope is that you will find a package that is a good fit for your company and that you choose to become a part of our conference and community.
If you’re interested in sponsoring Midwest PHP but are unable to find a package that meets your needs, we would be happy to discuss any ideas you might have.
If your organization is interested in sponsoring the Midwest PHP 2015 Conference, please contact us at info@midwestphp.org, and
we'll send you a copy of our sponsorship prospectus.
<hr />
{% for sponsor in data.sponsors %}
<a href="{{ sponsor.url }}">{{ sponsor.name }}</a>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment