mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): award yearly Orcas
This commit is contained in:
@@ -4,7 +4,7 @@ const api = {};
|
||||
|
||||
// @TODO export this const, cannot export it from here because only routes are exported from
|
||||
// controllers
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'BLOG POST: GOOD STARTER QUESTS!';
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'ORCAS FOR EVERYONE!';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
@@ -31,22 +31,17 @@ api.getNews = {
|
||||
<div class="mr-3 ${baileyClass}"></div>
|
||||
<div class="media-body">
|
||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||
<h2>7/16/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
<h2>7/21/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="scene_basilist center-block"></div>
|
||||
<div class="promo_orcas center-block"></div>
|
||||
<p>
|
||||
This month's <a
|
||||
href='https://habitica.wordpress.com/2020/07/15/easy-starter-quests-for-beginners/'
|
||||
target='_blank'>featured Wiki article</a> is about Easy Starter Quests for Beginners! We
|
||||
hope that it will help you as you take on Habitica's bosses and your tasks! Be sure to
|
||||
check it out, and let us know what you think by reaching out on <a
|
||||
href='https://twitter.com/habitica' 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>.
|
||||
It looks like some friendly Orcas are swimming into Habiticans' stables! In honor of the
|
||||
Summer Splash event, everyone who didn't already have an Orca gets either the mount or
|
||||
the pet. Enjoy!
|
||||
</p>
|
||||
<div class="small mb-3">by shanaqui and the Wiki Wizards</div>
|
||||
<div class="small mb-3">by Beffymaroo and UncommonCriminal</div>
|
||||
</div>
|
||||
`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user