bridgetown_theme_single_page_opt_in 0.1.67 → 0.1.68
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: 14748fa7466e1109034c473ee7a244d7d59c245f31620b344821fb300348450e
|
4
|
+
data.tar.gz: '08e0b73b0dccc4e8f61efd74868562b34af34aff6574f1f52b3365cf93eeddde'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36a034a9a217053265406f97be864b1049f28f96ab184c8b6c3325927fffcbc75f7dbf8682f7b77ceae6a5aaefd5a11f4334bb4a6baf16557af2c9c01e78a38c
|
7
|
+
data.tar.gz: 82bc24e52f4ec2f64adb6197f2ae062d1821269ada28c46c38671c40e2a003f5b23a331856504bb0f1cfebfb84f40f93fc9450714c1eba2d68cc12348b83143f
|
data/components/bridgetown_theme_single_page_opt_in/{1_top_banner.liquid → 1_top_banner.erb}
RENAMED
@@ -1,7 +1,3 @@
|
|
1
|
-
---
|
2
|
-
template_engine: erb
|
3
|
-
---
|
4
|
-
|
5
1
|
<div class="container fullContainer noTopMargin padding20-top padding20-bottom padding40H noBorder borderSolid border3px radius0 bgNoRepeat " style="padding-top: 0px; padding-bottom: 0px; outline: none; background-color: var(--dark-red);">
|
6
2
|
<div class="containerInner ui-sortable">
|
7
3
|
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding-top: 5px; padding-bottom: 5px; margin: 0px; outline: none;">
|
@@ -9,7 +5,7 @@ template_engine: erb
|
|
9
5
|
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
10
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" data-google-font="Lato">
|
11
7
|
<h1 class="ne elHeadline hsSize3 lh4 elMargin0 elBGStyle0 mfs_16" style="text-align: center; font-size: 22px; color: var(--white);">
|
12
|
-
<%= data.headline %> | <b><u>[<%= event.date
|
8
|
+
<%= data.headline %> | <b><u>[<%= event.date %> <%= event.date %> <%= event.timezone %>]</u></b>
|
13
9
|
</h1>
|
14
10
|
</div>
|
15
11
|
</div>
|
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.68
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- graial
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- README.md
|
87
87
|
- bridgetown.automation.rb
|
88
88
|
- bridgetown_theme_single_page_opt_in.gemspec
|
89
|
-
- components/bridgetown_theme_single_page_opt_in/1_top_banner.
|
89
|
+
- components/bridgetown_theme_single_page_opt_in/1_top_banner.erb
|
90
90
|
- components/bridgetown_theme_single_page_opt_in/2_offer_hook.liquid
|
91
91
|
- components/bridgetown_theme_single_page_opt_in/3_anchor_banner.liquid
|
92
92
|
- components/bridgetown_theme_single_page_opt_in/3_anchor_banner_text.liquid
|