Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added static/img/inverted-appscale-logo-small.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: 7 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://www.appscale.com/" style="font-family: 'Electrolize', sans-serif">AppScale</a>
<a href="http://www.appscale.com/"> <img class="brand" height="22" src="static/img/inverted-appscale-logo-small.png"> </a>
<div class="nav-collapse collapse">
<p class="navbar-text pull-right">
{% if is_logged_in %}
Expand Down Expand Up @@ -106,13 +106,15 @@

<hr>

<footer>
<p>&copy; AppScale Systems, Inc. 2009-2015</p>
</footer>
<div class="footer text-center">
<div class="muted credit">
<p>&copy; AppScale Systems, Inc. 2009-2015</p>
</div>
</div>

</div><!--/.fluid-container-->

<!--Le Google Analytics-->
<!--Le Google Analytics-->
<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down