front pages
This commit is contained in:
parent
eca2dd6def
commit
a1ac346055
|
@ -18,3 +18,9 @@ font-size: 14px;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
|
@ -15,6 +15,8 @@ Browse Publications
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="browseWrapper">
|
<div id="browseWrapper">
|
||||||
<div id="browsePublicationsleft">
|
<div id="browsePublicationsleft">
|
||||||
|
<h5>Recent Publications:</h5> <br/>
|
||||||
|
|
||||||
<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>
|
<p>
|
||||||
Issue 00:<em>Instructions for printing</em> July 2011
|
Issue 00:<em>Instructions for printing</em> July 2011
|
||||||
|
@ -25,7 +27,7 @@ Browse Publications
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="browseArticlesright">
|
<div id="browseArticlesright">
|
||||||
Published Articles by type of study.
|
<h5>Published or in-progress articles by type of Study:</h5>
|
||||||
<p>
|
<p>
|
||||||
<select name="articleThemes">
|
<select name="articleThemes">
|
||||||
<option value="Milk">Things That Could be Done</option>
|
<option value="Milk">Things That Could be Done</option>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user