-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (57 loc) · 2.9 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<script data-require="[email protected]" data-semver="2.1.3" src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script data-require="[email protected]" data-semver="1.3.15" src="//code.angularjs.org/1.3.15/angular.js"></script>
<script type="text/javascript" src="router.es5.js"></script>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="components/area0/area0.js"></script>
<script type="text/javascript" src="components/area1/area1.js"></script>
<script type="text/javascript" src="components/area2/area2.js"></script>
<script type="text/javascript" src="components/area3/area3.js"></script>
<script type="text/javascript" src="components/area3/area4.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body ng-app="MyApp">
<div class="container">
<div class="header clearfix">
<h3 class="text-muted">Colorado Front Range Local Food Supply Project</h3>
<div class="row marketing">
<div class="col-lg-6">
<h4>Learning from the success of the Australian ( & now UK, Danish ) Open Food Networks</h4>
<p>
<a ng-link="area1">'Local Food Hubs' with a mentoring program to help new farmers, hub managers, and others to get a healthy start in business and community. </a>
</p>
<h4>Our food future needs you!</h4>
<p>
<a ng-link="area2">Read more about simple and effective ways of participating</a>
</p>
</div>
<div class="col-lg-6">
<h4>Vision</h4>
<p>
<a ng-link="area3">Where we are, what we want to become.</a>
</p>
<h4>thinking ahead...</h4>
<p>
<a ng-link="area4">Planning for the future of local sustainable agriculture</a>
</p>
</div>
</div>
<div class="jumbotron">
<div ng-viewport=" [onload="string"]"></div>
<p><a class="btn btn-lg btn-success" href="#" role="button">Sign up today</a></p>
</div>
</div>
<div class=footer style="background-color:#9ab364" >
<img src="//github.com/LocalFoodSupply/localfoodsupply.github.io/blob/master/assets/img/localfoodsupply00.png?raw=true">
<img src="//github.com/LocalFoodSupply/localfoodsupply.github.io/blob/master/assets/img/Untitled0.png?raw=true">
<p>© 2015 Local Food Supply.org - farmers and land rights reserved - a project of Ecocity Lifelong Learning Network</p>
</div>
</div>
</div>
</body>
</html>