testio-tailwind 2.0.1 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/package.json +1 -1
  2. package/src/_includes/head.njk +85 -72
  3. package/src/_includes/header.njk +65 -0
  4. package/src/_layouts/base.njk +5 -81
  5. package/src/_layouts/email-template.njk +3 -79
  6. package/src/_layouts/page-example-customer.njk +3 -64
  7. package/src/_layouts/page-example-manager.njk +2 -63
  8. package/src/_layouts/page-example-tester.njk +2 -63
  9. package/src/_layouts/page-example.njk +2 -72
  10. package/src/_layouts/pure.njk +3 -0
  11. package/src/assets/images/assets_testinator/testinator_email_header.png +0 -0
  12. package/src/assets/images/logo_testinator/testinator_logo_purpleteal_black.png +0 -0
  13. package/src/assets/images/logo_testinator/testinator_logo_purpleteal_black.svg +33 -0
  14. package/src/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png +0 -0
  15. package/src/assets/images/logo_testinator/testinator_logo_purpleteal_white.png +0 -0
  16. package/src/assets/images/logo_testinator/testinator_logo_purpleteal_white.svg +33 -0
  17. package/src/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png +0 -0
  18. package/src/assets/stylesheets/components/cards.css +4 -4
  19. package/src/assets/stylesheets/components/chat.css +4 -4
  20. package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +4 -4
  21. package/src/assets/stylesheets/components/designsystem/designsystem-styles.css +5 -1
  22. package/src/assets/stylesheets/components/devices.css +1 -1
  23. package/src/assets/stylesheets/components/emptystate_message.css +7 -7
  24. package/src/assets/stylesheets/components/forms.css +3 -3
  25. package/src/assets/stylesheets/components/header.css +12 -4
  26. package/src/assets/stylesheets/components/icons.css +11 -11
  27. package/src/assets/stylesheets/components/list_item.css +3 -3
  28. package/src/assets/stylesheets/components/lists.css +1 -1
  29. package/src/assets/stylesheets/components/metasidebar.css +2 -2
  30. package/src/assets/stylesheets/components/notifications.css +2 -2
  31. package/src/assets/stylesheets/components/radio_tabs.css +1 -1
  32. package/src/assets/stylesheets/components/resultmodule.css +7 -7
  33. package/src/assets/stylesheets/components/search.css +3 -3
  34. package/src/assets/stylesheets/components/sections.css +2 -2
  35. package/src/assets/stylesheets/components/select.css +1 -1
  36. package/src/assets/stylesheets/components/select2.css +2 -2
  37. package/src/assets/stylesheets/components/selectable_token.css +1 -1
  38. package/src/assets/stylesheets/components/sidebar.css +5 -5
  39. package/src/assets/stylesheets/components/splitview.css +2 -2
  40. package/src/assets/stylesheets/components/tables.css +18 -18
  41. package/src/assets/stylesheets/components/test_header.css +2 -2
  42. package/src/assets/stylesheets/components/test_item.css +12 -10
  43. package/src/assets/stylesheets/components/tom_select.css +3 -4
  44. package/src/assets/stylesheets/components/trix_editor.css +14 -14
  45. package/src/assets/stylesheets/components/uploads.css +3 -3
  46. package/src/pages/email-templates/email_testinator.pug +362 -0
  47. package/src/pages/testinator/email.njk +19 -0
  48. package/src/pages/testinator/index.njk +7 -0
  49. package/src/pages/testinator/logo.haml +18 -0
  50. package/src/_includes/card_popover.haml +0 -7
  51. /package/src/_includes/{example-header-customer.pug → example-header-customer.njk} +0 -0
  52. /package/src/assets/images/{arrow-down.svg → icons/arrow-down.svg} +0 -0
  53. /package/src/assets/images/{arrow-left.svg → icons/arrow-left.svg} +0 -0
  54. /package/src/assets/images/{arrow-right.svg → icons/arrow-right.svg} +0 -0
  55. /package/src/assets/images/{arrow-thick-left.svg → icons/arrow-thick-left.svg} +0 -0
  56. /package/src/assets/images/{arrow-thick-right.svg → icons/arrow-thick-right.svg} +0 -0
  57. /package/src/assets/images/{arrow-translation-lg.svg → icons/arrow-translation-lg.svg} +0 -0
  58. /package/src/assets/images/{arrow-translation.svg → icons/arrow-translation.svg} +0 -0
  59. /package/src/assets/images/{arrow-up.svg → icons/arrow-up.svg} +0 -0
  60. /package/src/assets/images/{at-sign.svg → icons/at-sign.svg} +0 -0
  61. /package/src/assets/images/{attachment-fallbackimage.svg → icons/attachment-fallbackimage.svg} +0 -0
  62. /package/src/assets/images/{attachment.svg → icons/attachment.svg} +0 -0
  63. /package/src/assets/images/{bell-smile-xl.svg → icons/bell-smile-xl.svg} +0 -0
  64. /package/src/assets/images/{blocked.svg → icons/blocked.svg} +0 -0
  65. /package/src/assets/images/{bug-chat-xl.svg → icons/bug-chat-xl.svg} +0 -0
  66. /package/src/assets/images/{bug-deceased-xl.svg → icons/bug-deceased-xl.svg} +0 -0
  67. /package/src/assets/images/{bug-reproduction.svg → icons/bug-reproduction.svg} +0 -0
  68. /package/src/assets/images/{bug-sad-xl.svg → icons/bug-sad-xl.svg} +0 -0
  69. /package/src/assets/images/{bug-search-xl.svg → icons/bug-search-xl.svg} +0 -0
  70. /package/src/assets/images/{bug-sleeping-xl.svg → icons/bug-sleeping-xl.svg} +0 -0
  71. /package/src/assets/images/{bug-smile-xl.svg → icons/bug-smile-xl.svg} +0 -0
  72. /package/src/assets/images/{calendar.svg → icons/calendar.svg} +0 -0
  73. /package/src/assets/images/{caret-down-centered.svg → icons/caret-down-centered.svg} +0 -0
  74. /package/src/assets/images/{caret-down.svg → icons/caret-down.svg} +0 -0
  75. /package/src/assets/images/{caret-left-centered.svg → icons/caret-left-centered.svg} +0 -0
  76. /package/src/assets/images/{caret-left.svg → icons/caret-left.svg} +0 -0
  77. /package/src/assets/images/{caret-right-centered.svg → icons/caret-right-centered.svg} +0 -0
  78. /package/src/assets/images/{caret-right.svg → icons/caret-right.svg} +0 -0
  79. /package/src/assets/images/{caret-up-centered.svg → icons/caret-up-centered.svg} +0 -0
  80. /package/src/assets/images/{caret-up.svg → icons/caret-up.svg} +0 -0
  81. /package/src/assets/images/{check-circle-filled-white.svg → icons/check-circle-filled-white.svg} +0 -0
  82. /package/src/assets/images/{check-circle-filled.svg → icons/check-circle-filled.svg} +0 -0
  83. /package/src/assets/images/{check-circle.svg → icons/check-circle.svg} +0 -0
  84. /package/src/assets/images/{check-selectable-items.svg → icons/check-selectable-items.svg} +0 -0
  85. /package/src/assets/images/{check-thick-outline.svg → icons/check-thick-outline.svg} +0 -0
  86. /package/src/assets/images/{check-thick.svg → icons/check-thick.svg} +0 -0
  87. /package/src/assets/images/{check.svg → icons/check.svg} +0 -0
  88. /package/src/assets/images/{checkbox-background-black.svg → icons/checkbox-background-black.svg} +0 -0
  89. /package/src/assets/images/{checkbox-background-sm.svg → icons/checkbox-background-sm.svg} +0 -0
  90. /package/src/assets/images/{checkbox-background-white.svg → icons/checkbox-background-white.svg} +0 -0
  91. /package/src/assets/images/{checkbox-background.svg → icons/checkbox-background.svg} +0 -0
  92. /package/src/assets/images/{checkbox-sm-checked.svg → icons/checkbox-sm-checked.svg} +0 -0
  93. /package/src/assets/images/{circle-empty-white.svg → icons/circle-empty-white.svg} +0 -0
  94. /package/src/assets/images/{circle-sm-filled.svg → icons/circle-sm-filled.svg} +0 -0
  95. /package/src/assets/images/{clock.svg → icons/clock.svg} +0 -0
  96. /package/src/assets/images/{cross-circle-filled.svg → icons/cross-circle-filled.svg} +0 -0
  97. /package/src/assets/images/{cross-circle.svg → icons/cross-circle.svg} +0 -0
  98. /package/src/assets/images/{cross-thick.svg → icons/cross-thick.svg} +0 -0
  99. /package/src/assets/images/{cross.svg → icons/cross.svg} +0 -0
  100. /package/src/assets/images/{exclamation-circle-filled.svg → icons/exclamation-circle-filled.svg} +0 -0
  101. /package/src/assets/images/{exclamation-circle.svg → icons/exclamation-circle.svg} +0 -0
  102. /package/src/assets/images/{feature-check.svg → icons/feature-check.svg} +0 -0
  103. /package/src/assets/images/{feature-cross.svg → icons/feature-cross.svg} +0 -0
  104. /package/src/assets/images/{feature-draft.svg → icons/feature-draft.svg} +0 -0
  105. /package/src/assets/images/{feature.svg → icons/feature.svg} +0 -0
  106. /package/src/assets/images/{file-image-plus-lg.svg → icons/file-image-plus-lg.svg} +0 -0
  107. /package/src/assets/images/{file-image-plus-xl.svg → icons/file-image-plus-xl.svg} +0 -0
  108. /package/src/assets/images/{format-bold.svg → icons/format-bold.svg} +0 -0
  109. /package/src/assets/images/{format-code.svg → icons/format-code.svg} +0 -0
  110. /package/src/assets/images/{format-heading.svg → icons/format-heading.svg} +0 -0
  111. /package/src/assets/images/{format-indent-decrease.svg → icons/format-indent-decrease.svg} +0 -0
  112. /package/src/assets/images/{format-indent-increase.svg → icons/format-indent-increase.svg} +0 -0
  113. /package/src/assets/images/{format-italic.svg → icons/format-italic.svg} +0 -0
  114. /package/src/assets/images/{format-link.svg → icons/format-link.svg} +0 -0
  115. /package/src/assets/images/{format-list-bulleted.svg → icons/format-list-bulleted.svg} +0 -0
  116. /package/src/assets/images/{format-list-numbered.svg → icons/format-list-numbered.svg} +0 -0
  117. /package/src/assets/images/{format-mark.svg → icons/format-mark.svg} +0 -0
  118. /package/src/assets/images/{format-quote.svg → icons/format-quote.svg} +0 -0
  119. /package/src/assets/images/{format-strikethrough.svg → icons/format-strikethrough.svg} +0 -0
  120. /package/src/assets/images/{forward.svg → icons/forward.svg} +0 -0
  121. /package/src/assets/images/{lock.svg → icons/lock.svg} +0 -0
  122. /package/src/assets/images/{logo-mobile-cloud.svg → icons/logo-mobile-cloud.svg} +0 -0
  123. /package/src/assets/images/{message-feedback.svg → icons/message-feedback.svg} +0 -0
  124. /package/src/assets/images/{message-question-filled.svg → icons/message-question-filled.svg} +0 -0
  125. /package/src/assets/images/{message-question.svg → icons/message-question.svg} +0 -0
  126. /package/src/assets/images/{message.svg → icons/message.svg} +0 -0
  127. /package/src/assets/images/{pencil.svg → icons/pencil.svg} +0 -0
  128. /package/src/assets/images/{question-circle.svg → icons/question-circle.svg} +0 -0
  129. /package/src/assets/images/{radio-checked-black.svg → icons/radio-checked-black.svg} +0 -0
  130. /package/src/assets/images/{radio-checked-white.svg → icons/radio-checked-white.svg} +0 -0
  131. /package/src/assets/images/{redo.svg → icons/redo.svg} +0 -0
  132. /package/src/assets/images/{remove.svg → icons/remove.svg} +0 -0
  133. /package/src/assets/images/{search.svg → icons/search.svg} +0 -0
  134. /package/src/assets/images/{seat.svg → icons/seat.svg} +0 -0
  135. /package/src/assets/images/{section.svg → icons/section.svg} +0 -0
  136. /package/src/assets/images/{select-languagepair-arrow-double.svg → icons/select-languagepair-arrow-double.svg} +0 -0
  137. /package/src/assets/images/{select-languagepair-arrow-single.svg → icons/select-languagepair-arrow-single.svg} +0 -0
  138. /package/src/assets/images/{sendmessage.svg → icons/sendmessage.svg} +0 -0
  139. /package/src/assets/images/{speaker.svg → icons/speaker.svg} +0 -0
  140. /package/src/assets/images/{test-archived.svg → icons/test-archived.svg} +0 -0
  141. /package/src/assets/images/{test-automation.svg → icons/test-automation.svg} +0 -0
  142. /package/src/assets/images/{test-check.svg → icons/test-check.svg} +0 -0
  143. /package/src/assets/images/{test-ended.svg → icons/test-ended.svg} +0 -0
  144. /package/src/assets/images/{test-failed.svg → icons/test-failed.svg} +0 -0
  145. /package/src/assets/images/{test-initialized.svg → icons/test-initialized.svg} +0 -0
  146. /package/src/assets/images/{test-locked.svg → icons/test-locked.svg} +0 -0
  147. /package/src/assets/images/{test-plus.svg → icons/test-plus.svg} +0 -0
  148. /package/src/assets/images/{test-promoted.svg → icons/test-promoted.svg} +0 -0
  149. /package/src/assets/images/{test-running.svg → icons/test-running.svg} +0 -0
  150. /package/src/assets/images/{test-stopped.svg → icons/test-stopped.svg} +0 -0
  151. /package/src/assets/images/{test.svg → icons/test.svg} +0 -0
  152. /package/src/assets/images/{testcase.svg → icons/testcase.svg} +0 -0
  153. /package/src/assets/images/{testio-logo-onwhite.svg → icons/testio-logo-onwhite.svg} +0 -0
  154. /package/src/assets/images/{testio-symbol-red.svg → icons/testio-symbol-red.svg} +0 -0
  155. /package/src/assets/images/{triangle-centered-down.svg → icons/triangle-centered-down.svg} +0 -0
  156. /package/src/assets/images/{triangle-centered-left.svg → icons/triangle-centered-left.svg} +0 -0
  157. /package/src/assets/images/{triangle-centered-right.svg → icons/triangle-centered-right.svg} +0 -0
  158. /package/src/assets/images/{triangle-centered-up.svg → icons/triangle-centered-up.svg} +0 -0
  159. /package/src/assets/images/{triangle-down.svg → icons/triangle-down.svg} +0 -0
  160. /package/src/assets/images/{triangle-up.svg → icons/triangle-up.svg} +0 -0
  161. /package/src/assets/images/{undo.svg → icons/undo.svg} +0 -0
  162. /package/src/assets/images/{verify-exclamation.svg → icons/verify-exclamation.svg} +0 -0
