chore(news): Bailey at Rest

This commit is contained in:
Sabe Jones
2020-05-14 14:01:47 -05:00
parent c6937a0409
commit 1164f5e5f5
4 changed files with 21 additions and 18 deletions

View File

@@ -1,30 +1,36 @@
.promo_armoire_backgrounds_202005 { .promo_armoire_backgrounds_202005 {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -313px 0px; background-position: -391px 0px;
width: 423px; width: 423px;
height: 147px; height: 147px;
} }
.promo_fairy_sunshine_potions { .promo_fairy_sunshine_potions {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px -223px; background-position: -391px -148px;
width: 423px; width: 423px;
height: 147px; height: 147px;
} }
.promo_mystery_202005 { .promo_mystery_202005 {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -424px -223px; background-position: 0px -434px;
width: 282px; width: 282px;
height: 147px; height: 147px;
} }
.promo_take_this { .promo_take_this {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -313px -148px; background-position: -391px -296px;
width: 96px; width: 96px;
height: 69px; height: 69px;
} }
.scene_casting_spells { .scene_casting_spells {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px 0px; background-position: 0px -211px;
width: 312px; width: 312px;
height: 222px; height: 222px;
} }
.scene_pets_resting {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px 0px;
width: 390px;
height: 210px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -4,7 +4,7 @@ const api = {};
// @TODO export this const, cannot export it from here because only routes are exported from // @TODO export this const, cannot export it from here because only routes are exported from
// controllers // controllers
const LAST_ANNOUNCEMENT_TITLE = 'FAIRY AND SUNSHINE GLOW HATCHING POTIONS!'; const LAST_ANNOUNCEMENT_TITLE = 'BLOG POST: RESTING IN THE INN';
const worldDmg = { // @TODO const worldDmg = { // @TODO
bailey: false, bailey: false,
}; };
@@ -31,23 +31,20 @@ 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>5/12/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2> <h2>5/14/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div> </div>
</div> </div>
<hr/> <hr/>
<div class="promo_fairy_sunshine_potions center-block"></div> <div class="scene_pets_resting center-block"></div>
<p> <p>
Some favorite pet breeds are back in town! Check out the return of Fairy and Sunshine This month's <a href='https://habitica.wordpress.com/2020/05/13/rest-in-the-inn/'
Glow Potions to brighten your May avatar look. Buy them from <a href='/shops/market'>the target='_blank'>featured Wiki article</a> is about Resting in the Inn! We hope that it
Market</a> and use them to hatch any standard pet egg. (Magic Hatching Potions do not will help you when you need a break from your Dailies. Be sure to check it out, and let
work on Quest Pet eggs.) Magic Hatching Potion Pets aren't picky, so they'll happily eat us know what you think by reaching out on <a href='https://twitter.com/habitica'
any kind of food that you feed them! target='_blank'>Twitter</a>, <a href='http://blog.habitrpg.com' target='_blank'>
Tumblr</a>, and <a href='https://facebook.com/habitica' target='_blank'>Facebook</a>.
</p> </p>
<p> <div class="small mb-3">by shanaqui and the Wiki Wizards</div>
After they're gone, it will be at least a year before the Fairy or Sunshine Glow Hatching
Potions are available again, so be sure to get them now!
</p>
<div class="small mb-3">by OuttaMyMind, Lt.Cabel, Eslyn, Edge, and SabreCat</div>
</div> </div>
`, `,
}); });