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 +4 -4
- data/bridgetown.automation.rb +11 -14
- data/lib/bridgetown_theme_single_page_opt_in/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e51246ea27a9b6a79be5deb0ce169bebbd2dbca65241caed54b3b382807e4a93
|
4
|
+
data.tar.gz: 861e2866ebb77edd73f04a8aad40a541208142a90b8886b49b78621a290220f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: def476f3da5704e08154b8270b3d1820fdd8f7211da457be8f6c860bbbdfdd7cdb45c2cfb4d92aa59fca2b5524480ee32311a82859e68eb6d20c3869f83caa2a
|
7
|
+
data.tar.gz: 0ef21e45ec8afd6930bd215c4355e1bbd09ec2c1b12d63ed59065754776d3514232b454e625748243ed7da1e489f3feb30f5af7ad793dd56f6c1e4668342f5e4
|
data/bridgetown.automation.rb
CHANGED
@@ -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
|
164
|
-
kicker:
|
165
|
-
qualifier: Success
|
166
|
-
anchor:
|
167
|
-
optin_bonus: PLUS, if you've been doing your homework, you've got lots of hard-earned knowledge that
|
168
|
-
disclaimer: <b>NOTE:</b> "It takes 20 years to build a reputation and five minutes to ruin it. - Warren Buffett
|
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 +
|
249
|
+
date: (Time.now + 5 * 60).strftime('%Y/%m/%d %H:%M:%S %Z')
|
253
250
|
timezone: EDT
|
254
|
-
seminar_date: (Time.now +
|
255
|
-
show_link_time: (Time.now +
|
256
|
-
close_cart_time: (Time.now +
|
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
|
|