-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.php
42 lines (26 loc) · 1.4 KB
/
sponsors.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php $thisPage = 'sponsorspage'; ?>
<?php $pageTitle = 'Sponsorship'; ?>
<?php include("includes/pageHeader.php"); ?>
<body id="wrapper" class="vevent sponsors-page">
<?php include("includes/header.php"); ?>
<!-- sponsors-page -->
<div class="main-content">
<?php include("includes/nav.php"); ?>
<article class="section sponsors-page clearfix">
<h1>Sponsors</h1>
<p class="loud"><span>Get your message</span> to a creative, knowledgeable, and tech-savvy audience including everyone from creative directors and heads of design,
to freelance web designers, front-end developers, illustrators and type designers.</p>
<section class="sponsorship-pack">
<a href="Ampersand_Sponsor_Pack_2013.pdf">
<div class="button">Sponsors Information Pack <br/><small>(1.2Mb PDF)</small></div>
</a>
<br/>
<span>or </span><a href="mailto:[email protected]">just contact us.</a>
</section>
<p><span>Ampersand</span> has plenty of sponsorship options and opportunities providing you the flexibility to showcase your services and demonstrate your commitment to the web design and typography community in a way that best fits your needs.</p>
<p>We’ve also introduced a special low cost grassroots sponsorship option especially for individuals or very small up-and-coming businesses.</p>
</article>
</div><!-- END MAIN CONTENT -->
<?php include("includes/footer.php"); ?>
</body>
</html>