Sculipn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source | |
| _sponsors | |
| esp-it.html.twig | |
| sponsors.html.twg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sculpin: | |
| permalink: pretty | |
| sculpin_content_types: | |
| sponsors: | |
| sculpin_theme: | |
| theme: midwestphp/mwphp15-theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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