@myissue/vue-website-page-builder 3.4.20 → 3.4.21
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/README.md +22 -24
- package/dist/vue-website-page-builder.js +1 -1
- package/dist/vue-website-page-builder.umd.cjs +1 -1
- package/package.json +2 -3
- package/src/App.vue +0 -28
- package/src/Components/Homepage/Footer.vue +0 -32
- package/src/Components/Homepage/Navbar.vue +0 -25
- package/src/Components/Layouts/FullWidthElement.vue +0 -34
- package/src/Components/Loaders/GlobalLoader.vue +0 -18
- package/src/Components/Modals/BuilderComponents.vue +0 -53
- package/src/Components/Modals/DynamicModalBuilder.vue +0 -209
- package/src/Components/Modals/MediaLibraryModal.vue +0 -61
- package/src/Components/Modals/ModalBuilder.vue +0 -117
- package/src/Components/PageBuilder/EditorMenu/Editables/BackgroundColorEditor.vue +0 -121
- package/src/Components/PageBuilder/EditorMenu/Editables/BorderRadius.vue +0 -188
- package/src/Components/PageBuilder/EditorMenu/Editables/Borders.vue +0 -176
- package/src/Components/PageBuilder/EditorMenu/Editables/ClassEditor.vue +0 -112
- package/src/Components/PageBuilder/EditorMenu/Editables/ComponentTopMenu.vue +0 -108
- package/src/Components/PageBuilder/EditorMenu/Editables/EditGetElement.vue +0 -541
- package/src/Components/PageBuilder/EditorMenu/Editables/HTMLEditor.vue +0 -203
- package/src/Components/PageBuilder/EditorMenu/Editables/ImageEditor.vue +0 -96
- package/src/Components/PageBuilder/EditorMenu/Editables/LinkEditor.vue +0 -315
- package/src/Components/PageBuilder/EditorMenu/Editables/ManageBackgroundOpacity.vue +0 -107
- package/src/Components/PageBuilder/EditorMenu/Editables/ManageOpacity.vue +0 -106
- package/src/Components/PageBuilder/EditorMenu/Editables/Margin.vue +0 -116
- package/src/Components/PageBuilder/EditorMenu/Editables/OpacityEditor.vue +0 -19
- package/src/Components/PageBuilder/EditorMenu/Editables/Padding.vue +0 -117
- package/src/Components/PageBuilder/EditorMenu/Editables/StyleEditor.vue +0 -123
- package/src/Components/PageBuilder/EditorMenu/Editables/TextColorEditor.vue +0 -123
- package/src/Components/PageBuilder/EditorMenu/Editables/Typography.vue +0 -237
- package/src/Components/PageBuilder/EditorMenu/EditorAccordion.vue +0 -46
- package/src/Components/PageBuilder/EditorMenu/RightSidebarEditor.vue +0 -368
- package/src/Components/PageBuilder/Settings/AdvancedPageBuilderSettings.vue +0 -476
- package/src/Components/PageBuilder/Settings/PageBuilderSettings.vue +0 -581
- package/src/Components/PageBuilder/ToolbarOption/ToolbarOption.vue +0 -248
- package/src/Components/PageBuilder/UndoRedo/UndoRedo.vue +0 -90
- package/src/Components/TipTap/TipTap.vue +0 -25
- package/src/Components/TipTap/TipTapInput.vue +0 -341
- package/src/PageBuilder/PageBuilder.vue +0 -1025
- package/src/PageBuilder/Preview.vue +0 -64
- package/src/composables/builderInstance.ts +0 -47
- package/src/composables/delay.ts +0 -5
- package/src/composables/extractCleanHTMLFromPageBuilder.ts +0 -59
- package/src/composables/preloadImage.ts +0 -8
- package/src/composables/useDebounce.ts +0 -8
- package/src/composables/usePageBuilderModal.ts +0 -25
- package/src/composables/useTranslations.ts +0 -28
- package/src/css/dev-global.css +0 -24
- package/src/css/style.css +0 -600
- package/src/helpers/isEmptyObject.ts +0 -5
- package/src/index.ts +0 -28
- package/src/locales/ar.json +0 -170
- package/src/locales/de.json +0 -171
- package/src/locales/en.json +0 -171
- package/src/locales/es.json +0 -171
- package/src/locales/fr.json +0 -171
- package/src/locales/hi.json +0 -172
- package/src/locales/ja.json +0 -171
- package/src/locales/pt.json +0 -171
- package/src/locales/ru.json +0 -171
- package/src/locales/zh-Hans.json +0 -171
- package/src/main.ts +0 -14
- package/src/plugin.ts +0 -16
- package/src/services/LocalStorageManager.ts +0 -25
- package/src/services/PageBuilderService.ts +0 -3191
- package/src/stores/page-builder-state.ts +0 -498
- package/src/stores/shared-store.ts +0 -13
- package/src/tailwind-safelist.html +0 -3
- package/src/tests/DefaultComponents/DefaultBuilderComponents.vue +0 -284
- package/src/tests/DefaultComponents/DefaultMediaLibraryComponent.vue +0 -10
- package/src/tests/PageBuilderTest.vue +0 -82
- package/src/tests/TestComponents/DemoBuilderComponentsTest.vue +0 -5
- package/src/tests/TestComponents/DemoMediaLibraryComponentTest.vue +0 -8
- package/src/tests/TestComponents/DemoUnsplash.vue +0 -389
- package/src/tests/componentsArray.test.json +0 -62
- package/src/tests/pageBuilderService.test.ts +0 -165
- package/src/types/global.d.ts +0 -11
- package/src/types/index.ts +0 -306
- package/src/utils/builder/html-doc-declaration-with-components.ts +0 -7
- package/src/utils/builder/tailwaind-colors.ts +0 -503
- package/src/utils/builder/tailwind-border-radius.ts +0 -67
- package/src/utils/builder/tailwind-border-style-width-color.ts +0 -272
- package/src/utils/builder/tailwind-font-sizes.ts +0 -75
- package/src/utils/builder/tailwind-font-styles.ts +0 -56
- package/src/utils/builder/tailwind-opacities.ts +0 -45
- package/src/utils/builder/tailwind-padding-margin.ts +0 -159
- package/src/utils/html-elements/component.ts +0 -485
- package/src/utils/html-elements/componentHelpers.ts +0 -98
- package/src/utils/html-elements/themes.ts +0 -85
|
@@ -1,485 +0,0 @@
|
|
|
1
|
-
interface ComponentData {
|
|
2
|
-
title: string
|
|
3
|
-
html_code: string
|
|
4
|
-
cover_image: string | null
|
|
5
|
-
category: string
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
interface Components {
|
|
9
|
-
components: {
|
|
10
|
-
data: ComponentData[]
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
// Generate placeholder image data URL from Single Image SVG
|
|
15
|
-
const getPlaceholderImageDataUrl = (): string => {
|
|
16
|
-
const singleImageSvg = `
|
|
17
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 150">
|
|
18
|
-
<defs>
|
|
19
|
-
<style>
|
|
20
|
-
.bg { fill: #384152; }
|
|
21
|
-
.fg { fill: #718096; }
|
|
22
|
-
</style>
|
|
23
|
-
</defs>
|
|
24
|
-
<rect class="bg" width="200" height="150"/>
|
|
25
|
-
<polygon class="fg" points="65 90.01 90 60.01 115 90.01"/>
|
|
26
|
-
<polygon class="fg" points="110 90.01 122.5 75.01 135 90.01"/>
|
|
27
|
-
<circle class="fg" cx="122.5" cy="64.15" r="4.16"/>
|
|
28
|
-
</svg>
|
|
29
|
-
`
|
|
30
|
-
|
|
31
|
-
// Convert SVG to data URL
|
|
32
|
-
const encodedSvg = encodeURIComponent(singleImageSvg.trim())
|
|
33
|
-
return `data:image/svg+xml,${encodedSvg}`
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
const component: Components[] = [
|
|
37
|
-
{
|
|
38
|
-
components: {
|
|
39
|
-
data: [
|
|
40
|
-
{
|
|
41
|
-
title: 'Single Image',
|
|
42
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-1"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div></div></div></div>\n</section>`,
|
|
43
|
-
category: 'Images',
|
|
44
|
-
cover_image: `
|
|
45
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="125.5201 272.4783 227.6296 170.7227" width="227.63px" height="170.723px">
|
|
46
|
-
<g transform="matrix(2.0564050674438477, 0, 0, 2.0564050674438477, -299.93572998046875, 191.27296447753906)" style="">
|
|
47
|
-
<rect class="bg" width="110.693" height="83.02" style="fill: rgb(56, 65, 82); stroke-width: 1;" x="206.893" y="39.489"/>
|
|
48
|
-
<polygon class="fg" points="242.868 89.308 256.705 72.703 270.543 89.308" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
49
|
-
<polygon class="fg" points="267.776 89.308 274.694 81.005 281.614 89.308" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
50
|
-
<circle class="fg" cx="274.694" cy="74.995" r="2.303" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
51
|
-
</g>
|
|
52
|
-
</svg>
|
|
53
|
-
`,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
title: 'Two Vertical Images',
|
|
57
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> </div> </div> </div>\n</section>`,
|
|
58
|
-
category: 'Images',
|
|
59
|
-
cover_image: `
|
|
60
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="77.1285 230.6534 251.166 229.0848" width="251.166px" height="229.085px">
|
|
61
|
-
<g transform="matrix(1.876052975654602, 0, 0, 1.876052975654602, 77.12846374511719, 230.65336608886716)" style="">
|
|
62
|
-
<rect class="cls-1" width="63.93" height="122.11" style="fill: rgb(56, 65, 82);"/>
|
|
63
|
-
<g>
|
|
64
|
-
<polygon class="cls-2" points="8.68 71.04 25.31 51.08 41.94 71.04 8.68 71.04" style="fill: rgb(113, 128, 150);"/>
|
|
65
|
-
<polygon class="cls-2" points="38.62 71.04 46.93 61.06 55.24 71.04 38.62 71.04" style="fill: rgb(113, 128, 150);"/>
|
|
66
|
-
<circle class="cls-2" cx="46.93" cy="53.84" r="2.77" style="fill: rgb(113, 128, 150);"/>
|
|
67
|
-
</g>
|
|
68
|
-
</g>
|
|
69
|
-
<g transform="matrix(1.876052975654602, 0, 0, 1.876052975654602, 77.12846374511719, 230.65336608886716)" style="">
|
|
70
|
-
<rect class="cls-1" x="69.95" width="63.93" height="122.11" style="fill: rgb(56, 65, 82);"/>
|
|
71
|
-
<g>
|
|
72
|
-
<polygon class="cls-2" points="78.64 71.04 95.27 51.08 111.89 71.04 78.64 71.04" style="fill: rgb(113, 128, 150);"/>
|
|
73
|
-
<polygon class="cls-2" points="108.57 71.04 116.88 61.06 125.2 71.04 108.57 71.04" style="fill: rgb(113, 128, 150);"/>
|
|
74
|
-
<circle class="cls-2" cx="116.88" cy="53.84" r="2.77" style="fill: rgb(113, 128, 150);"/>
|
|
75
|
-
</g>
|
|
76
|
-
</g>
|
|
77
|
-
</svg>
|
|
78
|
-
`,
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
title: 'Two Square Images',
|
|
82
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div></div> </div></div>\n</section>`,
|
|
83
|
-
category: 'Images',
|
|
84
|
-
cover_image: `
|
|
85
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120.18 57.68">
|
|
86
|
-
<defs>
|
|
87
|
-
<style>
|
|
88
|
-
.cls-1 {
|
|
89
|
-
fill: #384152;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.cls-2 {
|
|
93
|
-
fill: #718096;
|
|
94
|
-
}
|
|
95
|
-
</style>
|
|
96
|
-
</defs>
|
|
97
|
-
<g>
|
|
98
|
-
<rect class="cls-1" width="57.68" height="57.68"/>
|
|
99
|
-
<g>
|
|
100
|
-
<polygon class="cls-2" points="8.77 37.45 23.11 20.25 37.44 37.45 8.77 37.45"/>
|
|
101
|
-
<polygon class="cls-2" points="34.58 37.45 41.74 28.85 48.91 37.45 34.58 37.45"/>
|
|
102
|
-
<circle class="cls-2" cx="41.74" cy="22.62" r="2.39"/>
|
|
103
|
-
</g>
|
|
104
|
-
</g>
|
|
105
|
-
<g>
|
|
106
|
-
<rect class="cls-1" x="62.5" width="57.68" height="57.68"/>
|
|
107
|
-
<g>
|
|
108
|
-
<polygon class="cls-2" points="71.27 37.45 85.61 20.25 99.94 37.45 71.27 37.45"/>
|
|
109
|
-
<polygon class="cls-2" points="97.07 37.45 104.24 28.85 111.41 37.45 97.07 37.45"/>
|
|
110
|
-
<circle class="cls-2" cx="104.24" cy="22.62" r="2.39"/>
|
|
111
|
-
</g>
|
|
112
|
-
</g>
|
|
113
|
-
</svg>
|
|
114
|
-
`,
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
title: 'Three Square Images',
|
|
118
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div></div> </div></div>\n</section>`,
|
|
119
|
-
category: 'Images',
|
|
120
|
-
cover_image: `
|
|
121
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 53.92">
|
|
122
|
-
<defs>
|
|
123
|
-
<style>
|
|
124
|
-
.bg { fill: #384152; }
|
|
125
|
-
.fg { fill: #718096; }
|
|
126
|
-
</style>
|
|
127
|
-
</defs>
|
|
128
|
-
<rect class="bg" width="53.92" height="53.92"/>
|
|
129
|
-
<rect class="bg" x="62.15" width="53.92" height="53.92"/>
|
|
130
|
-
<rect class="bg" x="123.37" width="53.92" height="53.92"/>
|
|
131
|
-
<polygon class="fg" points="8.2 35 21.6 18.92 35 35"/>
|
|
132
|
-
<polygon class="fg" points="32.32 35 39.02 26.96 45.71 35"/>
|
|
133
|
-
<circle class="fg" cx="39.02" cy="21.15" r="2.23"/>
|
|
134
|
-
<polygon class="fg" points="70.36 35 83.75 18.92 97.15 35"/>
|
|
135
|
-
<polygon class="fg" points="94.47 35 101.17 26.96 107.87 35"/>
|
|
136
|
-
<circle class="fg" cx="101.17" cy="21.15" r="2.23"/>
|
|
137
|
-
<polygon class="fg" points="131.57 35 144.96 18.92 158.36 35"/>
|
|
138
|
-
<polygon class="fg" points="155.68 35 162.38 26.96 169.08 35"/>
|
|
139
|
-
<circle class="fg" cx="162.38" cy="21.15" r="2.23"/>
|
|
140
|
-
</svg>
|
|
141
|
-
`,
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
title: 'Four Square Images',
|
|
145
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"> <div class="mx-auto max-w-7xl"> <div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-4"> <div><img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div> <div><img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div> <div><img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div> <div><img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"></div> </div> </div> </div>\n</section>`,
|
|
146
|
-
category: 'Images',
|
|
147
|
-
cover_image: `
|
|
148
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190.34 42.55">
|
|
149
|
-
<defs>
|
|
150
|
-
<style>
|
|
151
|
-
.cls-1 {
|
|
152
|
-
fill: #394152;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.cls-2 {
|
|
156
|
-
fill: #718096;
|
|
157
|
-
}
|
|
158
|
-
</style>
|
|
159
|
-
</defs>
|
|
160
|
-
<rect class="cls-1" width="42.55" height="42.55"/>
|
|
161
|
-
<rect class="cls-1" x="49.05" width="42.55" height="42.55"/>
|
|
162
|
-
<rect class="cls-1" x="97.35" width="42.55" height="42.55"/>
|
|
163
|
-
<rect class="cls-1" x="147.79" width="42.55" height="42.55"/>
|
|
164
|
-
<polygon class="cls-2" points="6.47 27.62 17.04 14.93 27.62 27.62 6.47 27.62"/>
|
|
165
|
-
<polygon class="cls-2" points="25.5 27.62 30.79 21.28 36.07 27.62 25.5 27.62"/>
|
|
166
|
-
<circle class="cls-2" cx="30.79" cy="16.69" r="1.76"/>
|
|
167
|
-
<polygon class="cls-2" points="55.52 27.62 66.09 14.93 76.66 27.62 55.52 27.62"/>
|
|
168
|
-
<polygon class="cls-2" points="74.55 27.62 79.83 21.28 85.12 27.62 74.55 27.62"/>
|
|
169
|
-
<circle class="cls-2" cx="79.83" cy="16.69" r="1.76"/>
|
|
170
|
-
<polygon class="cls-2" points="103.82 27.62 114.39 14.93 124.97 27.62 103.82 27.62"/>
|
|
171
|
-
<polygon class="cls-2" points="122.85 27.62 128.14 21.28 133.42 27.62 122.85 27.62"/>
|
|
172
|
-
<circle class="cls-2" cx="128.14" cy="16.69" r="1.76"/>
|
|
173
|
-
<polygon class="cls-2" points="154.26 27.62 164.83 14.93 175.4 27.62 154.26 27.62"/>
|
|
174
|
-
<polygon class="cls-2" points="173.29 27.62 178.57 21.28 183.86 27.62 173.29 27.62"/>
|
|
175
|
-
<circle class="cls-2" cx="178.57" cy="16.69" r="1.76"/>
|
|
176
|
-
</svg>
|
|
177
|
-
`,
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
title: 'Six Square Images Grid',
|
|
181
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2">\n<div class="mx-auto max-w-7xl">\n<div class="grid grid-cols-2 md:grid-cols-3 myPrimaryGap">\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="image">\n</div>\n\n</div>\n</div>\n</div>\n</section>`,
|
|
182
|
-
category: 'Images',
|
|
183
|
-
cover_image: `
|
|
184
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 120.27">
|
|
185
|
-
<defs>
|
|
186
|
-
<style>
|
|
187
|
-
.bg { fill: #384152; }
|
|
188
|
-
.fg { fill: #718096; }
|
|
189
|
-
</style>
|
|
190
|
-
</defs>
|
|
191
|
-
<rect class="bg" width="53.92" height="53.92"/>
|
|
192
|
-
<rect class="bg" x="62.15" width="53.92" height="53.92"/>
|
|
193
|
-
<rect class="bg" x="123.37" width="53.92" height="53.92"/>
|
|
194
|
-
<rect class="bg" y="66.35" width="53.92" height="53.92"/>
|
|
195
|
-
<rect class="bg" x="62.15" y="66.35" width="53.92" height="53.92"/>
|
|
196
|
-
<rect class="bg" x="123.37" y="66.35" width="53.92" height="53.92"/>
|
|
197
|
-
<polygon class="fg" points="8.2 35 21.6 18.92 35 35"/>
|
|
198
|
-
<polygon class="fg" points="32.32 35 39.02 26.96 45.71 35"/>
|
|
199
|
-
<circle class="fg" cx="39.02" cy="21.15" r="2.23"/>
|
|
200
|
-
<polygon class="fg" points="70.36 35 83.75 18.92 97.15 35"/>
|
|
201
|
-
<polygon class="fg" points="94.47 35 101.17 26.96 107.87 35"/>
|
|
202
|
-
<circle class="fg" cx="101.17" cy="21.15" r="2.23"/>
|
|
203
|
-
<polygon class="fg" points="131.57 35 144.96 18.92 158.36 35"/>
|
|
204
|
-
<polygon class="fg" points="155.68 35 162.38 26.96 169.08 35"/>
|
|
205
|
-
<circle class="fg" cx="162.38" cy="21.15" r="2.23"/>
|
|
206
|
-
<polygon class="fg" points="8.2 101.35 21.6 85.28 35 101.35"/>
|
|
207
|
-
<polygon class="fg" points="32.32 101.35 39.02 93.32 45.71 101.35"/>
|
|
208
|
-
<circle class="fg" cx="39.02" cy="87.5" r="2.23"/>
|
|
209
|
-
<polygon class="fg" points="70.36 101.35 83.75 85.28 97.15 101.35"/>
|
|
210
|
-
<polygon class="fg" points="94.47 101.35 101.17 93.32 107.87 101.35"/>
|
|
211
|
-
<circle class="fg" cx="101.17" cy="87.5" r="2.23"/>
|
|
212
|
-
<polygon class="fg" points="131.57 101.35 144.96 85.28 158.36 101.35"/>
|
|
213
|
-
<polygon class="fg" points="155.68 101.35 162.38 93.32 169.08 101.35"/>
|
|
214
|
-
<circle class="fg" cx="162.38" cy="87.5" r="2.23"/>
|
|
215
|
-
</svg>
|
|
216
|
-
`,
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
title: 'Two Square Images With Text',
|
|
220
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl">\n<div class="myPrimaryGap lg:flex lg:justify-center"><div class="flex-1 py-2">\n<div class="grid myPrimaryGap grid-cols-1 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> </div> </div>\n\n<div class="flex-1 py-2"> <div class="break-words py-2"><p>Start customizing by editing this default text directly in the editor.</p></div></div> \n</div></div></div>\n</section>`,
|
|
221
|
-
category: 'Images & Text',
|
|
222
|
-
cover_image: `
|
|
223
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 179.99 53.92">
|
|
224
|
-
<defs>
|
|
225
|
-
<style>
|
|
226
|
-
.bg { fill: #384152; }
|
|
227
|
-
.fg { fill: #718096; }
|
|
228
|
-
</style>
|
|
229
|
-
</defs>
|
|
230
|
-
<rect class="bg" width="53.92" height="53.92"/>
|
|
231
|
-
<rect class="bg" x="62.15" width="53.92" height="53.92"/>
|
|
232
|
-
<polygon class="fg" points="8.2 35 21.6 18.92 35 35"/>
|
|
233
|
-
<polygon class="fg" points="32.32 35 39.02 26.96 45.71 35"/>
|
|
234
|
-
<circle class="fg" cx="39.02" cy="21.15" r="2.23"/>
|
|
235
|
-
<polygon class="fg" points="70.36 35 83.75 18.92 97.15 35"/>
|
|
236
|
-
<polygon class="fg" points="94.47 35 101.17 26.96 107.87 35"/>
|
|
237
|
-
<circle class="fg" cx="101.17" cy="21.15" r="2.23"/>
|
|
238
|
-
<rect class="bg" x="126.07" width="53.92" height="2.93"/>
|
|
239
|
-
<rect class="bg" x="126.07" y="4" width="53.92" height="2.93"/>
|
|
240
|
-
<rect class="bg" x="126.07" y="7.99" width="53.92" height="2.93"/>
|
|
241
|
-
<rect class="bg" x="126.07" y="11.99" width="53.92" height="2.93"/>
|
|
242
|
-
<rect class="bg" x="126.07" y="15.99" width="53.92" height="2.93"/>
|
|
243
|
-
</svg>
|
|
244
|
-
`,
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
title: 'Three Vertical Images',
|
|
248
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${getPlaceholderImageDataUrl()}" alt="provider"></div></div> </div></div>\n</section>`,
|
|
249
|
-
category: 'Images',
|
|
250
|
-
cover_image: `
|
|
251
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 179.84 110.72">
|
|
252
|
-
<defs>
|
|
253
|
-
<style>
|
|
254
|
-
.bg { fill: #384152; }
|
|
255
|
-
.fg { fill: #718096; }
|
|
256
|
-
</style>
|
|
257
|
-
</defs>
|
|
258
|
-
<rect class="bg" width="54.28" height="110.72"/>
|
|
259
|
-
<rect class="bg" x="62.79" width="54.28" height="110.72"/>
|
|
260
|
-
<rect class="bg" x="125.56" width="54.28" height="110.72"/>
|
|
261
|
-
<polygon class="fg" points="7.37 63.83 21.49 46.89 35.61 63.83"/>
|
|
262
|
-
<polygon class="fg" points="32.79 63.83 39.85 55.36 46.91 63.83"/>
|
|
263
|
-
<circle class="fg" cx="39.85" cy="49.23" r="2.35"/>
|
|
264
|
-
<polygon class="fg" points="70.17 63.83 84.29 46.89 98.4 63.83"/>
|
|
265
|
-
<polygon class="fg" points="95.58 63.83 102.64 55.36 109.7 63.83"/>
|
|
266
|
-
<circle class="fg" cx="102.64" cy="49.23" r="2.35"/>
|
|
267
|
-
<polygon class="fg" points="132.94 63.83 147.06 46.89 161.18 63.83"/>
|
|
268
|
-
<polygon class="fg" points="158.35 63.83 165.41 55.36 172.47 63.83"/>
|
|
269
|
-
<circle class="fg" cx="165.41" cy="49.23" r="2.35"/>
|
|
270
|
-
</svg>
|
|
271
|
-
`,
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
title: 'Four Square Images With Text',
|
|
275
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-4"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"><div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> </div> </div> </div>\n</section>`,
|
|
276
|
-
category: 'Images & Text',
|
|
277
|
-
cover_image: `
|
|
278
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190.33 55.9">
|
|
279
|
-
<defs>
|
|
280
|
-
<style>
|
|
281
|
-
.bg { fill: #384152; }
|
|
282
|
-
.fg { fill: #718096; }
|
|
283
|
-
</style>
|
|
284
|
-
</defs>
|
|
285
|
-
<rect class="bg" width="42.55" height="42.55"/>
|
|
286
|
-
<rect class="bg" x="49.05" width="42.55" height="42.55"/>
|
|
287
|
-
<rect class="bg" x="97.35" width="42.55" height="42.55"/>
|
|
288
|
-
<rect class="bg" x="147.79" width="42.55" height="42.55"/>
|
|
289
|
-
<polygon class="fg" points="6.47 27.62 17.04 14.93 27.62 27.62"/>
|
|
290
|
-
<polygon class="fg" points="25.5 27.62 30.79 21.28 36.07 27.62"/>
|
|
291
|
-
<circle class="fg" cx="30.79" cy="16.69" r="1.76"/>
|
|
292
|
-
<polygon class="fg" points="55.52 27.62 66.09 14.93 76.66 27.62"/>
|
|
293
|
-
<polygon class="fg" points="74.55 27.62 79.83 21.28 85.12 27.62"/>
|
|
294
|
-
<circle class="fg" cx="79.83" cy="16.69" r="1.76"/>
|
|
295
|
-
<polygon class="fg" points="103.82 27.62 114.39 14.93 124.97 27.62"/>
|
|
296
|
-
<polygon class="fg" points="122.85 27.62 128.14 21.28 133.42 27.62"/>
|
|
297
|
-
<circle class="fg" cx="128.14" cy="16.69" r="1.76"/>
|
|
298
|
-
<polygon class="fg" points="154.26 27.62 164.83 14.93 175.4 27.62"/>
|
|
299
|
-
<polygon class="fg" points="173.29 27.62 178.57 21.28 183.86 27.62"/>
|
|
300
|
-
<circle class="fg" cx="178.57" cy="16.69" r="1.76"/>
|
|
301
|
-
<rect class="bg" y="47.28" width="42.55" height="2.31"/>
|
|
302
|
-
<rect class="bg" y="50.43" width="42.55" height="2.31"/>
|
|
303
|
-
<rect class="bg" y="53.59" width="42.55" height="2.31"/>
|
|
304
|
-
<rect class="bg" x="49.05" y="47.28" width="42.55" height="2.31"/>
|
|
305
|
-
<rect class="bg" x="49.05" y="50.43" width="42.55" height="2.31"/>
|
|
306
|
-
<rect class="bg" x="49.05" y="53.59" width="42.55" height="2.31"/>
|
|
307
|
-
<rect class="bg" x="97.35" y="47.28" width="42.55" height="2.31"/>
|
|
308
|
-
<rect class="bg" x="97.35" y="50.43" width="42.55" height="2.31"/>
|
|
309
|
-
<rect class="bg" x="97.35" y="53.59" width="42.55" height="2.31"/>
|
|
310
|
-
<rect class="bg" x="147.79" y="47.28" width="42.55" height="2.31"/>
|
|
311
|
-
<rect class="bg" x="147.79" y="50.43" width="42.55" height="2.31"/>
|
|
312
|
-
<rect class="bg" x="147.79" y="53.59" width="42.55" height="2.31"/>
|
|
313
|
-
</svg>
|
|
314
|
-
`,
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
title: 'Three Square Images With Text',
|
|
318
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> </div> </div> </div>\n</section>`,
|
|
319
|
-
category: 'Images & Text',
|
|
320
|
-
cover_image: `
|
|
321
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 70.84">
|
|
322
|
-
<defs>
|
|
323
|
-
<style>
|
|
324
|
-
.bg { fill: #384152; }
|
|
325
|
-
.fg { fill: #718096; }
|
|
326
|
-
</style>
|
|
327
|
-
</defs>
|
|
328
|
-
<rect class="bg" width="53.92" height="53.92"/>
|
|
329
|
-
<rect class="bg" x="62.15" width="53.92" height="53.92"/>
|
|
330
|
-
<rect class="bg" x="123.37" width="53.92" height="53.92"/>
|
|
331
|
-
<polygon class="fg" points="8.2 35 21.6 18.92 35 35"/>
|
|
332
|
-
<polygon class="fg" points="32.32 35 39.02 26.96 45.71 35"/>
|
|
333
|
-
<circle class="fg" cx="39.02" cy="21.15" r="2.23"/>
|
|
334
|
-
<polygon class="fg" points="70.36 35 83.75 18.92 97.15 35"/>
|
|
335
|
-
<polygon class="fg" points="94.47 35 101.17 26.96 107.87 35"/>
|
|
336
|
-
<circle class="fg" cx="101.17" cy="21.15" r="2.23"/>
|
|
337
|
-
<polygon class="fg" points="131.57 35 144.96 18.92 158.36 35"/>
|
|
338
|
-
<polygon class="fg" points="155.68 35 162.38 26.96 169.08 35"/>
|
|
339
|
-
<circle class="fg" cx="162.38" cy="21.15" r="2.23"/>
|
|
340
|
-
<rect class="bg" y="59.92" width="53.92" height="2.93"/>
|
|
341
|
-
<rect class="bg" y="63.91" width="53.92" height="2.93"/>
|
|
342
|
-
<rect class="bg" y="67.91" width="53.92" height="2.93"/>
|
|
343
|
-
<rect class="bg" x="62.15" y="59.92" width="53.92" height="2.93"/>
|
|
344
|
-
<rect class="bg" x="62.15" y="63.91" width="53.92" height="2.93"/>
|
|
345
|
-
<rect class="bg" x="62.15" y="67.91" width="53.92" height="2.93"/>
|
|
346
|
-
<rect class="bg" x="123.37" y="59.92" width="53.92" height="2.93"/>
|
|
347
|
-
<rect class="bg" x="123.37" y="63.91" width="53.92" height="2.93"/>
|
|
348
|
-
<rect class="bg" x="123.37" y="67.91" width="53.92" height="2.93"/>
|
|
349
|
-
</svg>
|
|
350
|
-
`,
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
title: 'Stats Split with image',
|
|
354
|
-
html_code: `<section> <div class="md:pbx-pt-12 md:pbx-pb-12 pbx-pt-4 pbx-pb-4 lg:pbx-px-4 pbx-px-2"><div class="pbx-mx-auto pbx-max-w-7xl"><div class="pbx-myPrimaryGap pbx-grid pbx-grid-cols-1 sm:pbx-grid-cols-2 lg:pbx-grid-cols-2"> <div class="pbx-flex-1 pbx-py-2"> <img class="pbx-object-cover pbx-w-full pbx-object-top pbx-aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> </div> <div> <div class=""> <p class="pbx-font-semibold">Our track record</p> </div> <div class="pbx-font-medium pbx-text-2xl lg:pbx-text-4xl"><p>Trusted by thousands of creators worldwide</p></div> <div><p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.</p></div> <div class="pbx-mt-16 pbx-grid pbx-max-w-xl pbx-grid-cols-1 pbx-gap-8 sm:pbx-mt-20 sm:pbx-grid-cols-2 xl:pbx-mt-16"> <div class="pbx-flex pbx-flex-col pbx-gap-y-3 pbx-border-l pbx-border-gray-900/10 pbx-pl-6"> <div><p>Creators on the platform</p></div> <div class="pbx-font-medium pbx-text-lg lg:pbx-text-2xl"><p>8,000+</p></div> </div> <div class="pbx-flex pbx-flex-col pbx-gap-y-3 pbx-border-l pbx-border-gray-900/10 pbx-pl-6"> <div> <p class="pbx-text-sm/6 pbx-text-gray-600">Flat platform fee</p> </div> <div class="pbx-font-medium pbx-text-lg lg:pbx-text-2xl"><p>3%</p></div> </div> <div class="pbx-flex pbx-flex-col pbx-gap-y-3 pbx-border-l pbx-border-gray-900/10 pbx-pl-6"> <div> <p class="pbx-text-sm/6 pbx-text-gray-600">Uptime guarantee</p> </div> <div class="pbx-text-lg lg:pbx-text-2xl pbx-font-medium"><p>99.9%</p></div> </div> <div class="pbx-flex pbx-flex-col pbx-gap-y-3 pbx-border-l pbx-border-gray-900/10 pbx-pl-6"> <div> <p class="pbx-text-sm/6 pbx-text-gray-600">Paid out to creators</p> </div> <div class="pbx-text-lg lg:pbx-text-2xl pbx-font-medium"><p>$70M</p></div> </div> </div> </div></div> </div></div> </section>`,
|
|
355
|
-
category: 'Marketing',
|
|
356
|
-
cover_image: `
|
|
357
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="103.953 200.017 225.995 103.408" width="225.995px" height="103.408px">
|
|
358
|
-
<rect class="bg" x="103.953" width="103.408" height="103.408" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
359
|
-
<polygon class="fg" points="119.698 267.14 145.377 236.302 171.076 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
360
|
-
<polygon class="fg" points="165.937 267.14 178.786 251.721 191.636 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
361
|
-
<circle class="fg" cx="178.786" cy="240.579" r="4.277" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
362
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
363
|
-
<rect class="bg" x="226.54" y="207.688" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
364
|
-
<rect class="bg" x="226.54" y="223.011" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
365
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="230.62"/>
|
|
366
|
-
<rect class="bg" x="226.54" y="238.291" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
367
|
-
<rect class="bg" x="226.54" y="215.499" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
368
|
-
</svg>
|
|
369
|
-
`,
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
title: 'Stats Stepped',
|
|
373
|
-
html_code: `<section><div class="pbx-relative pbx-py-4 pbx-bg-slate-200"><div class="pbx-mx-auto pbx-max-w-7xl pbx-px-6 lg:pbx-px-8 pbx-pt-12"> <div class="pbx-mx-auto pbx-max-w-2xl lg:pbx-mx-0"><div class="pbx-text-2xl lg:pbx-text-4xl pbx-font-medium"><h2>We approach work as a place to make the world better</h2></div><div><p>Diam nunc lacus lacus aliquam turpis enim. Eget hac velit est euismod lacus. Est non placerat nam arcu. Cras purus nibh cursus sit eu in id. Integer vel nibh.</p></div> </div> <div class="pbx-mx-auto pbx-mt-16 pbx-flex pbx-max-w-2xl pbx-flex-col pbx-gap-8 lg:pbx-mx-0 lg:pbx-mt-20 lg:pbx-max-w-none lg:pbx-flex-row lg:pbx-items-end pbx-pb-20"> <div class="pbx-flex pbx-flex-col-reverse pbx-justify-between pbx-gap-x-16 pbx-gap-y-8 pbx-rounded-2xl pbx-bg-gray-50 pbx-p-8 sm:pbx-w-3/4 sm:pbx-max-w-md sm:pbx-flex-row-reverse sm:pbx-items-end lg:pbx-w-72 lg:pbx-max-w-none lg:pbx-flex-none lg:pbx-flex-col lg:pbx-items-start"><div class="pbx-text-lg lg:pbx-text-2xl"><p>250k</p></div><div><p>Users on the platform</p><p>Vel labore deleniti veniam consequuntur sunt nobis.</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-justify-between pbx-gap-x-16 pbx-gap-y-8 pbx-rounded-2xl pbx-bg-gray-900 pbx-p-8 sm:pbx-flex-row-reverse sm:pbx-items-end lg:pbx-w-full lg:pbx-max-w-sm lg:pbx-flex-auto lg:pbx-flex-col lg:pbx-items-start lg:pbx-gap-y-44"><div class="pbx-text-white pbx-text-lg lg:pbx-text-2xl"><p>$8.9 billion</p></div><div class="sm:pbx-w-80 sm:pbx-shrink lg:pbx-w-auto lg:pbx-flex-none pbx-text-white"><p>We’re that our customers have made over $8 billion in total revenue.</p><p>Eu duis porta aliquam ornare. Elementum eget magna egestas.</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-justify-between pbx-gap-x-16 pbx-gap-y-8 pbx-rounded-2xl pbx-bg-indigo-600 pbx-p-8 sm:pbx-w-11/12 sm:pbx-max-w-xl sm:pbx-flex-row-reverse sm:pbx-items-end lg:pbx-w-full lg:pbx-max-w-none lg:pbx-flex-auto lg:pbx-flex-col lg:pbx-items-start lg:pbx-gap-y-28"><div class="pbx-text-white pbx-text-lg lg:pbx-text-2xl"><p>401k</p></div><div class="sm:pbx-w-80 sm:pbx-shrink lg:pbx-w-auto lg:pbx-flex-none pbx-text-white"><p>Transactions this year</p><p>Eu duis porta aliquam ornare. Elementum eget magna egestas. Eu duis porta aliquam ornare.</p></div> </div> </div> </div></div></section>`,
|
|
374
|
-
category: 'Marketing',
|
|
375
|
-
cover_image: `
|
|
376
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="103.953 200.017 225.995 103.408" width="225.995px" height="103.408px">
|
|
377
|
-
<rect class="bg" x="103.953" width="103.408" height="103.408" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
378
|
-
<polygon class="fg" points="119.698 267.14 145.377 236.302 171.076 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
379
|
-
<polygon class="fg" points="165.937 267.14 178.786 251.721 191.636 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
380
|
-
<circle class="fg" cx="178.786" cy="240.579" r="4.277" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
381
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
382
|
-
<rect class="bg" x="226.54" y="207.688" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
383
|
-
<rect class="bg" x="226.54" y="223.011" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
384
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="230.62"/>
|
|
385
|
-
<rect class="bg" x="226.54" y="238.291" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
386
|
-
<rect class="bg" x="226.54" y="215.499" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
387
|
-
</svg>
|
|
388
|
-
`,
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
title: 'Stats With two column',
|
|
392
|
-
html_code: `<section><div class="pbx-relative pbx-py-4 pbx-bg-gray-900"><div class="pbx-py-24 sm:pbx-py-32"> <div class="pbx-mx-auto pbx-max-w-7xl pbx-px-6 lg:pbx-px-8"> <div class="pbx-mx-auto pbx-max-w-2xl lg:pbx-mx-0 lg:pbx-max-w-none"> <div class="pbx-text-base/7 pbx-font-semibold pbx-text-indigo-400"> <p>Deploy faster</p> </div> <div class="pbx-mt-2 pbx-text-pretty pbx-font-semibold pbx-tracking-tight pbx-text-white pbx-text-2xl lg:pbx-text-4xl pbx-font-medium"><h1>A better workflow</h1></div> <div class="pbx-mt-10 pbx-grid pbx-max-w-xl pbx-grid-cols-1 pbx-gap-8 pbx-text-base/7 pbx-text-gray-300 lg:pbx-max-w-none lg:pbx-grid-cols-2"> <div> <div><p>Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget risus enim. Mattis mauris semper sed amet vitae sed turpis id. Id dolor praesent donec est. Odio penatibus risus viverra tellus varius sit neque erat velit. Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget risus enim. Mattis mauris semper sed amet vitae sed turpis id.</p></div> <div class="pbx-mt-8"><p>Et vitae blandit facilisi magna lacus commodo. Vitae sapien duis odio id et. Id blandit molestie auctor fermentum dignissim. Lacus diam tincidunt ac cursus in vel. Mauris varius vulputate et ultrices hac adipiscing egestas.</p></div> </div> <div> <div><p>Erat pellentesque dictumst ligula porttitor risus eget et eget. Ultricies tellus felis id dignissim eget. Est augue maecenas risus nulla ultrices congue nunc tortor. Enim et nesciunt doloremque nesciunt voluptate.</p></div> <div class="pbx-mt-8"><p>Et vitae blandit facilisi magna lacus commodo. Vitae sapien duis odio id et. Id blandit molestie auctor fermentum dignissim. Lacus diam tincidunt ac cursus in vel. Mauris varius vulputate et ultrices hac adipiscing egestas. Iaculis convallis ac tempor et ut. Ac lorem vel integer orci.</p></div> </div> </div> <div class="pbx-mt-16 pbx-grid pbx-grid-cols-1 pbx-gap-x-8 pbx-gap-y-12 sm:pbx-mt-20 sm:pbx-grid-cols-2 sm:pbx-gap-y-16 lg:pbx-mt-28 lg:pbx-grid-cols-4"> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"><p>Founded</p></div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>2021</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"><p>Employees</p></div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>37</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"> <p>Countries</p> </div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>12</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"> <p>Raised</p> </div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>$25M</p></div> </div> </div> </div> </div> </div></div></section>`,
|
|
393
|
-
category: 'Marketing',
|
|
394
|
-
cover_image: `
|
|
395
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="103.953 200.017 225.995 103.408" width="225.995px" height="103.408px">
|
|
396
|
-
<rect class="bg" x="103.953" width="103.408" height="103.408" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
397
|
-
<polygon class="fg" points="119.698 267.14 145.377 236.302 171.076 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
398
|
-
<polygon class="fg" points="165.937 267.14 178.786 251.721 191.636 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
399
|
-
<circle class="fg" cx="178.786" cy="240.579" r="4.277" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
400
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
401
|
-
<rect class="bg" x="226.54" y="207.688" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
402
|
-
<rect class="bg" x="226.54" y="223.011" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
403
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="230.62"/>
|
|
404
|
-
<rect class="bg" x="226.54" y="238.291" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
405
|
-
<rect class="bg" x="226.54" y="215.499" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
406
|
-
</svg>
|
|
407
|
-
`,
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
title: 'Timeline Simple',
|
|
411
|
-
html_code: `<section><div class="pbx-bg-white pbx-py-24 sm:pbx-py-32"> <div class="pbx-mx-auto pbx-max-w-7xl pbx-px-6 lg:pbx-px-8"> <div class="pbx-mx-auto pbx-grid pbx-max-w-2xl pbx-grid-cols-1 pbx-gap-8 pbx-overflow-hidden lg:pbx-mx-0 lg:pbx-max-w-none lg:pbx-grid-cols-4"> <div> <div class="pbx-flex pbx-items-center pbx-text-sm/6 pbx-font-semibold pbx-text-indigo-600"> <div class="pbx-text-black"><p>Aug 2021</p></div> </div> <div class="pbx-mt-6 pbx-text-lg/8 pbx-font-semibold pbx-tracking-tight pbx-text-black"><p>Founded company</p></div> <div class="pbx-mt-1 pbx-text-base/7 pbx-text-black"><p>Nihil aut nam. Dignissimos a pariatur et quos omnis. Aspernatur asperiores et dolorem dolorem optio voluptate repudiandae.</p></div> </div> <div> <div class="pbx-flex pbx-items-center pbx-text-sm/6 pbx-font-semibold pbx-text-indigo-600"> <div class="pbx-text-black"><p>Dec 2021</p></div> </div> <div class="pbx-mt-6 pbx-text-lg/8 pbx-font-semibold pbx-tracking-tight pbx-text-black"><p>Secured $65m in funding</p></div> <div class="pbx-mt-1 pbx-text-base/7 pbx-text-black"> <p>Provident quia ut esse. Vero vel eos repudiandae aspernatur. Cumque minima impedit sapiente a architecto nihil.</p> </div> </div> <div> <div class="pbx-flex pbx-items-center pbx-text-sm/6 pbx-font-semibold pbx-text-indigo-600"> <div class="pbx-text-black"><p>Feb 2022</p></div> </div> <div class="pbx-mt-6 pbx-text-lg/8 pbx-font-semibold pbx-tracking-tight pbx-text-black"><p>Released beta</p></div> <div class="pbx-mt-1 pbx-text-base/7 pbx-text-black"> <p>Sunt perspiciatis incidunt. Non necessitatibus aliquid. Consequatur ut officiis earum eum quia facilis. Hic deleniti dolorem quia et.</p> </div> </div> <div> <div class="pbx-flex pbx-items-center pbx-text-sm/6 pbx-font-semibold pbx-text-indigo-600"> <div class="pbx-text-black"><p>Dec 2022</p></div> </div> <div class="pbx-mt-6 pbx-text-lg/8 pbx-font-semibold pbx-tracking-tight pbx-text-black"> <p>Global launch of product</p> </div> <div class="pbx-mt-1 pbx-text-base/7 pbx-text-black"><p>Ut ipsa sint distinctio quod itaque nam qui. Possimus aut unde id architecto voluptatem hic aut pariatur velit.</p></div> </div> </div> </div> </div></section>`,
|
|
412
|
-
category: 'Marketing',
|
|
413
|
-
cover_image: `
|
|
414
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="103.953 200.017 225.995 103.408" width="225.995px" height="103.408px">
|
|
415
|
-
<rect class="bg" x="103.953" width="103.408" height="103.408" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
416
|
-
<polygon class="fg" points="119.698 267.14 145.377 236.302 171.076 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
417
|
-
<polygon class="fg" points="165.937 267.14 178.786 251.721 191.636 267.14" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
418
|
-
<circle class="fg" cx="178.786" cy="240.579" r="4.277" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
419
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="200.017"/>
|
|
420
|
-
<rect class="bg" x="226.54" y="207.688" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
421
|
-
<rect class="bg" x="226.54" y="223.011" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
422
|
-
<rect class="bg" x="226.54" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;" y="230.62"/>
|
|
423
|
-
<rect class="bg" x="226.54" y="238.291" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
424
|
-
<rect class="bg" x="226.54" y="215.499" width="103.408" height="5.619" style="fill: rgb(56, 65, 82); stroke-width: 1;"/>
|
|
425
|
-
</svg>
|
|
426
|
-
`,
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
title: 'Show Single Product',
|
|
430
|
-
html_code: `<section> <div class="md:pbx-pt-12 md:pbx-pb-12 pbx-pt-4 pbx-pb-4 lg:pbx-px-4 pbx-px-2"><div class="pbx-mx-auto pbx-max-w-7xl"><div class="pbx-myPrimaryGap"> <div class="pbx-flex-1 pbx-py-2"> <img class="pbx-object-cover pbx-w-full pbx-object-top pbx-aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="pbx-break-words pbx-py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> </div> </div> </div> </section>`,
|
|
431
|
-
category: 'Products',
|
|
432
|
-
cover_image: `
|
|
433
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="122.319 300.3 122.364 160.763" width="122.364px" height="160.763px">
|
|
434
|
-
<rect class="bg" width="122.364" height="122.364" style="fill: rgb(56, 65, 82); stroke-width: 1;" x="122.319" y="300.3"/>
|
|
435
|
-
<polygon class="fg" points="140.928 379.728 171.337 343.237 201.747 379.728" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
436
|
-
<polygon class="fg" points="195.665 379.728 210.87 361.483 226.052 379.728" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
437
|
-
<circle class="fg" cx="210.87" cy="348.297" r="5.061" style="fill: rgb(113, 128, 150); stroke-width: 1;"/>
|
|
438
|
-
<rect class="bg" y="436.28" width="122.364" height="6.65" style="fill: rgb(56, 65, 82); stroke-width: 1;" x="122.319"/>
|
|
439
|
-
<rect class="bg" y="445.335" width="122.364" height="6.65" style="fill: rgb(56, 65, 82); stroke-width: 1;" x="122.319"/>
|
|
440
|
-
<rect class="bg" y="454.413" width="122.364" height="6.65" style="fill: rgb(56, 65, 82); stroke-width: 1;" x="122.319"/>
|
|
441
|
-
</svg>
|
|
442
|
-
`,
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
title: 'Show Multiple Products',
|
|
446
|
-
html_code: `<section>\n<div class="md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${getPlaceholderImageDataUrl()}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> </div> </div> </div>\n</section>`,
|
|
447
|
-
category: 'Products',
|
|
448
|
-
cover_image: `
|
|
449
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 70.84">
|
|
450
|
-
<defs>
|
|
451
|
-
<style>
|
|
452
|
-
.bg { fill: #384152; }
|
|
453
|
-
.fg { fill: #718096; }
|
|
454
|
-
</style>
|
|
455
|
-
</defs>
|
|
456
|
-
<rect class="bg" width="53.92" height="53.92"/>
|
|
457
|
-
<rect class="bg" x="62.15" width="53.92" height="53.92"/>
|
|
458
|
-
<rect class="bg" x="123.37" width="53.92" height="53.92"/>
|
|
459
|
-
<polygon class="fg" points="8.2 35 21.6 18.92 35 35"/>
|
|
460
|
-
<polygon class="fg" points="32.32 35 39.02 26.96 45.71 35"/>
|
|
461
|
-
<circle class="fg" cx="39.02" cy="21.15" r="2.23"/>
|
|
462
|
-
<polygon class="fg" points="70.36 35 83.75 18.92 97.15 35"/>
|
|
463
|
-
<polygon class="fg" points="94.47 35 101.17 26.96 107.87 35"/>
|
|
464
|
-
<circle class="fg" cx="101.17" cy="21.15" r="2.23"/>
|
|
465
|
-
<polygon class="fg" points="131.57 35 144.96 18.92 158.36 35"/>
|
|
466
|
-
<polygon class="fg" points="155.68 35 162.38 26.96 169.08 35"/>
|
|
467
|
-
<circle class="fg" cx="162.38" cy="21.15" r="2.23"/>
|
|
468
|
-
<rect class="bg" y="59.92" width="53.92" height="2.93"/>
|
|
469
|
-
<rect class="bg" y="63.91" width="53.92" height="2.93"/>
|
|
470
|
-
<rect class="bg" y="67.91" width="53.92" height="2.93"/>
|
|
471
|
-
<rect class="bg" x="62.15" y="59.92" width="53.92" height="2.93"/>
|
|
472
|
-
<rect class="bg" x="62.15" y="63.91" width="53.92" height="2.93"/>
|
|
473
|
-
<rect class="bg" x="62.15" y="67.91" width="53.92" height="2.93"/>
|
|
474
|
-
<rect class="bg" x="123.37" y="59.92" width="53.92" height="2.93"/>
|
|
475
|
-
<rect class="bg" x="123.37" y="63.91" width="53.92" height="2.93"/>
|
|
476
|
-
<rect class="bg" x="123.37" y="67.91" width="53.92" height="2.93"/>
|
|
477
|
-
</svg>
|
|
478
|
-
`,
|
|
479
|
-
},
|
|
480
|
-
],
|
|
481
|
-
},
|
|
482
|
-
},
|
|
483
|
-
]
|
|
484
|
-
|
|
485
|
-
export default component
|