-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (87 loc) · 5.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=450, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap" rel="stylesheet">
<style>
body{
display: grid;
place-items: center;
min-height: 100vh;
}
</style>
</head>
<body style="margin: 0;">
<table border="0" cellspacing="0" cellpadding="0" width="450" style="width: 450px;">
<tr>
<td style="border-bottom: 1px solid #E4E1D6; padding-bottom: 2px;">
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 100%;">
<tr>
<td style="vertical-align: top; padding-top: 8px;">
<p style="font-size: 12.5pt; font-weight: 400; font-family: 'Roboto', sans-serif; margin: 0px;">
<strong style="color:#F90189; font-size: 15.5pt; font-weight: 700;">Simon Parker</strong><br>
<span style="color: #AAAAAA;">Co-Founder <span style="color:#F90189;">|</span> DRONE ALLSTARS</span>
</p>
<p style="color: #6B6B6B; font-size: 11pt; font-weight: 400; font-family: 'Roboto', sans-serif; line-height: 1.3; margin-top: 19px; margin-bottom: 0;">
<strong style="color:#F90189; font-weight: 600;">Phone:</strong>
<a href="tel:07515005000" target="_blank" title="Phone" style="color: #6B6B6B; text-decoration: none !important;">
<span style="color: #6B6B6B; text-decoration: none !important;">0751 500 5000</span>
</a><br>
<strong style="color: #F90189; font-weight: 600;">Email:</strong>
<a href="mailto:simon@droneallstars.co.uk" target="_blank" title="Email" style="color: #6B6B6B; text-decoration: none !important;">
<span style="color: #6B6B6B; text-decoration: none !important;">simon@droneallstars.co.uk</span>
</a>
</p>
</td>
<td align="right" style="vertical-align: top;">
<img src="https://developer-zahid.github.io/Drone-Allstars-Email-Signature/images/logo.gif" alt="logo" width="138" style="display: block; width: 138px;" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding-top: 3px; padding-bottom: 3px;">
<img src="https://developer-zahid.github.io/Drone-Allstars-Email-Signature/images/banner.gif" alt="banner" width="450" style="display: block; width: 450px;" />
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 100%;">
<tr>
<td style="color: #F90189; font-size: 11.7pt; font-family: 'Roboto', sans-serif;">
<a href="https://droneallstars.co.uk/" target="_blank" title="Website" style="color: #F90189; text-decoration: none !important;">
<strong style="color: #F90189; font-weight: 700; text-decoration: none !important;">www.droneallstars.co.uk</strong>
</a>
</td>
<td align="right">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-right: 16px;">
<a href="#!" target="_blank" title="Facebook">
<img src="https://developer-zahid.github.io/Drone-Allstars-Email-Signature/images/fb.png" alt="facebook" width="8" height="16" style="display: block; width: 8px; height: 15px;" />
</a>
</td>
<td style="padding-right: 13px;">
<a href="#!" target="_blank" title="Instagram">
<img src="https://developer-zahid.github.io/Drone-Allstars-Email-Signature/images/ig.png" alt="instagram" width="16" height="16" style="display: block; width: 16px; height: 16px;" />
</a>
</td>
<td>
<a href="#!" target="_blank" title="YouTube">
<img src="https://developer-zahid.github.io/Drone-Allstars-Email-Signature/images/yt.png" alt="youTube" width="18" height="15" style="display: block; width: 18px; height: 15px;" />
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>