-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-partners.php
102 lines (67 loc) · 2.94 KB
/
template-partners.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?php
/*
Template Name: Partners
*/
?>
<?php get_header(); ?>
<div id="content">
<div id="inner-content" class="wrap clearfix">
<div id="main" class="twlevecol first clearfix opulent-temple" role="main">
<h1>We Love Our Partners</h1>
<p>We so appreciate the support from our partners. Please get in touch with us at <a href="mailto:[email protected]">whatthe[at]whatthefestival[dot]com</a>if you'd like to see your logo here.</p>
<ul class="lineup ot-lineup">
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://www.wweek.com/" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-ww.jpg" />
<h3 class="artist-name">Willamette Week</h3>
</a>
</li>
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://kboo.fm" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-kboo.jpg" />
<h3 class="artist-name">KBOO</h3>
</a>
</li>
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://kzme.fm" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-kzme.jpg" />
<h3 class="artist-name">KZME</h3>
</a>
</li>
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://canvasdreams.com" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-canvasdreams.jpg" alt="Sustainable Web Hosting by Canvas Dreams" />
<h3 class="artist-name">Canvas Dreams</h3>
</a>
</li>
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://elevenpdx.com" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-eleven.jpg" />
<h3 class="artist-name">Eleven PDX Magazine</h3>
</a>
</li>
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://magneticmag.com" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-magnetic.jpg" />
<h3 class="artist-name">Magnetic Magazine</h3>
</a>
</li>
<li class="fourcol lineup-artist">
<div class="lineup-artist-hover"></div>
<a href="http://guayaki.com" target="_blank">
<img src="http://whatthefestival.com/_wp/wp-content/themes/md_wtf2013/library/images/partner-guayaki.jpg" />
<h3 class="artist-name">Guayaki Yerba Mate</h3>
</a>
</li>
</ul>
<div class="clearfix"></div>
</div> <!-- end #main -->
</div> <!-- end #inner-content -->
</div> <!-- end #content -->
<?php get_footer(); ?>