Add faded photos grid and page description on About
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
$: parallaxPhotos = photosGridEl && map(scrollY, photosGridOffset - innerHeight, photosGridOffset + innerHeight / 1.5, 0, innerHeight * 0.15, true)
|
$: parallaxPhotos = photosGridEl && map(scrollY, photosGridOffset - innerHeight, photosGridOffset + innerHeight / 1.5, 0, innerHeight * 0.15, true)
|
||||||
$: fadedPhotosIndexes = innerWidth > 768
|
$: fadedPhotosIndexes = innerWidth > 768
|
||||||
? [0, 2, 5, 7, 9, 12, 17, 20, 22, 26, 30, 32, 34]
|
? [0, 2, 5, 7, 9, 12, 17, 20, 22, 26, 30, 32, 34]
|
||||||
: [0]
|
: [1, 4, 5, 7, 11, 14, 17, 20, 24, 27, 30, 33, 34, 36, 40, 43]
|
||||||
|
|
||||||
const introText = about.intro_text
|
const introText = about.intro_text
|
||||||
.replace('<strong>',
|
.replace('<strong>',
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
|
|
||||||
<Metas
|
<Metas
|
||||||
title="About the project – Houses Of"
|
title="About the project – Houses Of"
|
||||||
description=""
|
description={about.description}
|
||||||
image=""
|
image=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user