Skip to content

Commit

Permalink
A logo on the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 4, 2016
1 parent 0b93fd3 commit 6f96252
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Binary file added caravel/assets/images/caravel_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions caravel/templates/appbuilder/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{% if appbuilder.app_icon %}
<a class="navbar-brand" style="padding:10px;" href="{{appbuilder.get_url_for_index}}">
<img width="30" src="{{appbuilder.app_icon}}">
<a class="navbar-brand" style="padding:7px;opacity:0.9;" href="{{appbuilder.get_url_for_index}}">
<img width="50" src="/static/assets/images/caravel_logo.png">
</a>
{% endif %}
<span class="navbar-brand">
<a href="{{appbuilder.get_url_for_index}}">
{{ appbuilder.app_name }}
</a>
<a href="{{appbuilder.get_url_for_index}}">
{{ appbuilder.app_name }}
</a>
</span>
</div>
<div class="navbar-collapse collapse">
Expand Down
2 changes: 1 addition & 1 deletion caravel/templates/caravel/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block body %}
<div class="container welcome">
<div class="header">
<h3><i class='fa fa-star'></i> Welcome!</h3>
<h3>Welcome!</h3>
</div>
<hr/>
<div id="cal-heatmap"></div>
Expand Down

0 comments on commit 6f96252

Please sign in to comment.