mofca/mofca/templates/index.html

33 lines
1.5 KiB
HTML
Raw Normal View History

{% extends 'base.html' %}
2011-08-21 01:03:51 +05:30
{% block extra_head %}
<link rel="stylesheet" href="/static/css/home.css" type="text/css" />
{% endblock %}
2011-08-21 01:03:51 +05:30
{% block content %}
2011-08-21 01:03:51 +05:30
<hgroup>
<h1>Hari Bhari Tokri</h1>
2011-11-01 05:50:35 +00:00
<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>
2011-08-21 01:03:51 +05:30
</h2>
2011-11-01 05:57:09 +00:00
<h3><a href="/seasons-veggies/">Winter 2011, Tokri 2</a></h3>
2011-08-21 01:03:51 +05:30
</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>
2011-11-01 05:50:35 +00:00
<p id="recipeName">Coming Soon</p>
2011-08-21 01:03:51 +05:30
</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 %}