-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfamilykids.html
More file actions
361 lines (304 loc) · 13.5 KB
/
Copy pathfamilykids.html
File metadata and controls
361 lines (304 loc) · 13.5 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<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>
Family/kids | ChicagoVeg
</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">
<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="" >
<!-- This is always collapsed via a CSS hack () -->
<nav class="navbar navbar-default navbar-static menuOptions">
<div class="navbar-header">
<button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle" aria-expanded="true">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
<a href="index.html" class="navbar-brand navbar-left">
<img class="brand" src="./images/logo.png" alt="ChicagoVeg Main site brand image" title="ChicagoVeg Main site brand image">
</a>
</div>
<div id="navbarCollapse" class="navbar-collapse navbar-right collapse in" aria-expanded="true">
<ul class="nav navbar-nav nav-tab">
<li setup-dropdown.bind="row" class="" >
<a href.bind="row.href" class="disabled " target.bind="openNewPage(row)" href="index.html" target="_self">
Home
</a>
</li>
<li setup-dropdown.bind="row" class=" dropdown" >
<a href.bind="row.href" data-toggle="dropdown" class="dropdown-toggle disabled " href="aboutus.html">
<span>
About Us
</span>
<span class="caret">
</span>
</a>
<ul role="menu" class="dropdown-menu">
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="history.html" target="_self">
History
</a>
</li>
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="mission.html" target="_self">
Mission
</a>
</li>
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="donate.html" target="_self">
Donate
</a>
</li>
<li>
<a href="sponsorus.html" target="_self">
Sponsor Us
</a>
</li>
</ul>
</li>
<li setup-dropdown.bind="row" class=" dropdown" >
<a href.bind="row.href" data-toggle="dropdown" class="dropdown-toggle disabled " href="programs.html">
<span>
Programs
</span>
<span class="caret">
</span>
</a>
<ul role="menu" class="dropdown-menu">
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="outreach.html" target="_self">
Outreach
</a>
</li>
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="cooking.html" target="_self">
Cooking
</a>
</li>
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="singles.html" target="_self">
Singles
</a>
</li>
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href=" familykids.html" target="_self">
Family/Kids
</a>
</li>
</ul>
</li>
<li setup-dropdown.bind="row" class="" >
<a href.bind="row.href" class="disabled " target.bind="openNewPage(row)" href="http://www.meetup.com/ChicagoVeg/" target="_blank">
Meetup
</a>
</li>
<li setup-dropdown.bind="row" class="">
<a href.bind="row.href" class="disabled " target.bind="openNewPage(row)" href="resources.html" target="_self">
Resources <span class="caret">
</a>
<ul role="menu" class="dropdown-menu">
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="classifications.html" target="_self">
Classifications
</a>
</li>
<li>
<a href="whyveg.html" target="_self">
Why Veg
</a>
</li>
</ul>
</li>
<li setup-dropdown.bind="row" class=" dropdown" >
<a href.bind="row.href" data-toggle="dropdown" class="dropdown-toggle disabled " href="http://restaurants.chicagoveg.com" target="_blank">
<span>
Restaurants
</span>
<span class="caret">
</span>
</a>
<ul role="menu" class="dropdown-menu">
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="http://restaurants.chicagoveg.com" target="_blank">
Restaurant Finder
</a>
</li>
<li>
<a href.bind="subMenu.href" target.bind="openNewPage(subMenu)" class="" href="http://www.meetup.com/ChicagoVeg/pages/ChicagoVeg_Choice/" target="_blank">
ChicagoVeg Choice
</a>
</li>
</ul>
</li>
<li setup-dropdown.bind="row" class="" >
<a href.bind="row.href" class="disabled " target.bind="openNewPage(row)" href="contact.html" target="_self">
Contact Us
</a>
</li>
</ul>
</div>
</nav>
</nav-bar>
<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">
<router-view class="" >
<h4>
ChicagoVeg Families & Kids
</h4>
<img class="rightside" src="./images/familykids.jpg">
<p class="subtext">
Our community supports vegetarian and vegan families with kids. We also welcome non-veg families who are interested in the veg lifestyle. We strive to create a growing network of families who live in Chicago and the suburbs. Here we will build friendships, share advice and support our families' journeys! As parents, we want to guide our children to eat nourishing foods, act compassionately towards others, and/or be thoughtful about the Earth. ChicagoVeg Kids is where veg kids are the norm, not the exception.
</p>
<p class="subtext">
Please join us if you live in Chicago or the suburbs!
</p>
</router-view>
</div>
</article>
</section>
<div class="bottom">
<div class="text-center">
<div>
<p class="text-center sponsor-text">Sponsors</p>
<ul class="list-inline">
<li>
<a href="http://http://www.amazingkaleburger.com/" target="_blank" title="Kale Burger">
<img src="./images/kaleburger.jpg" class="sponsor-image" alt="Kale Burger" width="166" height="120" lazyload="">
</a>
</li>
<li>
<a href="https://www.facebook.com/PurpleSproutCafe" target="_blank" title="Purple Sprout Cafe">
<img src="./images/purplesproutcafe.jpg" class="sponsor-image" alt="Purple Sprout Cafe" width="166" height="120" lazyload="">
</a>
</li>
<li>
<a href="http://http://quesadillalareinadelsur.com/" target="_blank" title="Quesadilla La Reina del Sur">
<img src="./images/quesadillalareina.jpg" class="sponsor-image" alt="Quesadilla La Reina del Sur" width="166" height="120" lazyload="">
</a>
</li>
<li>
<a href="http://http://chicago.veggiepride.com/" target="_blank" title="Chicago Veggie Pride">
<img src="./images/chicagoveggiepride.jpg" class="sponsor-image" alt="Chicago Veggie Pride" width="166" height="120" lazyload="">
</a>
</li>
<li>
<a href=" http://aliceandfriendsvegankitchen.com" target="_blank" title="Alice and friends restaurant">
<img src="./images/AliceFriendsWeb.jpg" class="sponsor-image" alt="Alice and friends restaurant pic" width="166" height="120" lazyload="">
</a>
</li>
<li>
<a href="contact.html" target="_blank" title="Contact us">
<img src="./images/SupportUs.jpg" class="sponsor-image" alt="Contact us for buiness" width="166" height="120" lazyload="">
</a>
</li>
</ul>
</div>
</div>
<br>
<div class="centering">
<div class="">
<p class="text-center sponsor-text">Like Us On Facebook!</p>
<div id="fb-root" class=" fb_reset">
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-page" data-href="https://www.facebook.com/chicagoveg" data-width="400" data-height="400" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/chicagoveg"><a href="https://www.facebook.com/chicagoveg">ChicagoVeg - Chicagoland Vegetarian, Vegan, and Raw Foodist Community</a>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="copyright">
©
<span>
2016
</span>
-
<a href="http://chicagoveg.com/" target="_blank">
<span class="">
ChicagoVeg
</span>
</a>
|
<a href="contact.html">
Feedback
</a>
</div>
<div class="social">
<ul class="list-inline">
<li>
<a href="javascript:void(0)" class="v-data-socialmedia-link" data-url="http://twitter.com/share?text=Check out ChicagoVeg- ;url=" data-top="500" data-left="500" data-width="400" data-height="400">
<img src="./images/twitter.png" lazyload="">
</a>
</li>
<li>
<a href="javascript:void(0)" class="v-data-socialmedia-link" data-url="https://plus.google.com/share?url" data-top="500" data-left="500" data-width="400" data-height="400" >
<img src="./images/google_plus.png" lazyload="">
</a>
</li>
<li>
<a href="./contact.html" >
<img src="./images/email.png" lazyload="">
</a>
</li>
<li>
<a href="http://www.meetup.com/ChicagoVeg/" target="_blank">
<img src="./images/meetup.png" lazyload="">
</a>
</li>
</ul>
</div>
</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>