-
Notifications
You must be signed in to change notification settings - Fork 1
/
volunteer_work.html
288 lines (268 loc) · 11.5 KB
/
volunteer_work.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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!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">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet/less" type="text/css" href="css/page.less">
<link rel="stylesheet/less" type="text/css" href="css/bootstrap-datepicker.css">
<script type="text/javascript">
less = { env: 'development' };
</script>
<script src="js/less.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row header">
<div class="logo-container">
<a href="index.html" class="logo">
<i class="logo-image"></i>
<b><i class="kern1">Making a</i><br/>Difference</b>
</a>
</div>
<div class="header-right pull-right col-md-3 col-sm-3">
<div class="social-links">
<a href="#" class="facebook"><b>Facebook</b></a>
<a href="#" class="twitter"><b>Twitter</b></a>
<a href="#" class="gplus"><b>Google+</b></a>
</div>
</div>
<button class="btn" id="menu-button">
</button>
</div>
<nav class="row navbar main-nav">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Volunteer work</a></li>
<li><a href="#">Recreation</a></li>
<li><a href="#">Whats included</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</nav>
<div class="row content">
<div class="slideshow-container volunteer-form">
<ul>
<li>
<img class="img-responsive" src="./images/volunteer_bg.jpg" />
<div class="img-caption">
<h4>When are you coming?</h4>
<form action="" class="form-horizontal">
<div class="input-group">
<input type="text" class="form-control input" style="width:300px;" placeholder="Your name" />
<span class="input-group-btn" style="width:0px;"></span>
<input type="text" class="form-control input datepicker" placeholder="Check-in" style="margin-left:-1px" readonly="readonly" />
<span class="input-group-btn" style="width:0px;"></span>
<input type="text" class="form-control input datepicker" placeholder="Check-out" style="margin-left:-2px" readonly="readonly" />
</div>
<button class="btn btn-success">
Volunteer
</button>
</form>
</div>
</li>
</ul>
</div>
<div class="block">
<div class="container">
<h2>What's included?</h2>
<div class="row three-column">
<div class="col-sm-4 col-md-4 col">
<h3>Accomodation</h3>
<p>
We provide you with comfortable air conditioned rooms.
</p>
</div>
<div class="col-sm-4 col">
<h3>Food</h3>
<p>
You will be served breakfast, lunch and dinner.
</p>
</div>
<div class="col-sm-4 col">
<h3>Transfers</h3>
<p>Transport from the airport andback and to various project sites is provided by us.</p>
</div>
</div>
</div>
</div>
<div class="row block schedule alternate-block">
<div class="container">
<h2>Schedule</h2>
<div class="center-block">
<h3>Monday-Thursday</h3>
<ul class="task-list">
<li>
<div class="icon-container">
<span class="breakfast_icon">
</span>
</div>
<b>Breakfast</b>
</li>
<li>
<div class="icon-container">
<span class="volunteer_icon">
</span>
</div>
<b>Volunteer<br/>(9am-12pm)</b>
</li>
<li>
<div class="icon-container">
<span class="lunch_icon">
</span>
</div>
<b>Lunch<br/>(12pm-3pm)</b>
</li>
<li>
<div class="icon-container">
<span class="volunteer_icon">
</span>
</div>
<b>Volunteer<br/>(3pm-5pm)</b>
</li>
<li>
<div class="icon-container">
<span class="eod_icon">
</span>
</div>
<b>Day complete</b>
</li>
</ul>
<h3>Friday</h3>
<ul class="task-list">
<li>
<div class="icon-container">
<span class="breakfast_icon">
</span>
</div>
<b>Breakfast</b>
</li>
<li>
<div class="icon-container">
<span class="volunteer_icon">
</span>
</div>
<b>Volunteer<br/>(9am-12pm)</b>
</li>
<li>
<div class="icon-container">
<span class="lunch_icon">
</span>
</div>
<b>Lunch<br/>(12pm-3pm)</b>
</li>
<li>
<div class="icon-container">
<span class="eod_icon">
</span>
</div>
<b>Day complete</b>
</li>
</ul>
<h3>Saturday-Sunday</h3>
<em>Relax and recreation</em>
</div>
</div>
</div>
<div class="block">
<div class="container">
<h2>Volunteer work</h2>
<div class="center-block">
<ul class="green-circles">
<li>
<div class="icon-container">
<span class="pencil_icon">
</span>
</div>
<b>
Education
<p>We teach young street children about the importance of education.And teach the parents about certain core parenting skills.</p>
</b>
</li>
<li>
<div class="icon-container">
<span class="family_icon">
</span>
</div>
<b>
Family<br/>Planning
<p>
People in rural areas are taught the importance of family planning and how it can improve their standard of living.
</p>
</b>
</li>
<li>
<div class="icon-container">
<span class="women_icon">
</span>
</div>
<b>
Women<br/>Empowerment
<p>
We encourage women in communities where they are oppressed to standup for their rights. We let them know their strengths as a woman.
</p>
</b>
</li>
</ul>
</div>
</div>
</div>
<div class="row block alternate-block1">
<div class="container">
<h2>Recreation in Goa</h2>
<div class="row grid">
<div class="col-xs-6 col-sm-4 col-md-4 col">
<img src="images/recreation/naturewalks.jpg" class="img-responsive" />
<b>
<em>Nature walks</em>
</b>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 col">
<img src="images/recreation/watersports.jpg" class="img-responsive" />
<b><em>Water sports</em></b>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 col">
<img src="images/recreation/birdwatching.jpg" class="img-responsive" />
<b><em>Bird watching</em></b>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 col">
<img src="images/recreation/handgliding.jpg" class="img-responsive" />
<b><em>Handgliding</em></b>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 col">
<img src="images/recreation/scubadiving.jpg" class="img-responsive" />
<b><em>Scuba diving</em></b>
</div>
<div class="col-xs-6 col-sm-4 col-md-4 col">
<img src="images/recreation/kayaking.jpg" class="img-responsive" />
<b><em>Kayaking</em></b>
</div>
</div>
</div>
</div>
</div>
<div class="row footer">
<div class="sitemap">
<div class="footer-logo">
<p>234/5, Colva Beach </br> Colva Salcete </br> Goa - 403717 </br> <a>contact us</a></p>
</div>
<ul>
<li>VOLUNTEER WORK</li>
<li>RECREATION</li>
<li>WHATS INCLUDED</li>
<li>CONTACT US</li>
<li>PRIVACY POLICY</li>
<li>TERMS AND CONDITION</li>
</ul>
</div>
<div id="copyright" class="container"><b>Copyright © 2015 Making a difference.</b><b>All rights reserved.</b></div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/moment.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/general.js"></script>
</body>
</html>