front pages
This commit is contained in:
parent
c4f6610aa8
commit
eca2dd6def
|
@ -9,8 +9,7 @@ width: 30%;
|
|||
font-size: 14px;
|
||||
float:left;
|
||||
overflow: hidden;
|
||||
border: 1px solid black;
|
||||
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#browseArticlesright {
|
||||
|
|
|
@ -15,10 +15,25 @@ Browse Publications
|
|||
{% block content %}
|
||||
<div id="browseWrapper">
|
||||
<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 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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user