made changes to backdrop and design changes

This commit is contained in:
Karen 2011-10-22 12:24:10 +05:30
parent 54c382f1d5
commit 080f4b9ef8
8 changed files with 215 additions and 125 deletions

View File

@ -4,7 +4,7 @@ margin-left:0px;}
#col1 hgroup h1
{font-size:72px;
background-color:rgba(254, 254, 254, 0.4);
background-color:rgba(254, 254, 254, 0.7);
padding-left:10px;
padding-right:10px;
display:inline-block;} /*is this ok*/
@ -12,15 +12,15 @@ display:inline-block;} /*is this ok*/
#col1 hgroup h2
{font-size:24px;
line-height:28px;
border-left:10px solid rgba(254, 254, 254, 0.4);
border-left:10px solid rgba(254, 254, 254, 0.7);
} /*why doesn't padding work here? because it's inline?*/
#col1 hgroup h2 span
{background-color:rgba(254, 254, 254, 0.4);}
{background-color:rgba(254, 254, 254, 0.7);}
hgroup h3
{font-size:24px;
background-color:rgba(254, 254, 254, 0.4);
background-color:rgba(254, 254, 254, 0.7);
margin-top:24px;
padding:6px;
display:inline-block;}

View File

@ -1,12 +1,20 @@
.colInner
{width:98%;
margin:0 auto;
background-color:rgba(254, 254, 254, 0.4);
padding:2%;}
background-color:rgba(254, 254, 254, 0.4); /*PLEASE SPECIFY FALLBACK DEPENDING ON BG IMAGE*/
padding:3%;
font-size:16px;
line-height:20px;}
.colInner h1
{font-size:18px;
font-weight:bold;}
.boldText
{font-weight:bold;}
{font-weight:bold;}
#costs
{border:1px solid #547536;
padding:8px;
margin-bottom:12px;}

View File

