forgot to add templates, added them

This commit is contained in:
Karen 2011-10-22 20:37:44 +05:30
parent 1f7a9adf9b
commit a3ba393c2d
4 changed files with 113 additions and 0 deletions

View File

@ -0,0 +1,34 @@
{% extends 'base.html' %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/inner.css" type="text/css" />
{% endblock %}
{% block content %}
<div class="colInner">
<h1>Mumbai Organic Farmers and Consumers Association (MOFCA)</h1>
<br>
<p>MOFCA is a cooperative association of organic farmers (working within a 200 km radius of Mumbai) working collectively with consumers from Mumbai towards the betterment of local seasonal organic food grown and consumed within our region.</p>
<p>For additional information about MOFCA and to know more about the Hari Bhari Tokri scheme please contact us on:
Email id: hari.bhari.tokri@gmail.com</p>
<br>
<h1>Mission and Vision</h1>
<br>
<p>Nature's wisdom has resulted in a wonderful diversity, sensitive to both time and place. By eating organic, seasonal and local we move from simply witnessing the rhythms of the planet to participating in it.</p>
<p>In response to the demand for fresh organic produce in Mumbai, Mumbai Organic Farmers and Consumers Association (MOFCA) has decided to start the 'Hari Bhari Tokri' scheme- a consumer supported agriculture (CSA) project promoting sustainable agriculture in and around Mumbai.</p>
<p>In brief, the goals we had set before ourselves at the beginning of the first season were;</p>
<ul>
<li>Demonstration and sharing of sustainable farming techniques.</li>
<li>Creation of an alternative market model with shared risk and fair prices for farmers and consumers- Hari Bhari Tokri</li>
<li>Consumer education in order to create and sustain the demand for Seasonal, Local, Organic food.</li>
</ul>
</div>
{% endblock %}

View File

@ -0,0 +1,11 @@
{% extends 'base.html' %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/inner.css" type="text/css" />
{% endblock %}
{% block content %}
<div class="colInner">
{% endblock %}

View File

@ -0,0 +1,45 @@
{% extends 'base.html' %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/inner.css" type="text/css" />
{% endblock %}
{% block content %}
<div class="colInner">
<h1>Where are the pick-up points?</h1>
<br>
<p><em>(Pick up points may be added or changed. Please confirm with us.)</em></p>
<br>
<p>For our second season- monsoon 2011 we had pick-ups from the following places.</p>
<br>
<ul>
<li>1. Green Fields, Behind Westside and also Behind Army Navy Bldg, David Sasson Library Marg, Opposite City Civil Court Post Office, Kala Ghoda, Mumbai 400 001</li>
<br>
<li>2. Bake Haven, Shop No 2, Rajat Apartments, Next to Shemaroo Video Library,Mount Pleasant Road, Mumbai 400 006.</li>
<br>
<li>3. Gostana, Fatima Villa, Next to Da Vinci, 29th Road, Pali Naka, Bandra (W), Mumbai 400 050</li>
<br>
<li>4. Armaan, Saraswati Road, Saraswat Colony, Santacruz (W), Mumbai 400 054</li>
<br>
<li>5. Green Current, Yashodhan Building, Malvviya Road, Vile Parle (E) 400 057</li>
<br>
<li>6. Navdanya - The Organic Shop, Oberoi Raviraj Complex, Off Andheri Link Road, Andheri (W), Mumbai 400053</li>
</ul>
<br>
<p>Some members have pooled resources and created a hub and spoke model. They take turns picking up for each other. Let us know and we will connect you up with others in your area.</p>
<br><br>
<p><em>If none of these work we now have an option for <span class="boldText">Home Delivery!</span> We have contacted our famous Mumbai Dabbawalas and they are ready to help us under the following conditions.</em></p>
<br>
<p>1. The Dabbawalas will charge Rs 50 /- each week for dropping the tokri to your door step so for 16 Tokris over the season you will have to pay an extra Rs 800/-. This is for each tokri if you have ordered 2 tokris you have to pay double.</p>
<br>
<p>2. The Dabbawalas want a deposit amount of Rs 500/- which will be returned at the end of the season, again 2 tokris double the deposit.</p>
<br>
<p>3. So if you opt for home delivery you will have to deposit an extra 1300/- with us.</p>
<br>
<p>4. The delivery time will be between 3 pm and 7 pm in the afternoon at the address provided by you. If you will not be at that address at that time please give an alternate place for the Dabbawala to leave your tokri like with the watchman or a neighbour. The Dabbawala will not take your tokri back with him.</p>
</div>
{% endblock %}

View File

@ -0,0 +1,23 @@
{% extends 'base.html' %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/inner.css" type="text/css" />
{% endblock %}
{% block content %}
<div class="colInner">
<h1>This winter's (2011) veggies will include:</h1>
<br>
<p> <span class="boldText">Greens:</span> Palak/ Spinach, Methi/ Fenugreek leaves, Maat/ Amaranth leaves, Dhaniya/ Coriander leaves</p>
<br>
<p><span class="boldText">Cucurbits:</span> Dhoodi/ Bottle gourd, Bhopla/ Kaddu/ Pumpkin, Kohla/ Petha/ Ash gourd, Karela/ Bitter gourd</p>
<br>
<p><span class="boldText">Others:</span> Bhindi/ Lady finger/ Okra, Gawar/ Cluster beans, Baingan/ Eggplant/ Brinjal, Tamatar/ Tomato, Mirchi/ Chilly peppers, Nawal kol/ Kohlrabi, Shevta singh/ Drumstick</p>
<br>
<p><span class="boldText">Roots and tubers:</span> Mooli (white)/ White raddish, Suran/ Elephant yam</p>
</div>
{% endblock %}