-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (82 loc) · 6.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=500, 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;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="500" style="width: 500px;">
<tr>
<td>
<p style="color: #003D90; font-size: 9pt; font-weight: 400; font-family: 'Roboto', sans-serif; margin: 0px;">
<strong style=" font-size: 12pt; font-weight: 700;">Heather Blackman</strong><br>
Communications Manager, PT-Tuesday to Thursday
</p>
<p style="color: #003D90; font-size: 9pt; font-weight: 400; font-family: 'Roboto', sans-serif; line-height: 1.3; margin-top: 12px; margin-bottom: 20px;">
<strong style="font-weight: 700;">T</strong>
<a href="tel:+610392309400" target="_blank" title="Telephone" style="color: #003D90; text-decoration: none !important;">
<span style="color: #003D90; text-decoration: none !important;">+61 (03) 9230 9400</span>
</a><br>
<strong style="font-weight: 700;">E</strong>
<a href="mailto:Heather.Blackman@vic.swimming.org.au" target="_blank" title="Email" style="color: #003D90; text-decoration: none !important;">
<span style="color: #003D90; text-decoration: none !important;">Heather.Blackman@vic.swimming.org.au</span>
</a>
</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="width: 100%;">
<tr>
<td width="225" style="border-right: 1px solid #003D90;">
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/logo.png" alt="logo" width="197" style="display: block; width: 197px;" />
</td>
<td style="vertical-align: middle; padding-left: 25px;">
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/sponsored.png" alt="sponsored" width="244" style="display: block; width: 244px;" />
</td>
</tr>
</table>
<p style="color: #FE5E20; font-size: 9pt; font-weight: 400; font-family: 'Roboto', sans-serif; margin-top: 28px; margin-bottom: 13px;">
<strong style="font-weight: 700;">Swimming Victoria Inc</strong><br>
Level 2, MSAC, 30 Aughtie Drive, Albert Park, Victoria 3206<br>
PO Box 230, South Melbourne, Victoria 3205
</p>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="color: #FE5E20; font-size: 9pt; font-family: 'Roboto', sans-serif; vertical-align: middle; padding-right: 12px;">
<a href="https://vic.swimming.org.au/" target="_blank" title="Website" style="color: #FE5E20; text-decoration: none !important;">
<strong style="color: #FE5E20; font-weight: 700; text-decoration: none !important;">vic.swimming.org.au</strong>
</a>
</td>
<td style="padding-right: 10px;">
<a href="https://www.facebook.com/swimvic" target="_blank" title="Facebook">
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/fb.png" alt="facebook" width="21" height="21" style="display: block; width: 21px; height: 21px;" />
</a>
</td>
<td style="padding-right: 10px;">
<a href="https://www.instagram.com/swim_vic/" target="_blank" title="Instagram">
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/ig.png" alt="instagram" width="21" height="21" style="display: block; width: 21px; height: 21px;" />
</a>
</td>
<td>
<a href="https://www.linkedin.com/company/swimming-vic/" target="_blank" title="Linkedin">
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/in.png" alt="linkedin" width="21" height="21" style="display: block; width: 21px; height: 21px;" />
</a>
</td>
</tr>
</table>
<p style="color: #003D90; font-size: 7pt; font-weight: 400; font-family: 'Roboto', sans-serif; margin-top: 17px; margin-bottom: 14px;">Swimming Victoria respectfully acknowledges the Traditional Owners of the land on which our services are predominantly located, the people of the Kulin Nations. We acknowledge their connection to land, sea and community, and pay our respect to their Elders, past and present.</p>
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/flag.png" alt="flag" width="190" style="display: block; width: 190px;" />
<p style="color: #003D90; font-size: 7pt; font-weight: 400; font-family: 'Roboto', sans-serif; margin-top: 12px; margin-bottom: 18px;">This email and any accompanying attachments may contain information that is confidential and intended only for the use of the addressee named above. It may also be privileged. If you are not the intended recipient do not distribute, copy or otherwise deal with any information contained in it. If you have received this message in error please notify the sender immediately and delete this message. Please consider the environment before printing this email.</p>
<img src="https://developer-zahid.github.io/Swimming-Victoria-Email-Signature/images/banner.png" alt="banner" width="500" style="display: block; width: 500px;" />
</td>
</tr>
</table>
</body>
</html>