-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
115 lines (89 loc) · 4 KB
/
contact.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
107
108
109
110
111
112
113
114
115
<!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 class="selected"><a href="contact.html">Contact</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</nav>
<main>
<img src="images/hospitality3.jpg" class="pic">
<h3>Officers</h3>
<table width="370px">
<tr><td>President:</td><td>Dan Goulet</td><td align="right">(715) 723-9524</td> </tr>
<tr><td>Vice President:</td><td>Lyman Wedlund</td><td></td> </tr>
<tr><td>Treasurer:</td><td>Harriet Dehnke</td><td align="right">(715) 832-3977 </td></tr>
<tr><td>Secretary:</td><td>Connie Odegard</td><td align="right">(715) 214-8857</td> </tr>
</table>
<h3>Board of Directors</h3>
<table width="370px">
<tr><td>Lois Dohms</td><td align="right">(715) 832-4496</td> </tr>
<tr><td>Dan Brantner</td><td></td> </tr>
<tr><td>Dave Hennig</td><td></td></tr>
<tr><td>Bill (Butch) Gorell</td><td></td> </tr>
<tr><td>Ron Odegard</td><td></td> </tr>
<tr><td>Steve McDonough</td><td align="right">Advisory Board</td> </tr>
</table>
<h3> Membership info</h3>
<table width="370px">
<tr><td>Harriet Dehnke </td><td>(715) 832-3977</td><td></td></tr>
</table>
<img src="images/vendors.jpg" class="picleft">
<h3 class="right">Flea Market and Exhibitors</h3>
<table width="370px" class="right">
<tr>
<td>Connie Odegard</td><td align="right">(715) 214-8857</td>
</tr>
<tr>
<td></td><td align="right">Email:grannysoos@yahoo.com</td>
</tr>
</table>
<h3 class="right">Camping Info</h3>
<table width="370px" class="right">
<tr>
<td>Lois Dohms</td><td></td><td>(715) 832-4496</td>
</tr>
</table>
<h3 class="right">Food Vendor Info</h3>
<table width="370px" class="right">
<tr>
<td>Lois Dohms</td><td></td><td>(715) 832-4496</td>
</tr>
</table>
<img src="images/tractor2.jpg" class="picright"><br>
<h3>Tractor Pull Info</h3>
<table width="370px">
<tr>
<td>Daryl Dehnke</td><td align="right">(715) 559-5597</td>
</tr>
<tr>
<td></td><td align="right">Email:johndeere3641@att.net</td>
</tr>
</table>
<h3>Feature Tractor Info</h3>
<table width="370px">
<tr>
<td>Dan Goulet </td><td></td><td>(715) 723-9524</td>
</tr>
</table>
<h3>Mailing Address</h3>
<p>Chippewa Valley Antique Engine and Model Club, Inc.<br> P.O. Box 8021 <br>Eau Claire, WI 54702-8021</p>
</main>
<footer>
Pioneer Park S4964 Porterville Road | Eau Claire, WI 54701
<br>Ⓒ 2017
</footer>
</body>
</html>