Skip to content

Commit

Permalink
Added logo to header bar - dark background does not work with this im…
Browse files Browse the repository at this point in the history
…age, need another. Added favicon.ico which won't show up until the site is served under the final URL. Updates #10
  • Loading branch information
mcollinsacis committed Apr 3, 2016
1 parent 1c828ae commit 3707ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ site.baseurl }}/index.html"> UF DSI Home</a>
<div>
<a class="navbar-brand" href="{{ site.baseurl }}/index.html">
<img src="{{ site.baseurl }}/img/dsi_logo_200.png" height="25" style="float: left" />
UF DSI Home</a>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
Expand Down
Binary file added favicon.ico
Binary file not shown.
Binary file added img/dsi_logo_200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3707ef0

Please sign in to comment.