-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors2.html
106 lines (94 loc) · 4.4 KB
/
sponsors2.html
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
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>
Chippewa Valley Antique Engine and Model Club
</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<header><h2>Chippewa Valley Antique Engine and Model Club</h2></header>
<div class=mainphoto></div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="selected"><a href="sponsors.html">Sponsors</a></li>
</ul>
</nav>
<main>
<h3>Sponsor Information</h3>
<p>If you are interested in becoming a sponsor of Pioneer Days please take a moment to look at the various packages we offer: </p>
<img src="images/sponsors.jpg" class="sponsor">
<h4 class="clear">Bronze Sponsorship</h4>
<ol><li>$25.00 Advertisement Package</li><br>
<li>Name placed on sign board for May tractor pull and at Pioneer Days the second weekend in August</li></ol>
<br>
<h4>Silver Sponsorship</h4>
<ol>
<li>$50.00 Advertisement Package</li><br>
<li>Name placed on sign board</li><br>
<li>Sponsorship announcement made at May tractor pull</li><br>
<li>Sponsorship announcements made at Pioneer Days the second weekend in August</li>
</ol>
<br>
<h4 class="clear">Gold Sponsorship</h4>
<ol><li>$100.00 Advertisement Package</li><br>
<li>Banner, provided by you, displayed on showgrounds at May tractor pull and at Pioneer Days the second weekend in August</li>
<br>
<li>Sponsorship announcement made at May tractor pull</li>
<br>
<li>Sponsorship announcement made throughout weekend at Pioneer Days the second weekend in August</li>
<br>
<li>Two free admissions to Pioneer Days</li>
</ol>
<br><br>
<h4>Platinum Sponsorship</h4>
<ol><li>$300.00 Advertisement Package</li><br>
<li>Banner, provided by you, displayed on showgrounds at May tractor pull and at Pioneer Days the second weekend in August </li>
<br>
<li>Sponsorship announcement at May tractor pull</li>
<br>
<li>Sponsorship announcement at Pioneer Days the second weekend in August</li>
<br>
<li>Two free admissions to Pioneer Days</li>
<br> <br>
<li>Business name listed as a sponsor on the posters</li>
</ol>
<br>
<br>
<p>*Packages may be purchased with a check or traded for services valued at same dollar amount*</p>
<br>
<h4>Advertising package puchaser information:</h4>
<p>
Name:
<br>
Business Name:
<br>
Address:
<br>
Phone number:
<br>
Advertisement Package Amount:
<br>
Receipt Required (yes/no):
<br>
<br>
Please send the above contact information and payment for advertisement package to the following address:
<br><br>
Chippewa Valley Antique Engine and Model Club, Inc.<br>
P.O. Box 8021 <br>
Eau Claire, WI 54702-8021
<br>
<br>
For additional questions, information, or to make arrangements for banner delivery please contact (715) 834-3977.
</p>
</main>
<footer>
Pioneer Park S4964 Porterville Road | Eau Claire, WI 54701
<br>Ⓒ 2017
</footer>
</body>
</html>