-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.html
48 lines (48 loc) · 2.68 KB
/
footer.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
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<p class="footer-text">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
<!-- <div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h4>Newsletter</h4>
<p>Stay updated with our latest trends</p>
<div class="" id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get">
<div class="input-group">
<input type="text" class="form-control" name="EMAIL" placeholder="Enter Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Email Address '" required="" type="email">
<div class="input-group-btn">
<button class="btn btn-default" type="submit">
<span class="lnr lnr-arrow-right"></span>
</button>
</div>
<div class="info"></div>
</div>
</form>
</div>
</div>
</div> -->
<!-- <div class="col-lg-2 col-md-6 col-sm-6 social-widget">
<div class="single-footer-widget" style="float: right">
<h4>Follow Me</h4>
<p>Let us be social</p>
<div class="footer-social d-flex align-items-center">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
</div>
</div> -->
</div>
</div>
</footer>
<!-- End footer Area -->