chore(news): Bailey

This commit is contained in:
Sabe Jones
2018-07-12 14:05:40 -05:00
parent e7944b3d98
commit 3f52401384
4 changed files with 19 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
} }
.promo_armoire_backgrounds_201807 { .promo_armoire_backgrounds_201807 {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -720px -442px; background-position: -862px 0px;
width: 141px; width: 141px;
height: 441px; height: 441px;
} }
@@ -24,13 +24,13 @@
} }
.promo_seafoam { .promo_seafoam {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -862px 0px; background-position: -720px -442px;
width: 141px; width: 141px;
height: 441px; height: 441px;
} }
.promo_seasonal_shop_summer { .promo_seasonal_shop_summer {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -518px -370px; background-position: -142px -557px;
width: 162px; width: 162px;
height: 138px; height: 138px;
} }
@@ -64,3 +64,9 @@
width: 393px; width: 393px;
height: 369px; height: 369px;
} }
.scene_reading {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -518px -370px;
width: 171px;
height: 144px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
let api = {}; let api = {};
// @TODO export this const, cannot export it from here because only routes are exported from controllers // @TODO export this const, cannot export it from here because only routes are exported from controllers
const LAST_ANNOUNCEMENT_TITLE = 'SPLASHY SKINS'; const LAST_ANNOUNCEMENT_TITLE = 'USE CASE SPOTLIGHT AND GUILD SPOTLIGHT ON TRAINING YOUR BRAIN';
const worldDmg = { // @TODO const worldDmg = { // @TODO
bailey: false, bailey: false,
}; };
@@ -30,14 +30,18 @@ api.getNews = {
<div class="mr-3 ${baileyClass}"></div> <div class="mr-3 ${baileyClass}"></div>
<div class="media-body"> <div class="media-body">
<h1 class="align-self-center">${res.t('newStuff')}</h1> <h1 class="align-self-center">${res.t('newStuff')}</h1>
<h2>7/10/2018 - ${LAST_ANNOUNCEMENT_TITLE}</h2> <h2>7/12/2018 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div> </div>
<div class="promo_splashy_skins"></div>
</div> </div>
<hr/> <hr/>
<p>The Seasonal Edition Splashy Skins are available until July 31st! You can complete your summer avatar look with Clownfish, Deep Ocean, Tropical Water, Mergold, Mergreen, Merblue, Merruby, and Shark Skins.</p> <div class="media align-items-center">
<p>This Seasonal Edition customization set will only be available to purchase until July 31st, after which they'll be gone until next year, so be sure to swoop them up now! You can find them in User > Edit Avatar!</p> <div class="media-body">
<div class="small mb-3">by Lemoness and UncommonCriminal</div> <p>We've got new posts on the blog all about ways to use Habitica to help with challenging your mind and keeping it sharp! First, there's a <a href='https://habitica.wordpress.com/2018/07/12/coalitions-of-the-quick-witted-guilds-for-training-your-brain/' target='_blank'>Guild Spotlight</a> that highlights some of the Guilds that can help you as you explore ways to use Habitica to enhance your brain training routine. We've also posted a <a href='https://habitica.wordpress.com/2018/07/12/use-case-spotlight-training-your-brain/' target='_blank'>Use Case Spotlight</a> featuring a number of great suggestions for using Habitica's task system to manage your mind-aerobics! These suggestions were submitted by Habiticans in the <a href='/groups/guild/1d3a10bf-60aa-4806-a38b-82d1084a59e6' target='_blank'>Use Case Spotlights Guild</a>.</p>
</div>
<div class="scene_reading ml-3 mb-3"></div>
</div>
<p>Plus, we're collecting user submissions for the next Use Case Spotlight! What are your tips for getting involved in Habitica's exciting <a href='https://habitica.wikia.com/wiki/Contributing_to_Habitica' target='_blank'>contributor community</a>? Well be featuring player-submitted examples in Use Case Spotlights on the Habitica Blog next month, so post your suggestions in the Use Case Spotlight Guild now. We look forward to learning more about how you use Habitica to improve your life and get things done!</p>
<div class="small mb-3">by Beffymaroo and the Wiki Wizards</div>
</div> </div>
`, `,
}); });