-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
68 lines (39 loc) · 3.33 KB
/
template.html
File metadata and controls
68 lines (39 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html><html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div style="font-size: 18px; max-width: 700px;">
<p style="font-size: 1.1em;">This is your <b>HabitStack Push</b> to work on your big goals this week, even though you're busy.
<h2 style="margin-top: 40px; margin-bottom: 10px;">The Quote</h2>
<span>
"{{quote_text}}"
</span>
<br>
<span style="font-size: .8em; color: #353434;">
<em>— {{quote_author}}</em>
</span>
<h2 style="margin-top: 40px; margin-bottom: 10px;">The Coaching</h2>
{{coaching_html}}
<h2 style="margin-top: 40px; margin-bottom: 0px;">The Smile</h2>
<p><img style="max-width: 600px;" src="{{hosted_cartoon_url}}">
<h2 style="margin-top: 40px; margin-bottom: 10px;">The Habits</h2>
☐ <b>Pause</b> to remember what your big goals are (don't skip this!).
<br>☐ <b>Review</b> your actions from <i>last</i> week (done? not done?).
<br>☐ <b>Decide</b> what actions you'll take <i>this</i> week (specific and measurable).
<br>☐ <b>Schedule</b> the work in your calendar (time blocking).
<p><i>Now, you're set to win.</i> 👍
<p style="color: lightgrey; margin-top: 20px; margin-bottom: 35px;">__________________________</p>
<p><b>HabitStack makes goal habits easy.</b> <br><a href="https://app.habitstack.com/?utm_source=weekly-push-email&utm_medium=email&utm_campaign=weekly-push&utm_content=login" target="_blank" style="text-decoration: underline;">Login</a> or <a href="https://habitstack.com/en?utm_source=weekly-push-email&utm_medium=email&utm_campaign=weekly-push&utm_content=learn-more" target="_blank" style="text-decoration: underline;">learn more</a>.
<p style="color: lightgrey; margin-top: 0px;">__________________________</p>
</div>
<div style="color: #494949; max-width: 500px;;">
<p><b>About this email:</b> You are receiving this email because you subscribed to the HabitStack Push email program or to the <a href="https://habitstack.com" target="_blank" style=" color: #494949; text-decoration: underline;">HabitStack App</a>.
The goal of these weekly emails is to encourage you to keep working on your most important goals even though you're busy. We share quotes, coaching tips, and inspirational ideas in an effort to keep your goals top of mind.
<p><b>Update your subscription preferences:</b> <a href="<%asm_group_unsubscribe_raw_url%>" target="_blank" style=" color: #494949; text-decoration: underline;">Unsubscribe</a> from these HabitStack Push emails or <a href="<%asm_preferences_raw_url%>" target="_blank" style="color: #494949; text-decoration: underline;">manage your subscriber profile</a>.
<p>422 Richards St, Suite 170, Vancouver, BC, V6B 2Z4, Canada</p>
<p>Edition code: hse-{{edition_number}}</p>
</div>
</body>
</html>