chore: Update press kit
Implimented from #7262 fixes #7174 closes #7262
|
|
@ -135,6 +135,14 @@
|
|||
"presskit": "Press Kit",
|
||||
"presskitDownload": "Download all images:",
|
||||
"presskitText": "Thanks for your interest in Habitica! The following images can be used for articles or videos about Habitica. For more information, please contact the staff at admin@habitica.com.",
|
||||
"pkVideo": "Video",
|
||||
"pkPromo": "Promos",
|
||||
"pkLogo": "Logos",
|
||||
"pkBoss": "Bosses",
|
||||
"pkSamples": "Sample Screens",
|
||||
"pkWebsite": "Website",
|
||||
"pkiOS": "iOS",
|
||||
"pkAndroid": "Android",
|
||||
"privacy": "Privacy Policy",
|
||||
"psst": "Psst",
|
||||
"punishByline": "Break bad habits and procrastination cycles with immediate consequences.",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
BIN
website/client/presskit/Habitica - Gamify Your Life.mp4
Normal file
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 176 KiB |
BIN
website/client/presskit/Logo/Android.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
BIN
website/client/presskit/Logo/iOS.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
BIN
website/client/presskit/Samples/Android/Level Up.png
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
website/client/presskit/Samples/Android/Party.png
Normal file
|
After Width: | Height: | Size: 172 KiB |
BIN
website/client/presskit/Samples/Android/Reward.png
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
website/client/presskit/Samples/Android/Tasks Page.png
Normal file
|
After Width: | Height: | Size: 308 KiB |
BIN
website/client/presskit/Samples/Android/Tavern.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
website/client/presskit/Samples/Android/User.png
Normal file
|
After Width: | Height: | Size: 201 KiB |
0
website/client/presskit/Sample Screen - Challenges.png → website/client/presskit/Samples/Website/Challenges.png
Executable file → Normal file
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
0
website/client/presskit/Sample Screen - Equipment.png → website/client/presskit/Samples/Website/Equipment.png
Executable file → Normal file
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
0
website/client/presskit/Sample Screen - Guilds.png → website/client/presskit/Samples/Website/Guilds.png
Executable file → Normal file
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
0
website/client/presskit/Sample Screen - Market.png → website/client/presskit/Samples/Website/Market.png
Executable file → Normal file
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
0
website/client/presskit/Sample Screen - Tasks Page.png → website/client/presskit/Samples/Website/Tasks Page.png
Executable file → Normal file
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 372 KiB |
|
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 324 KiB |
|
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 360 KiB |
|
Before Width: | Height: | Size: 296 KiB After Width: | Height: | Size: 296 KiB |
|
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 191 KiB |
|
|
@ -11,60 +11,76 @@ block extraHead
|
|||
style.
|
||||
.press-img {
|
||||
max-width: 500px;
|
||||
max-height: 500px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
block content
|
||||
h2= env.t('presskit')
|
||||
p= env.t('presskitText')
|
||||
p= env.t('presskitDownload')
|
||||
|
|
||||
a.btn.btn-success(href='/presskit/presskit.zip') presskit.zip
|
||||
div.jumbotron
|
||||
h1= env.t('presskit')
|
||||
p= env.t('presskitText')
|
||||
p
|
||||
a.btn.btn-lg.btn-success(href='/presskit/presskit.zip') presskit.zip
|
||||
|
||||
h2= env.t('pkVideo')
|
||||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/hgdeJnSili0" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
-
|
||||
var imgs = [
|
||||
'Habitica Promo',
|
||||
'Habitica Promo - Thin',
|
||||
'Habitica Logo - Icon with Text',
|
||||
'Habitica Logo - Text',
|
||||
'Habitica Logo - Icon',
|
||||
'Habitica Logo - iOS',
|
||||
'Habitica Logo - Android',
|
||||
'Habitica Gryphon',
|
||||
'Boss - Basi-List',
|
||||
'Boss - Stagnant Dishes',
|
||||
'Boss - SnackLess Monster',
|
||||
'Boss - Laundromancer',
|
||||
'Boss - Battling the Ghost Stag',
|
||||
'Boss - Necro-Vice',
|
||||
'World Boss - Dread Drag\'on of Dilatory',
|
||||
'Sample Screen - Tasks Page',
|
||||
'Sample Screen - Market',
|
||||
'Sample Screen - Equipment',
|
||||
'Sample Screen - Guilds',
|
||||
'Sample Screen - Challenges',
|
||||
'Sample Screen - Tasks Page (iOS)',
|
||||
'Sample Screen - Level Up (iOS)',
|
||||
'Sample Screen - Pets (iOS)',
|
||||
'Sample Screen - Party (iOS)',
|
||||
'Sample Screen - Boss (iOS)'
|
||||
]
|
||||
var imgs = {
|
||||
'Promo': [
|
||||
'Promo',
|
||||
'Promo - Thin'
|
||||
],
|
||||
'Logo': [
|
||||
'Icon with Text',
|
||||
'Habitica Gryphon',
|
||||
'iOS',
|
||||
'Android'
|
||||
],
|
||||
'Boss': [
|
||||
'Basi-List',
|
||||
'Stagnant Dishes',
|
||||
'SnackLess Monster',
|
||||
'Laundromancer',
|
||||
'Necro-Vice',
|
||||
'Battling the Ghost Stag',
|
||||
'Dread Drag\'on of Dilatory'
|
||||
],
|
||||
'Samples': {
|
||||
'Website': [
|
||||
'Tasks Page',
|
||||
'Equipment',
|
||||
'Market',
|
||||
'Guilds',
|
||||
'Challenges'
|
||||
],
|
||||
'iOS': [
|
||||
'Tasks Page',
|
||||
'Level Up',
|
||||
'Pets',
|
||||
'Party',
|
||||
'Boss'
|
||||
],
|
||||
'Android': [
|
||||
'User',
|
||||
'Tasks Page',
|
||||
'Reward',
|
||||
'Level Up',
|
||||
'Tavern',
|
||||
'Party'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
//-#carousel.carousel.slide(data-ride='carousel')
|
||||
ol.carousel-indicators
|
||||
each img, i in imgs
|
||||
li(class=i==0?'active':'', data-target='#carousel', data-slide-to=i)
|
||||
.carousel-inner(role='listbox')
|
||||
each img, i in imgs
|
||||
.item(class=i==0?'active':'')
|
||||
img(src="/presskit/#{img}.png")
|
||||
//.carousel-caption=img
|
||||
a.left.carousel-control(href='#carousel', role='button', data-slide='prev')
|
||||
span.glyphicon.glyphicon-chevron-left(aria-hidden='true')
|
||||
span.sr-only= env.t('previous')
|
||||
a.right.carousel-control(href='#carousel', role='button', data-slide='next')
|
||||
span.glyphicon.glyphicon-chevron-right(aria-hidden='true')
|
||||
span.sr-only= env.t('next')
|
||||
|
||||
ul.list-unstyled
|
||||
each img in imgs
|
||||
li
|
||||
img.img-rendering-auto.press-img(src="/presskit/#{img}.png")
|
||||
each images, category in imgs
|
||||
div
|
||||
h2= env.t('pk' + category)
|
||||
if Array.isArray(images)
|
||||
each img in images
|
||||
img.img-rendering-auto.press-img(src="/presskit/#{category}/#{img}.png")
|
||||
else
|
||||
each item, cat in images
|
||||
div
|
||||
h3= env.t('pk' + cat)
|
||||
each img in item
|
||||
img.img-rendering-auto.press-img(src="/presskit/#{category}/#{cat}/#{img}.png")
|
||||
|
|
|
|||