export default {
bannerW300H250v2: {
tag: `div`,
className: [`banner__container`, `banner-300-250-v2`],
children: [
{
innerDataKey: `privacyPolicyLink`,
tag: `a`,
className: `banner__privacy-policy-link`,
attributes: {target: `_blank`},
children: [
{
tag: `img`,
className: `banner__privacy-policy-link-image`,
attributes: {
src: `circle.svg`,
alt: `privacy-policy`
}
}
]
},
{
dataKey: `urlApp`,
tag: `a`,
className: `banner`,
attributes: {id: `banner`, target: `_blank`},
children: [
{
tag: `div`,
className: `banner__wrapper`,
children: [
{
tag: `div`,
className: [`banner__advertiser`, `advertiser`],
children: [
{
dataKey: `urlImg`,
tag: `img`,
className: `advertiser__logo`,
attributes: {
id: `advertiser__logo`,
alt: `logo`
}
},
{
tag: `div`,
className: `advertiser__info`,
children: [
{
dataKey: `title`,
tag: `span`,
className: `advertiser__name`,
maxWidth: 225,
fontSize: 16,
attributes: {id: `title`}
},
{
dataKey: `desc`,
tag: `span`,
className: `advertiser__description`,
maxWidth: 235,
fontSize: 12,
attributes: {id: `description`}
},
{
tag: `div`,
className: [`advertiser__signs`, `signs`],
children: [
{
tag: `div`,
className: `signs__rate`,
children: [
{
tag: `img`,
className: `signs__rate-rated`,
attributes: {
src: `star_v2.svg`,
alt: `rated star`,
width: `8`,
height: `8`
}
},
{
tag: `img`,
className: `signs__rate-rated`,
attributes: {
src: `star_v2.svg`,
alt: `rated star`,
width: `8`,
height: `8`
}
},
{
tag: `img`,
className: `signs__rate-rated`,
attributes: {
src: `star_v2.svg`,
alt: `rated star`,
width: `8`,
height: `8`
}
},
{
tag: `img`,
className: `signs__rate-rated`,
attributes: {
src: `star_v2.svg`,
alt: `rated star`,
width: `8`,
height: `8`
}
},
{
tag: `img`,
className: `signs__rate-rated`,
attributes: {
src: `star-half_v2.svg`,
alt: `rated star`,
width: `8`,
height: `8`
}
}
]
}
]
}
]
}
]
},
{
dataKey: `urlImgWide`,
tag: `div`,
className: `banner__visual`,
attributes: {
id: `banner__visual`,
alt: `main advert image`
}
},
{
tag: `div`,
className: [`banner__distribution`, `distribution`],
children: [
{
tag: `img`,
className: `distribution__logo`,
attributes: {
src: `google-play-logo.png`,
alt: `google-play-logo`
}
},
{
tag: `span`,
className: `distribution__text`,
innerText: `Free`
}
]
},
{
dataKey: `buttonText`,
tag: `span`,
className: `banner__button`,
attributes: {
id: `banner__button`
}
}
]
}
]
}
]
}
};