mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
chore(news): Bailey
This commit is contained in:
@@ -70,6 +70,12 @@
|
|||||||
width: 96px;
|
width: 96px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
|
.scene_QuartzFox {
|
||||||
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
|
background-position: -316px -307px;
|
||||||
|
width: 141px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
.scene_dailies {
|
.scene_dailies {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -624px 0px;
|
background-position: -624px 0px;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 263 KiB |
BIN
website/raw_sprites/spritesmith_large/scene_QuartzFox.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_QuartzFox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -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 = 'EGG QUEST IN THE SEASONAL SHOP! AND HELPFUL RESOURCES FOR TOUGH TIMES';
|
const LAST_ANNOUNCEMENT_TITLE = 'BLOG POSTS: GUILD SPOTLIGHT AND USE CASE SPOTLIGHT!';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -35,24 +35,33 @@ api.getNews = {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_egg_quest center-block"></div>
|
<div class="scene_QuartzFox center-block"></div>
|
||||||
<h3>Egg Quest Available</h3>
|
<h3>Guild Spotlight: QuartzFox's Favorites!</h3>
|
||||||
<p>
|
<p>
|
||||||
The Egg Quest is available again in the <a href='/shops/seasonal'>Seasonal Shop</a>!
|
There's a new <a
|
||||||
Strange eggs are appearing all over Habitica. Can you collect them all to earn some
|
href='https://habitica.wordpress.com/2020/03/26/guild-spotlights-our-favourites-2/'
|
||||||
colorful Egg pets and mounts?
|
target='_blank'>Guild Spotlight on the blog</a> featuring the favorite Guilds of Habitica
|
||||||
|
contributor @QuartzFox! Check it out now to find Guilds that have helped her and which
|
||||||
|
you might appreciate as well!
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">by Megan, Beffymaroo, and Lemoness</div>
|
<div class="small mb-3">by shanaqui and QuartzFox</div>
|
||||||
<div class="scene_tough_times center-block"></div>
|
<div class="scene_tough_times center-block"></div>
|
||||||
<h3>Blog Post: Helpful Resources for Tough Times</h3>
|
<h3>Use Case Spotlight: Managing Conflicting Needs</h3>
|
||||||
<p>
|
<p>
|
||||||
Hey Habiticans! We hope you're all staying safe and well during this stressful time.
|
This month's <a href='https://habitica.wordpress.com/2020/03/26/use-case-spotlight-managing-conflicting-goals-and-needs/'
|
||||||
We've put together some <a
|
target='_blank'>Use Case Spotlight</a> is about Managing Conflicting Needs! It features a
|
||||||
href='https://habitica.wordpress.com/2020/03/20/helpful-resources-for-tough-times/'
|
number of great suggestions submitted by Habiticans in the <a
|
||||||
target='_blank'>resources on the Habitica blog</a> for help with maintaining health and
|
href='/groups/guild/1d3a10bf-60aa-4806-a38b-82d1084a59e6'>Use Case Spotlights Guild</a>.
|
||||||
wellness, setting up or changing a routine, and more! Take care, we love y'all.
|
We hope it helps any of you who might be looking to balance different task types in your life.
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">by the Habitica Team</div>
|
<p>
|
||||||
|
Plus, we're collecting user submissions for the next spotlight! How do you use Habitica
|
||||||
|
to Manage Long-Term Conditions? We’ll 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>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user