Browse Source

Updated logo

pull/7/head
Pēteris Caune 9 years ago
parent
commit
3921915049
8 changed files with 327 additions and 54 deletions
  1. +11
    -2
      static/css/base.css
  2. BIN
      static/img/logo-full.png
  3. BIN
      static/img/[email protected]
  4. BIN
      static/img/logo.png
  5. BIN
      static/img/[email protected]
  6. +166
    -33
      stuff/logo-full.svg
  7. +149
    -18
      stuff/logo.svg
  8. +1
    -1
      templates/base.html

+ 11
- 2
static/css/base.css View File

@ -21,14 +21,23 @@ body {
#logo { #logo {
max-height: 50px; max-height: 50px;
margin-top: -13px;
margin-top: -16px;
} }
.navbar-nav {
.navbar-default .navbar-nav > li > a {
text-transform: uppercase; text-transform: uppercase;
font-size: small; font-size: small;
} }
@media (min-width: 768px) {
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover {
background: none;
border-bottom: 5px solid #eee;
padding-bottom: 25px;
}
}
.navbar-text { .navbar-text {
font-size: small; font-size: small;
} }


BIN
static/img/logo-full.png View File

Before After
Width: 200  |  Height: 50  |  Size: 3.9 KiB Width: 200  |  Height: 50  |  Size: 4.4 KiB

BIN
static/img/[email protected] View File

Before After
Width: 400  |  Height: 100  |  Size: 7.8 KiB Width: 400  |  Height: 100  |  Size: 8.5 KiB

BIN
static/img/logo.png View File

Before After
Width: 50  |  Height: 50  |  Size: 1.1 KiB Width: 59  |  Height: 50  |  Size: 1.5 KiB

BIN
static/img/[email protected] View File

Before After
Width: 100  |  Height: 100  |  Size: 1.9 KiB Width: 118  |  Height: 100  |  Size: 2.8 KiB

+ 166
- 33
stuff/logo-full.svg
File diff suppressed because it is too large
View File


+ 149
- 18
stuff/logo.svg
File diff suppressed because it is too large
View File


+ 1
- 1
templates/base.html View File

@ -49,7 +49,7 @@
<img <img
id="logo" id="logo"
height="50" height="50"
width="50"
width="59"
src="{% static 'img/logo.png'%}" src="{% static 'img/logo.png'%}"
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/[email protected]'%} 2x" srcset="{% static 'img/logo.png'%} 1x, {% static 'img/[email protected]'%} 2x"
alt="healthchecks.io"> alt="healthchecks.io">


Loading…
Cancel
Save