-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2018-10-10-barista.html
More file actions
457 lines (425 loc) · 19.8 KB
/
Copy path2018-10-10-barista.html
File metadata and controls
457 lines (425 loc) · 19.8 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<title>Barista | Brew tests with MoQuality</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style type="text/css">
/* CLIENT-SPECIFIC STYLES */
#outlook a {
padding:0;
}
/* Force Outlook to provide a "view in browser" message */
.ReadMsgBody {
width:100%;
}
.ExternalClass {
width:100%;
}
/* Force Hotmail to display emails at full width */
.ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div {
line-height:100%;
}
/* Force Hotmail to display normal line spacing */
body,table,td,a {
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}
/* Prevent WebKit and Windows mobile changing default text sizes */
table,td {
mso-table-lspace:0;
mso-table-rspace:0;
}
/* Remove spacing between tables in Outlook 2007 and up */
img {
-ms-interpolation-mode:bicubic;
}
/* Allow smoother rendering of resized image in Internet Explorer */
/* RESET STYLES */
body {
margin:0;
padding:0;
}
img {
border:0;
height:auto;
line-height:100%;
outline:none;
text-decoration:none;
}
table {
border-collapse:collapse !important;
}
body {
height:100% !important;
margin:0;
padding:0;
width:100% !important;
}
/* iOS BLUE LINKS */
.appleBody a {
color:#68440a;
text-decoration:none;
}
.appleFooter a {
color:#999999;
text-decoration:none;
}
/* MOBILE STYLES */
@media screen and (max-width: 525px) {
/* ALLOWS FOR FLUID TABLES */
table[class="wrapper"] {
width:100% !important;
}
/* ADJUSTS LAYOUT OF LOGO IMAGE */
td[class="logo"] {
text-align:left;
padding:20px 0 !important;
}
td[class="logo"] img {
margin:0 auto !important;
}
/* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
td[class="mobile-hide"] {
display:none;
}
img[class="mobile-hide"] {
display:none !important;
}
img[class="img-max"] {
max-width:100% !important;
height:auto !important;
}
/* FULL-WIDTH TABLES */
table[class="responsive-table"] {
width:100% !important;
}
/* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */
td[class="padding"] {
padding:10px 5% 15px !important;
}
td[class="padding-copy-left"] {
padding:10px 5% !important;
text-align:left;
}
td[class="padding-copy"] {
padding:10px 5% !important;
text-align:center;
}
td[class="padding-meta"] {
padding:30px 5% 0 !important;
text-align:center;
}
td[class="no-pad"] {
padding:0 0 20px !important;
}
td[class="no-padding"] {
padding:0 !important;
}
td[class="section-padding"] {
padding:50px 15px !important;
}
td[class="section-padding-bottom-image"] {
padding:50px 15px 0 !important;
}
/* ADJUST BUTTONS ON MOBILE */
td[class="mobile-wrapper"] {
padding:10px 5% 15px !important;
}
table[class="mobile-button-container"] {
margin:0 auto;
width:100% !important;
}
a[class="mobile-button"] {
width:80% !important;
padding:15px !important;
border:0 !important;
font-size:14px !important;
}
}
@media only screen and (max-width: 480px) {
table#canspamBar td {
font-size:14px !important;
}
table#canspamBar td a {
display:block !important;
margin-top:10px !important;
}
}
</style>
</head>
<body style="margin: 0; padding: 0;">
<!-- HEADER -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td bgcolor="#ffffff">
<div align="center" style="padding:0px 10px 0px 10px;">
<table border="0" cellpadding="0" cellspacing="0" width="500" class="wrapper">
<!-- LOGO/PREHEADER TEXT -->
<tr>
<td style="padding:20px 0px 10px 0px;" class="logo">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#ffffff" width="100" align="center">
<a href="http://moquality.com" target="_blank"><img alt="" src="https://gallery.mailchimp.com/76ac4260623acd922e6bb1a9c/images/fd8f1611-350e-45f9-a387-7839b5ec30d7.png" width="250" style="display: block; border="></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!-- ONE COLUMN SECTION -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td bgcolor="#ffffff" align="center" style="padding:10px 15px 10px 15px;" class="section-padding">
<table border="0" cellpadding="0" cellspacing="0" width="500" class="responsive-table">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- HERO IMAGE -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" style="padding:20px 0 20px 0;font-size:14px;line-height:25px;font-family:Helvetica, Arial, sans-serif;color:#666666;" class="padding-copy-left">Hi *|FNAME|*,<br>
<br>How much time did your team spend on writing test scripts this week? Test automation doesn't have to be daunting. MoQuality was founded with the idea of giving back this time to developers and making testing fun again.<br>
<br>Our AI-powered test-automation tool, Barista (inspired from coffee references in developer tools like Java and Espresso for Android, and EarlGrey for iOS), lets you quickly brew tests and run them on your mobile devices without having to write any test scripts.</td>
</tr>
<tr>
<td align="center" style="font-size:16px;font-family:Helvetica, Arial, sans-serif;color:#333333;padding-top:10px;" class="padding-copy">Testing is now as easy as</td>
</tr>
<tr>
<td align="center" style="font-size:25px;font-family:Helvetica, Arial, sans-serif;color:#333333;padding-bottom:10px;" class="padding-copy">Record. Run. Analyze.</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ONE COLUMN W/ BOTTOM IMAGE SECTION -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td bgcolor="#f8f8f8" align="center" style="padding:25px 15px 25px 15px;" class="section-padding-bottom-image">
<table border="0" cellpadding="0" cellspacing="0" width="500" class="responsive-table">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- BOTTOM IMAGE -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:50px 0 0 0;" align="center">
<img src="https://gallery.mailchimp.com/76ac4260623acd922e6bb1a9c/images/68322d95-2cd1-428d-bba8-6c88729a1e4b.gif" width="500" border="0" alt="Record" class="img-max" style="display: block; padding: 0; width: 500px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- COPY -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-size:25px;font-family:Helvetica, Arial, sans-serif;color:#333333;padding-top:30px;" class="padding-copy">Record</td>
</tr>
<tr>
<td align="center" style="padding:20px 0 0 0;font-size:14px;line-height:25px;font-family:Helvetica, Arial, sans-serif;color:#666666;" class="padding-copy">Simply walk through user-flows to build adaptive tests. No scripting needed.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ONE COLUMN W/ BOTTOM IMAGE SECTION -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td bgcolor="#ffffff" align="center" style="padding:25px 15px 25px 15px;" class="section-padding-bottom-image">
<table border="0" cellpadding="0" cellspacing="0" width="500" class="responsive-table">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- BOTTOM IMAGE -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:50px 0 0 0;" align="center">
<img src="https://gallery.mailchimp.com/76ac4260623acd922e6bb1a9c/images/d49a54f3-b3c7-4175-8e31-273bf8945776.gif" width="500" border="0" alt="Run" class="img-max" style="display: block; padding: 0; width: 500px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- COPY -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-size:25px;font-family:Helvetica, Arial, sans-serif;color:#333333;padding-top:30px;" class="padding-copy">Run</td>
</tr>
<tr>
<td align="center" style="padding:20px 0 0 0;font-size:14px;line-height:25px;font-family:Helvetica, Arial, sans-serif;color:#666666;" class="padding-copy">Run your tests on any device.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ONE COLUMN W/ BOTTOM IMAGE SECTION -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td bgcolor="#f8f8f8" align="center" style="padding:25px 15px 25px 15px;" class="section-padding-bottom-image">
<table border="0" cellpadding="0" cellspacing="0" width="500" class="responsive-table">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- BOTTOM IMAGE -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:50px 0 0 0;" align="center">
<img src="https://gallery.mailchimp.com/76ac4260623acd922e6bb1a9c/images/971e46c4-ee87-4a47-9e43-4f33a6a9bc65.png" width="500" border="0" alt="Analyze" class="img-max" style="display: block; padding: 0; width: 500px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- COPY -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-size:25px;font-family:Helvetica, Arial, sans-serif;color:#333333;padding-top:30px;" class="padding-copy">Analyze</td>
</tr>
<tr>
<td align="center" style="padding:20px 0 0 0;font-size:14px;line-height:25px;font-family:Helvetica, Arial, sans-serif;color:#666666;" class="padding-copy">See all your test results in one dashboard.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- TWO COLUMN SECTION -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td>
<!-- BULLETPROOF BUTTON -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mobile-button-container">
<tr>
<td align="center" style="padding:25px 0 0 0;" class="padding-copy">
<table border="0" cellspacing="0" cellpadding="0" class="responsive-table">
<tr>
<td align="center">
<a href="https://www.moquality.com/" target="_blank" style="font-size:18px;font-family:Helvetica, Arial, sans-serif;font-weight:normal;color:#ffffff;text-decoration:none;background-color:#5D9CEC;border-top:15px solid #5D9CEC;border-bottom:15px solid #5D9CEC;border-left:25px solid #5D9CEC;border-right:25px solid #5D9CEC;border-radius:3px;-webkit-border-radius:3px;display:inline-block;" class="mobile-button">Get Invited →</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" align="center" style="padding:25px 15px 25px 15px;" class="section-padding">
<table border="0" cellpadding="0" cellspacing="0" width="500" class="responsive-table">
<tr>
<td>
<!-- TITLE SECTION AND COPY -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" style="font-size:25px;font-family:Helvetica, Arial, sans-serif;color:#333333;" class="padding-copy">Next Week</td>
</tr>
<tr>
<td align="left" style="padding:20px 0 0 0;font-size:14px;line-height:25px;font-family:Helvetica, Arial, sans-serif;color:#666666;" class="padding-copy-left">Shauvik, our CEO and Co-founder, recently gave a talk on <b>
<i>Taming the Testing Cloud</i></b> at the Android Summit in DC and NCR’s Testing+Agile Summit in Atlanta. We will share his insights on how you can test your mobile app on real devices in the cloud. Stay tuned.<br>
<br>
Have a rocking weekend!<br>
<br>
Pushkar Kolhe<br>
CTO and Co-founder, MoQuality</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- FOOTER -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout:fixed;">
<tr>
<td bgcolor="#ffffff" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td style="padding:20px 0px 20px 0px;">
<!-- UNSUBSCRIBE COPY -->
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center" class="responsive-table">
<tr>
<td align="center" valign="middle" style="font-size:12px;line-height:18px;font-family:Helvetica, Arial, sans-serif;color:#666666;">
<a href="https://twitter.com/moqualityinc" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-twitter-48.png" style="width:24px; height: 24px; padding: 0px 10px 0px 10px;" alt="color-twitter-48.png"></a>
<a href="https://www.linkedin.com/company/moquality" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-linkedin-48.png" style="width:24px; height: 24px; padding: 0px 10px 0px 10px;" alt="color-linkedin-48.png"></a>
<a href="https://moquality.com" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-link-48.png" style="width:24px; height: 24px; padding: 0px 10px 0px 10px;" alt="color-link-48.png"></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td style="padding:5px 0px 20px 0px;">
<!-- UNSUBSCRIBE COPY -->
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center" class="responsive-table">
<tr>
<td align="center" valign="middle" style="font-size:12px;line-height:18px;font-family:Helvetica, Arial, sans-serif;color:#666666;">
<a href="*|UNSUB|*" class="original-only" style="color:#666666;text-decoration:none;">Unsubscribe</a> |
<a href="*|ARCHIVE|*" style="color:#666666;text-decoration:none;">View this email in your browser</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>