feat(naming-day): New logo

Updates the static front page to use the purple gryphon icon, changes same to refer to "Habitica" instead of "HabitRPG", and updates the site favicon to the new logo.
This commit is contained in:
Sabe Jones
2015-07-30 18:01:47 -05:00
parent 8465e8adbf
commit 2a0a26e5ce
6 changed files with 34 additions and 34 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
head
meta(charset='utf-8')
link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css')
title HabitRPG | Your Life the Role Playing Game
title Habitica | Your Life the Role Playing Game
meta(name='description', content='')
meta(name='keywords', content='')
meta(name='author', content='')
@@ -18,7 +18,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
meta(property='og:site_name', content='')
link(rel='canonical', href='', type='text/html')
//-link(rel='sitemap', type='application/xml', title='Sitemap', href='/sitemap.xml')
link(rel='shortcut icon', href='/images/favicon-8b58f6a1.ico')
link(rel='shortcut icon', href='/favicon.ico')
//if lt IE 9
script(src='//html5shim.googlecode.com/svn/trunk/html5.js')
@@ -51,8 +51,8 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
span.icon-bar
span.icon-bar
a.navbar-brand(href='#')
img(src='https://s3.amazonaws.com/habitrpg-assets/front/images/icon175x175.png')
img(src='https://s3.amazonaws.com/habitrpg-assets/front/images/habitrpg_pixel.png')
img(src='https://s3.amazonaws.com/habitica-assets/assets/gryphon_logo.png')
img(src='https://s3.amazonaws.com/habitica-assets/assets/habitica_wordmark.png')
// Collect the nav links, forms, and other content for toggling
#bs-example-navbar-collapse-1.collapse.navbar-collapse
ul.nav.navbar-nav.navbar-right
+1 -1
View File
@@ -19,7 +19,7 @@ html(ng-app='habitrpg')
script(type='text/javascript').
window.env = !{JSON.stringify(env)};
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3')
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=4')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
+1 -1
View File
@@ -9,7 +9,7 @@ html(ng-app='habitrpg')
script(type='text/javascript').
window.env = !{JSON.stringify(env)};
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=3')
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=4')
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')