Skip to content

Commit

Permalink
[#548] Add link to 360Giving home in heading tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
edugomez committed Apr 27, 2017
1 parent 81ed4b7 commit 6035324
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion cove/static/dataexplore/css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.page-header a {
/*background: url(http://ocds.wpengine.com/wp-content/uploads/2014/07/logo_web3.png) no-repeat !important;*/
background: url(http://ocds.wpengine.com/wp-content/uploads/2014/07/logo_web3.png) no-repeat !important;
text-decoration:none;
}

.page-header a.underline:hover {
text-decoration:underline;
}

.page-header a.btn {
float:right
}
Expand Down
4 changes: 2 additions & 2 deletions cove_360/templates/cove_360/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

{% block h1 %}
<div class="row">
<div class="col-md-2">
<div class="col-md-3">
<a href="{% url 'index' %}"><img src="{% static 'dataexplore/360Giving-logo.png' %}" alt="360Giving Logo" width=270 height=270 class="logo360"/></a>
</div>
<div class="col-md-5 col-md-offset-2">
<div class="title360"><a href="{% url 'index' %}">Data Quality Tool</a></div>
<div>Convert, Validate, Explore 360Giving Data</div>
<div>Convert, Validate, Explore <a class="underline" title="Go to 360Giving home page" href="http://www.threesixtygiving.org/">360Giving</a> Data</div>
</div>
</div>
{% endblock %}
Expand Down

0 comments on commit 6035324

Please sign in to comment.