bridgetown_theme_single_page_opt_in 0.1.28 → 0.1.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/components/bridgetown_theme_single_page_opt_in/3_anchor_banner.liquid +14 -0
- data/components/bridgetown_theme_single_page_opt_in/3_anchor_banner_text.liquid +3 -0
- data/components/bridgetown_theme_single_page_opt_in/3_anchor_text.liquid +24 -0
- data/components/bridgetown_theme_single_page_opt_in/4_vehicle_text.liquid +29 -0
- data/components/bridgetown_theme_single_page_opt_in/5_bonus_offer.liquid +29 -0
- data/components/bridgetown_theme_single_page_opt_in/6_cta_button.liquid +12 -0
- data/components/bridgetown_theme_single_page_opt_in/7_testimonials.liquid +21 -0
- data/layouts/bridgetown_theme_single_page_opt_in/landing.liquid +1 -1
- data/lib/bridgetown_theme_single_page_opt_in/version.rb +1 -1
- metadata +8 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 131d80b1c3207ced093134528127a6d59360f460c6458801a185720789b6bc02
|
4
|
+
data.tar.gz: 1205aaf0d2813f63bb2ff68cacf3ed6a9b4450913cb1539076e5ee718067723c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c567dc711f4c88a8af9ee3ca45a351b74990c8c91f2da19d24d10bf5449eb2c47307232c000c44f0c3fdbfef174d7f18cb9e3dfef0744b914a169002fa703a10
|
7
|
+
data.tar.gz: 323204ce0d04965feedee49db62db68695466841974512227ed59fd64b80484fd35aaca353bd2ae09e53f0b3fc08eb39d0a405c125a20c57a7094985c51b0d24
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-top: 20px; padding-bottom: 20px; margin: 0px; outline: none;">
|
2
|
+
<div class="col-md-12 innerContent " style="outline: none;">
|
3
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
4
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
5
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 lh1 mfs_22" style="text-align: center; font-size: 30px; color: rgb(0, 0, 0);"><b>{{ data.context_setter }}</b>
|
6
|
+
</div>
|
7
|
+
</div>
|
8
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
9
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 lh1 mfs_40" style="text-align: center; font-size: 64px; color: var(--blue);"><b>{{ data.wiift }}</b>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
</div>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<div class="de elImageWrapper de-image-block elAlign_center elMargin0 ui-droppable de-editable" style="width: 100%; outline: none; cursor: pointer;" aria-disabled="false">
|
2
|
+
<img src="{{ data.image }}" class="elIMG ximg" alt="" data-lazy-loading="false" style="width: 100%;" tabindex="0">
|
3
|
+
</div>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 20px 0px; margin: 0px; outline: none;">
|
2
|
+
<div class="col-md-6 innerContent col_right ui-resizable" style="outline: none;">
|
3
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
4
|
+
{% for benefit in data.benefits1 %}
|
5
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 20px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
6
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 denormalnone22 lh4 mfs_18" style="text-align: left; font-size: 20px; color: rgb(0, 0, 0);">
|
7
|
+
<i class="fa_prepended fas fa-check-square" style="color: var(--blue);" contenteditable="false"></i> <b>{{ benefit }}</b>!
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
{% endfor %}
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
<div class="col-md-6 innerContent col_right ui-resizable" style="outline: none;">
|
14
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
15
|
+
{% for benefit in data.benefits2 %}
|
16
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 20px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
17
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 denormalnone22 lh4 mfs_18" style="text-align: left; font-size: 20px; color: rgb(0, 0, 0);">
|
18
|
+
<i class="fa_prepended fas fa-check-square" style="color: var(--blue);" contenteditable="false"></i> <b>{{ benefit }}</b>!
|
19
|
+
</div>
|
20
|
+
</div>
|
21
|
+
{% endfor %}
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
</div>
|
@@ -0,0 +1,29 @@
|
|
1
|
+
<div class="container noTopMargin padding20-top padding20-bottom padding40H noBorder borderSolid border3px radius0 bgNoRepeat containerWithVisibleOverflow" style="padding-top: 20px; outline: none;">
|
2
|
+
<div class="containerInner ui-sortable">
|
3
|
+
<div class="row bgCover noBorder borderSolid border3px P0-top P0-bottom P0H noTopMargin shadow10 radius20" style="padding-top: 20px; padding-bottom: 20px; margin: 0px auto; outline: none; background-color: var(--light-blue); width: 70%; max-width: 100%;">
|
4
|
+
<div class="innerContent col_right ui-resizable col-md-4" style="outline: none;">
|
5
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
6
|
+
<div class="de elImageWrapper de-image-block elAlign_center elMargin0 ui-droppable de-editable" style="margin-top: -50px; outline: none; cursor: pointer;" aria-disabled="false" data-hide-on="desktop">
|
7
|
+
<img src="{{ data.image }}" class="elIMG ximg" alt="" data-lazy-loading="false" tabindex="0" width="220">
|
8
|
+
</div>
|
9
|
+
<div class="de elImageWrapper de-image-block elAlign_center elMargin0 ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer;" aria-disabled="false" data-hide-on="mobile">
|
10
|
+
<img src="{{ data.image }}" class="elIMG ximg" alt="" data-lazy-loading="false" tabindex="0" width="220">
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
<div class="innerContent ui-resizable col-md-8" style="outline: none;">
|
15
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
16
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
17
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 lh1 mfs_40" style="text-align: left; font-size: 32px; color: var(--blue);">
|
18
|
+
<i class="fa_prepended fas fa-plus-circle" contenteditable="false"></i>{{ data.headline }}
|
19
|
+
</div>
|
20
|
+
</div>
|
21
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 5px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
22
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 deCapitalize lh4 mfs_22" style="text-align: left; font-size: 21px; color: rgb(0, 0, 0);">{{ data.text }}
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</div>
|
29
|
+
</div>
|
@@ -0,0 +1,29 @@
|
|
1
|
+
<div class="container noTopMargin padding20-top padding20-bottom padding40H noBorder borderSolid border3px radius0 bgNoRepeat containerWithVisibleOverflow" style="padding-top: 20px; outline: none;">
|
2
|
+
<div class="containerInner ui-sortable">
|
3
|
+
<div class="row bgCover noBorder borderSolid border3px P0-top P0-bottom P0H noTopMargin shadow10 radius20" style="padding-top: 20px; padding-bottom: 20px; margin: 0px auto; outline: none; background-color: var(--light-blue); width: 70%; max-width: 100%;">
|
4
|
+
<div class="innerContent ui-resizable col-md-8" style="outline: none;">
|
5
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
6
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false">
|
7
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 lh1 mfs_40" style="text-align: center; font-size: 32px; color: var(--blue);">
|
8
|
+
<i class="fa_prepended fas fa-plus-circle" contenteditable="false"></i>{{ data.headline }}
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 5px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false">
|
12
|
+
<div class="ne elHeadline hsSize2 elMargin0 elBGStyle0 deCapitalize lh4 mfs_22" style="text-align: center; font-size: 21px; color: rgb(0, 0, 0);" contenteditable="false">{{ data.text }}
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
<div class="innerContent col_right ui-resizable col-md-4" style="outline: none;">
|
18
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
19
|
+
<div class="de elImageWrapper de-image-block elAlign_center elMargin0 ui-droppable de-editable" style="margin-top: -50px; outline: none; cursor: pointer;" aria-disabled="false" data-hide-on="desktop">
|
20
|
+
<img src="{{ data.image }}" class="elIMG ximg" alt="" data-lazy-loading="false" tabindex="0" width="220">
|
21
|
+
</div>
|
22
|
+
<div class="de elImageWrapper de-image-block elAlign_center elMargin0 ui-droppable de-editable" id="img-86819" style="margin-top: 0px; outline: none; cursor: pointer;" aria-disabled="false" data-hide-on="mobile">
|
23
|
+
<img src="{{ data.image }}" class="elIMG ximg" alt="" data-lazy-loading="false" tabindex="0" width="220">
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</div>
|
29
|
+
</div>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-top: 20px; padding-bottom: 20px; margin: 0px auto; outline: none; width: 85%; max-width: 100%;">
|
2
|
+
<div class="col-md-12 innerContent " style="outline: none;">
|
3
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
4
|
+
<div class="de elBTN elAlign_center elMargin0 ui-droppable de-editable" style="margin-top: 15px; outline: none; cursor: pointer;" aria-disabled="false">
|
5
|
+
<a id="cta-button1" data-formkit-toggle="{{ data.form_toggle }}" href="{{ data.url }}" class="elButton elButtonSize1 elButtonColor1 elButtonRounded elButtonPadding2 elButtonCorner3 elButtonFluid elBtnHP_25 elBTN_b_1 elButtonTxtColor1 elButtonShadow5 elBtnVP_20 mfs_19" style="color: rgb(255, 255, 255); font-weight: 600; background-color: var(--blue); font-size: 24px;" rel="noopener noreferrer">
|
6
|
+
<span class="elButtonMain">{{ data.text }}<i class="fa_appended fas fa-calculator" contenteditable="false"></i></span>
|
7
|
+
<span class="elButtonSub"></span>
|
8
|
+
</a>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-top: 40px; padding-bottom: 45px; margin: 0px; outline: none;">
|
2
|
+
<div class="col-md-12 innerContent " style="outline: none;">
|
3
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
4
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
5
|
+
<div class="ne elHeadline hsSize3 lh4 elMargin0 elBGStyle0 mfs_28" style="text-align: center; font-size: 60px; color: rgb(255, 255, 255);">
|
6
|
+
{{ data.headline }}
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable"style="margin-top: 0px; outline: none; cursor: pointer; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
10
|
+
<div class="ne elHeadline hsSize2 lh3 elMargin0 elBGStyle0 mfs_18" style="text-align: center; font-size: 26px; color: rgb(255, 255, 255);" >{{ data.sub_headline }}</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
|
16
|
+
{% render "testimonial_row", row: data.row1 %}
|
17
|
+
<hr>
|
18
|
+
{% render "testimonial_row", row: data.row2 %}
|
19
|
+
<hr>
|
20
|
+
{% render "testimonial_row", row: data.row3 %}
|
21
|
+
<hr>
|
@@ -5,7 +5,7 @@ layout: bridgetown_theme_single_page_opt_in/spoi_default
|
|
5
5
|
<div class="containerWrapper">
|
6
6
|
{% render "bridgetown_theme_single_page_opt_in/1_top_banner", data: site.data.1_top_banner, event: site.data.event_details %}
|
7
7
|
{% render "bridgetown_theme_single_page_opt_in/2_offer_hook", data: site.data.2_offer_hook, button: site.data.cta_button, event: site.data.event_details %}
|
8
|
-
{%
|
8
|
+
{% render "bridgetown_theme_single_page_opt_in/3_anchor_banner_text", data: site.data.3_anchor_banner %}
|
9
9
|
{% # render "bridgetown_theme_single_page_opt_in/3_anchor_banner", data: site.data.3_anchor_banner %}
|
10
10
|
{% # render "bridgetown_theme_single_page_opt_in/4_vehicle_text", data: site.data.4_vehicle_text, button: site.data.5_cta_button %}
|
11
11
|
{% # render "bridgetown_theme_single_page_opt_in/3_anchor_text", data: site.data.3_anchor_text %}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown_theme_single_page_opt_in
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- graial
|
@@ -87,6 +87,13 @@ files:
|
|
87
87
|
- bridgetown_theme_single_page_opt_in.gemspec
|
88
88
|
- components/bridgetown_theme_single_page_opt_in/1_top_banner.liquid
|
89
89
|
- components/bridgetown_theme_single_page_opt_in/2_offer_hook.liquid
|
90
|
+
- components/bridgetown_theme_single_page_opt_in/3_anchor_banner.liquid
|
91
|
+
- components/bridgetown_theme_single_page_opt_in/3_anchor_banner_text.liquid
|
92
|
+
- components/bridgetown_theme_single_page_opt_in/3_anchor_text.liquid
|
93
|
+
- components/bridgetown_theme_single_page_opt_in/4_vehicle_text.liquid
|
94
|
+
- components/bridgetown_theme_single_page_opt_in/5_bonus_offer.liquid
|
95
|
+
- components/bridgetown_theme_single_page_opt_in/6_cta_button.liquid
|
96
|
+
- components/bridgetown_theme_single_page_opt_in/7_testimonials.liquid
|
90
97
|
- components/bridgetown_theme_single_page_opt_in/cta_minibutton.liquid
|
91
98
|
- components/bridgetown_theme_single_page_opt_in/footer.liquid
|
92
99
|
- components/bridgetown_theme_single_page_opt_in/head.liquid
|