@ -5,14 +5,17 @@ height:100%;}
/*code needs to be validated*/
body
{background-image:url(../img/pattern8.png);
{background-image:url(../img/farm-tile-finala2.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
font-family:Georgia, "Times New Roman", Times, serif;} /*font squirrel font to be added*/
#wrapper
{min-height:100%;
width:86%;
margin:0 auto;}
margin:0 auto;
max-width:1280px;
min-width:980px;}
header
{width:100%;
@ -44,13 +47,14 @@ padding:10px;
margin-right:20px;}
.navMain li a:hover, .navMain ul li a, .navMain li:hover > a
{background:#e3e3e3; /* fallback for old browsers */
background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* Opera11.10+ */
background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* IE10+ */
background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* W3C */}
{background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(245,245,245,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */}
.navMain li ul
{display:block;
@ -77,16 +81,23 @@ width:340px;}
.navMain ul li a:hover
{color:#e3e3e3;
background:rgb(12,77,137); /* fallback for old browsers */
background:-moz-linear-gradient(top, rgba(12,77,137,1) 0%, rgba(84,117,54,1) 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,77,137,1)), color-stop(100%,rgba(84,117,54,1))); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); /* Opera11.10+ */
background:-ms-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); /* W3C */}
/*background:rgb(12,77,137);
background:-moz-linear-gradient(top, rgba(12,77,137,1) 0%, rgba(84,117,54,1) 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,77,137,1)), color-stop(100%,rgba(84,117,54,1)));
background:-webkit-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%);
background:-o-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); background:-ms-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%);
background: linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%);
background: rgb(14,128,160); /* Old browsers */
background: -moz-linear-gradient(top, rgba(14,128,160,1) 0%, rgba(84,117,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,128,160,1)), color-stop(100%,rgba(84,117,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e80a0', endColorstr='#547536',GradientType=0 ); /* IE6-9 */}
#search
{width:240px;
{width:300px;
border:none;
height:30px;
/*position:absolute;
@ -119,7 +130,7 @@ box-shadow: rgba(0,0,0, 0.3) 2px 3px 10px 2px;}
{width:100%;
margin:0 auto;
color:#547536;
margin-top:28px;
margin-top:51px;
overflow:hidden;
/*overflow-y:auto; i had to do this for sticky footer to fix a damn FF bug that was showing horizontal scrollbar on footer, i hope its ok, i'mnot sure if IE 6 accepts overflow-x hidden, the question is, do we care*/
padding-bottom:120px;
@ -150,11 +161,12 @@ margin-bottom:14px;}
bottom:2px; /*WHY LIKE THIS?*/
right:0px;
font-size:24px;
background-color:rgba(254, 254, 254, 0.6);}
background-color:rgba(254, 254, 254, 0.7);
cursor:pointer;}
.sectionsRight
{width:280px;
background-color:rgba(254, 254, 254, 0.4);
background-color:rgba(254, 254, 254, 0.8);
margin-top:16px;
margin-bottom:16px;
padding:10px;}
@ -228,7 +240,7 @@ footer
margin:0 auto;
height:120px; /*change padding bottom in columns if u change this, for it's for the sticky footer*/
font-family:Georgia, "Times New Roman", Times, serif; /*to be changed*/
background-color:rgba(254, 254, 254, 0.4);
background-color:rgba(254, 254, 254, 0.7);
color:#0c4d89;
font-size:13px;
padding-top:16px;

View File

@ -6,7 +6,7 @@
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

165
mofca/templates/hbt.html Normal file
View File

@ -0,0 +1,165 @@
{% 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>(Pick up points may be added or changed. Please confirm with us.)</p>
<p>For our second season- monsoon 2011 we had pick-ups from the following places.</p>
<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>
<li>2. Bake Haven, Shop No 2, Rajat Apartments, Next to Shemaroo Video Library,Mount Pleasant Road, Mumbai 400 006.</li>
<li>3. Gostana, Fatima Villa, Next to Da Vinci, 29th Road, Pali Naka, Bandra (W), Mumbai 400 050</li>
<li>4. Armaan, Saraswati Road, Saraswat Colony, Santacruz (W), Mumbai 400 054</li>
<li>5. Green Current, Yashodhan Building, Malvviya Road, Vile Parle (E) 400 057</li>
<li>6. Navdanya - The Organic Shop, Oberoi Raviraj Complex, Off Andheri Link Road, Andheri (W), Mumbai 400053</li>
</ul>
<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>
<p>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.</p>
<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>
<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>
<p>3. So if you opt for home delivery you will have to deposit an extra 1300/- with us.</p>
<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>
<p class="boldText">This winter's (2011) veggies will include:</p>
<p> <span class="boldText">Greens:</span> Palak/ Spinach, Methi/ Fenugreek leaves, Maat/ Amaranth leaves, Dhaniya/ Coriander leaves</p>
<p><span class="boldText">Cucurbits:</span> Dhoodi/ Bottle gourd, Bhopla/ Kaddu/ Pumpkin, Kohla/ Petha/ Ash gourd, Karela/ Bitter gourd</p>
<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>
<p><span class="boldText">Roots and tubers:</span> Mooli (white)/ White raddish, Suran/ Elephant yam</p>
<h1>Mumbai Organic Farmers and Consumers Association (MOFCA)</h1>
<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>
<h1>Mission and Vision</h1>
<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>
<h1>CSA or 'farm sharing' through HBT</h1>
<br>
<p>Most of us are aware that profit from food is impossible if farming and food supply is carried out in the spirit of ahimsa. In spite of the fact that food is an everyday necessity or perhaps precisely because it is one, the proportion of income spent on food decreases as income increases. It is why our country's (and other countries') farmers are in the state they're in. It is also why our earth is in the state it is in.</p>
<br>
<p>To underline our efforts to reclaim food from the clutches of commodification we are proposing the idea of family farms/ farmers (similar to that of family doctor). We want to encourage the deepening of trust, responsibility and reciprocity within our human and ecological communities.</p>
<br>
<p>20 farmers have pledged their lands and labour to the practice of sustainable farming methods for this monsoon season (2011). This growing cycle begins in May with sowing and a harvest is expected from July to October. MOFCA will support the farmers with sharing of technical know-how and other farming resources, creating an assured market and a fair, consistent price for their produce and creating and managing the supply chain logistics.</p>
<br>
<p>We have available to us a total of 4 acres of farm land, cultivated by the 20 farmers partnering with us for this season. We are estimating a yield of 100 kg. / week from each acre which will give us a total of approximately 400 kilos. We have 200 farm shares available this season for public issue each worth Rs 2500/-.</p>
<br>
<p>As a shareholder you are paying the true cost of growing the food (in a sustainable and just way) and bringing it to you for the duration of the season. You are also helping in the long-term promotion of sustainable farming by enabling MOFCA to share resources among farmers and also to help consumers and the wider public learn to be more conscious about the food they eat.</p>
<br><br>
<h1>Why become a shareholder?</h1>
<br>
<p>As a shareholder and consumer of seasonal, local organic food you are <span class="boldText">investing in your health</span> everyday. You will have access to nutritious vegetables, produced organically. By eating local and in season vegetables you will be eating them at their freshest, most natural state, and at a time when they will most benefit you.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in your community.</span> As consumers have become more and more disconnected from the process of food production they have also become more disconnected from the human and ecological communities that support this process. By shareholding you will have the opportunity to personally get to know the farmers and they will know who's eating the food they are growing. Food traditions can be celebrated and kept alive among family and friends.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in your planet.</span> Even though increasingly fewer and fewer people are farming the earth, it is the responsibility of all of us to maintain the health of the earth. Through your support of organic practices you can do this. By buying local you are reducing the distance food travels to reach you- your food miles. And by preregistering as a shareholder you enable farmers to better plan their growing cycle thereby reducing wastages.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in learning.</span> You will have the opportunity to visit the farms where the food is grown and be re-introduced to traditional (forgotten) vegetables and different ways to prepare and store them. Shareholding is a great way to introduce children to various aspects of food and its production, nature and the community.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in your local economy.</span> Without intermediaries, shareholders benefit from reasonable, predetermined prices not subject to economic fluctuations or false scarcities. Wastages that occur from excess produce not being sold will be minimized, which in turn will reduce losses to the farmer and keep costs to the consumer under control. Farmers also benefit from fair prices paid directly to them.</p>
<br><br>
<h1>Shareholder Terms</h1>
<br>
<p>1. You, the consumer, will partner with MOFCA for one <span class="boldText">growing season.</span> The monsoon cycle begins in May with sowing and a harvest is expected from July to October.</p>
<br>
<p>2. At the time of registering, you will be required to give a contribution of <span class="boldText">Rs. 3000/-</span> for the season. This amount represents a shared responsibility for the costs of vegetable production and logistics for the season as well as for the undertaking of certain projects to ensure the long term sustainability of the project.</p><br>
<p>2 A list of vegetables that will be grown during the season will be made available so consumers will know what to expect.</p><br>
<p>4. Each week, on a pre-determined day, your tokri/share of the produce will be delivered to your pre-selected <span class="boldText">pick-up point.</span> Members are requested to collect their tokris the same day during the hours specified by the respective pick-up point. If possible, arrangements for delivery will be made available at actuals for those interested.</p><br>
<p>5. Each tokri will contain a proportionate share (in quantity and variety) of the produce harvested that week. Each week, depending upon availability, we will try to vary the vegetables included in the tokri. The quantities supplied during the harvest will also vary during the season generally peaking at the middle of the season and tapering off at the beginning and end of the season.</p><br>
<p>6. In case you <span class="boldText">do not want a tokri</span> for a week or more during the season you are requested to inform us in advance if you would like for us to donate it for you or if you are gifting it to someone and who will pick it up on your behalf.</p><br>
<p>7. In case of <span class="boldText">special, one-off requests</span> where a larger quantity is required, the allocation will be made only after all the regular registered baskets are filled.</p><br>
<p>8. Occasionally, in addition to vegetables, farmers will have <span class="boldText">fruits and other provisions</span> (e.g. cereals, pulses, oils, etc) for sale. Additional costs and other details will be provided as and when available. Occasionally these are from farmers outside of the MOFCA group but are organic farmers whose commitment to sustainable farming we are convinced of.</p><br>
<p>9. Consumer shareholders will from time to time have access to <span class="boldText">resources</span> (e.g. recipes) and <span class="boldText">activities</span> (demonstrations, workshops, farm visits, etc) to further their learning about growing and eating seasonal, local, food.</p><br>
<p>10. Shareholders who would like to to continue for the <span class="boldText">next season</span> are requested to intimate us by the 1st of September 2011. At that time we will update shareholders about any modifications in policy, costs, etc for the next season.</p>
<br><br>
<h1>The True Cost of our Food or Why Can't my Food be Cheaper?</h1>
<br>
<p class="boldText">Accounts from HBT's 1st winter season (Sept 2010- March 2011)</p>
<br>
<table id="costs">
<th align="left" class="boldText">COSTS</th>
<tr><td>Vegetable</td> <td>(-)</td> <td>77,926</td> </tr>
<tr><td>Transport</td> <td>(-)</td> <td>42,500</td></tr>
<tr><td>Misc (phone, seeds, jute and partial payment for crates and bags)</td> <td>(-)</td> <td>32,500</td></tr>
<tr><td>Additional resources:</td></tr>
<tr><td>Time for transport, pick up, sorting and packing, coordination, management, etc (60+ hours per week):</td> <td></td><td>Donated by volunteers</td></tr>
<tr><td>Space and resources at the pick up points :</td><td></td> <td>Donated by volunteers</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td><em>Total cost</em></td> <td><em>(-)</em></td> <td><em>152,926</em></td></tr>
<tr><td>&nbsp;</td></tr>
<th align="left" class="boldText">INCOME from sales</th> <td>(+)</td> <td>94,886</td></tr>
<tr><td>&nbsp;</td></tr>
<th align="left" class="boldText">LOSS</th> <td>(-)</td> <td>58,040</td></tr>
<tr><td>Loss shared among consumers (135)</td> <td>(-)</td> <td>429</td></tr>
<tr><td>Initial Deposit paid by Consumers</td> <td>(+)</td> <td>500</td></tr>
<tr><td>Balance payable after cutting losses</td> <td>(+)</td> <td>70/-per partner *</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td><em>*rounded off except if defaulted on picking up a tokri; in which case the amount is deducted from deposit.</em></td></tr>
</table>
<p>Our first season's accounts give some indication of the costs involved in growing and transporting food from farm to table. Of course, this being our first season there was more learning than efficiency. While we will get better at it, cheap food will never be our goal for market prices do not reveal the true costs nor the extent of exploitation, of people and resources. A model that is just and sustainable and with minimal loss is what we are aiming for.</p>
<br>
<p>At this point we are committed to paying farmers a rate of 25/- per kilo for any vegetable they supply. For the long duration crops like roots and tubers they receive a slightly higher rate. This is far above the rate they typically receive in the market.</p>
<br>
<p>For the monsoon season, we are also factoring in the costs for those items that were donated for the first season, largely labour, space and resources. Some amount of resources, donated as well as included in the costing is earmarked for long term projects (please refer to extension activities) and other supportive tasks. Keeping these in mind the investment cost for one share, for an estimated weekly delivery of 16 weeks of harvest for the monsoon season is Rs 3,000/-.</p>
<br>
<p>Because we believe healthy food is everyone's birthright and we understand that there may be some that cannot afford to give a downpayment of Rs 3,000 we request those who are interested to come and speak to us. We are willing to work out a resource exchange commitment (typically time and energy) for the season.</p>
<br><br>
<h1>Extension activities</h1>
<br>
<p>We have become accustomed to "what we want, when we want". We must now re-learn how to eat what Nature provides in plenty "where we are, when we are".</p>
<br>
<p>Consumer education and community building to facilitate use of the tokri veggies might include;
dealing with large quantities of seasonal food- recipes, preservation
introducing "new" foods- uncultivated, forgotten,
celebrating (slow) food- sharing traditional food preparation methods, cooking together, film screenings, food meditation newsletter, blog, recipe exchange, etc.<br>
Also farm visits. Linking to other closely related food movements- urban farming.</p>
<br>
<p>Developing an internal certification process.<br>
While we initially considered a participatory guarantee scheme (PGS) system which emphasises peer group accountability with regards to on-farm policy and practice, because of the distances between farms this is not quite viable. So using various criteria drawn from the PGS standards MOFCA will create a team including both farmer and consumer representatives that will visit farms and understand their views and practices of sustainability. We will support farmers as they transition to organic and eventually natural farming.</p>
<br>
<p>Seed saving and other resource sharing, networking activities to support on farm work needs to begin.</p>
</div>
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends 'test/base.html' %}
{% extends 'base.html' %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/home.css" type="text/css" />

View File

@ -1,95 +0,0 @@
{% extends 'test/base.html' %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/inner.css" type="text/css" />
{% endblock %}
{% block content %}
<div class="colInner">
<h1>CSA or 'farm sharing' through HBT</h1>
<br>
<p>Most of us are aware that profit from food is impossible if farming and food supply is carried out in the spirit of ahimsa. In spite of the fact that food is an everyday necessity or perhaps precisely because it is one, the proportion of income spent on food decreases as income increases. It is why our country's (and other countries') farmers are in the state they're in. It is also why our earth is in the state it is in.</p>
<br>
<p>To underline our efforts to reclaim food from the clutches of commodification we are proposing the idea of family farms/ farmers (similar to that of family doctor). We want to encourage the deepening of trust, responsibility and reciprocity within our human and ecological communities.</p>
<br>
<p>20 farmers have pledged their lands and labour to the practice of sustainable farming methods for this monsoon season (2011). This growing cycle begins in May with sowing and a harvest is expected from July to October. MOFCA will support the farmers with sharing of technical know-how and other farming resources, creating an assured market and a fair, consistent price for their produce and creating and managing the supply chain logistics.</p>
<br>
<p>We have available to us a total of 4 acres of farm land, cultivated by the 20 farmers partnering with us for this season. We are estimating a yield of 100 kg. / week from each acre which will give us a total of approximately 400 kilos. We have 200 farm shares available this season for public issue each worth Rs 2500/-.</p>
<br>
<p>As a shareholder you are paying the true cost of growing the food (in a sustainable and just way) and bringing it to you for the duration of the season. You are also helping in the long-term promotion of sustainable farming by enabling MOFCA to share resources among farmers and also to help consumers and the wider public learn to be more conscious about the food they eat.</p>
<br><br>
<h1>Why become a shareholder?</h1>
<br>
<p>As a shareholder and consumer of seasonal, local organic food you are <span class="boldText">investing in your health</span> everyday. You will have access to nutritious vegetables, produced organically. By eating local and in season vegetables you will be eating them at their freshest, most natural state, and at a time when they will most benefit you.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in your community.</span> As consumers have become more and more disconnected from the process of food production they have also become more disconnected from the human and ecological communities that support this process. By shareholding you will have the opportunity to personally get to know the farmers and they will know who's eating the food they are growing. Food traditions can be celebrated and kept alive among family and friends.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in your planet.</span> Even though increasingly fewer and fewer people are farming the earth, it is the responsibility of all of us to maintain the health of the earth. Through your support of organic practices you can do this. By buying local you are reducing the distance food travels to reach you- your food miles. And by preregistering as a shareholder you enable farmers to better plan their growing cycle thereby reducing wastages.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in learning.</span> You will have the opportunity to visit the farms where the food is grown and be re-introduced to traditional (forgotten) vegetables and different ways to prepare and store them. Shareholding is a great way to introduce children to various aspects of food and its production, nature and the community.</p>
<br>
<p>As a shareholder you are <span class="boldText">investing in your local economy.</span> Without intermediaries, shareholders benefit from reasonable, predetermined prices not subject to economic fluctuations or false scarcities. Wastages that occur from excess produce not being sold will be minimized, which in turn will reduce losses to the farmer and keep costs to the consumer under control. Farmers also benefit from fair prices paid directly to them.</p>
<br><br>
<h1>Shareholder Terms</h1>
<br>
1. You, the consumer, will partner with MOFCA for one <span class="boldText">growing season.</span> The monsoon cycle begins in May with sowing and a harvest is expected from July to October.<br>
2. At the time of registering, you will be required to give a contribution of <span class="boldText">Rs. 3000/-</span> for the season. This amount represents a shared responsibility for the costs of vegetable production and logistics for the season as well as for the undertaking of certain projects to ensure the long term sustainability of the project.<br>
3. A list of vegetables that will be grown during the season will be made available so consumers will know what to expect.<br>
4. Each week, on a pre-determined day, your tokri/share of the produce will be delivered to your pre-selected <span class="boldText">pick-up point.</span> Members are requested to collect their tokris the same day during the hours specified by the respective pick-up point. If possible, arrangements for delivery will be made available at actuals for those interested.<br>
5. Each tokri will contain a proportionate share (in quantity and variety) of the produce harvested that week. Each week, depending upon availability, we will try to vary the vegetables included in the tokri. The quantities supplied during the harvest will also vary during the season generally peaking at the middle of the season and tapering off at the beginning and end of the season.<br>
6. In case you <span class="boldText">do not want a tokri</span> for a week or more during the season you are requested to inform us in advance if you would like for us to donate it for you or if you are gifting it to someone and who will pick it up on your behalf.<br>
7. In case of <span class="boldText">special, one-off requests</span> where a larger quantity is required, the allocation will be made only after all the regular registered baskets are filled.<br>
8. Occasionally, in addition to vegetables, farmers will have <span class="boldText">fruits and other provisions</span> (e.g. cereals, pulses, oils, etc) for sale. Additional costs and other details will be provided as and when available. Occasionally these are from farmers outside of the MOFCA group but are organic farmers whose commitment to sustainable farming we are convinced of.<br>
9. Consumer shareholders will from time to time have access to <span class="boldText">resources</span> (e.g. recipes) and <span class="boldText">activities</span> (demonstrations, workshops, farm visits, etc) to further their learning about growing and eating seasonal, local, food.<br>
10. Shareholders who would like to to continue for the <span class="boldText">next season</span> are requested to intimate us by the 1st of September 2011. At that time we will update shareholders about any modifications in policy, costs, etc for the next season.
<br><br>
<h1>The True Cost of our Food or Why Can't my Food be Cheaper?</h1>
<br>
Accounts from HBT's 1st winter season (Sept 2010- March 2011)
COSTS
Vegetable (-) 77,926
Transport (-) 42,500
Misc (phone, seeds, jute and partial payment for crates and bags) (-) 32,500
Additional resources:
Time for transport, pick up, sorting and packing, coordination,
management, etc (60+ hours per week): Donated by volunteers
Space and resources at the pick up points : Donated by volunteers
Total cost (-) 152,926
INCOME from sales (+) 94,886
LOSS (-) 58,040
Loss shared among consumers (135) (-) 429
Initial Deposit paid by Consumers (+) 500
Balance payable after cutting losses (+) 70/-per partner *
*rounded off except if defaulted on picking up a tokri; in which case the amount is deducted from deposit.
<p>Our first season's accounts give some indication of the costs involved in growing and transporting food from farm to table. Of course, this being our first season there was more learning than efficiency. While we will get better at it, cheap food will never be our goal for market prices do not reveal the true costs nor the extent of exploitation, of people and resources. A model that is just and sustainable and with minimal loss is what we are aiming for.</p>
<br>
<p>At this point we are committed to paying farmers a rate of 25/- per kilo for any vegetable they supply. For the long duration crops like roots and tubers they receive a slightly higher rate. This is far above the rate they typically receive in the market.</p>
<br>
<p>For the monsoon season, we are also factoring in the costs for those items that were donated for the first season, largely labour, space and resources. Some amount of resources, donated as well as included in the costing is earmarked for long term projects (please refer to extension activities) and other supportive tasks. Keeping these in mind the investment cost for one share, for an estimated weekly delivery of 16 weeks of harvest for the monsoon season is Rs 3,000/-.</p>
<br>
<p>Because we believe healthy food is everyone's birthright and we understand that there may be some that cannot afford to give a downpayment of Rs 3,000 we request those who are interested to come and speak to us. We are willing to work out a resource exchange commitment (typically time and energy) for the season.</p>
<br><br>
<h1>Extension activities</h1>
<br>
<p>We have become accustomed to "what we want, when we want". We must now re-learn how to eat what Nature provides in plenty "where we are, when we are".</p>
<br>
<p>Consumer education and community building to facilitate use of the tokri veggies might include;
dealing with large quantities of seasonal food- recipes, preservation
introducing "new" foods- uncultivated, forgotten,
celebrating (slow) food- sharing traditional food preparation methods, cooking together, film screenings, food meditation newsletter, blog, recipe exchange, etc.<br>
Also farm visits. Linking to other closely related food movements- urban farming.</p>
<br>
<p>Developing an internal certification process.<br>
While we initially considered a participatory guarantee scheme (PGS) system which emphasises peer group accountability with regards to on-farm policy and practice, because of the distances between farms this is not quite viable. So using various criteria drawn from the PGS standards MOFCA will create a team including both farmer and consumer representatives that will visit farms and understand their views and practices of sustainability. We will support farmers as they transition to organic and eventually natural farming.</p>
<br>
<p>Seed saving and other resource sharing, networking activities to support on farm work needs to begin.</p>
</div>
{% endblock %}