-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact-us.html
139 lines (123 loc) · 8.01 KB
/
contact-us.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Theme Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="missingkids/less/css/application.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- Custom styles for this template -->
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class="header-container" id="js-header"></header>
<div class="breadcrumbs">
<div class="container">
<ol class="breadcrumb">
<li><a href="#">Our Work</a></li>
<li><a href="#">Donate</a></li>
<li class="active">Ways to dontate</li>
</ol>
</div>
</div>
<article class="content-wrapper">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-8 col-md-offset-2 col-sm-offset-3 main-content-area">
<div class="inner-wrapper">
<h2 class="main-title">Contact Us</h2>
<p>National Center for Missing & Exploited Children® <br/>
Charles B. Wang International Children’s Building<br/>
699 Prince Street<br/>
Alexandria, Virginia 22314-3175<br/>
USA
</p>
<p>24-hour call center: <span class="red-txt">1-800-THE-LOST (1-800-843-5678)</span><br/>
Phone: <a href="#" title="703-224-2150">703-224-2150</a><br/>
Fax: 703-224-2122
</p>
<p>To report child sexual exploitation use our CyberTipline®. To report
information about a missing child call <span class="red-txt">1-800-THE-LOST (1-800-843-5678)</span>.
</p>
<h5>Questions or Comments?</h5>
<p>Please use the form below to send general inquiries to NCMEC.</p>
<div class="form ncmec-form row">
<form id="js-contact-us" class="form-horizontal mkForm wrapFields">
<legend>Contact Form</legend>
<div class="form-group">
<label for="contact_name" class="col-md-3 col-sm-3 col-xs-12 control-label"><span>*</span> Name</label>
<div class="col-md-7 col-sm-8 col-xs-12">
<input type="text" class="form-control" name="contact_name" id="contact_name" required>
</div>
</div>
<div class="form-group">
<label for="contact_email" class="col-md-3 col-sm-3 col-xs-12 control-label"><span>*</span> Email</label>
<div class="col-md-7 col-sm-8 col-xs-12">
<input type="email" class="form-control" name="contact_email" id="contact_email" required>
</div>
</div>
<div class="form-group">
<label for="comments" class="col-md-3 col-sm-3 col-xs-12 control-label"><span>*</span> Your Comments</label>
<div class="col-md-7 col-sm-8 col-xs-12">
<textarea class="form-control required" rows="10" id="comments" name="comments"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-12 col-xs-12 col-md-12">
<button type="submit" class="btn btn-lg btn-block btn-default all-form-centre-button">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-md-4 hidden-sm hidden-xs">
<div class="teaser">
<div class="panel panel-default">
<div class="panel-heading no-pad-LR">
<img src="missingkids/images/hotline-image.png" class="img-full-width" alt="24 Hour Hotline">
</div>
<div class="panel-body">
<h5 class="title-5">Report It</h5>
<p class="para-1">If you think you have seen a missing child, contact the National Center for Missing & Exploited
Children 24-hours a day. 7 days a week.
</p>
<h5 class="title-5">Report Child Sexual Exploitation</h5>
<p class="para-1">Use the CyberTipline to report child sexual exploitation.</p>
<p class="text-right"><a href="#">Learn More about Cyber Tipline >></a></p>
</div>
</div>
</div>
</div>
<div class="scroll-slider" id="js-sideslider"> </div>
</div>
</div>
</article>
<footer class="footer-container inner-page" id="js-footer"></footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="missingkids/js/plugin/jquery.min.js" type="text/javascript"></script>
<script src="missingkids/js/plugin/jquery.validate.min.js" type="text/javascript"></script>
<script src="missingkids/js/plugin/bootstrap.min.js" type="text/javascript"></script>
<script src="missingkids/js/plugin/jquery.matchHeight.js" type="text/javascript"></script>
<script src="missingkids/js/application.js" type="text/javascript"></script>
<script src="missingkids/js/validation.js" type="text/javascript"></script>
</body>
</html>