added templates for about, pickup, season's veggies

This commit is contained in:
Karen 2011-10-22 20:36:20 +05:30
parent 5b702c5fb8
commit 1f7a9adf9b
7 changed files with 30 additions and 73 deletions

View File

@ -4,6 +4,7 @@ margin-left:0px;}
#col1 hgroup h1
{font-size:72px;
background-color:#f0f0f0;
background-color:rgba(254, 254, 254, 0.7);
padding-left:10px;
padding-right:10px;
@ -16,10 +17,12 @@ 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.7);}
{background-color:#f0f0f0;
background-color:rgba(254, 254, 254, 0.7);}
hgroup h3
{font-size:24px;
background-color:#f0f0f0;
background-color:rgba(254, 254, 254, 0.7);
margin-top:24px;
padding:6px;

View File

@ -1,7 +1,8 @@
.colInner
{width:98%;
margin:0 auto;
background-color:rgba(254, 254, 254, 0.4); /*PLEASE SPECIFY FALLBACK DEPENDING ON BG IMAGE*/
background-color:#f0f0f0;
background-color:rgba(254, 254, 254, 0.8); /*PLEASE SPECIFY FALLBACK DEPENDING ON BG IMAGE*/
padding:3%;
font-size:16px;
line-height:20px;}

View File

@ -5,7 +5,7 @@ height:100%;}
/*code needs to be validated*/
body
{background-image:url(../img/farm-tile-finala2.jpg);
{background-image:url(../img/farm-tile-finala2a.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
font-family:Georgia, "Times New Roman", Times, serif;} /*font squirrel font to be added*/
@ -94,7 +94,7 @@ background: -webkit-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,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 */}
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e80a0', endColorstr='#547536',GradientType=0 );}
#search
{width:300px;
@ -117,10 +117,10 @@ outline:none;
top:38px;
right:20px;*/} /*placeholder input text supported by html5 for FF3.7 and webkit, add a shiv? also*/
#search:focus
{-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
box-shadow: rgba(0,0,0, 0.3) 2px 3px 10px 2px;}
#search:hover, #search:focus
{-moz-box-shadow: rgba(0,0,0, 0.4) -1px -1px 12px;
-webkit-box-shadow: rgba(0,0,0, 0.4) -1px -1px 12px;
box-shadow: rgba(0,0,0, 0.4) -1px -1px 12px;}
.clear
@ -161,11 +161,13 @@ margin-bottom:14px;}
bottom:2px; /*WHY LIKE THIS?*/
right:0px;
font-size:24px;
background-color:#f0f0f0;
background-color:rgba(254, 254, 254, 0.7);
cursor:pointer;}
.sectionsRight
{width:280px;
background-color:#f0f0f0;
background-color:rgba(254, 254, 254, 0.8);
margin-top:16px;
margin-bottom:16px;
@ -208,10 +210,10 @@ color:#e3e3e3;
padding:3px 14px;
margin-left:4px;}
.submit:hover
{-moz-box-shadow: 0px 0px 8px #000;
-webkit-box-shadow:0px 0px 8px #000;
box-shadow: 0px 0px 8px #000;}
.submit:hover, .submit:focus
{-moz-box-shadow: 0px 0px 3px #000;
-webkit-box-shadow:0px 0px 3px #000;
box-shadow: 0px 0px 3px #000;}
#blogSection article
@ -240,6 +242,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:#f0f0f0;
background-color:rgba(254, 254, 254, 0.7);
color:#0c4d89;
font-size:13px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -12,6 +12,9 @@
{% endblock %}
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
@ -21,15 +24,16 @@
<header>
<a href="index.html"><img src="/static/img/logo.png" width="171" height="73" alt="logo-mofca" id="logo"></a>
<a href="/"><img src="/static/img/logo.png" width="171" height="73" alt="logo-mofca" id="logo"></a>
<nav>
<ul class="navMain">
<li><a href="#">Hari Bhari Tokri</a>
<ul class="navSubs">
<li><a href="#">What's HBT?</a></li>
<li><a href="#">Where: Pickup & Delivery</a></li>
<li><a href="#">This season's vegetables</a></li>
<li><a href="/hbt/">What's HBT?</a></li>
<li><a href="/about/">About Us</a></li>
<li><a href="/pickup-delivery/">Where: Pickup & Delivery</a></li>
<li><a href="/seasons-veggies/">This season's vegetables</a></li>
<li><a href="#">Meet the farmers</a></li>
</ul>
</li>

View File

@ -4,63 +4,9 @@
<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>
{% block content %}
<div class="colInner">
<h1>CSA or 'farm sharing' through HBT</h1>
<br>

View File

@ -13,7 +13,7 @@
<h1>Hari Bhari Tokri</h1>
<h2><span>is a weekly selection of organic vegetables gathered by &nbsp;<br/>Mofca &#150; the Mumbai Organic Farmers & Consumers &nbsp;<br/> Association. Mouse over the vegetables in this week's tokri &nbsp;<br/>for nutrition information, recipes, and more. &nbsp;</span>
</h2>
<h3>Monsoon 2011, Tokri 1</h3>
<h3>Winter 2011, Tokri 2</h3>
</hgroup>