From d6385a94e983a616750a0d9dc3b8f14da98adbac Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 15 May 2015 22:31:47 -0500 Subject: [PATCH] Front page now shows avatar with link --- website/public/manifest.json | 4 +++- website/views/static/front.jade | 12 ++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/website/public/manifest.json b/website/public/manifest.json index 6d8af2438d..8bb5d7d275 100644 --- a/website/public/manifest.json +++ b/website/public/manifest.json @@ -125,7 +125,9 @@ ], "css": [ "bower_components/css-social-buttons/css/zocial.css", - "front/staticstyle.css" + "front/staticstyle.css", + "common/dist/sprites/habitrpg-shared.css", + "app.css" ] } } diff --git a/website/views/static/front.jade b/website/views/static/front.jade index d9af6f2470..c3aa29a078 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -35,6 +35,9 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') body(ng-controller='AuthCtrl') include ./login-modal + include ../shared/header/avatar + include ../shared/mixins + include ../shared/modals/members .mobile-container header#header nav.navbar.navbar-default.navbar-static-top @@ -131,14 +134,14 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') .row .col-sm-8.col-sm-offset-2 p - = env.t('andeeliaoQuote') + = env.t('andeeliaoQuote') small AndeeLiao .item blockquote .row .col-sm-8.col-sm-offset-2 p - = env.t('alexandraQuote') + = env.t('alexandraQuote') small _AlexandraSo_ // Carousel Buttons Next/Prev a.left.carousel-control(data-slide='prev', href='#quote-carousel') @@ -330,7 +333,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') .usetweet.tweet.popover.right .arrow .popover-content - = env.t('dreimQuote') + = env.t('dreimQuote') // End Item .item.improvement-use h3= env.t('goals') @@ -368,7 +371,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') .usetweet.tweet.popover.right .arrow .popover-content - = env.t('kazuiQuote') + = env.t('kazuiQuote') // End Item .item.housework-use h3= env.t('chores') @@ -642,3 +645,4 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') }]).directive('carousel', [function () { return {} }]); +