-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVendorRules.html
65 lines (60 loc) · 4.45 KB
/
VendorRules.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Apply to be a Vendor</title>
<meta name="description" content="Vendor Application for the Castleton Art & Craft Fair">
<meta name="author" content="CCantrell">
<link rel="shortcut icon" type="image/png" href="http://www.castletonumc-artandcraftfair.org/images/circle_favicon.png" />
<link rel="stylesheet" type="text/css" href="css/CUMCAandCstyles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/imageupload.js"></script>
</head>
<body>
<div class="heading">
<a href="index.html"><img srcset="images/WebsiteHEADING_sm.png 550w, images/WebsiteHEADING_sm.png 1125w, images/WebsiteHEADING.png 2250w" src="images/WebsiteHEADING.png" alt="CUMC Art and Craft Web Header" />
</a>
</div>
<div class="content">
<ul class="header">
<li class="header"><a class="header" href="mission.html">Our Mission</a></li>
<li class="header"><a class="header" href="attend.html">Attend</a></li>
<li class="header"><a class="header" href="vendor.html">Participate</a></li>
<li class="header"><a class="header" href="contact.html">Contact</a></li>
</ul>
<h1>Vendor Rules</h1>
<p>There are a number of important dates for vendors:</p>
<ul>
<li>September 15, 2017: <a href="vendor.html">Application</a> deadline. <strong>No applications accepted after this date.</strong></li>
<li>September 22, 2017: email confirmation of acceptance to vendor from coordinators.</li>
<li>October 6, 2017: Vendor Booth Setup</li>
<li>October 7, 2017: The Fair</li>
</ul>
<h2>October 6 Schedule</h2>
<p>The church will be open from 6:30 PM to 9:00 PM for vendors to set up booth spaces. Please keep in mind that while the church will be locked overnight, there is no on-site presence of security during that time. This has not been a problem in the past, but you may consider waiting until Saturday morning to add merchandise.</p>
<h2> October 7 Schedule</h2>
<p>The schedule for the day of the fair is as follows:</p>
<ul>
<li>7:00 AM - 8:45 AM Vendor Booth Setup</li>
<li>8:45 AM - Opening prayer in the sanctuary.</li>
<li>9:00 AM Fair opens to the public.</li>
<li>4:00 PM Fair closes - Booth tear-down may commence.</li>
<li>4:00 PM - 5:00 PM - Gathering of your tithes.</li>
</ul>
<h2>Additional Requirements</h2>
<p>The following requirements are expected of all vendors:</p>
<ol>
<li>All goods must be produced by the vendor. No resale items, please.</li>
<li>The Fair opens at 9:00 AM sharp and ends at 4:00 PM. We expect booths to remain up for the entire day. Please do not tear down before 4:00 PM.</li>
<li>The Fair Organization will have coffee and water available for all vendors. If you do not have someone to stand in for you to have time to take a break, we will try to provide a booth-sitter for a maximum of 15 minutes. Please let the Zone Leader know if you need one.</li>
<li>We can provide one <strong>6-foot table or one 8-foot table</strong> along with two chairs for your booth. Be sure to indicate your choice on the application form.</li>
<li>If you need <strong>electricity</strong>, we will do our best to accommodate you. You will need to provide your own extension cord and plan to use only one wall socket. Be sure to indicate your need on the application form.</li>
<li>If you need <strong>wall space</strong>, please indicate on your application. Booth spaces with wall space are limited and we will portion them out on a first come, first served basis. Again, be sure to indicate your need on the application form.</li>
<li>We expect vendors to be "good neighbors." Booth spaces are marked with tape at the corners on the floor. We try to provide 64 square feet per space wherever possible. Eight x eight foot spaces are what we shoot for, but in some areas it is not possible.</li>
<li>A limited number of carts are provided at the entry points for easy movement of your equipment and goods. Please remember to return the carts to the entry-ways after you are done moving your objects.</li>
<li>We do not charge an entry fee to participate in the CUMC Art and Craft Fair, but <strong>we do ask for you to "tithe" from your sales of the Fair Day</strong>. This money goes to fund Outreach Progrms here at CUMC and to provide seed money for the next year's Fair.</li>
</ol>
<p>Thank you for your participation in the <strong>Castleton UMC Art and Craft Fair</strong>.</p>
</div>
</body>
</html>