bridgetown_theme_single_page_opt_in 0.1.23 → 0.1.24

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: 77bcf1b63c520088381437b05e21f5534850336c6105736a301f399c70f40600
4
- data.tar.gz: e2a708729b2255e41f996855f420a807399c22db0c32a1671fe9432119052671
3
+ metadata.gz: a4f9b2c8f9eb50f8a7a64b96012fa0138de242d705f72ab2cac7acb9f05c821a
4
+ data.tar.gz: f4780f3d62b4e1d57327a906ad7873a5c9ca35036b37cb4bbcfa75f6b2bf8973
5
5
  SHA512:
6
- metadata.gz: 6dfa8ce61bd148cd9cf2da5684e40353b7f84493b854aaa3578f92099a3426f981e4097cd809782fe695ce364a5384609f8e7e85599a2f64a89dfb49c10214bf
7
- data.tar.gz: b8dabf12218ef27310b147a5e65f2e8525356366545ecb90b4dc827994f85a4117df81d464eecad15f11637e8ed0023bb42811f26e9aedc8bcacb2d9867928f6
6
+ metadata.gz: 153e1e2788adc4998cb8c84c52df509ea3a08966a7b7c8c8c3500c4ba8e78491b63b4634be6cbe75725b29f1a202fc063d0eca52b5b70e0fa94f446014ef9f83
7
+ data.tar.gz: 1a1f8bef34a6cabd46fe3cc66aade1c99682f821fc009e6fb4bb7e937270b12750978b989ee9690b353559d4db9067cc4086a40050614c036017cb7e3a48834a
@@ -51,6 +51,14 @@ create_file "src/_data/2_offer_hook.yml" do
51
51
  YAML
52
52
  end
53
53
 
54
+ create_file "src/_data/cta_button.yml" do
55
+ <<~YAML
56
+ text: Platforms come and go, email remains layer zero for the internet. Not a fan of tracking? Try Scattergun.
57
+ url: "https://scattergun.email/home"
58
+ form_toggle: 1234567
59
+ YAML
60
+ end
61
+
54
62
  create_file "images/succeeding_prospect.svg" do
55
63
  "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 300 319\">
56
64
  <path d=\"M2699 3186 c-2 -2 -83 -6 -179 -10 -96 -4 -188 -10 -205 -12 -16 -3 -95 -5 -175 -3 -483 7 -610 3 -965 -31 -55 -5 -129 -12 -165 -15 -36 -3 -103 -8 -150 -12 -105 -8 -202 -8 -410 2 -159 7 -240 2 -240 -16 0 -5 20 -9 44 -9 l44 0 -5 -62 c-2 -35 -8 -100 -12 -145 -4 -45 -6 -146 -5 -225 5 -325 5 -580 0 -688 -3 -63 -8 -176 -11 -250 -7 -187 -16 -367 -21 -415 -2 -22 -6 -186 -9 -365 -5 -284 -3 -328 10 -345 28 -36 35 1 36 200 0 105 2 215 4 245 2 30 6 111 10 180 3 69 10 206 15 305 24 479 27 635 21 1065 -2 164 3 303 14 395 3 22 1 55 -4 73 -9 29 -8 33 5 28 74 -28 384 -31 729 -7 485 34 690 43 895 37 120 -4 257 -2 310 3 52 5 178 13 280 16 102 3 195 8 208 11 23 5 30 28 10 40 -13 8 -72 16 -79 10z\"/>
@@ -0,0 +1,6 @@
1
+ <div class="de elBTN elAlign_center elMargin0 ui-droppable de-editable" style="margin-top: 15px; outline: none; cursor: pointer;" aria-disabled="false" data-elbuttontype="1">
2
+ <a id="cta-button2" data-formkit-toggle="{{ data.form_toggle }}" href="{{ data.url }}" class="elButton elButtonSize1 elButtonColor1 elButtonRounded elButtonPadding2 elBtnVP_10 elButtonCorner3 elButtonFluid elBtnHP_25 elBTN_b_1 elButtonTxtColor1 elButtonShadow5 mfs_18" style="color: rgb(255, 255, 255); font-weight: 600; background-color: var(--blue); font-size: 24px;" rel="noopener noreferrer">
3
+ <span class="elButtonMain">{{ data.text }} <i class="fa_appended fa fas fa-arrow-alt-circle-right"></i></span>
4
+ <span class="elButtonSub"></span>
5
+ </a>
6
+ </div>
@@ -4,7 +4,7 @@ layout: default
4
4
 
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
- {% render "bridgetown_theme_single_page_opt_in/2_offer_hook", data: site.data.2_offer_hook, button: site.data.6_cta_button, event: site.data.event_details %}
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 %}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinglePageOptInTheme
4
- VERSION = "0.1.23"
4
+ VERSION = "0.1.24"
5
5
  end
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.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - graial
@@ -87,6 +87,7 @@ 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/cta_minibutton.liquid
90
91
  - components/bridgetown_theme_single_page_opt_in/head.liquid
91
92
  - components/bridgetown_theme_single_page_opt_in/styles.liquid
92
93
  - content/bridgetown_theme_single_page_opt_in/1_top_banner.yml