-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
340 lines (340 loc) · 17.9 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Responsive Transaction HTML Email</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<style>
@media only screen and (max-width: 1960px){
.container {
width: 600px;
}
}
@media only screen and (max-width: 600px){
.container {
width: 100% !important;
display: block !important;
}
.header {
width: 100% !important;
display: block !important;
}
.header .bridgeworkslogo{
text-align: center !important;
}
.header .transaction{
display: block !important;
text-align: left !important;
}
.header tbody tr td:nth-child(1) {
display: block !important;
width: 100% !important;
text-align: center !important;
}
.header tbody tr td:nth-child(2) {
display: block !important;
text-align: left !important;
}
.hello {
width: 100% !important;
margin: 0 !important;
display: block;
float: left;
text-align: left;
}
.merchant {
width: 100% !important;
margin: 0 !important;
display: block;
float: left;
text-align: left;
}
.description {
width: 100% !important;
margin: 0 !important;
display: block;
float: left;
text-align: left;
}
.description tbody {
width: 100% !important;
display: inline-block !important;
}
.description .description-data {
display: inline-block !important;
padding: 5px 3px 5px 3px !important;
width: 17% !important;
}
.description tbody tr td:nth-child(1) {
padding: 5px 50px 5px 1px !important;
}
.description tbody tr td:nth-child(3) {
width: 7% !important;
padding: 5px 35px 5px 20px !important;
}
.description tbody tr td:nth-child(4) {
padding: 5px 16px 5px 0px !important;
}
.description .description-price{
padding: 1px !important;
width: 24% !important;
display: inline-block !important;
}
.description .description-section .one {
padding: 5px 10px 5px 1px !important;
}
.description .description-section .two {
padding: 5px 5px 5px 15px !important;
}
.description .description-section .four {
padding: 5px 0px 5px 30px !important;
}
.description .description-price a{
display: none !important;
}
.description .description-price tr td{
width: 24% !important;
display: inline-block !important;
}
.description .description-section .three {
width: 2% !important;
display: inline-block !important;
padding: 5px 0px 5px 11px !important;
}
.subtotal tbody {
width: 100% !important;
display: block !important;
}
.subtotal td{
text-align: left !important;
padding: 0 0px 0 1px !important;
}
.footer {
width: 440px !important;
margin: 0 !important;
display: block;
float: left;
text-align: left;
}
}
/* Client-specific Styles */
#outlook a {
padding: 0;
} /* Force Outlook to provide a "view in browser" menu link. */
body {
width: 100% !important;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
padding: 0;
}
/* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */
.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.*/
#backgroundTable {
margin: 0;
padding: 0;
width: 100% !important;
line-height: 100% !important;
}
/*##############################################*/
/*IPHONE STYLES*/
/*##############################################*/
@media only screen and (max-width: 480px) {
table {
/*position: relative;*/
width: 100% !important;
display: block !important;
}
table tbody tr{
width: 100% !important;
display: block !important;
}
table tbody tr td{
width: 100% !important;
display: block !important;
}
.container{
padding: 5px !important;
}
.hello {
width: 100% !important;
}
.merchant {
width: 100% !important;
}
.description {
width: 100% !important;
}
.description tbody tr td {
width: 100% !important;
text-align: left !important;
}
.subtotal {
width: 100% !important;
}
.footer {
width: 100% !important;
}
.footer hr {
width: 50% !important;
}
}
</style>
</head>
<body style="background: #ffffff;">
<!-- start of transactional html email -->
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center" class="container">
<tbody>
<tr valign="top">
<td width="100%">
<!-- start of header section-->
<table style="color:#333333!important;font-family:arial,helvetica,sans-serif;font-size:12px;margin-bottom: 10px;" width="600" cellspacing="0" cellpadding="0" border="0" align="center" class="header">
<tbody>
<tr valign="top">
<td class="bridgeworkslogo">
<img src="https://i.postimg.cc/WpxrT5hP/Bridge-works.png" alt="bridgeworkslogo" border="0" style="width: 30%;">
</td>
<td class="transaction" valign="middle" align="right">
Nov 25, 2021 21:54:26 EST
<br>
Transaction ID:
<a href="https://aloharene.github.io/Responsive-Transaction-HTML-Email/" target="_blank">
4VE55081WG423333H
</a>
</td>
</tr>
</tbody>
</table>
<!-- end of header section-->
<!-- start of Hello Martha Wayne section-->
<table style="color:#333333!important;font-size:12px;margin-bottom: 10px;" width="600" cellspacing="0" cellpadding="0" border="0" align="center" class="hello">
<tbody>
<tr valign="top">
<td>
<span style="color:#333333!important;font-weight:bold;font-family:arial,helvetica,sans-serif;font-size: 16px;">Hello Martha Wayne,</span>
<br>
<br>
<p style="font-size:14px;color:#c88039;font-weight:bold;text-decoration:none">You sent a payment of $445.30 USD to BRIDGEWORKS Co.,Ltd.
<br>
<span style="font-size:14px;color:#c88039;font-weight:bold;text-decoration:none"> (<a href="mailto:info@bridgeworks.com" target="_blank">info@bridgeworks.com</a>)
</span>
</p>
<br>
<span style="font-size: 16px;">
It may take a few moments for this transaction to appear in your account.
</span>
<br>
</td>
</tr>
</tbody>
</table>
<!-- end of Hello Martha Wayne section-->
<!--start of Merchant section-->
<table style="color:#666666!important;font-family:arial,helvetica,sans-serif;font-size:11px;margin-bottom:20px;clear:both;" class="merchant" width="600" cellspacing="0" cellpadding="0" border="0" align="left">
<tbody style="width: 100%; display: block;">
<tr>
<td style="padding-top:15px" width="50%" valign="top" align="left"><span style="color:#333333;font-weight:bold">Merchant</span>
<br>BRIDGEWORKS Co.,Ltd.
<br><a href="mailto:info@email.com" target="_blank">info@bridgeworks.com</a>
<br>
</td>
<td style="padding-top:15px" valign="top"><span style="color:#333333;font-weight:bold">Instructions to merchant</span>
<br>You haven't entered any instructions.</td>
</tr>
<tr>
<td style="padding-top:15px" width="40%" valign="top" align="left"><span style="font-family:arial,helvetica,sans-serif;font-size:12px"><span style="color:#333333;font-weight:bold">Shipping address - </span><span style="color:#4c8f3a">confirmed</span></span>
<br>Martha Wayne
<br>1007 Mountain Drive
<br>Gotham, NJ 19007-7007
<br>United States
<br>
</td>
<td style="padding-top:15px" valign="top"><span style="color:#333333;font-weight:bold">Shipping details</span>
<br>The seller hasn’t provided any shipping details yet.</td>
</tr>
</tbody>
</table>
<!--end of Merchant section-->
<!--start of Description section-->
<table style="clear:both;color:#666666!important;font-family:arial,helvetica,sans-serif;font-size:11px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="description">
<tbody style="width: 100% !important; display: block;">
<tr><td class="description-data" style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px;color:#333333!important" width="350" align="left">Description</td><td class="description-data" style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px;color:#333333!important" width="100" align="right">Unit price</td><td class="description-data" style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px;color:#333333!important" width="50" align="right">Qty</td><td class="description-data" style="border:1px solid #ccc;border-right:none;border-left:none;padding:5px 10px 5px 10px;color:#333333!important" width="80" align="right">Amount</td>
</tr>
<tr class="description-section">
<td class="description-price one" style="padding:10px" align="left"><a href="https://aloharene.github.io/Responsive-Transaction-HTML-Email/" target="_blank"><span class="il">bridgeworks</span>.com</a> order ID 77715
<br>Item# 77735</td><td class="description-price two" style="padding:10px" align="right">$445.30 USD</td><td class="description-price three" style="padding:10px" align="right">1</td>
<td class="description-price four" style="padding:10px" align="right">$445.30 USD</td>
</tr>
</tbody>
</table>
<!--end of Description section-->
<!--start of Subtotal section-->
<table style="border-top:1px solid #ccc;border-bottom:1px solid #ccc;clear:both;color:#666666!important;font-family:arial,helvetica,sans-serif;font-size:11px;margin-bottom: 10px;" width="595" cellspacing="0" cellpadding="0" border="0" align="left" class="subtotal">
<tbody>
<tr>
<td>
<table style="color:#666666!important;font-family:arial,helvetica,sans-serif;font-size:11px;margin-top:20px;clear:both;width:100%;" cellspacing="0" cellpadding="0" border="0" align="right">
<tbody>
<tr>
<td style="width:390px;text-align:right;padding:0 10px 0 0"><strong>Subtotal</strong></td>
<td style="width:90px;text-align:right;padding:0 5px 0 0">$445.30 USD</td>
</tr>
<tr>
<td style="width:390px;text-align:right;padding:0 10px 0 0"><span style="color:#333333!important;font-weight:bold">Total</span></td>
<td style="width:90px;text-align:right;padding:0 5px 0 0">$445.30 USD</td>
</tr>
<tr>
<td style="width:390px;text-align:right;padding:20px 10px 0 0"><span style="color:#333333!important;font-weight:bold">Payment</span></td>
<td style="width:90px;text-align:right;padding:20px 5px 0 0">$445.30 USD</td>
</tr>
<tr>
<td style="width:390px;text-align:right;padding:10px 10px 10px 0">Payment sent to <a href="mailto:info@bridgeworks.com" target="_blank">info@bridgeworks.com</a></td>
<td style="width:90px;text-align:right;padding:20px 5px 0 0"></td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--end of Subtotal section-->
<!--start of Footer section-->
<table class="footer">
<tbody>
<tr>
<td>
<br>
<br>
<br><span style="clear:left;font-weight:bold;color:#333333">Issues with this transaction?</span>
<br><span style="font-size: 12px;font-family: arial,helvetica,sans-serif;color: #333 !important;"><p style="margin-top: 2px !important;">You have 180 days from the date of the transaction to open a dispute in the Resolution Center.</p></span>
<br>
<br><span style="font-size: 12px;font-family: arial,helvetica,sans-serif;color: #333 !important;">Questions? Go to the Help Center at <a href="https://aloharene.github.io/Responsive-Transaction-HTML-Email/" target="_blank">www.bridgeworks.com/help</a>.</span>
<br>
<br>
<br>
<br><span style="font-size:11px;color:#333">Please do not reply to this email. This mailbox is not monitored and you will not receive a response. For assistance, log in to your Bridgeworks account and click <strong>Help</strong> in the top right corner of any Bridgeworks page.</span>
<br>
<br><span style="font-size:11px;color:#333">You can receive plain text emails instead of HTML emails. To change your Notifications preferences, log in to your account, go to your Profile, and click <strong>My settings</strong>.<br><br></span><br>
<hr width="400"><span>Copyright © 1999-2021 bridgeworks. All rights reserved.<br></span>
<br><span style="color:#333333;font-family:arial,helvetica,sans-serif;font-size:11px"><span>Bridgeworks Email ID PP777 - 5e4877738bd03</span></span>
</td>
</tr>
</tbody>
</table>
<!--end of Footer section-->
</td>
</tr>
</tbody>
</table>
<!--end of transactional html email -->
</body>
</html>