mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
chore(news): blogs
This commit is contained in:
@@ -6,25 +6,25 @@
|
|||||||
}
|
}
|
||||||
.promo_armoire_backgrounds_202008 {
|
.promo_armoire_backgrounds_202008 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -187px;
|
background-position: -376px -148px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_golden_achievements {
|
.promo_golden_achievements {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -424px -187px;
|
background-position: -295px -383px;
|
||||||
width: 246px;
|
width: 246px;
|
||||||
height: 112px;
|
height: 112px;
|
||||||
}
|
}
|
||||||
.promo_mystery_202008 {
|
.promo_mystery_202008 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -335px;
|
background-position: 0px -383px;
|
||||||
width: 294px;
|
width: 294px;
|
||||||
height: 156px;
|
height: 156px;
|
||||||
}
|
}
|
||||||
.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: -671px -187px;
|
background-position: -800px -168px;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
@@ -34,15 +34,27 @@
|
|||||||
width: 375px;
|
width: 375px;
|
||||||
height: 186px;
|
height: 186px;
|
||||||
}
|
}
|
||||||
|
.scene_CernyPie {
|
||||||
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
|
background-position: -800px 0px;
|
||||||
|
width: 141px;
|
||||||
|
height: 167px;
|
||||||
|
}
|
||||||
|
.scene_public_space {
|
||||||
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
|
background-position: 0px -187px;
|
||||||
|
width: 345px;
|
||||||
|
height: 195px;
|
||||||
|
}
|
||||||
.scene_reading {
|
.scene_reading {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -295px -335px;
|
background-position: -208px -540px;
|
||||||
width: 171px;
|
width: 171px;
|
||||||
height: 144px;
|
height: 144px;
|
||||||
}
|
}
|
||||||
.scene_rewards {
|
.scene_rewards {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -492px;
|
background-position: 0px -540px;
|
||||||
width: 207px;
|
width: 207px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 62 KiB |
BIN
website/raw_sprites/spritesmith_large/scene_CernyPie.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_CernyPie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
website/raw_sprites/spritesmith_large/scene_public_space.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_public_space.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 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 = 'NEW PET COLLECTION BADGES!';
|
const LAST_ANNOUNCEMENT_TITLE = 'BLOG POSTS: GUILD AND USE CASE SPOTLIGHTS!';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -31,31 +31,43 @@ 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>8/18/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>8/20/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_golden_achievements center-block"></div>
|
<div class="scene_public_space center-block"></div>
|
||||||
|
<h3>Use Case Spotlight: Supporting Your Loved Ones</h3>
|
||||||
<p>
|
<p>
|
||||||
We're releasing a new achievement so you can celebrate your successes in the world of
|
This month's <a href='https://habitica.wordpress.com/2020/08/20/use-case-spotlight-supporting-your-loved-ones/'
|
||||||
Habitican pet collecting! Earn the Good as Gold and All That Glitters achievements by
|
target="_blank">Use Case Spotlight</a> is about Supporting Your Loved Ones! It features
|
||||||
collecting Golden pets and mounts and you'll earn a nifty badge for your profile.
|
a number of great suggestions submitted by Habiticans in the <a
|
||||||
|
href='/groups/guild/1d3a10bf-60aa-4806-a38b-82d1084a59e6'>Use Case Spotlights Guild</a>.
|
||||||
|
We hope it helps any of you who might be looking for ways to be there for the people you
|
||||||
|
care about.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you already have all the Golden pets and/or mounts in your stable, you'll receive the
|
Plus, we're collecting user submissions for the next spotlight! How do you use Habitica
|
||||||
badge automatically! Check your profile and celebrate your new achievement with pride.
|
to create positivity in your life? 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>
|
</p>
|
||||||
<div class="small mb-3">by Jokerat and SabreCat</div>
|
<div class="small mb-3">by shanaqui</div>
|
||||||
<h3>Task Scoring and Notification Improvements!</h3>
|
<div class="scene_CernyPie center-block"></div>
|
||||||
|
<h3>Guild Spotlight: CernyPie's Favorites</h3>
|
||||||
<p>
|
<p>
|
||||||
We've made an improvement to scoring your tasks via the Record Yesterday's Activity tool
|
For this year's Guild Spotlight series, we're highlighting some favorites from Habitica's
|
||||||
on web! Previously, you'd see your stats increase as you checked things off in that
|
staff, moderators, and some high-level contributors!
|
||||||
modal. Once the change goes live, you'll only see your stats increase and get
|
|
||||||
notifications about rewards and damage once you click to start a new day. You'll also
|
|
||||||
receive reduced popups with totals in stats gained rather than individual stat changes.
|
|
||||||
We hope you enjoy this change!
|
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">by paglias, negue, and Apollo</div>
|
<p>
|
||||||
|
This month we're sharing some <a
|
||||||
|
href='https://habitica.wordpress.com/2020/08/20/guild-spotlights-our-favourites-7/'
|
||||||
|
target='_blank'>picks from legendary socialite CernyPie</a>! If you want to curate your
|
||||||
|
Habitica experience and join active, positive Guilds, this is a great way to pick up some
|
||||||
|
new ideas for Guilds to join.
|
||||||
|
</p>
|
||||||
|
<div class="small mb-3">by shanaqui</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user