-
Notifications
You must be signed in to change notification settings - Fork 5
/
common-footer.html
62 lines (61 loc) · 3.39 KB
/
common-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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<div class="container row center-block">
<div class="footer-nav-wrapper col-sm-10 col-md-8 center-block">
<div class="row">
<div class="subscribe-form col-sm-6 col-md-6">
<form class="form-horizontal">
<div class="form-group">
<label for="subscribe" class="hide">Subscribe</label>
<input type="email" name="subscribe" id="subscribe" class="input-subscribe" placeholder="enter your email address" />
<button class="btn-subscribe" id="js-subscribe">Subscribe</button>
</div>
</form>
</div>
<div class="footer-links-wrapper clearfix">
<ul class="footer-social-links">
<li><a href="#" title="facebook"><i class="icon-fb"></i></a></li>
<li><a href="#" title="twitter"><i class="icon-twitter"></i></a></li>
<li><a href="#" title="instagram"><i class="icon-fb"></i></a></li>
<li><a href="#" title="youtube"><i class="icon-youtube"></i></a></li>
</ul>
<ul class="search-wrapper">
<li>
<div class="search-container">
<form class="search-form clearfix">
<input type="text" name="search" placeholder="Search" required>
<button class="search-submit" type="submit"><i class="icon-search"></i></button>
</form>
<a class="search-icon">
<i class="icon-search"></i>
<i class="icon-close"></i>
</a>
</div>
</li>
<li class="language-selector">
<label class="switch">
<span class="lang">
<span class="en"><a href="#">EN</a></span>
<span class="sp"><a href="#">SP</a></span>
</span>
</label>
</li>
</ul>
</div>
</div>
<nav class="footer-nav row">
<ul class="clearfix">
<li><a href="#" title="Blog">Blog</a></li>
<li><a href="#" title="Media">Media</a></li>
<li><a href="#" title="About Us">About Us</a></li>
<li><a href="#" title="Contact Us">Contact Us</a></li>
<li><a href="#" title="Legal T&C">Legal T&C</a></li>
<li><a href="#" title="Careers">Careers</a></li>
</ul>
</nav>
</div>
<div class="legal-container col-sm-12 col-md-10 center-block">
<p>Copyright © 2017 National Center for Missing & Exploited Children. All rights reserved.</p>
<p>This Web site is funded, in part, through a grant from the Office of Juvenile Justice and Delinquency Prevention, Office of Justice Programs, U.S.
Department of Justice. Neither the U.S. Department of Justice nor any of its components operate, control, are responsible for, or necessarily
endorse, this Web site (including, without limitation, its content, technical infrastructure, and policies, and any services or tools provided)</p>
</div>
</div>