32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
{% extends 'base.html' %}
|
|
|
|
{% block extra_head %}
|
|
<link rel="stylesheet" href="/static/css/home.css" type="text/css" />
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<hgroup>
|
|
|
|
<h1>Hari Bhari Tokri</h1>
|
|
<h2><span>is a weekly selection of organic vegetables gathered by <br/>Mofca – the Mumbai Organic Farmers & Consumers <br/> Association. <!-- Mouse over the vegetables in this week's tokri <br/>for nutrition information, recipes, and more. --></span>
|
|
</h2>
|
|
<h3><a href="/seasons-veggies/">Winter 2011, Tokri 2</a></h3>
|
|
|
|
</hgroup>
|
|
|
|
<div id="basket">
|
|
<div id="basketTop"><img src="/static/img/tokri-tops.png" width="677" height="177" alt="basket-top"></div>
|
|
<div id="basketBottom"><img src="/static/img/tokri.png" width="729" height="325" alt ="tokri"></div>
|
|
<div id="basketRecipe"><img src="/static/img/recipe-cards.png" width="265" height="182" alt="recipe-card"><!--this is a large png 24 file needs to be reduced in size-->
|
|
<p id="featuredRecipe">THIS WEEK'S FEATURED RECIPE</p>
|
|
<p id="recipeName">Coming Soon</p>
|
|
</div>
|
|
<div id="vegLeft"><img src="/static/img/brinjal.png" width="187" height="155" alt="brinjal"></div>
|
|
<div id="vegCenter"><img src="/static/img/bhindis.png" width="240" height="214" alt="brinjal"></div>
|
|
<div id="vegRight"><img src="/static/img/dudhis.png" width="188" height="394" alt="dudhi"></div>
|
|
</div>
|
|
|
|
{% endblock %}
|