-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
65 lines (54 loc) · 1.91 KB
/
home.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home - Shield Plus</title>
<link rel="stylesheet" type="text/css" href="./css/home-2.css">
</head>
<body>
<div class="main-container">
<?php include_once('inc/header1-1.php'); ?>
<div class="main">
<img src="home-images/main.png" alt="main image">
<div class="mainText">
<h1>Your Trusted Partner in Health and Wellbeing</h1>
<p>We want to genuinely engage in your life, providing the right financial/insurance solutions for you and your family in a constantly changing world. Establish a sense of trust and reliability by positioning your insurance company as a dependable partner committed to the health and wellbeing of its members</p>
<button>Learn More</button>
</div>
</div>
<div class="footer">
<div class="text">
<h2>CONTACT</h2>
<p>+94 11 0000000</p>
<p>Fax : (+94) 11 0000000</p>
<p>Email : [email protected]</p>
</div>
<div class="text">
<h2>GO</h2>
<p>SHIELDPLUSINSURANCE.COM</p>
<p>Visit our corporate site to learn more about <br>shieldplusinsurance.</p>
</div>
<div class="text">
<h2>Head Office</h2>
<p>Shield Plus Insurance,<br>
251, Malabe<br>
Colombo<br>
Sri Lanka.</p>
</div>
<div class="text">
<h2>Get Social with us on</h2>
<p>Facebook</p>
<p>Linkedin</p>
<p>Youtube</p>
<p>Twitter</p>
</div>
</div>
<footer>
<hr>
© 2024 Copyright Reserved - Shield Plus Insurance <br>
<small>[email protected]</small>
</footer>
</div>
</body>
</html>