bridgetown_theme_single_page_opt_in 0.1.26 → 0.1.27
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: 1017ad7818559406d9f7f6348a37bb98071b0559591c0e34d9b0a1d7f4f2f981
|
4
|
+
data.tar.gz: 8e006dbdd9ac637aa3d1fac0b5de645838dd9742b2faba19d09ce9f42ac0b5a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bbb53f479e6da136c27553ebc3e467a970963a004fed11c822b4fb24a76046f057a96bf008f0008a066d2e76e73e3ad122a7716a1a1e65abff62cb472055c38
|
7
|
+
data.tar.gz: ef23d812623991e38c39d3e6d90cddae3374608d279251cbd1495775c915518fa9e6b3f8d8687e175c190ed09f0eaf6aead29ad6e237bd8031ff854692b72277
|
@@ -0,0 +1,37 @@
|
|
1
|
+
<footer>
|
2
|
+
<div class="container fullContainer noTopMargin padding20-top padding20-bottom padding40H noBorder borderSolid border3px radius0 bgNoRepeat" style="padding-top: 100px; padding-bottom: 100px; background-color: rgb(0, 0, 0); outline: none; margin-top: 0px;">
|
3
|
+
<div class="containerInner ui-sortable">
|
4
|
+
<div class="row bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin cfRowAlignLeft" style="padding-top: 20px; padding-bottom: 20px; margin: 0px auto; outline: none; width: 80%; max-width: 100%;">
|
5
|
+
<div class="col-md-12 innerContent" style="outline: none;">
|
6
|
+
<div class="col-inner bgCover noBorder borderSolid border3px radius0 P0-top P0-bottom P0H noTopMargin" style="padding: 0 10px">
|
7
|
+
<div class="de elImageWrapper de-image-block elMargin0 ui-droppable elAlign_left de-editable" style="margin-top: 0px; outline: none; cursor: pointer;" aria-disabled="false">
|
8
|
+
<img src="{{ metadata.logo}}" class="elIMG ximg imgGrey1 imgOpacity1" alt="" data-lazy-loading="false" tabindex="0" width="100">
|
9
|
+
</div>
|
10
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 10px; outline: none; cursor: pointer;" aria-disabled="false">
|
11
|
+
<div class="ne elHeadline hsSize1 lh5 elMargin0 elBGStyle0" style="text-align: left; color: rgb(255, 255, 255); font-size: 12px;">
|
12
|
+
{{ data.copyright }}
|
13
|
+
<div>{{ data.address }}</div>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
<div class="de elNavWrapper elMargin0 elAlign_left ui-droppable de-editable" style="text-align: left;margin-top: 0px; outline: none; cursor: pointer;" aria-disabled="false">
|
17
|
+
<nav class="nodoNav elLinkSize1 slide elLinks5 elLinkNormal">
|
18
|
+
<ul>
|
19
|
+
<li class="nav1 nodoNavItem"><a href="{{ data.terms_url }}" class="nav1link nodoNavLink" target="_blank" style="text-align: left;font-size: 12px; color: var(--light-blue);">Terms & Conditions</a></li>
|
20
|
+
</ul>
|
21
|
+
</nav>
|
22
|
+
</div>
|
23
|
+
<div class="de elHeadlineWrapper ui-droppable de-editable" style="margin-top: 15px; outline: none; cursor: pointer;" aria-disabled="false">
|
24
|
+
<div class="ne elHeadline hsSize1 lh5 elMargin0 elBGStyle0 " style="text-align: left; color: rgb(209, 209, 209); font-size: 11px;" >
|
25
|
+
<div>
|
26
|
+
{{ data.disclaimer }}
|
27
|
+
</div>
|
28
|
+
<div><br></div>
|
29
|
+
<div>{{ data.warning }}</div>
|
30
|
+
</div>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
</footer>
|
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.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- graial
|
@@ -88,6 +88,7 @@ files:
|
|
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
90
|
- components/bridgetown_theme_single_page_opt_in/cta_minibutton.liquid
|
91
|
+
- components/bridgetown_theme_single_page_opt_in/footer.liquid
|
91
92
|
- components/bridgetown_theme_single_page_opt_in/head.liquid
|
92
93
|
- components/bridgetown_theme_single_page_opt_in/styles.liquid
|
93
94
|
- content/bridgetown_theme_single_page_opt_in/1_top_banner.yml
|