-
Notifications
You must be signed in to change notification settings - Fork 1
/
veganpotluckrules.html
115 lines (97 loc) · 4.53 KB
/
veganpotluckrules.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 lang="en" http-equiv="Content-Language" content="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ChicagoVeg - Community for Chicago area vegetarians, vegans, raw foodists, or any veg-curious and their friends. ">
<meta name="keywords" content="ChicagoVeg, Chicago Veg, Vegetarian, Vegan, Raw Food, Chicago, Veg, Veggie, Vegetarian organization, Vegan, Raw Foodists, Vegetarians in Chicago, Animal Lover, Conscious Living, Save Planet, Solve Environmental Issues, Chicagoland, Chicago area, Chicago suburbs, Vegs, Veggies, Vegetarians, Vegans, Raw Foodists, Animal Welfare, Personal Health, Alternative Healing, Harmony in Life, Community, organic, IL, illinois, people who care">
<title>
Vegan Potluck Rules
</title>
<link rel="icon" href="./images/favicon.ico" type="image/ico">
<link href="./lib/css/bootstrap.min.css" rel="stylesheet">
<link href="./styles/style.css" rel="stylesheet">
<link href="./lib/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="backframe">
<header>
<!-- Do not delete. This is used for providing facebook with an image -->
<div>
<img src="./images/ChicagoVeg.jpg" width="1" height="1" alt="information link image">
</div>
</header>
<nav-bar router.bind="router" class="" />
<!--#include file="navbar.shtml"-->
<section class="body-content">
<article>
<div class="text-center bolder header-text" style="display:none;">
<h2>
ChicagoVeg
</h2>
For Earth ~ For Animals ~ For You
</div>
<div class="tab-content">
<section>
<article>
<h4>Vegan Potluck Rules</h4>
<img class="rightside side-image" src="./images/mission1.jpg" alt="three strike rule" />
<p class="subtext">
A potluck means that everyone brings some food/drink to share. Below are ChicagoVeg guidelines for our potlucks. If you are coming without any food (bringing a bag of potato chips is not an option) please contact potluck organizer first.
</p>
<ul class="subtext">
<li>
You should bring enough food or beverage to serve at least 6 people.
</li>
<li>
All food/drink must be 100% plant-based (<a href="https://chicagoveg.com/classifications.html">vegan</a>). The food you bring can be prepared by you or bought from a store/restaurant as long as you know ALL the ingredients.
</li>
<li>
Please bring a note with the list of the ingredients in case someone has some allergies, as well as put your name there (someone may want to ask you for the recipe or have other questions). Put the note next to your dish on the table.
</li>
<li>
As you RSVP, add a comment with what you plan to bring (avoid bringing something that many others plan to bring).
</li>
<li>
Bring serving utensils for your dish and tableware (whatever you/your guests may want to use).
</li>
<li>
No tobacco, alcohol, or other intoxicants please. If any questions see <a href="./nointoxicants.html">No Intoxicants Policy</a>
</li>
<li>
For outdoor potlucks you may wish to consider bringing the following: folding chair, blanket, sunscreen, swimsuit (for tanning or swimming), balls, frisbees, or any other games you would like to play with others.
</li>
</ul>
<p class="subtext">
Please
<a href="https://www.chicagoveg.com/contact.html" rel="noopener noreferrer" target="_blank">
contact
</a>
the event organizer(s) if any additional questions or concerns.
</p>
<hr />
</article>
</section>
</div>
</article>
</section>
<div class="bottom">
<!--#include file="sponsors.shtml"-->
<br>
<!--#include file="facebook.shtml"-->
</div>
</div>
</div>
</div>
<footer>
<!--#include file="footer.shtml"-->
</footer>
</body>
<script src="./lib/js/jQuery.min.js">
</script>
<script src="./lib/js/bootstrap.min.js">
</script>
<script src="./src/js/socialMedia.js">
</script>
</html>