fix(home): fix homepage
@ -223,6 +223,10 @@ const homeItems: StatisticsItem[] = [
|
||||
},
|
||||
mobileSrc: PinataMobileImg,
|
||||
mobileWidth: 128,
|
||||
position: {
|
||||
right: 0,
|
||||
top: -14,
|
||||
},
|
||||
src: PinataDesktopImg,
|
||||
width: 123,
|
||||
},
|
||||
@ -246,8 +250,8 @@ const homeItems: StatisticsItem[] = [
|
||||
mobileSrc: StarMobileImg,
|
||||
mobileWidth: 112,
|
||||
position: {
|
||||
right: 35,
|
||||
top: 15,
|
||||
right: 28,
|
||||
top: 11,
|
||||
},
|
||||
src: StarDesktopImg,
|
||||
width: 66,
|
||||
@ -272,8 +276,8 @@ const homeItems: StatisticsItem[] = [
|
||||
mobileSrc: LikeMobileImg,
|
||||
mobileWidth: 87,
|
||||
position: {
|
||||
right: 5,
|
||||
top: 15,
|
||||
right: -2,
|
||||
top: 13,
|
||||
},
|
||||
src: LikeDesktopImg,
|
||||
width: 76,
|
||||
@ -296,6 +300,10 @@ const homeItems: StatisticsItem[] = [
|
||||
top: -29,
|
||||
},
|
||||
mobileWidth: 131,
|
||||
position: {
|
||||
right: 20,
|
||||
top: -5,
|
||||
},
|
||||
src: CupMobileImg,
|
||||
width: 101,
|
||||
},
|
||||
|
||||
@ -23,6 +23,11 @@ const example2 = path.join(imageRootDir, 'example2.png');
|
||||
const example3 = path.join(imageRootDir, 'example3.png');
|
||||
const example4 = path.join(imageRootDir, 'example4.png');
|
||||
const example5 = path.join(imageRootDir, 'example5.png');
|
||||
const exampleMobile = path.join(imageRootDir, 'exampleMobile.png');
|
||||
const example2Mobile = path.join(imageRootDir, 'example2Mobile.png');
|
||||
const example3Mobile = path.join(imageRootDir, 'example3Mobile.png');
|
||||
const example4Mobile = path.join(imageRootDir, 'example4Mobile.png');
|
||||
const example5Mobile = path.join(imageRootDir, 'example5Mobile.png');
|
||||
|
||||
const HomePageVulpesImg = path.join(imageRootDir, 'vulpes/homepage.png');
|
||||
|
||||
@ -424,6 +429,7 @@ const homePageStories: StoryType[] = [
|
||||
content: {
|
||||
image: {
|
||||
alt: 'Рекомендации по квестам',
|
||||
mobileSrc: exampleMobile,
|
||||
src: example,
|
||||
},
|
||||
title: 'Рекомендации\\n по квестам',
|
||||
@ -462,6 +468,8 @@ const homePageStories: StoryType[] = [
|
||||
image: {
|
||||
alt: 'fenek',
|
||||
height: 218,
|
||||
mobileHeight: 133,
|
||||
mobileWidth: 110,
|
||||
src: HomePageVulpesImg,
|
||||
width: 180,
|
||||
},
|
||||
@ -476,6 +484,7 @@ const homePageStories: StoryType[] = [
|
||||
content: {
|
||||
image: {
|
||||
alt: 'День Рождения в Аркидс парке',
|
||||
mobileSrc: example2Mobile,
|
||||
src: example2,
|
||||
},
|
||||
title: 'День Рождения\\n в Аркидс парке',
|
||||
@ -514,6 +523,7 @@ const homePageStories: StoryType[] = [
|
||||
image: {
|
||||
alt: 'Новые программы для праздника',
|
||||
src: example3,
|
||||
mobileSrc: example3Mobile,
|
||||
},
|
||||
title: 'Новые программы\\n для праздника',
|
||||
},
|
||||
@ -550,6 +560,7 @@ const homePageStories: StoryType[] = [
|
||||
content: {
|
||||
image: {
|
||||
alt: 'Рекомендации по квестам',
|
||||
mobileSrc: example4Mobile,
|
||||
src: example4,
|
||||
},
|
||||
title: 'Рекомендации\\n по квестам',
|
||||
@ -587,6 +598,7 @@ const homePageStories: StoryType[] = [
|
||||
content: {
|
||||
image: {
|
||||
alt: 'День Рождения в Аркидс парке',
|
||||
mobileSrc: example3Mobile,
|
||||
src: example5,
|
||||
},
|
||||
title: 'День Рождения\\n в Аркидс парке',
|
||||
@ -624,6 +636,7 @@ const homePageStories: StoryType[] = [
|
||||
content: {
|
||||
image: {
|
||||
alt: 'Новые программы для праздника',
|
||||
mobileSrc: exampleMobile,
|
||||
src: example,
|
||||
},
|
||||
title: 'Новые программы\\n для праздника',
|
||||
@ -661,6 +674,7 @@ const homePageStories: StoryType[] = [
|
||||
content: {
|
||||
image: {
|
||||
alt: 'Новые программы для праздника',
|
||||
mobileSrc: example2Mobile,
|
||||
src: example2,
|
||||
},
|
||||
title: 'Новые программы\\n для праздника',
|
||||
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 24 KiB |
BIN
static/images/stories/example2Mobile.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
static/images/stories/example3Mobile.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
static/images/stories/example4Mobile.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
static/images/stories/example5Mobile.png
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
static/images/stories/exampleMobile.png
Normal file
|
After Width: | Height: | Size: 142 KiB |