Skip to content

Commit

Permalink
Added logo and copyright line
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinke Hoekstra committed Feb 2, 2015
1 parent af2bd1f commit 408bdef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/app/static/brwsr.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ td div {
max-height: 200px;
overflow: auto;

}

.img {
height: 50px;
float: left;
margin-left: -50px;
margin-top: 18px;
}
Binary file added src/app/static/logo-no-text-150dpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>brwsr <small class="vsmall"><a href="/">brws</a>, <a href="/sparql">qry</a></small></h1>
<a href="http://www.data2semantics.org" target="_new"><img class='img' src="{{url_for('.static', filename='logo-no-text-150dpi.png')}}"/></a><h1>brwsr <small class="vsmall"><a href="/">brws</a>, <a href="/sparql">qry</a></small></h1>
</div>
</div>
<div class="row">
Expand All @@ -20,6 +20,12 @@ <h1>brwsr <small class="vsmall"><a href="/">brws</a>, <a href="/sparql">qry</a><
{% endblock %}
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr/>
<p class="text-left small"><span class="glyphicon glyphicon-copyright-mark"></span> 2015 - Rinke Hoekstra, VU University Amsterdam, work supported by <a href="http://www.data2semantics.org">Data2Semantics</a>, a <a href="http://www.commit-nl.nl">COMMIT/</a> project. See <a href="http://github.com/Data2Semantics/brwsr">http://github.com/Data2Semantics/brwsr</a>.</p>
</div>
</div>
</div>
{% endblock %}

Expand Down

0 comments on commit 408bdef

Please sign in to comment.