@gudhub/ssg-web-components-library 1.0.56 → 1.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/about-us-banner/about-us-banner-data.json +18 -18
- package/src/components/about-us-banner/about-us-banner.html +3 -1
- package/src/components/about-us-banner/about-us-banner.readme.md +31 -0
- package/src/components/about-us-banner/config.js +1 -0
- package/src/components/about-us-image-counter/about-us-image-counter-data.json +36 -36
- package/src/components/about-us-image-counter/about-us-image-counter.readme.md +49 -0
- package/src/components/about-us-image-counter/config.js +2 -0
- package/src/components/about-us-team-members/about-us-team-members.html +3 -1
- package/src/components/about-us-team-members/about-us-team-members.readme.md +49 -0
- package/src/components/about-us-team-members/config.js +2 -0
- package/src/components/accordion-only/config.js +2 -0
- package/src/components/animation-block/animation-block-data.json +66 -66
- package/src/components/animation-block/animation-block.html +3 -1
- package/src/components/animation-block/animation-block.readme.md +81 -0
- package/src/components/animation-block/config.js +2 -0
- package/src/components/banner-and-text/banner-and-text-data.json +21 -21
- package/src/components/banner-and-text/banner-and-text.readme.md +34 -0
- package/src/components/banner-and-text/config.js +2 -0
- package/src/components/breadcrumbs/config.js +2 -0
- package/src/components/button-component/config.js +2 -0
- package/src/components/contact-us-block/config.js +2 -0
- package/src/components/contact-us-block/contact-us-block.readme.md +13 -0
- package/src/components/counter-section/config.js +2 -0
- package/src/components/counter-section-with-text/config.js +2 -0
- package/src/components/crm-services-banner/config.js +2 -0
- package/src/components/crm-services-banner/crm-services-banner-data.json +30 -30
- package/src/components/crm-services-banner/crm-services-banner.readme.md +43 -0
- package/src/components/edit-mode/config.js +2 -0
- package/src/components/edit-mode/edit-mode.readme.md +13 -0
- package/src/components/fullscreen-image-and-text/config.js +2 -0
- package/src/components/get-in-touch-block/config.js +2 -0
- package/src/components/get-in-touch-block/get-in-touch-block.readme.md +13 -0
- package/src/components/get-in-touch-block-with-image/config.js +6 -0
- package/src/components/get-in-touch-block-with-image/get-in-touch-block-with-image-data.json +9 -0
- package/src/components/get-in-touch-block-with-image/get-in-touch-block-with-image.html +18 -0
- package/src/components/get-in-touch-block-with-image/get-in-touch-block-with-image.js +54 -0
- package/src/components/get-in-touch-block-with-image/get-in-touch-block-with-image.readme.md +19 -0
- package/src/components/get-in-touch-block-with-image/get-in-touch-block-with-image.scss +32 -0
- package/src/components/get-in-touch-form/config.js +2 -0
- package/src/components/homepage-banner/config.js +2 -0
- package/src/components/homepage-banner/get-in-touch-block.readme.md +13 -0
- package/src/components/image-component/config.js +2 -0
- package/src/components/image-component/image-component.html +1 -21
- package/src/components/image-component/image-component.js +120 -33
- package/src/components/image-component/image-component.md +96 -0
- package/src/components/image-component/image-component.readme.md +13 -0
- package/src/components/list-text-and-media/config.js +2 -0
- package/src/components/media-and-accordion/config.js +2 -0
- package/src/components/media-and-list-of-text/config.js +2 -0
- package/src/components/media-and-text/config.js +2 -0
- package/src/components/overflow-cards/config.js +2 -0
- package/src/components/overflow-cards/overflow-cards.readme.md +13 -0
- package/src/components/page-banner-image-and-menu/config.js +6 -0
- package/src/components/page-banner-image-and-menu/page-banner-image-and-menu-data.json +48 -0
- package/src/components/page-banner-image-and-menu/page-banner-image-and-menu.html +62 -0
- package/src/components/page-banner-image-and-menu/page-banner-image-and-menu.js +137 -0
- package/src/components/page-banner-image-and-menu/page-banner-image-and-menu.readme.md +33 -0
- package/src/components/page-banner-image-and-menu/page-banner-image-and-menu.scss +207 -0
- package/src/components/page-banner-with-video/config.js +2 -0
- package/src/components/page-banner-with-video/mock-video.mp4 +0 -0
- package/src/components/page-banner-with-video/page-banner-with-video-data.json +14 -0
- package/src/components/page-banner-with-video/page-banner-with-video.html +1 -1
- package/src/components/page-banner-with-video/page-banner-with-video.js +4 -1
- package/src/components/prices-cards/config.js +2 -0
- package/src/components/reviews-slider/config.js +2 -0
- package/src/components/reviews-slider/reviews-slider.readme.md +13 -0
- package/src/components/service-counter/config.js +2 -0
- package/src/components/service-counter/service-counter.readme.md +13 -0
- package/src/components/service-image-counter/config.js +2 -0
- package/src/components/service-image-counter/service-image-counter.readme.md +13 -0
- package/src/components/text-only/config.js +2 -0
- package/src/components/text-only/text-only.readme.md +13 -0
- package/src/components/youtube-player/config.js +2 -0
- package/src/components/youtube-player/youtube-player.js +4 -2
- package/src/components/youtube-player/youtube-player.scss +2 -0
- package/src/config.js +4 -0
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"secondary": {
|
|
11
|
-
"popupId": "form",
|
|
12
|
-
"placement": "about-us-banner",
|
|
13
|
-
"text": "Secondary"
|
|
14
|
-
}
|
|
2
|
+
"title": "Title Lorem ipsum",
|
|
3
|
+
"subtitle": "subtitle Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
|
4
|
+
"buttons": {
|
|
5
|
+
"primary": {
|
|
6
|
+
"popupId": "form",
|
|
7
|
+
"placement": "about-us-banner",
|
|
8
|
+
"text": "Primary"
|
|
15
9
|
},
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
10
|
+
"secondary": {
|
|
11
|
+
"popupId": "form",
|
|
12
|
+
"placement": "about-us-banner",
|
|
13
|
+
"text": "Secondary"
|
|
20
14
|
}
|
|
21
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"image": {
|
|
17
|
+
"src": "",
|
|
18
|
+
"alt": "image alt",
|
|
19
|
+
"title": "image title"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
<div class="flex-wrapper">
|
|
4
4
|
<div class="text">
|
|
5
5
|
<${hLvl} class="title" gh-id="${ghId}.title"></${hLvl}>
|
|
6
|
-
|
|
6
|
+
${json.subtitle ? `
|
|
7
|
+
<div class="subtitle" gh-id="${ghId}.subtitle"></div>
|
|
8
|
+
` : ''}
|
|
7
9
|
<div class="flex_button">
|
|
8
10
|
${json.buttons ? `
|
|
9
11
|
${
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Attributes:
|
|
2
|
+
|
|
3
|
+
if you need h1, set attribute 'h1' for example <about-us-banner h1></about-us-banner>, else it will be 'h2'
|
|
4
|
+
|
|
5
|
+
# Component data-object:
|
|
6
|
+
|
|
7
|
+
("?" means "unnecessary")
|
|
8
|
+
|
|
9
|
+
```json
|
|
10
|
+
{
|
|
11
|
+
"title": "Title Lorem ipsum",
|
|
12
|
+
"subtitle?": "subtitle Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
|
13
|
+
"buttons?": {
|
|
14
|
+
"primary": {
|
|
15
|
+
"popupId": "form",
|
|
16
|
+
"placement": "about-us-banner",
|
|
17
|
+
"text": "Primary"
|
|
18
|
+
},
|
|
19
|
+
"secondary": {
|
|
20
|
+
"popupId": "form",
|
|
21
|
+
"placement": "about-us-banner",
|
|
22
|
+
"text": "Secondary"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"image": {
|
|
26
|
+
"src": "image path",
|
|
27
|
+
"alt": "image alt",
|
|
28
|
+
"title": "image title"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
```
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
"title": "Title Lorem ipsum",
|
|
3
|
+
"subtitle": "Subtitle Etiam sed ullamcorper tortor, sit amet dictum est. Ut posuere dolor sodales euismod feugiat",
|
|
4
|
+
"button": {
|
|
5
|
+
"popupId": "form",
|
|
6
|
+
"placement": "about-us-image-counter",
|
|
7
|
+
"text": "Button Text"
|
|
8
|
+
},
|
|
9
|
+
"items": [
|
|
10
|
+
{
|
|
11
|
+
"icon": {
|
|
12
|
+
"src": "",
|
|
13
|
+
"alt": "Image alt",
|
|
14
|
+
"title": "image title"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"icon": {
|
|
19
|
+
"src": "",
|
|
20
|
+
"alt": "Tristique senectus",
|
|
21
|
+
"title": "Tristique senectus"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"icon": {
|
|
26
|
+
"src": "",
|
|
27
|
+
"alt": "Donec lacinia orci",
|
|
28
|
+
"title": "Donec lacinia orci"
|
|
29
|
+
}
|
|
8
30
|
},
|
|
9
|
-
|
|
10
|
-
{
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"title": "image title"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"icon": {
|
|
19
|
-
"src": "",
|
|
20
|
-
"alt": "Tristique senectus",
|
|
21
|
-
"title": "Tristique senectus"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"icon": {
|
|
26
|
-
"src": "",
|
|
27
|
-
"alt": "Donec lacinia orci",
|
|
28
|
-
"title": "Donec lacinia orci"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"icon": {
|
|
33
|
-
"src": "",
|
|
34
|
-
"alt": "Suspendisse",
|
|
35
|
-
"title": "Suspendisse"
|
|
36
|
-
}
|
|
31
|
+
{
|
|
32
|
+
"icon": {
|
|
33
|
+
"src": "",
|
|
34
|
+
"alt": "Suspendisse",
|
|
35
|
+
"title": "Suspendisse"
|
|
37
36
|
}
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Attributes:
|
|
2
|
+
|
|
3
|
+
None
|
|
4
|
+
|
|
5
|
+
# Component data-object:
|
|
6
|
+
|
|
7
|
+
("?" means "unnecessary")
|
|
8
|
+
|
|
9
|
+
```json
|
|
10
|
+
{
|
|
11
|
+
"title": "Title Lorem ipsum",
|
|
12
|
+
"subtitle?": "Subtitle Etiam sed ullamcorper tortor, sit amet dictum est. Ut posuere dolor sodales euismod feugiat",
|
|
13
|
+
"button?": {
|
|
14
|
+
"popupId": "form",
|
|
15
|
+
"placement": "about-us-image-counter",
|
|
16
|
+
"text": "Button Text"
|
|
17
|
+
},
|
|
18
|
+
"items": [
|
|
19
|
+
{
|
|
20
|
+
"icon": {
|
|
21
|
+
"src": "",
|
|
22
|
+
"alt": "Image alt",
|
|
23
|
+
"title": "image title"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"icon": {
|
|
28
|
+
"src": "",
|
|
29
|
+
"alt": "Tristique senectus",
|
|
30
|
+
"title": "Tristique senectus"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"icon": {
|
|
35
|
+
"src": "",
|
|
36
|
+
"alt": "Donec lacinia orci",
|
|
37
|
+
"title": "Donec lacinia orci"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"icon": {
|
|
42
|
+
"src": "",
|
|
43
|
+
"alt": "Suspendisse",
|
|
44
|
+
"title": "Suspendisse"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
```
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export const aboutUsImageCounter = {
|
|
2
2
|
tag: 'about-us-image-counter',
|
|
3
|
+
category: 'About',
|
|
4
|
+
readmeMD: './about-us-image-counter.readme.md',
|
|
3
5
|
src: '@gudhub/ssg-web-components-library/src/components/about-us-image-counter/about-us-image-counter.js',
|
|
4
6
|
serverOnly: false
|
|
5
7
|
}
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
<div class="container">
|
|
3
3
|
<div class="main-text">
|
|
4
4
|
<h2 class="h2" gh-id="${ghId}.title"> TITLE </h2>
|
|
5
|
-
|
|
5
|
+
${json.subtitle ? `
|
|
6
|
+
<p gh-id="${ghId}.subtitle" class="subtitle"> SUBTITLE </p>
|
|
7
|
+
` : ''}
|
|
6
8
|
</div>
|
|
7
9
|
${json.items.reduce((acc, item, gridIndex) => acc + `
|
|
8
10
|
<div class="grid-container">
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Attributes:
|
|
2
|
+
|
|
3
|
+
None
|
|
4
|
+
|
|
5
|
+
# Component data-object:
|
|
6
|
+
|
|
7
|
+
("?" means "unnecessary")
|
|
8
|
+
|
|
9
|
+
```json
|
|
10
|
+
{
|
|
11
|
+
"title": "Title Lorem ipsum",
|
|
12
|
+
"subtitle?": "Subtitle Etiam sed ullamcorper tortor, sit amet dictum est. Ut posuere dolor sodales euismod feugiat",
|
|
13
|
+
"button?": {
|
|
14
|
+
"popupId": "form",
|
|
15
|
+
"placement": "about-us-image-counter",
|
|
16
|
+
"text": "Button Text"
|
|
17
|
+
},
|
|
18
|
+
"items": [
|
|
19
|
+
{
|
|
20
|
+
"icon": {
|
|
21
|
+
"src": "",
|
|
22
|
+
"alt": "Image alt",
|
|
23
|
+
"title": "image title"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"icon": {
|
|
28
|
+
"src": "",
|
|
29
|
+
"alt": "Tristique senectus",
|
|
30
|
+
"title": "Tristique senectus"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"icon": {
|
|
35
|
+
"src": "",
|
|
36
|
+
"alt": "Donec lacinia orci",
|
|
37
|
+
"title": "Donec lacinia orci"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"icon": {
|
|
42
|
+
"src": "",
|
|
43
|
+
"alt": "Suspendisse",
|
|
44
|
+
"title": "Suspendisse"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
```
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export const aboutUsTeamMembers = {
|
|
2
2
|
tag: 'about-us-team-members',
|
|
3
|
+
category: 'About',
|
|
4
|
+
readmeMD: './about-us-team-members.readme.md',
|
|
3
5
|
src: '@gudhub/ssg-web-components-library/src/components/about-us-team-members/about-us-team-members.js',
|
|
4
6
|
serverOnly: false
|
|
5
7
|
}
|
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"secondary": {
|
|
11
|
-
"popupId": "form",
|
|
12
|
-
"placement": "integrations",
|
|
13
|
-
"text": "Більше Інтеграцій"
|
|
14
|
-
}
|
|
2
|
+
"title": "Інтеграції CRM для Бізнесу",
|
|
3
|
+
"subtitle": "Поєднайте інструменти, якими ви користуєтеся разом з вашим бізнесом для максимальної продуктивності та ефективності компанії.",
|
|
4
|
+
"buttons": {
|
|
5
|
+
"primary": {
|
|
6
|
+
"popupId": "form",
|
|
7
|
+
"placement": "integrations",
|
|
8
|
+
"text": "Спробувати CRM"
|
|
15
9
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
10
|
+
"secondary": {
|
|
11
|
+
"popupId": "form",
|
|
12
|
+
"placement": "integrations",
|
|
13
|
+
"text": "Більше Інтеграцій"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"rows": [
|
|
17
|
+
{
|
|
18
|
+
"row": [
|
|
19
|
+
{
|
|
20
|
+
"image": {
|
|
21
|
+
"src": "",
|
|
22
|
+
"title": "Facebook - іконка",
|
|
23
|
+
"alt": "Facebook"
|
|
27
24
|
},
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"title": "Slack",
|
|
35
|
-
"
|
|
25
|
+
"title": "Facebook",
|
|
26
|
+
"subtitle": "Комунікації"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"image": {
|
|
30
|
+
"src": "",
|
|
31
|
+
"title": "Slack - іконка",
|
|
32
|
+
"alt": "Slack"
|
|
36
33
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"title": "Telegram",
|
|
44
|
-
"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"row": [
|
|
50
|
-
{
|
|
51
|
-
"image": {
|
|
52
|
-
"src": "",
|
|
53
|
-
"title": "Turbo-sms - іконка",
|
|
54
|
-
"alt": "Turbo-sms"
|
|
55
|
-
},
|
|
56
|
-
"title": "Turbo-sms",
|
|
57
|
-
"subtitle": "Комунікації"
|
|
34
|
+
"title": "Slack",
|
|
35
|
+
"subtitle": "Комунікації"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"image": {
|
|
39
|
+
"src": "",
|
|
40
|
+
"title": "Telegram - іконка",
|
|
41
|
+
"alt": "Telegram"
|
|
58
42
|
},
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
43
|
+
"title": "Telegram",
|
|
44
|
+
"subtitle": "Комунікації"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"row": [
|
|
50
|
+
{
|
|
51
|
+
"image": {
|
|
52
|
+
"src": "",
|
|
53
|
+
"title": "Turbo-sms - іконка",
|
|
54
|
+
"alt": "Turbo-sms"
|
|
55
|
+
},
|
|
56
|
+
"title": "Turbo-sms",
|
|
57
|
+
"subtitle": "Комунікації"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"image": {
|
|
61
|
+
"src": "",
|
|
62
|
+
"title": "Viber - іконка",
|
|
63
|
+
"alt": "Viber"
|
|
64
|
+
},
|
|
65
|
+
"title": "Viber",
|
|
66
|
+
"subtitle": "Комунікації"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<section class="animation-block">
|
|
2
2
|
<div class="container">
|
|
3
3
|
<h2 gh-id="${ghId}.title"></h2>
|
|
4
|
-
|
|
4
|
+
${json.subtitle ? `
|
|
5
|
+
<p gh-id="${ghId}.subtitle" class="subtitle"> SUBTITLE </p>
|
|
6
|
+
` : ''}
|
|
5
7
|
<div class="rows-wrapper">
|
|
6
8
|
${ rows.reduce((acc, row, rowIndex) => {
|
|
7
9
|
return acc + `
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Attributes:
|
|
2
|
+
|
|
3
|
+
None
|
|
4
|
+
|
|
5
|
+
# Component data-object:
|
|
6
|
+
|
|
7
|
+
("?" means "unnecessary")
|
|
8
|
+
|
|
9
|
+
```json
|
|
10
|
+
{
|
|
11
|
+
"title": "Інтеграції CRM для Бізнесу",
|
|
12
|
+
"subtitle": "Поєднайте інструменти, якими ви користуєтеся разом з вашим бізнесом для максимальної продуктивності та ефективності компанії.",
|
|
13
|
+
"buttons?": {
|
|
14
|
+
"primary": {
|
|
15
|
+
"popupId": "form",
|
|
16
|
+
"placement": "integrations",
|
|
17
|
+
"text": "Спробувати CRM"
|
|
18
|
+
},
|
|
19
|
+
"secondary": {
|
|
20
|
+
"popupId": "form",
|
|
21
|
+
"placement": "integrations",
|
|
22
|
+
"text": "Більше Інтеграцій"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"rows": [
|
|
26
|
+
{
|
|
27
|
+
"row": [
|
|
28
|
+
{
|
|
29
|
+
"image": {
|
|
30
|
+
"src": "",
|
|
31
|
+
"title": "Facebook - іконка",
|
|
32
|
+
"alt": "Facebook"
|
|
33
|
+
},
|
|
34
|
+
"title": "Facebook",
|
|
35
|
+
"subtitle": "Комунікації"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"image": {
|
|
39
|
+
"src": "",
|
|
40
|
+
"title": "Slack - іконка",
|
|
41
|
+
"alt": "Slack"
|
|
42
|
+
},
|
|
43
|
+
"title": "Slack",
|
|
44
|
+
"subtitle": "Комунікації"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"image": {
|
|
48
|
+
"src": "",
|
|
49
|
+
"title": "Telegram - іконка",
|
|
50
|
+
"alt": "Telegram"
|
|
51
|
+
},
|
|
52
|
+
"title": "Telegram",
|
|
53
|
+
"subtitle": "Комунікації"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"row": [
|
|
59
|
+
{
|
|
60
|
+
"image": {
|
|
61
|
+
"src": "",
|
|
62
|
+
"title": "Turbo-sms - іконка",
|
|
63
|
+
"alt": "Turbo-sms"
|
|
64
|
+
},
|
|
65
|
+
"title": "Turbo-sms",
|
|
66
|
+
"subtitle": "Комунікації"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"image": {
|
|
70
|
+
"src": "",
|
|
71
|
+
"title": "Viber - іконка",
|
|
72
|
+
"alt": "Viber"
|
|
73
|
+
},
|
|
74
|
+
"title": "Viber",
|
|
75
|
+
"subtitle": "Комунікації"
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
```
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
"title": "Title Ac accumsan",
|
|
3
|
+
"offer": "Offer pulvinar ultricies",
|
|
4
|
+
"offer_subtitle": "subtitle Nulla ac accumsan arcu, eget ullamcorper ipsum. Fusce ultricies pulvinar ultricies. Donec lacinia orci sed tellus condimentum hendrerit.",
|
|
5
|
+
"button": {
|
|
6
|
+
"class": "btn",
|
|
7
|
+
"text": "Спробуй Зараз"
|
|
8
|
+
},
|
|
9
|
+
"items": [
|
|
10
|
+
{
|
|
11
|
+
"title": "Item title mauris sed consectetur",
|
|
12
|
+
"text": "Item text. Suspendisse ut scelerisque nibh. Nam bibendum eget ullamcorper ipsum. Fusce ultricies pulvinar ultricies."
|
|
8
13
|
},
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"text": "Item text. Suspendisse ut scelerisque nibh. Nam bibendum eget ullamcorper ipsum. Fusce ultricies pulvinar ultricies."
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"title": "Item title Nam bibendum",
|
|
16
|
-
"text": "Nunc commodo, mauris sed consectetur tempor, purus lorem interdum massa. Donec lacinia orci sed tellus condimentum hendrerit."
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"image": {
|
|
20
|
-
"src": "",
|
|
21
|
-
"alt": "image alt",
|
|
22
|
-
"title": "image title"
|
|
14
|
+
{
|
|
15
|
+
"title": "Item title Nam bibendum",
|
|
16
|
+
"text": "Nunc commodo, mauris sed consectetur tempor, purus lorem interdum massa. Donec lacinia orci sed tellus condimentum hendrerit."
|
|
23
17
|
}
|
|
24
|
-
|
|
18
|
+
],
|
|
19
|
+
"image": {
|
|
20
|
+
"src": "",
|
|
21
|
+
"alt": "image alt",
|
|
22
|
+
"title": "image title"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Attributes:
|
|
2
|
+
|
|
3
|
+
data-chapter
|
|
4
|
+
|
|
5
|
+
# Component data-object:
|
|
6
|
+
|
|
7
|
+
("?" means "unnecessary")
|
|
8
|
+
|
|
9
|
+
```json
|
|
10
|
+
{
|
|
11
|
+
"title": "Title Ac accumsan",
|
|
12
|
+
"offer": "Offer pulvinar ultricies",
|
|
13
|
+
"offer_subtitle": "subtitle Nulla ac accumsan arcu, eget ullamcorper ipsum. Fusce ultricies pulvinar ultricies. Donec lacinia orci sed tellus condimentum hendrerit.",
|
|
14
|
+
"button": {
|
|
15
|
+
"class": "btn",
|
|
16
|
+
"text": "Спробуй Зараз"
|
|
17
|
+
},
|
|
18
|
+
"items": [
|
|
19
|
+
{
|
|
20
|
+
"title": "Item title mauris sed consectetur",
|
|
21
|
+
"text": "Item text. Suspendisse ut scelerisque nibh. Nam bibendum eget ullamcorper ipsum. Fusce ultricies pulvinar ultricies."
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"title": "Item title Nam bibendum",
|
|
25
|
+
"text": "Nunc commodo, mauris sed consectetur tempor, purus lorem interdum massa. Donec lacinia orci sed tellus condimentum hendrerit."
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"image": {
|
|
29
|
+
"src": "",
|
|
30
|
+
"alt": "image alt",
|
|
31
|
+
"title": "image title"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
```
|