-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
208 lines (205 loc) · 10.4 KB
/
footer.php
File metadata and controls
208 lines (205 loc) · 10.4 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!-- sponsor section start here -->
<div class="sponsor-section style-2 bg-ash">
<div class="container container-1310">
<div class="section-header">
<h4>Our Sponsors</h4>
<p>Meet our sponsors of the CHW Symposium 2021</p>
</div>
<div class="section-wrapper">
<div class="sponsor-slider wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="sponsor-thumb">
<img src="assets/images/sponsor/1.png" alt="sponsor">
</div>
</div>
<div class="swiper-slide">
<div class="sponsor-thumb">
<img src="assets/images/sponsor/2.png" alt="sponsor">
</div>
</div>
<div class="swiper-slide">
<div class="sponsor-thumb">
<img src="assets/images/sponsor/3.png" alt="sponsor">
</div>
</div>
<div class="swiper-slide">
<div class="sponsor-thumb">
<img src="assets/images/sponsor/4.png" alt="sponsor">
</div>
</div>
<div class="swiper-slide">
<div class="sponsor-thumb">
<img src="assets/images/sponsor/5.png" alt="sponsor">
</div>
</div>
<div class="swiper-slide">
<div class="sponsor-thumb">
<img src="assets/images/sponsor/6.png" alt="sponsor">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- sponsor section ending here -->
<!-- contact section -->
<section class="contact-section padding-tb bg-ash">
<div class="container container-1310">
<div class="section-header wow fadeInDown" data-wow-duration="1s" data-wow-delay=".1s">
<h2>Leave A Message</h2>
<p>It you have any question, please write us a messege what you want to know </p>
</div>
<div class="section-wrapper row">
<div class="col-lg-4 wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".2s">
<div class="contact-info">
<h5>Event Location:</h5>
<p>Online</p>
<h5>Contact No.</h5>
<span>(+231) XXX XX XX XX</span>
<span>(+231) XXX XX XX XX</span>
</div>
</div>
<div class="col-lg-8">
<form action="#">
<div class="contact d-flex flex-wrap">
<div class="contact-item">
<div class="contact-item-inner">
<input type="text" name="name" placeholder="Name" class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".1s">
<input type="email" name="email" placeholder="E-mail" class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".2s">
<input type="text" name="number" placeholder="Number" class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".3s">
</div>
</div>
<div class="contact-item wow fadeInDown" data-wow-duration="1s" data-wow-delay=".2s">
<div class="contact-item-inner">
<textarea placeholder="Messege" rows="8" ></textarea>
</div>
</div>
</div>
<div class="submit-btn wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s">
<button class="" type="submit" value="Submit-Messege" name="submit">Send Your Messege</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- end contact section -->
<!-- footer section start here -->
<section class="footer-section">
<div class="top"><a href="#" class="scrollToTop"><i class="fas fa-angle-double-up"></i></a></div>
<div class="footer-top padding-tb">
<div class="container container-1310">
<div class="row">
<div class="col-12 col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".1s">
<div class="footer-content">
<a href="#" class="footer-logo"><img src="assets/images/logo/02.png" alt="logo"></a>
<p>There is now a resurgence of interest and growth of CHW programs around the world.
Document evidence suggest that Community health workers contribute to community development and can help communities improve access to basic health services. They are most effective when they are properly trained to provide information and services to the community and are the most promising form of delivering health services to resource-constrained areas.</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-2 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s">
<div class="footer-content">
<div class="footer-title">
<h5>Useful Links</h5>
</div>
<div class="footer-link-list">
<ul>
<li><a href="#"><i class="fas fa-angle-double-right"></i> Contact Us</a></li>
<li><a href="#"><i class="fas fa-angle-double-right"></i> Total Schedule</a></li>
<li><a href="#"><i class="fas fa-angle-double-right"></i> Pricing Plan</a></li>
<li><a href="#"><i class="fas fa-angle-double-right"></i> Sponsor Form</a></li>
<li><a href="#"><i class="fas fa-angle-double-right"></i> FAQ</a></li>
<li><a href="#"><i class="fas fa-angle-double-right"></i> Speaker List</a></li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s">
<div class="footer-content">
<div class="footer-title">
<h5>Newsletter</h5>
</div>
<div class="footer-newsletter">
<p>Enter your email and get our latest news and updates within short time.</p>
<form action="#">
<input type="email" name="email" placeholder="Enter Your E-mail">
<button type="submit" name="submit">Subscribe Now</button>
</form>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
<div class="footer-content">
<div class="footer-title">
<h5>Collaborators</h5>
</div>
<div class="footer-gellary">
<div class="f-gellary-item">
<div class="f-gellary-item-inner">
<div class="f-gellary-thumb">
<a class="footer-img" href="assets/images/footer/01.png" data-rel="lightcase"><img src="assets/images/footer/01.png" alt="blog-single"></a>
</div>
</div>
</div>
<div class="f-gellary-item">
<div class="f-gellary-item-inner">
<div class="f-gellary-thumb">
<a class="footer-img" href="assets/images/footer/02.png" data-rel="lightcase"><img src="assets/images/footer/02.png" alt="blog-single"></a>
</div>
</div>
</div>
<div class="f-gellary-item">
<div class="f-gellary-item-inner">
<div class="f-gellary-thumb">
<a class="footer-img" href="assets/images/footer/03.png" data-rel="lightcase"><img src="assets/images/footer/03.png" alt="blog-single"></a>
</div>
</div>
</div>
<div class="f-gellary-item">
<div class="f-gellary-item-inner">
<div class="f-gellary-thumb">
<a class="footer-img" href="assets/images/footer/04.png" data-rel="lightcase"><img src="assets/images/footer/04.png" alt="blog-single"></a>
</div>
</div>
</div>
<div class="f-gellary-item">
<div class="f-gellary-item-inner">
<div class="f-gellary-thumb">
<a class="footer-img" href="assets/images/footer/05.png" data-rel="lightcase"><img src="assets/images/footer/05.png" alt="blog-single"></a>
</div>
</div>
</div>
<div class="f-gellary-item">
<div class="f-gellary-item-inner">
<div class="f-gellary-thumb">
<a class="footer-img" href="assets/images/footer/06.png" data-rel="lightcase"><img src="assets/images/footer/06.png" alt="blog-single"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom bg-ash">
<div class="container container-1310">
<div class="row justify-content-lg-between justify-content-center align-items-center">
<div class="copyright wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".2s">
<p>© 2021 Copyright <a href="index.html">CHW Symposium 2021</a> all rights reserved. <a href="index.html">Terms and Conditions</a> | <a href="index.html">Privacy Policy</a> | <a href="index.html">Refund Policy</a> | <a href="index.html">FAQ</a></p>
</div>
<div class="footer-social">
<ul class="social-media d-flex flex-wrap mb-0">
<li class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".5s"><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".4s"><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s"><a href="#"><i class="fab fa-twitter"></i></a></li>
<li class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".2s"><a href="#"><i class="fab fa-google-plus-g"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- footer section ending here -->