@@ -0,0 +1,362 @@
1
+ ---
2
+ layout: pure.njk
3
+ title: Testinator Email Template
4
+ permalink: "|/email-testinator/"
5
+ tags: testinatorEmail
6
+ ---
7
+
8
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9
+ html(lang="en")
10
+ head
11
+ meta(content='text/html; charset=UTF-8', http-equiv='Content-Type')
12
+ title test IO
13
+ meta(content='width=device-width', name='viewport')
14
+ style(type='text/css').
15
+
16
+ /* RESET STYLES */
17
+ #outlook a {
18
+ padding: 0;
19
+ }
20
+ .ReadMsgBody {
21
+ width: 100%;
22
+ }
23
+ .ExternalClass {
24
+ width: 100%;
25
+ }
26
+ .ExternalClass,
27
+ .ExternalClass p,
28
+ .ExternalClass span,
29
+ .ExternalClass font,
30
+ .ExternalClass td,
31
+ .ExternalClass div {
32
+ line-height: 100%;
33
+ }
34
+ body,
35
+ table,
36
+ td,
37
+ a {
38
+ -webkit-text-size-adjust: 100%;
39
+ -ms-text-size-adjust: 100%;
40
+ }
41
+ /* Prevent WebKit and Windows mobile changing default text sizes */
42
+ table,
43
+ td {}
44
+ /* Remove spacing between tables in Outlook 2007 and up */
45
+ img {
46
+ -ms-interpolation-mode: bicubic;
47
+ }
48
+
49
+ .appleBody a {
50
+ color: #68440a;
51
+ text-decoration: none;
52
+ }
53
+
54
+ .appleFooter a {
55
+ color: #999999;
56
+ text-decoration: none;
57
+ }
58
+
59
+ /*/// Custom styles ///*/
60
+
61
+
62
+
63
+ table {
64
+ border-collapse: collapse !important;
65
+ }
66
+
67
+ body {
68
+ height: 100% !important;
69
+ margin: 0;
70
+ padding: 0;
71
+ width: 100% !important;
72
+ background-color: #222222;
73
+ }
74
+
75
+ h1,
76
+ h2,
77
+ h3,
78
+ h4,
79
+ h5,
80
+ h6 {
81
+ color: #1d1d1d;
82
+ line-height: 1.5;
83
+ padding: 0 0 0 0;
84
+ margin-bottom: 15px;
85
+ text-align: left;
86
+ }
87
+ h1 {
88
+ font-weight: 300 !important;
89
+ font-size: 35px !important;
90
+ line-height: 38px !important;
91
+ margin-top: 0;
92
+ }
93
+ h2 {
94
+ font-weight: 300 !important;
95
+ font-size: 25px !important;
96
+ line-height: 28px !important;
97
+ }
98
+ h3 {
99
+ font-weight: 300 !important;
100
+ font-size: 22px !important;
101
+ line-height: 22px !important;
102
+ }
103
+ p {
104
+ font-weight: 400;
105
+ font-size: 16px;
106
+ line-height: 24px;
107
+ padding: 0 0 15px 0;
108
+ color: #5f656d;
109
+ text-align: left;
110
+ }
111
+ img {
112
+ border: 0;
113
+ height: auto;
114
+ line-height: 100%;
115
+ outline: none;
116
+ text-decoration: none;
117
+ display: block;
118
+ margin-bottom: 20px;
119
+ width: 100%;
120
+ max-width: 500px;
121
+ }
122
+
123
+ .mobile-padding {
124
+ width: 100%;
125
+ padding-left: 15px;
126
+ padding-right: 15px;
127
+ }
128
+
129
+ .email-wrapper {
130
+ max-width: 600px;
131
+ }
132
+
133
+ .email-header {
134
+ padding-top: 20px;
135
+ }
136
+
137
+ .emailheader-logo {
138
+ display: block;
139
+ width: 280px;
140
+ height: 64px;
141
+ max-width: 100%;
142
+ }
143
+
144
+ .space-logo-container {
145
+ padding: 30px;
146
+ height: 120px;
147
+ background-color: #78EAC1;
148
+ border-radius: 10px 10px 0 0;
149
+ }
150
+
151
+ .space-title {
152
+ font-family: Open Sans, Helvetica, Arial, sans-serif;
153
+ color: #FFFFFF;
154
+ font-size: 16px;
155
+ }
156
+
157
+ .space-logo {
158
+ width: 100%;
159
+ height: auto;
160
+ max-width: 300px;
161
+ max-height: 150px;
162
+ margin-bottom: 0;
163
+ }
164
+
165
+ .email-content {
166
+ padding: 40px;
167
+ font-family: Open Sans, Helvetica, Arial, sans-serif;
168
+ color: #000000;
169
+ font-size: 16px;
170
+ background-color: #ffffff;
171
+ }
172
+
173
+ .email-footer {
174
+ width: 100%;
175
+ background-position: center;
176
+ background-repeat: no-repeat;
177
+ background-color: #181818;
178
+ font-size: 12px;
179
+ line-height: 18px;
180
+ font-family: Helvetica, Arial, sans-serif;
181
+ color:#666666;
182
+ }
183
+
184
+ .email-footer a {
185
+ color: #78EAC1
186
+ }
187
+
188
+ .footer-wrapper {
189
+ padding: 20px 0;
190
+ }
191
+
192
+ .footer-logo {
193
+ display: block;
194
+ height: 40px;
195
+ width: auto;
196
+ padding-top: 20px;
197
+ }
198
+
199
+ .text-poweredby {
200
+ padding-top: 20px;
201
+ text-align: right;
202
+ }
203
+
204
+ .footer-links {
205
+ text-align: center;
206
+ padding-bottom: 20px;
207
+ }
208
+
209
+ .footer-links a {
210
+ padding-left: 10px;
211
+ padding-right: 10px;
212
+ }
213
+
214
+ .footer-disclaimer {
215
+ display: block;
216
+ padding-bottom: 10px;
217
+ text-align: center;
218
+ }
219
+
220
+ .unsubscribe-wrapper {
221
+ display: block;
222
+ padding: 10px 10px;
223
+ text-align: center;
224
+ background-color: #1d1d1d;
225
+ border-top: 1px solid #5f656d;
226
+ font-size: 12px;
227
+ line-height: 18px;
228
+ font-family: Helvetica, Arial, sans-serif;
229
+ color:#666666;
230
+ }
231
+
232
+ .unsubscribe-wrapper a {
233
+ color: #78EAC1
234
+ }
235
+ .unsubscribe-link {
236
+ color: #666666;
237
+ margin-right: 40px;
238
+ }
239
+
240
+ a.email-button {
241
+ display: block;
242
+ min-height: 25px;
243
+ min-width: 100px;
244
+ margin-left: 20% !important;
245
+ margin-right: 20% !important;
246
+ margin-top: 15px;
247
+ margin-bottom: 30px;
248
+ padding: 0 10px !important;
249
+ font-size: 18px;
250
+ font-weight: 500;
251
+ font-style: bold;
252
+ text-decoration: none;
253
+ text-align: center;
254
+ color: #222222;
255
+ background-color: #78EAC1;
256
+ border-top: 15px solid #78eac1;
257
+ border-bottom: 15px solid #78eac1;
258
+ border-left: 15px solid #78eac1;
259
+ border-right: 15px solid #78eac1;
260
+ border-radius: 30px;
261
+ -webkit-border-radius: 30px;
262
+ outline: none;
263
+ }
264
+ a.intercom-h2b-button {
265
+ display: block;
266
+ min-height: 25px;
267
+ min-width: 100px;
268
+ margin-left: 20% !important;
269
+ margin-right: 20% !important;
270
+ margin-top: 15px;
271
+ margin-bottom: 30px;
272
+ padding: 0 10px !important;
273
+ font-size: 18px;
274
+ font-weight: 500;
275
+ font-style: bold;
276
+ text-decoration: none;
277
+ text-align: center;
278
+ color: #222222;
279
+ background-color: #78EAC1;
280
+ border-top: 15px solid #78EAC1;
281
+ border-bottom: 15px solid #78EAC1;
282
+ border-left: 15px solid #78EAC1;
283
+ border-right: 15px solid #78EAC1;
284
+ border-radius: 30px;
285
+ -webkit-border-radius: 30px;
286
+ outline: none;
287
+ }
288
+ .button-wrapper {
289
+ text-align: center;
290
+ background-color: #236a84;
291
+ padding: 40px 0;
292
+ }
293
+ a.wrapped {
294
+ margin-left: 0;
295
+ background-color: #fff;
296
+ color: #236a84;
297
+ }
298
+ ul,
299
+ ol {
300
+ text-align: left;
301
+ }
302
+
303
+
304
+ body
305
+ table(border='0', cellpadding='0', cellspacing='0', width='100%')
306
+ tr
307
+ td.mobile-padding.email-header
308
+ table.email-wrapper(align='center', border='0', cellpadding='0', cellspacing='0', width='100%')
309
+ tr
310
+ td.space-logo-container(align='center')
311
+ img.space-logo(src='/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png', alt='Logo')
312
+ table(border='0', cellpadding='0', cellspacing='0', width='100%')
313
+ tr
314
+ td.mobile-padding
315
+ table.email-wrapper(align='center', border='0', cellpadding='0', cellspacing='0', width='100%')
316
+ tr
317
+ td.email-content(align='center')
318
+ h1 Here&apos;s the main h1 heading
319
+ p
320
+ strong Strong subheadline with some lorem ipsum
321
+ p
322
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer feugiat facilisis purus at scelerisque. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam tincidunt porttitor eros, vitae vestibulum dui facilisis eu. Cras eu ipsum lacus. Integer faucibus iaculis lorem, quis pretium leo rhoncus eget. Duis sodales tincidunt est a pretium. Nunc orci nisl, dignissim non pretium sed, fermentum vel purus. Sed quis enim rhoncus leo dapibus molestie in eu risus. Sed tincidunt tristique urna. Nullam accumsan tincidunt sem vitae fermentum. Nunc est nulla, adipiscing et laoreet nec,
323
+ a(target='_blank', href='http://testinator.ai') convallis vel ante
324
+ | . Quisque cursus, odio ac pharetra tristique, diam felis lobortis orci, at blandit sem mauris eget lacus. Ut placerat posuere lacus, nec suscipit libero iaculis in.
325
+ a.email-button(href='#') email-button
326
+ img(src='/assets/images/placeholders/Approaches-desktop.png')
327
+ h2 Here&apos;s an h2 heading for structuring the content
328
+ p Fusce eget augue quam. Maecenas vehicula ligula in nibh dapibus sollicitudin. Donec eget vulputate mauris. Duis fringilla nunc vitae quam euismod non interdum orci aliquet. Duis at lacus erat, sed ultricies felis. Phasellus faucibus mauris vel odio iaculis ullamcorper. In hac habitasse platea dictumst. Integer id odio justo. Ut a ligula arcu. Vestibulum nec quam justo. Suspendisse molestie neque a enim accumsan auctor ornare lacus pellentesque. Praesent vitae lectus vitae sapien scelerisque auctor.
329
+ p Here&apos;s an announcement message containing facilisis auctor dolor, et fringilla turpis suscipit et. Pellentesque ipsum risus, vehicula eu rutrum non, ornare aliquam lectus. Donec sed tortor ut quam ultrices tincidunt. Sed sagittis tincidunt pulvinar.
330
+ h3 H3 New announcements
331
+ p.email-card
332
+ | A card containing some very important: Ut facilisis auctor dolor, et fringilla turpis suscipit et. Pellentesque ipsum risus, vehicula eu rutrum non, ornare aliquam lectus. Donec sed tortor ut quam ultrices tincidunt. Sed sagittis tincidunt pulvinar.
333
+ a.intercom-h2b-button(href='#') intercom-h2b-button
334
+ table.email-footer(border='0', cellpadding='0', cellspacing='0', width='100%')
335
+ tr
336
+ td.mobile-padding
337
+ table.email-wrapper(align='center', border='0', cellpadding='0', cellspacing='0', width='100%')
338
+ tr
339
+ td
340
+ a(target='_blank', href='http://testinator.ai')
341
+ img.footer-logo(src='/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png', alt='Logo')
342
+ td(align='right')
343
+ p.text-poweredby Powered by Test IO | EPAM
344
+ table.email-wrapper(align='center', border='0', cellpadding='0', cellspacing='0', width='100%')
345
+ tr(align='center')
346
+ td.mobile-padding
347
+ .footer-disclaimer
348
+ | This email and its contents are intended for informational purposes only. By submitting your email address, you consented to receive communications related to your Testinator demo test. We respect your privacy and handle your data in accordance with applicable data protection laws, including the General Data Protection Regulation (GDPR). Learn more in our
349
+ a(target='_blank', href='https://test.io/dataprivacy') Privacy Policy
350
+ | .
351
+ tr
352
+ td.footer-links(align='center')
353
+ a(target='_blank', href='https://test.io/dataprivacy') data privacy
354
+ a(target='_blank', href='https://test.io/ai-in-qa/testinator') about
355
+ a(target='_blank', href='https://test.io/policies') terms
356
+ table(width='100%', cellspacing='0', cellpadding='0', border='0')
357
+ tr
358
+ td
359
+ .unsubscribe-wrapper
360
+ | If you received this email in error or would like to request to access, update, or delete your data, you can
361
+ a(target='_blank', href='mailto:testinator@test.io') contact us
362
+ | anytime.
@@ -0,0 +1,19 @@
1
+ ---
2
+ tags: testinator
3
+ title: Email Template
4
+ ---
5
+
6
+ <a class="btn btn-primary" href="/email-testinator">Show email template</a>
7
+
8
+ {% set collection = collections.testinatorEmail %}
9
+ {%- for section in collection -%}
10
+ <details class="mt-3">
11
+ <summary class="btn btn-sm btn-gray">
12
+ <span class="icon icon-format-code mr-icon-spacing"></span>
13
+ <span>Show source</span>
14
+ </summary>
15
+ <div class="ds-code-preview">
16
+ <pre><code class="code html-preview">{{ section.templateContent | trim }}</code></pre>
17
+ </div>
18
+ </details>
19
+ {%- endfor -%}
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: base
3
+ permalink: testinator/
4
+ ---
5
+
6
+ {% set collection = collections.testinator %}
7
+ {% include "page-with-sidebar-nocode.njk" %}
@@ -0,0 +1,18 @@
1
+ ---
2
+ tags: testinator
3
+ title: Testinator logo
4
+ ---
5
+
6
+ .grid.gap-md.grid-cols-2{class:"xl:grid-cols-3 2xl:grid-cols-4"}
7
+ %a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png"}
8
+ %img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png"}
9
+ .text-xs.mt-2 Logo horizontal white PNG
10
+ %a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_white.svg"}
11
+ %img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_white.svg"}
12
+ .text-xs.mt-2 Logo horizontal white SVG
13
+ %a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png"}
14
+ %img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png"}
15
+ .text-xs.mt-2 Logo horizontal black PNG
16
+ %a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_black.svg"}
17
+ %img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_black.svg"}
18
+ .text-xs.mt-2 Logo horizontal black SVG
@@ -1,7 +0,0 @@
1
- %details.popover-wrapper.dropright.card-info-popover
2
- %summary
3
- .btn.btn-sm.btn-square
4
- .icon.icon-info
5
- .popover-menu.info
6
- .popover-title Popover title
7
- .popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
File without changes
File without changes
File without changes