-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.71 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
<!DOCTYPE Html>
<html>
<head>
<title>Write Tamplate title here</title>
<!--all meta tag-->
<meta charset="UTF-8">
<meta name="keywords" content="html,css,js,xml,bootstrap">
<meta name="Author" content="Junayed">
<meta name="description" content="This is an Email signatures">
<meta name="viewport" content="width=device-width">
<!-- All CSS Files -->
<link rel="stylesheet" type="text/css" href="./assets/css/style.css"/>
<!-- End CSS Including -->
</head>
<body style="padding-left: 20px;">
<nav class="manu">
<ul>
<li><a href="">Home</a></li>
<li><a href="">Home1</a></li>
<li><a href="">Home2</a></li>
</ul>
</nav>
<p class="Regards">Best regards,</p>
<p class="heading">
<span>Roen Co-Peter<br>
Associate Lawyer</span>
</p>
<p class="Mission_heading">Providing labour solutions to companies needing a
skilled workforce. <br> <a href="http://matesglobal.com" style="color:rgb(196, 89, 17);" target="_blank">Click</a> to see how we can help you.
</p>
<img style="height:37px;width: auto;" src="./assets/images/mission.png" alt="">
<div class="address">
<p><span>Ph:</span> 0487 387 234| <span> Fax:</span> 9325 6600 </p>
<p><span>Office Ph: </span><a href="#">(02) 9258 1022</a> (1800 MOISSON)</p>
<p><span>Office: </span> Level 33, Australia Square, 264 George Street, Sydney NSW 2000 Australia.</p>
<p><span>Postal: </span>GPO Box 2110, Sydney NSW 2000</p>
</div>
<p class="consider">Please consider the environment before printing this email.</p>
<p class="msg_details">The information transmitted is intended only
for the person or entity to which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Opinions, conclusions and other information in this message that do not relate to the official business of Mates
Global shall be understood as neither given nor endorsed by it.
</p>
<p class="mission_details">Mates Global liability limited by a Scheme
approved under Professional Standards Legislation.
Legal practitioners employed by Mates Global are members of the Scheme.
</p>
</body>
</html>