-
Notifications
You must be signed in to change notification settings - Fork 0
/
bare.html
77 lines (77 loc) · 2.41 KB
/
bare.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
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; max-width: 600px; margin: auto; background-color: #f4f4f4; font-family: sans-serif, arial;" class="re">
<!-- Header -->
<tr style="background: #000;">
<td align="center" valign="top" width="100%" class="re__column" style="padding-top: 15px;">
<table border="0" cellpadding="10" cellspacing="0" width="100%" class="default">
<tr>
<td align="center">
<img src="https://dev.theleakrepair.com/images/the-leak-repair-logo-white.png" width="150" alt="Nelson's gin & vodka school logo" />
</td>
</tr>
</table>
</td>
</tr>
<!-- Header -->
<tr>
<td align="center" valign="top" width="100%" class="re__column">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="default">
<tr>
<td align="center">
<div style="background: #4e4e4e; height: 5px;"></div>
</td>
</tr>
</table>
</td>
</tr>
<!-- Content -->
<tr align="center" valign="top" width="100%" class="re__column">
<td style="padding-top: 15px;">
<table border="0" cellpadding="10" cellspacing="0" width="100%" class="default">
<tr>
<td align="center">
<h3 style="margin: 0; text-transform: uppercase; color: #443636;"> Booking Schedule</h3>
</td>
</tr>
</table>
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td align="center">
<table border="1" cellpadding="10" cellspacing="0" style="border-collapse: collapse; border: 1px #ccc solid; border-radius: 30px; width: auto; min-width: 70%; margin: auto;" class="default">
<tr>
<td>Date:</td><td>{{ date }}</td>
</tr>
<tr>
<td>Fullname:</td><td>{{ fullname }}</td>
</tr>
<tr>
<td>Email:</td><td>{{ email }}</td>
</tr>
<tr>
<td>Contact number:</td><td>{{ mobilephone }}</td>
</tr>
<tr>
<td>Address:</td><td>{{ address }}</td>
</tr>
<tr>
<td>Description:</td><td>{{ description }}</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- Footer -->
<tr>
<td align="center" valign="top" width="100%" class="re__column" style="padding-bottom: 15px;">
</td>
</tr>
</table>
<!-- Outside footer-->
<table cellpadding="10" style="margin: auto; text-align: center;">
<tr>
<td style="text-align: center;">
<p><em>Copyright © 2021 The Leak Repair.</em></p>
</td>
</tr>
</table>