bridgetown_theme_single_page_opt_in 0.1.59 → 0.1.60

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: 46fd43452a1d71c2a33b09e446609e67c8d4f87865b9f699e787e3d8fc6bfa23
4
- data.tar.gz: 94c6ed9ff898bd3f6095dbcde7a1bd32847dbf4b16776dc383b9a4f59971ccfe
3
+ metadata.gz: e51246ea27a9b6a79be5deb0ce169bebbd2dbca65241caed54b3b382807e4a93
4
+ data.tar.gz: 861e2866ebb77edd73f04a8aad40a541208142a90b8886b49b78621a290220f3
5
5
  SHA512:
6
- metadata.gz: e2976f3b3fc497f58222a0bd7170bc6305a28abf6cb78a325d7d7ea44dea4bd8787b10c41b59c895bafd2c579d2dde2f82694c3181cdb15f381764e38fb4e8a7
7
- data.tar.gz: 78cd175fa9b5ce20910e099c412ae48425d6dce99e495ff7c4fd91e98c794fbf4f70af921596a4767de7c37190245c59106e412f9856e44bf6656d7179e6b3d3
6
+ metadata.gz: def476f3da5704e08154b8270b3d1820fdd8f7211da457be8f6c860bbbdfdd7cdb45c2cfb4d92aa59fca2b5524480ee32311a82859e68eb6d20c3869f83caa2a
7
+ data.tar.gz: 0ef21e45ec8afd6930bd215c4355e1bbd09ec2c1b12d63ed59065754776d3514232b454e625748243ed7da1e489f3feb30f5af7ad793dd56f6c1e4668342f5e4
@@ -24,12 +24,12 @@ create_file "frontend/javascript/lander.js" do
24
24
  this.start();
25
25
  }
26
26
 
27
-
28
27
  complete() {
29
28
  if (typeof this.onComplete === 'function') {
30
29
  onComplete();
31
30
  }
32
31
  }
32
+
33
33
  getTime() {
34
34
  return {
35
35
  days: Math.floor(this.timeRemaining / 1000 / 60 / 60 / 24),
@@ -63,7 +63,6 @@ create_file "frontend/javascript/lander.js" do
63
63
  } else {
64
64
  this.update();
65
65
  }
66
-
67
66
  }, 1000);
68
67
  }
69
68
  }
@@ -79,7 +78,6 @@ create_file "frontend/javascript/lander.js" do
79
78
  const message = document.querySelector('.message');
80
79
  const heading = document.querySelector('h1');
81
80
 
82
-
83
81
  const format = (t) => {
84
82
  return t < 10 ? '0' + t : t;
85
83
  };
@@ -105,7 +103,6 @@ create_file "frontend/javascript/lander.js" do
105
103
  `;
106
104
  };
107
105
 
108
-
109
106
  const showMessage = () => {
110
107
  message.innerHTML = `Happy New Year!`;
111
108
  app.innerHTML = '';
@@ -160,12 +157,12 @@ create_file "src/_data/2_offer_hook.yml" do
160
157
  subtitle: Many <b>Pro-Marketers spend 90% of their time</b> tweaking their <u>HEADLINE</u>!!
161
158
  headline:
162
159
  opener: <b>You never know what is gonna resonate with your dream customers</b>
163
- punchline: <b>"Don't be afraid</b> to tweak this constantly
164
- kicker: BUT!! Your job isn't done yet, this landing page is here to make a solid first impression for YOU and <i>your OFFERING</i>
165
- qualifier: Success in business is hinged on your ability to communicate clearly consistently.
166
- anchor: So practice developing your rapport with a regular FREE webinar series. During this series, you will do regular check-ins with those who identify with the <b>problem you've set out to solve</b> and, when ready, try offering a product or service that you are well positioned to help them solve!
167
- optin_bonus: PLUS, if you've been doing your homework, you've got lots of hard-earned knowledge that can help them move forward with their problems (maybe with <i>solutions or opportunities</i> they aren't even aware of yet). A confident, empowered buyer is a buyer equipped to succeed!
168
- disclaimer: <b>NOTE:</b> "It takes 20 years to build a reputation and five minutes to ruin it. - Warren Buffett" Sales and Marketing are both skills that are developed through training. Most likely, if you are venturing into these methods, you are striking off on your own with small budget, resources and a product or service that may have room for improvement. <i>MAKE SURE</i> to be <b>UP-FRONT and STRAIGHTFORWARD</b> with your audience!! <br><br><u><i>There are laws involved with making commercial offers. Make sure to check with your country.</i></u>
160
+ punchline: <b>"Don't be afraid</b> to tweak your <u>headline</u>
161
+ kicker: The job of this page, to satisfy YOUR PROSPECT that <i>your OFFERING</i> solves <i>their PROBLEM</b>
162
+ qualifier: Success hinges on your ability to communicate clearly consistently.
163
+ anchor: You can practice developing your rapport with a regular FREE webinar series with those who identify with the <b>problem you've set out to solve</b>
164
+ optin_bonus: PLUS, if you've been doing your homework, you've got lots of hard-earned <i>knowledge, solutions and opportunities</i> that will help you all move forward with their problems. A confident, empowered buyer is a buyer equipped to succeed!
165
+ disclaimer: <b>NOTE:</b> <i>"It takes 20 years to build a reputation and five minutes to ruin it."</i> - Warren Buffett \n Sales and Marketing are both skills that are developed through training. \n Most likely, if you are venturing into these methods, you are striking off on your own with small budget, resources and a product or service that may have room for improvement. \n Please be <b>UP-FRONT and STRAIGHTFORWARD</b> with your audience!! <br><br><u><i>There are laws involved with fullfilling commercial offers that you have made. Make sure to check with your country.</i></u>
169
166
  image: /images/succeeding_prospect.svg
170
167
  YAML
171
168
  end
@@ -249,11 +246,11 @@ end
249
246
  create_file "src/_data/event_details.yml" do
250
247
  <<~YAML
251
248
  opener: "LIVE, Seminar Begins: "
252
- date: (Time.now + 2 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
249
+ date: (Time.now + 5 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
253
250
  timezone: EDT
254
- seminar_date: (Time.now + 2 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
255
- show_link_time: (Time.now + 3 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
256
- close_cart_time: (Time.now + 4 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
251
+ seminar_date: (Time.now + 5 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
252
+ show_link_time: (Time.now + 7 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
253
+ close_cart_time: (Time.now + 10 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
257
254
  YAML
258
255
  end
259
256
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinglePageOptInTheme
4
- VERSION = "0.1.59"
4
+ VERSION = "0.1.60"
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.59
4
+ version: 0.1.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - graial