bridgetown_theme_single_page_opt_in 0.1.59 → 0.1.61
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 +13 -16
- 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: 8b1fc5e19f852db02c86e791d8ba44f41a5bf0a1b4043efc4c72f0e367527d62
|
4
|
+
data.tar.gz: c9002d333836be95e0685f5c05fa31b0dfb616c23e4784ec1cc7caffc17600f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ead909b9cb4a641e9fdc3cde8f4a67f01146f57cb9b00ca3b6c514862e5aad0ca611ec9f8cba7cc17b787d2c69511c7d9a7ee9e28124ec0b293c02caafd8329c
|
7
|
+
data.tar.gz: dca8e9519b4ba40b86de529a1fd26331473426117f03a2edc0976009d536eb30a55ad8fcde410f24cbacb62f27729538d160f9f92649eedc4aa02cc8a8d37c7d
|
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.
|
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><br> <u>- Warren Buffett</u> <br> Sales and Marketing are both skills that are developed through training. <br> 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
|
|
@@ -269,8 +266,8 @@ end
|
|
269
266
|
|
270
267
|
|
271
268
|
create_file "src/images/succeeding_prospect.svg" do
|
272
|
-
"<svg height=\"
|
273
|
-
<g transform=\"translate(0
|
269
|
+
"<svg height=\"600\" width=\"640\" xmlns=\"http://www.w3.org/2000/svg\">
|
270
|
+
<g transform=\"translate(0,639) scale(0.100000,-0.100000)\"
|
274
271
|
fill=\"#000000\" stroke=\"none\">
|
275
272
|
<path id=\"lineAB\" 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\" stroke=\"red\" stroke-width=\"4\"/>
|
276
273
|
<path d=\"M2805 3153 c-3 -15 -6 -214 -4 -443 2 -476 -4 -678 -37 -1205 -8
|