-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
138 lines (109 loc) · 4.27 KB
/
footer.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!--Footer-->
<!-- Footer -->
<footer class="text-center text-lg-start bg-light text-muted">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="https://www.facebook.com/hpbsrilanka/" target="_blank" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/hpbsrilanka" target="_blank" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.youtube.com/channel/UC6XsnLgVVzNkjTCpRVJ6u3w" target="_blank" class="me-4 text-reset">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.instagram.com/hpbsrilanka" target="_blank" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-sm-6 col-lg-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Contact
</h6>
<p>
<a class="link-success" href="mailto: [email protected]"><i class="fas fa-envelope me-3"></i> [email protected]</a>
</p>
<p><a class="link-success" href="tel:+94 11 2696 606"><i class="fas fa-phone me-3"></i> +94 11
2696 606</a></p>
<p> <a class="link-success" href="fax:+94 11 2692 613"><i class="fas fa-print me-3"></i> +94 11
2692 613</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-sm-6 col-lg-3 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fa fa-map-marker" aria-hidden="true"></i> Our Address
</h6>
<p>
<b> Health Promotion Bureau </b> <br>
No.2, Kynsey Road, <br>
Colombo 08, <br>
Sri Lanka.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-sm-3 col-md-6 col-lg-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Links
</h6>
<p>
<a class="link-success" href="https://hpb.health.gov.lk/en" target="_blank" class="text-reset">Ministry Home</a>
</p>
<p>
<a class="link-success" href="https://hpb.health.gov.lk/en/covid-19" target="_blank" class="text-reset">Covid Info</a>
</p>
<p>
<a class="link-success" href="https://hpb.health.gov.lk/en/technical-units" target="_blank" class="text-reset">Technical Units</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-sm-9 col-md-6 col-lg-4 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
Important Contacts
</h6>
<p>
<ul class="footer-menu">
<li style="text-align: left;"><b>Suwasariya Hotline:</b> <a class="link-success" href="tel:1999">1999</a></li>
<li style="text-align: left;"><b>Epidemiology Unit:</b> <a class="link-success" href="tel:+940112695112">+94 011 269 5112</a></li>
<li style="text-align: left;"><b>Quarantine Unit:</b> <a class="link-success" href="tel:+940112112705">+94 011 211 2705</a></li>
<li style="text-align: left;"><b>Disaster Management Unit:</b> <a class="link-success" href="tel:+940113071073">+94 011 307 1073</a></li>
</ul>
</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
© 2021 Copyright:
<a class="text-reset fw-bold" href="#">Hospital Management System</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->