bridgetown_theme_single_page_opt_in 0.1.39 → 0.1.40
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96f2234e53cee6b703caccb0ebc10889ff8b0dbe5095eab6280e631177386bd4
|
4
|
+
data.tar.gz: 7da006e22caba6325e88024f18badf1d6008a99c1f4d4ef20dc4f56fa910bb91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfc4f9e82dd56b292c6b3547678ca9f5db898625f8ef0944b7b002654110770bf736b9c2829358b3eba9a55d96c09c1bd35e95295e96227699b50b2bfa4ac779
|
7
|
+
data.tar.gz: d73b8ec00eb4ab2b540b5e125afc7c7f7a25d9293a8cb1892b2b68ad3d8def58bb15c6c63e9331150816f026f40427dd482e4b2d314298bdc1c1d17f491a2670
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 0px; outline: none; cursor: pointer; display: block; font-family: Lato, Helvetica, sans-serif !important;" aria-disabled="false" data-google-font="Lato">
|
2
2
|
{% if testimonial.video %}
|
3
|
-
{% render "youtube_player" video: testimonial.video %}
|
3
|
+
{% render "bridgetown_theme_single_page_opt_in/youtube_player" video: testimonial.video %}
|
4
4
|
{% else %}
|
5
5
|
<div class="ne elHeadline hsSize2 lh3 elMargin0 elBGStyle0 mfs_16" style="text-align: left; font-size: 18px; color: rgb(0, 0, 0);" >{{ testimonial.text }}
|
6
6
|
<div><br></div>
|
@@ -1,13 +1,13 @@
|
|
1
1
|
<div class="row bgCover noBorder borderSolid border3px radius10 P0-top P0-bottom P0H noTopMargin" style="margin-bottom: 0px; outline: none; background-color: rgb(255, 255, 255); padding: 35px 25px 25px; width: 100%; max-width: 100%; margin-left: auto; margin-right: auto;" col-array="6,6">
|
2
2
|
<div class="innerContent ui-resizable col-md-6" style="outline: none;">
|
3
3
|
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-left: 0px; padding-right: 0px;">
|
4
|
-
{% render "testimonial", testimonial: row.left %}
|
4
|
+
{% render "bridgetown_theme_single_page_opt_in/testimonial", testimonial: row.left %}
|
5
5
|
</div>
|
6
6
|
</div>
|
7
7
|
|
8
8
|
<div class="innerContent col_right ui-resizable col-md-6" style="outline: none;">
|
9
9
|
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-left: 0px; padding-right: 0px;">
|
10
|
-
{% render "testimonial", testimonial: row.right %}
|
10
|
+
{% render "bridgetown_theme_single_page_opt_in/testimonial", testimonial: row.right %}
|
11
11
|
</div>
|
12
12
|
</div>
|
13
13
|
</div>
|