-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact_us.html
205 lines (200 loc) · 8.92 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Contact Us | LIV Livres Solidaires</title>
<!-- Pulling Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Pulling jQuery -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Pulling Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Pulling CSS -->
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- Pulling Awesome Font -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
</head>
<body>
<header>
<div class="container">
<div class="row">
<p class="text-right">
<!-- TODO: Underline the right language when that language has been selected + make it unclickable -->
<a href="contactez-nous.html">fr</a>
<a href="contact_us.html">en</a>
</p>
</div>
<div class="row">
<div class="col-sm-4">
<center>
<img src="Logo Trim.jpg" width="60%"/>
</center>
</div>
<div class="col-sm-8">
<h1>
<strong> LIV Livres Solidaires
<br/>
<small>Promoting access to leisure reading in Haiti</small></strong>
</h1>
</div>
</div>
<div class="row">
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="home.html"><span class="glyphicon glyphicon-home"></span> | Home<span class="sr-only">(current)</span></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">The LIV Project <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Our Mission</a></li>
<li><a href="#">Our Activities</a></li>
</ul>
</li>
<li><a href="the_teams.html">The Teams</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">How You Can Help <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Donate Your Books</a></li>
<li><a href="#">Volunteer</a></li>
<li><a href="#">Become a Member</a></li>
</ul>
</li>
<!-- <li><a href="#">Project News</a></li>
<li><a href="#">Media & Press</a></li> -->
<li><a href="contact_us.html">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</header>
<div id="contactForms">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2><strong>Contact Us</strong></h2>
<p>
The best way to contact us is via email at <a href="mailto:[email protected]">[email protected]</a> or by sending a message to <a href="https://www.facebook.com/LIVLivresSolidaires">our facebook page</a>.
Please find our full contact details below. You can use the contact form to email us directly from this page.
</p>
<br />
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-2">
<h4><strong>LIV Livres Solidaires (Belgium)</strong></h4>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
Facebook: <a href="https://www.facebook.com/LIVLivresSolidaires">www.facebook.com/LIVLivresSolidaires</a>
</p>
<p>
Phone: 060 345102; 0487 128658
<ul>
<li>Secretariat: 060 347489</li>
<li>Book Donations (Only if no answer from the 2 main numbers above): 060 344763</li>
</ul>
</p>
<p>
Postal Address: 23 Rue de la Ruelle,
<br />
            5660 Couvin,
<br />
            Belgium
</p>
</div>
<div class="col-md-4">
<h4><strong>CARE/LIV (Haiti)</strong></h4>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
<!-- <p>
Facebook: <a href="https://www.facebook.com/LIVLivresSolidaires">www.facebook.com/LIVLivresSolidaires</a>
</p> -->
<p>
Phone: (+509) 048956206
</p>
<p>
</p>
<p>
Postal Address: 92 Rue Grégoire,
<br />
            Pétion-Ville,
<br />
            Haiti
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<br />
<h3>Contact Form (Email)</h3>
<br />
<form class="form-horizontal" role="form" method="post" action="http://formspree.io/[email protected]">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="name" name="name" placeholder="First & Last Name" value="">
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="email" name="_replyto" placeholder="[email protected]" value="" />
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-2 control-label">Message</label>
<div class="col-sm-10">
<textarea class="form-control" rows="4" name="message"></textarea>
<input type="hidden" name="_next" value="http://www.livlivressolidaires.org/thank_you.html" />
<input type="text" name="_gotcha" style="display:none" />
</div>
</div>
<!-- <div class="form-group">
<label for="human" class="col-sm-2 control-label">2 + 3 = ?</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="human" name="human" placeholder="Your Answer">
</div>
</div> -->
<div class="form-group">
<div class="col-sm-10 col-sm-offset-2">
<!-- TODO: Make Button Green -->
<input id="submit" name="submit" type="submit" value="Send" class="btn btn-success">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<footer class="text-center">
<div class="col-sm-12">
<p>
© LIV Livres Solidaires 2016
</p>
</div>
<div class="col-sm-12">
<ul class="social-network social-circle">
<!-- TODO: Redirect to Facebook correctly -->
<li><a href="https://www.facebook.com/LIVLivresSolidaires" class="icoFacebook" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="mailto:[email protected]" class="icoEnvelope" title="Mail"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</footer>
</body>
</html>