-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget-teaser.html
485 lines (444 loc) · 17.1 KB
/
widget-teaser.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Heal.me</title>
<!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->
<style>
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,700;1,8..60,400;1,8..60,700&display=swap');
body, div, table {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
background-color: #FFFFFF;
}
img {
display: block;
max-width: 100%;
border: 0;
/* style alt text */
color: #0B3954;
font-size: 20px;
}
.logo {
margin: 0;
}
.inline {
display: inline;
vertical-align: top;
}
td { -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0); margin: 0; padding: 0; border: 0; }
#ForceOutlook2010BrowserLink span { padding:0px; }
.content {
color: #0B3954;
font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.serif {
font-family: 'Source Serif 4', serif;;
}
.content--xl {
font-size: 32px;
list-style: 40px;
}
.content--left {
text-align: left;
}
.small {
color: #55778A;
font-size: 14px;
line-height: 21px;
}
.microcopy {
color: #55778A;
font-size: 13px;
line-height: 19.5px;
}
.text--grey {
color: #55778A;
}
.text--orange {
color: #F4B965;
}
.text--blue {
color: #0D9DA4;
}
.small {
display: block;
font-size: 14px;
line-height: 21px;
}
.max-width {
margin-left: auto;
margin-right: auto;
max-width: 720px;
}
.max-width--contained {
margin-left: auto;
margin-right: auto;
max-width: 400px;
}
.faux-wide {
width: 400px;
}
.font--light {
font-weight: 400;
}
.break-for-large {
display: block;
}
.h1 {
display: block;
font-size: 24px;
font-weight: 700;
line-height: 30px;
}
.h1--xl {
display: block;
font-size: 40px;
font-weight: 700;
line-height: 40px;
}
.h2 {
display: block;
font-size: 20px;
font-weight: 700;
line-height: 25px;
}
/* links */
a {
color: #0D9DA4;
font-weight: 700;
text-decoration: underline;
}
.subtle-link {
color: #0B3954;
text-decoration: underline;
}
.toc a {
color: #0B3954;
font-weight: 400;
text-decoration: none;
}
.footer-link {
color: #55778A;
font-weight: 400;
text-decoration: underline;
}
b {
font-weight: 700;
}
.rounded {
border-radius: 12px;
overflow: hidden;
}
.rounded-image {
border-radius: 100%;
overflow: hidden;
}
.card {
background-color: #F5FAFD;
border: 1px solid #E4EFF6;
}
.banner {
border-radius: 20px;
overflow: hidden;
}
.banner--blue {
background-color: #F7FAFC;
border: 1px solid #E4EFF6;
}
.banner--yellow {
background-color: #FEF8F0;
}
.app-banner {
background-color: #F7FAFC;
border-radius: 12px;
}
.bg--ultra-light-blue {
background-color: #F5FAFD;
}
.bg--light-green {
background-color: #E7FFE3;
}
.bg--light-orange {
background-color: #FEF8F0;
}
.bg--light-pink {
background-color: #FFE9FA;
}
.verified-image {
display: inline;
vertical-align: bottom;
}
.pill {
background-color: #FFFFFF;
border-radius: 12px;
border: 1px solid #C8D6DF;
color: #0B3954;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 40px;
margin: 2px;
text-decoration: none;
width: 18%;
}
/*
Buttons
*/
.button {
background-color: #0D9DA4;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
font-family: inherit;
font-size: 16px;
font-weight: 700;
line-height: 48px;
text-align: center;
text-decoration: none;
width: 400px;
-webkit-text-size-adjust: none;
mso-hide: all;
}
@media screen and (max-width: 559px) {
.content {
text-align: left !important;
}
.button {
width: 100% !important;
}
.max-width {
max-width: 100% !important;
}
.max-width--contained {
max-width: 100% !important;
width: 100% !important;
}
.height-for-small {
height: 24px !important;
}
.width-for-small {
width: 24px !important;
}
.shrink-for-small {
width: 20px !important;
}
/*.rounded {
border-radius: 0px !important;
}*/
.app-banner {
border-radius: 0px !important;
}
.card {
border-radius: 12px !important;
}
.hide-for-small {
display: none !important;
}
.block-for-small {
display: block !important;
padding-left: 24px !important;
}
.height-8 {
height: 8px !important;
}
.full-small, .faux-wide {
width: 100% !important;
}
.break-for-large {
display: none !important;
}
.pill {
text-align: center !important;
width: 45% !important;
}
/* iOS links */
a[href^=tel]{ color:#F00; text-decoration:none;}
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
.content {
font-family: Arial, sans-serif !important;
/* Default fallback font */
}
</style>
<![endif]-->
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" offset="0">
<!-- preview text -->
<div style="display: none; max-height: 0px; overflow: hidden;">
The latest from our world of holistic healing including My Healing Journey with Dance/Movement Therapy, the Featured Modality of Reiki, and more.
</div>
<!--/ preview text -->
<table width="100%" cellpadding="0" cellspacing="0"><tr><td>
<!--[if (gte mso 9)|(IE)]><table width="720" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td width="720" align="center"><![endif]-->
<table class="max-width" cellpadding="0" cellspacing="0" bgcolor="#ffffff">
<tr>
<td height="32" class="height-for-small"></td>
<td height="32" class="height-for-small"></td>
<td height="32" class="height-for-small"></td>
</tr>
<tr>
<td width="60" class="shrink-for-small"></td>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="content" align="center">
<!-- header -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<a href="https://heal.me/"><img src="https://healme-comms.netlify.app/images/logo--left.png" class="logo" height="40" /></a>
</td>
</tr>
</table>
<!--/ header -->
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="16" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="1" style="background-color: #E4EFF6; font-size: 1px; line-height: 1px;"> </td></tr></table>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="32" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<span class="h1">
🆕
<br />
heal.me Booking Widget:
<br class="break-for-large" />
<span class="font--light">A few lines of code, lots of bookings.</span>
</span>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="24" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<img src="https://healme-comms.netlify.app/images/widget-image.jpg" width="600" class="rounded" />
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="32" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<!-- max-width content --><table class="max-width--contained" cellpadding="0" cellspacing="0"><tr><td class="content" align="center">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="##https://demo-healme.netlify.app/" style="height:48px;v-text-anchor:middle;width:400px;" arcsize="10%" strokecolor="#0D9DA4" fillcolor="#0D9DA4">
<w:anchorlock/>
<center style="color:#ffffff;font-family:sans-serif;font-size:16px;font-weight:bold;">Try it out now</center>
</v:roundrect>
<![endif]--><a href="##https://demo-healme.netlify.app/" class="button">Try it out now</a>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="8" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<span class="small">You’ll test it out on a demo website, feel free to book</span>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="32" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<table><tr><td align="left" class="content">
<span class="h2">We made this for your practice’s needs:</span>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="24" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<!-- left-aligned cards -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="104" height="104" class="rounded content--xl bg--light-orange" align="center" valign="middle">✨</td>
<td width="24"></td>
<td class="content" align="left" valign="middle">
<strong>Best the best you</strong>
<br class="break-for-large" />
<span class="text--grey">You’ve worked hard on your brand, now add the best booking experience to your website.</span>
</td>
</tr>
<tr>
<td height="16"></td>
<td height="16"></td>
<td height="16"></td>
<td height="16"></td>
</tr>
<tr>
<td width="104" height="104" class="rounded content--xl bg--light-pink" align="center" valign="middle">🕤</td>
<td width="24"></td>
<td class="content" align="left" valign="middle">
<strong>Save your clients time</strong>
<br class="break-for-large" />
<span class="text--grey">Designed to get bookings and rebookings done in as few taps/clicks as possible.</span>
</td>
</tr>
<tr>
<td height="16"></td>
<td height="16"></td>
<td height="16"></td>
<td height="16"></td>
</tr>
<tr>
<td width="104" height="104" class="rounded content--xl bg--light-green" align="center" valign="middle">💰</td>
<td width="24"></td>
<td class="content" align="left" valign="middle">
<strong>Save yourself time & money</strong>
<br class="break-for-large" />
<span class="text--grey">All bookings go into heal.me + any calendars you’ve connected with no work from your end.</span>
</td>
</tr>
<tr>
<td height="16"></td>
<td height="16"></td>
<td height="16"></td>
<td height="16"></td>
</tr>
<tr>
<td width="104" height="104" class="rounded content--xl bg--ultra-light-blue" align="center" valign="middle">😃</td>
<td width="24"></td>
<td class="content" align="left" valign="middle">
<strong>We’ll help you set it up</strong>
<br class="break-for-large" />
<span class="text--grey">Our team would be happy to help you get this added to your website!</span>
</td>
</tr>
</table>
<!--/ left-aligned cards -->
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="32" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<strong>Want to add to your website?</strong> Just reply back to this email and say “I want the Booking Widget!” and we’ll reach out to you to get started.
</td></tr></table>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="24" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="##https://demo-healme.netlify.app/" style="height:48px;v-text-anchor:middle;width:400px;" arcsize="10%" strokecolor="#0D9DA4" fillcolor="#0D9DA4">
<w:anchorlock/>
<center style="color:#ffffff;font-family:sans-serif;font-size:16px;font-weight:bold;">I want the Booking Widget!</center>
</v:roundrect>
<![endif]--><a href="##https://demo-healme.netlify.app/" class="button">I want the Booking Widget!</a>
</td></tr></table><!--/ max-width content -->
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="40" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<table width="100%" cellspacing="0" cellpadding="0" class="faux-wide"><tr><td height="1" style="background-color: #E4EFF6; font-size: 1px; line-height: 1px;"> </td></tr></table>
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="40" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<!-- footer -->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="content small text--grey" align="center">
© 2023 Heal.me
<br />
411 W Monroe Street
<br />
Austin, TX 78704
<table width="100%" cellspacing="0" cellpadding="0"><tr><td height="16" style="font-size: 1px; line-height: 1px;"> </td></tr></table>
<a href="[unsubscribe]" class="footer-link">Unsubscribe</a>
</td>
</tr>
</table>
<!--\ footer -->
</td></tr></table>
<!--/ max-width content -->
</td>
<td width="60" class="shrink-for-small"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="32" class="height-for-small"></td>
<td height="32" class="height-for-small"></td>
<td height="32" class="height-for-small"></td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td></tr></table>
</body>
</html>