-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhistory.html
97 lines (86 loc) · 4.39 KB
/
history.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
<!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>
History | 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>
<!--#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">
<router-view class="" >
<h4>
History
</h4>
<img class="rightside side-image" src="./images/history.jpeg" />
<p class="subtext">
ChicagoVeg was founded on June 23, 2009 through the merger of two Meetup groups: Chicago Vegans and Chicago Vegetarians (the both groups were established in 2006). The idea was to bring together all activists, enthusiasts, and supporters of plant-based diet whether they are vegetarians, vegans, raw foodists or just veg-curious regardless of their reasons (ethical, environmental, health, spiritual, etc.).
<br>
<br>
We are truly an all-inclusive and non-judgmental group that happily reaches to all allies to fulfill its mission.
<br>
<br>
ChicagoVeg rapidly grew from just a few hundred members' group to the largest Chicagoland
Vegan & Vegetarian group with over 8,000 members
(check <a href="https://www.meetup.com/ChicagoVeg/" target="_blank"> meetup.com/ChicagoVeg</a>
for the current number) and over 7,000 Facebook fans (<a href="http://www.Facebook.com/ChicagoVeg" target="_blank">facebook.com/ChicagoVeg</a>).
ChicagoVeg became the largest Vegan & Vegetarian meetup group in the Midwest and one of the largest groups in the world!
<br>
<br>
ChicagoVeg also made history by organizing the very first <a href="http://chicago.veggiepride.com" target="_blank">Chicago
Veggie Pride Parade (CVPP)</a>.
It's both a
lot of fun and work that translates to promoting veg*n lifestyle.
<br>
<br>
2012 was a landmark year as ChicagoVeg finally broke off from being just a Meetup group by taking the giant leap and becoming an official not-for-profit organization in order to more effectively carry out its mission to support the local veg community and promote a plant-based diet.
<br><br>
ChicagoVeg is an official 501c3 non-profit organization. ChicagoVeg EIN: 46-1670886.
</p>
</router-view>
</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>