-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcooking.html
81 lines (65 loc) · 4.51 KB
/
cooking.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
<!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>Cooking | 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> ChicagoVeg Cooking </h4>
<img class="rightside side-image" src="./images/cooking.jpg">
<p class="subtext">ChicagoVeg Cooking is all about tasty plant-based food, sharing knowledge and cooking experiences between members, educating each other about the many benefits of veg*n cooking and how to make it fun, and of course about making
new like-minded friends!</p>
<p class="subtext">While we have a broad scope including Vegetarian, Vegan Cooked, and Raw/Living Vegan Food, we will mostly focus on a general whole food vegan diet as the source of tasty food and a healthy lifestyle. It has been shown by numerous
research studies* that an appropriately planned vegan diet may prevent and reverse such devastating health problems such as Heart Disease, Cancer, and Diabetes, to name a few. What else can we wish from our food if not
a combination of being tasty, healthy, and fun?!</p>
<p class="subtext">ChicagoVeg Cooking is an extension of ChicagoVeg – Community for Chicagoland Vegetarians, Vegans, Raw Foodists, and their friends. It was born as a joint venture between ChicagoVeg and Lincoln Park WholeFoods Wellness Club
(previous pilot program) to spread and popularize the vegan diet in the Chicago area.</p>
<p class="subtext">We welcome everyone: vegetarians, vegans, raw foodists, or ANYONE who is interested in tasty and healthy plant-based cooking to join us!</p>
<p class="subtext">
You can find the meetup page at: <a href="http://www.meetup.com/ChicagoVegCooking/" target="_blank">http://www.meetup.com/ChicagoVegCooking/</a>
</p>
<p class="subtext">*If you haven't already, check out the video "Forks Over Knives" or read "The China Study" by T. Colin Campbell, and "Healthy at 100" by John Robins</p>
</router-view>
</div>
</article>
</section>
<div class="bottom">
<!--#include file="sponsors.shtml"-->
<br>
<!--#include file="facebook.shtml"-->
</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>