chore(news): Bailey

This commit is contained in:
Sabe Jones 2019-02-28 16:02:46 -06:00
parent a1fb702d1e
commit 75f6398de2
4 changed files with 20 additions and 10 deletions

View file

@ -22,6 +22,12 @@
width: 96px;
height: 69px;
}
.promo_valentines_potions {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px -368px;
width: 420px;
height: 147px;
}
.scene_cooking {
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px 0px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
let api = {};
// @TODO export this const, cannot export it from here because only routes are exported from controllers
const LAST_ANNOUNCEMENT_TITLE = 'FEBRUARY SUBSCRIBER MYSTERY ITEMS! PLUS USE CASE SPOTLIGHT';
const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR LOTS OF GOODIES!';
const worldDmg = { // @TODO
bailey: false,
};
@ -30,20 +30,24 @@ api.getNews = {
<div class="mr-3 ${baileyClass}"></div>
<div class="media-body">
<h1 class="align-self-center">${res.t('newStuff')}</h1>
<h2>2/25/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
<h2>2/28/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div>
</div>
<hr/>
<div class="promo_mystery_201902 center-block"></div>
<h3>February Subscriber Items Revealed!</h3>
<p>The February Subscriber Items have been revealed: the Cryptic Crush Item Set! You only have four days to receive the item set when you <a href='/user/settings/subscription'>subscribe</a>. If you're already an active subscriber, reload the site and then head to Inventory > Items to claim your gear!</p>
<p>Subscribers also receive the ability to buy Gems with Gold -- the longer you subscribe, the more Gems you can buy per month! There are other perks as well, such as longer access to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running. Thank you very much for your support -- it means a lot to us.</p>
<h3>Last Chance for Cryptic Crush Set</h3>
<p>Reminder: this is the final day to <a href='/user/settings/subscription'>subscribe</a> and receive the Cryptic Crush Set! Subscribing also lets you buy Gems for Gold. The longer your subscription, the more Gems you get!</p>
<p>Thanks so much for your support! You help keep Habitica running.</p>
<div class="small mb-3">by Beffymaroo</div>
<div class="scene_cooking center-block"></div>
<h3>Use Case Spotlight: Household Task Sharing</h3>
<p>We've posted a new <a href='https://habitica.wordpress.com/2019/02/21/use-case-spotlight-sharing-household-tasks/' target='_blank'>Use Case Spotlight</a> on the Habitica blog! It features a number of great suggestions for using Habitica's task system to manage sharing domestic chores. 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>
<p>Plus, we're collecting user submissions for the next Use Case Spotlight! How do you use Habitica to set up routines? 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 shanaqui</div>
<div class="promo_valentines_potions center-block"></div>
<h3>Last Chance for Cupid and Rose Quartz Hatching Potions</h3>
<p>Reminder: this is the final day to <a href='/shops/market'>buy Cupid and Rose Quartz Hatching Potions</a>! If they come back, it won't be until next year at the earliest, so don't delay!</p>
<div class="small mb-3">by Vampitch and Willow the Witty</div>
<div class="promo_mythical_marvels_bundle center-block"></div>
<h3>Last Chance for Mythical Marvels Pet Quest Bundle</h3>
<p>This is also the final day to buy the discounted Mythical Marvels Pet Quest Bundle, featuring the Unicorn, Gryphon, and Sea Serpent quests all for seven Gems! Be sure to check it out in the <a href='/shops/quests'>Quest Shop</a>before it fades into legend!</p>
<div class="small">Art by greenpencil, UncommonCriminal, RosieSully, Lukreja, Baconsaur, Witticaster, Aries Faries, Mara, Seraphina, 1920-kun, RBrinks, and Erikari</div>
<div class="small mb-3">Writing by Laurel, Daniel the Bard, and gwyllgi</div>
</div>
`,
});