Changeset - 52953dcf52a9
[Not reviewed]
0 1 0
Brett Smith (brett) - 6 years ago 2018-02-07 17:01:51
brett@sfconservancy.org
projects: Adjust margins of project logos.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/projects/current/index.html
Show inline comments
 
{% extends "base_projects.html" %}
 
{% block subtitle %}Current Projects - {% endblock %}
 
{% block submenuselection %}Current{% endblock %}
 
{% block head %}
 
<style type="text/css">
 
.project-logo { float: right; height: 5em; }
 
#mainContent .project-logo { float: right; height: 5em; margin: 0 0 1.5em 1.5em; }
 
</style>
 
{% endblock %}
 
{% block content %}
 

	
 
<h1>Current Projects</h1>
 

	
 
<p>Conservancy is currently home to forty-six member projects.</p>
 

	
 
<img class="project-logo" src="../../img/projects/argouml.jpg" alt="ArgoUML logo" />
 

	
 
<h2><a href="http://argouml.tigris.org/">ArgoUML</a></h2>
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="T5E9U8MNJMN6A">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - donate to ArgoUML">
 
</form>
 

	
 
<p>ArgoUML is the leading open source UML modeling tool and includes
 
support for all standard UML 1.4 diagrams. It runs on any Java platform
 
and is available in ten languages. See the feature list for more details.</p>
 

	
 
<img class="project-logo" src="../../img/projects/bongo.png" alt="Bongo logo" />
 

	
0 comments (0 inline, 0 general)