bridgetown_theme_single_page_opt_in 0.1.58 → 0.1.59

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: 6165237467789235d92aa2e65b9322bcb537d111bf7b5f1ca5b84a5bd97f75ed
4
- data.tar.gz: 727edd545c3dab4115636fa57fdb76f954e431bed73d5bba42849e65fbe0d93e
3
+ metadata.gz: 46fd43452a1d71c2a33b09e446609e67c8d4f87865b9f699e787e3d8fc6bfa23
4
+ data.tar.gz: 94c6ed9ff898bd3f6095dbcde7a1bd32847dbf4b16776dc383b9a4f59971ccfe
5
5
  SHA512:
6
- metadata.gz: 12495511e4dd61b77735f00494ff62f81815dd3d0184a859c9b0b0cd22090b6bd8b4378c271c775cf0f16c3b785a84feecdd3aa464a355555858312bba392e61
7
- data.tar.gz: '0558cff2f7239563990183c46e67ca3f47aeba48886f4580729cb22577633a086be1bffaedf2805d9900e0bda0175200c5b103e4782b0fa95d343ada6b7b71a5'
6
+ metadata.gz: e2976f3b3fc497f58222a0bd7170bc6305a28abf6cb78a325d7d7ea44dea4bd8787b10c41b59c895bafd2c579d2dde2f82694c3181cdb15f381764e38fb4e8a7
7
+ data.tar.gz: 78cd175fa9b5ce20910e099c412ae48425d6dce99e495ff7c4fd91e98c794fbf4f70af921596a4767de7c37190245c59106e412f9856e44bf6656d7179e6b3d3
@@ -182,12 +182,12 @@ create_file "src/_data/3_anchor_text.yml" do
182
182
  <<~YAML
183
183
  benefits1:
184
184
  - These are benefits gained by attending the webinar, NOT the benefits of the product/service itself
185
- - You need your prospect on the same page as you regarding why you are both taking time out of your day for this.
186
- - The Prospect should only decide to attend if you are solving a problem that they are motivated to solve.
185
+ - You need your prospect on the same page as you regarding why you are both taking time out of your day for this
186
+ - The Prospect should only decide to attend if you are solving a problem that they are motivated to solve
187
187
  benefits2:
188
- - EX1: How your product/service helps your prospect with the <u>Problem Statement</u> you are tackling with/for them.
189
- - EX2: Why this package you are offering helps them solve it better than anyone around.
190
- - EX3: How your prospect will be able to take tangible, proactive steps post-engagement to keep their momentum going.
188
+ - "sample1: How your product/service helps your prospect with the <u>Problem Statement</u> you are tackling with/for them"
189
+ - "sample 2: Why this package you are offering helps them solve it better than anyone around"
190
+ - "sample 3: How your prospect will be able to take tangible, proactive steps post-engagement to keep their momentum going"
191
191
  YAML
192
192
  end
193
193
 
@@ -218,7 +218,7 @@ create_file "src/_data/7_testimonials.yml" do
218
218
  video: MSr1BFYG7uQ
219
219
  right:
220
220
  name: Jojo
221
- text: Ve brave, those who are successful are the ones who dare to go beyond what they can see.
221
+ text: Be brave, those who are successful are the ones who dare to go beyond what they can see.
222
222
  row2:
223
223
  left:
224
224
  name: Jay
@@ -240,7 +240,7 @@ end
240
240
 
241
241
  create_file "src/_data/cta_button.yml" do
242
242
  <<~YAML
243
- text: Give your prospects the ability to hear from you! Platforms come and go, email remains layer zero for the internet. Not a fan of tracking? Try Scattergun.
243
+ text: Give your prospects the ability to hear from you! Not a fan of tracking? Try Scattergun.
244
244
  url: "https://scattergun.email/home"
245
245
  form_toggle: 1234567
246
246
  YAML
@@ -262,7 +262,7 @@ create_file "src/_data/footer.yml" do
262
262
  copyright: "©{{ Time.now.strftime('%Y') }} {{ site_metadata.title }}. All Rights Reserved."
263
263
  address: your address
264
264
  disclaimer: Any notices you might want your visitors to consider.
265
- warning: Sometimes visitors will show up with unreasonable expectations/impressions when reading your content
265
+ warning: If visitors start showing up with misaligned expectations/impressions, you could clarify here
266
266
  terms_url: "/terms-and-policies"
267
267
  YAML
268
268
  end
@@ -18,6 +18,6 @@
18
18
  {{ site.data.event_details.date }}
19
19
  </div>
20
20
 
21
- {% # render "bridgetown_theme_single_page_opt_in/footer", metadata: site.metadata, data: site.data.footer %}
21
+ {% render "bridgetown_theme_single_page_opt_in/footer", metadata: site.metadata, data: site.data.footer %}
22
22
  </body>
23
23
  </html>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinglePageOptInTheme
4
- VERSION = "0.1.58"
4
+ VERSION = "0.1.59"
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.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - graial