Skip to content

Commit

Permalink
Logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cuu508 committed Aug 22, 2015
1 parent 69da73b commit 3bf3c39
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 3 deletions.
5 changes: 5 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ body {
text-align: center;
}

#logo {
max-height: 50px;
margin-top: -13px;
}

.navbar-nav {
text-transform: uppercase;
font-size: small;
Expand Down
1 change: 0 additions & 1 deletion static/css/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#pitch-url {
text-align: center;
font-family: monospace;
width: 500px;
margin: 10px auto;
}

Expand Down
Binary file modified static/img/channels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon.ico
Binary file not shown.
Binary file added static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions stuff/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions stuff/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>

{% load compress staticfiles %}
<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">

{% compress css %}
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/nouislider.min.css' %}" type="text/css">
Expand Down Expand Up @@ -41,7 +42,17 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'hc-index' %}">Health Checks</a>
<a class="navbar-brand"
href="{% url 'hc-index' %}"
title="healthchecks.io - Monitor Cron Jobs">
<img
id="logo"
height="50"
width="200"
src="{% static 'img/logo.png'%}"
alt="healthchecks.io">
</a>

</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 3bf3c39

Please sign in to comment.