front pages

This commit is contained in:
ashok sukumaran 2011-07-04 03:04:43 +05:30
parent c4f6610aa8
commit eca2dd6def
2 changed files with 18 additions and 4 deletions

View File

@ -9,8 +9,7 @@ width: 30%;
font-size: 14px; font-size: 14px;
float:left; float:left;
overflow: hidden; overflow: hidden;
border: 1px solid black; padding: 10px;
} }
#browseArticlesright { #browseArticlesright {

View File

@ -15,10 +15,25 @@ Browse Publications
{% block content %} {% block content %}
<div id="browseWrapper"> <div id="browseWrapper">
<div id="browsePublicationsleft"> <div id="browsePublicationsleft">
<a href=""><img src="http://camputer.org/ftp/public/Issue00.jpg"></a> <a href=""><img src="http://camputer.org/ftp/public/Issue00.jpg"></a>
<p>
Issue 00:<em>Instructions for printing</em> July 2011
</p>
<p>
Issue -1:<em>Collecting Materials</em> January 2011
</p>
</div> </div>
<div id="browseArticlesright"> <div id="browseArticlesright">
Published Articles by type of study. Published Articles by type of study.
<p>
<select name="articleThemes">
<option value="Milk">Things That Could be Done</option>
<option value="Cheese">Things that Have Happened</option>
<option value="Bread">Theories of the Possible</option>
<option value="Cow">Things without a Name</option>
</select>
</p>
</div> </div>
</div> </div>