Skip to content

Commit

Permalink
added header icon and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin committed Aug 3, 2012
1 parent f8428f7 commit 6065352
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/raingauge_drops_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<title>Box Rain Gauge: Collected Stats</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down
4 changes: 2 additions & 2 deletions views/navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="<?php echo site_url(); ?>"><!--<img src="img/anemometer.png">-->Box Rain Gauge</a>
<a class="brand" href="<?php echo site_url(); ?>"><img src="img/raingauge_drops_small.png">Box Rain Gauge</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown">
Expand All @@ -20,4 +20,4 @@
</div>
</div>
</div>
</div>
</div>

0 comments on commit 6065352

Please sign in to comment.