-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
336 lines (315 loc) · 19.4 KB
/
index.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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html>
<head>
<title>DataBD</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS Spreadsheet -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/style2.css">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/bootstrap-dropdownhover.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/jquery.simplyscroll.css" media="all" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!-- Body Content -->
<div class="container-fluid" style="height:3px;background-color: #070185;margin-bottom: 35px;"></div>
<!--Header-->
<header>
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-6"><a class="logo" href="#"><img src="img/logo.png"></div>
<div class="col-lg-6 col-xs-6">
<div class="col-lg-6 col-lg-push-5 col-md-6 col-md-push-5 ">
<div class="pull-right"><a href="#" class="button">Stuff Login</a></div>
</div>
</div>
</div>
</div>
</header>
<!--Navbar-->
<nav class="navbar navbar-default" style="margin-top: 35px;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="l1"><a href="index.html">Home</a></li>
<li class="l1 dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" href="#">About Us <span class="caret"></span></a>
<ul class="dropdown-menu" style="padding: 20px;">
<li><a href="organizational.html">Organizational Abstract</a></li>
<li><a href="logistics.html">Logistics</a></li>
<li><a href="hr.html">Human Resources</a></li>
<li><a href="reports.html">Reports</a></li>
</ul>
</li>
<li class="l1"><a href="major_works.html">Major Works</a></li>
<li class="l1"><a href="workinprogress.html">Works In Progress</a></li>
<li class="l1"><a href="upcoming_works.html">Upcoming Works</a></li>
<li class="l1"><a href="we_offer.html">We Offer</a></li>
<li class="l1"><a href="#go_to">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<!--Carousel-->
<div class="container-fluid" style="margin-top: -20px;">
<div class="row">
<div class="carousel slide" data-ride="carousel" id="myCarousel">
<ul class="carousel-indicators">
<li class="active" data-target="#myCarousel" data-slide-to="0"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="item active">
<img src="img/banner.jpg" class="img-responsive">
</div>
<div class="item">
<img src="img/banner.jpg" class="img-responsive">
</div>
<div class="item">
<img src="img/banner.jpg" class="img-responsive">
</div>
</div>
</div>
</div>
</div>
<!--Marquee-->
<div class="container" style="margin-top: 35px;">
<div>
<marquee><p>Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor!</p></marquee>
</div>
<div class>
<div class="col-md-2 col-xs-4" style="background-color: #2532d3;color: white;padding: 15px;text-align: center;">
<span style="overflow: hidden;">Latest News</span>
</div>
<div class="col-md-10 col-xs-8" style="padding: 12.5px;background-color: #9ca0a6;color: white;">
<marquee><p style="margin: auto;padding: 0px;">Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor!</p></marquee>
</div>
</div>
</div>
<!--Text and Collage-->
<div class="container-fluid" style="margin-top: 50px;">
<div class="container" class="para1">
<div class="row">
<div class="col-md-6" style="padding: 0px;text-align: justify; text-justify: inter-word;">
<h3 style="color:#2e41eb;margin-bottom: 30px; ">Data Analysis and Technical Assistant Limited</h3>
<p style="color: #585858;font-size: 17px;">DATA is a research consulting firm to applying its technical expertise in support of finding solutions to pressing social and economic challenges in Bangladesh. Its uniqueness as an organization stems from the honest devotion, efficiency, and high quality work of its staff and the prioritization of client satisfaction over profit.
<br>
<br>
DATA brings strong analytic approaches to problems with its extensive experience in survey design, data collection and statistical analysis and use of various major national data sources such as the Population Census, Household Income Expenditure Survey (HIES), etc. A major strength of the firm is conducting sophisticated technical research and translating the methods and results into presentations accessible to a broad, non-technical audience.
<br>
<br>
Very few organizations in Bangladesh have devoted themselves to the collection and management of quality data for understanding the underlying socioeconomic issues in the country. People at DATA are committed to such an effort using state of the art survey methodologies and employing highly technical data management systems. This has been the key for DATA’s success over the past fourteen (14) years helping to produce many excellent research outputs that dealt with critical issues relating to food-security and agricultural policies, poverty alleviation programs, nutrition, health, gender and educational achievements of the people in the country.
</p>
<a href="#" class="button" style="background-color:#364dfe;color: white;margin-top: 35px;text-decoration: none;padding: 13px 38px; ">Learn more about us</a>
</div>
<div class="col-md-6 col-xs-12">
<section class="photos">
<img class="c_img1" src="img/pic.jpg" alt="pic1">
<img class="c_img2" src="img/pic.jpg" alt="pic2">
<img class="c_img3" src="img/pic.jpg" alt="pic3">
<img class="c_img4" src="img/pic.jpg" alt="pic4">
<img class="c_img5" src="img/pic.jpg" alt="pic5">
</section>
</div>
</div>
</div>
</div>
<!--We Offer-->
<div class="container" style="margin-top: 25px;">
<div class="row" style="margin-bottom: 50px;">
<div class="col-md-2 col-xs-4""><h3 class="h3_offer" style="color:#2e41eb;margin: auto;padding: auto;">We Offer</h3></div>
<div class="col-md-10 col-xs-8"><hr class ="hr1" style="border-top: 2px solid #ebecf2;margin-top: 13px;"></div>
</div>
<div class="row" style="padding:0px;margin: auto;">
<div class="row" style="border:1px solid #9ca0a6;padding: 20px 20px 20px 20px;border-radius: 8px;box-shadow: 0px 0px 29px 0px rgba(156,160,166,0.65);">
<div class="col-md-6 col-xs-12" style="margin-bottom: 20px;">
<h4 style="font-weight: bold;margin-bottom: 40px;padding: 20px;line-height: 25px;">DATA is committed to providing personalized <br>
service to all its clients. The package of DATA <br>
services includes but not limited to:
</h4>
<ul style="font-size: 18px;">
<li style="margin: 10px 0;">Focus group moderation and participatory <br>working sessions</li>
<li style="margin: 10px 0;">Large scale field surveys</li>
<li style="margin: 10px 0;">Socio-economic research and studies</li>
<li style="margin: 10px 0;">Sectoral research and studies</li>
<li style="margin: 10px 0;">Donors project base research and studies,<br>includes baseline and periodical evaluation<br>studies</li>
<li style="margin: 10px 0;">Market research</li>
</ul>
</div>
<div class="col-md-6 col-xs-12" style="margin-bottom: 20px;">
<h4 style="font-weight: bold;margin-bottom: 15px;padding: 20px;line-height: 25px;">The package of DATA services includes but <br> not limited:</h4>
<ul style="font-size: 18px;">
<li style="margin: 10px 0;">Survey design</li>
<li style="margin: 10px 0;">Questionnaire preparation</li>
<li style="margin: 10px 0;">Training</li>
<li style="margin: 10px 0;">Supervision</li>
<li style="margin: 10px 0;">Data collection</li>
<li style="margin: 10px 0;">Data entry module creation</li>
<li style="margin: 10px 0;">Data entrys</li>
<li style="margin: 10px 0;">Analysis</li>
<li style="margin: 10px 0;">Report contribution</li>
<li style="margin: 10px 0;">Report Preparation</li>
</ul>
</div>
</div>
</div>
<div class="row" style="padding:0px;margin: auto;margin-top: 40px;">
<div class="row" style="border:1px solid #9ca0a6;padding: 20px 20px 20px 20px;border-radius: 8px;box-shadow: 0px 0px 29px 0px rgba(156,160,166,0.65);">
<div class="col-md-8 col-xs-12" style="margin-bottom: 20px;">
<h4 style="font-weight: bold;margin-bottom: 40px;padding: 20px;line-height: 25px;">Working with DATA also offers access to many additional benefits, including:</h4>
<ul style="font-size: 18px;">
<li style="margin: 10px 0;">Extensive national and global network of research contacts</li>
<li style="margin: 10px 0;">Wide network of highly skilled enumerators and data entry operators</li>
<li style="margin: 10px 0;">In-depth familiarity with field conditions countrywide</li>
<li style="margin: 10px 0;">State-of-the-art household survey methodologies</li>
<li style="margin: 10px 0;">Highly motivated staff working in an informal team environment</li>
<li style="margin: 10px 0;">High-tech data management system</li>
</ul>
</div>
<div class="col-md-4 col-xs-12">
<img class="img_pic2" src="img/pic2.jpg">
</div>
</div>
</div>
</div>
<!--Training-->
<div class="container" style="margin-top: 60px;">
<div class="row" style="margin-bottom: 25px;">
<div class="col-md-2 col-xs-4""><h3 class="h3_offer" style="color:#2e41eb;margin: auto;padding: auto;">Training</h3></div>
<div class="col-md-10 col-xs-8"><hr class ="hr1" style="border-top: 2px solid #ebecf2;margin-top: 13px;"></div>
</div>
<div class="row" style="padding:0px;margin: auto;margin-top: 40px;">
<div class="row" style="border:1px solid #9ca0a6;padding: 20px 20px 20px 20px;border-radius: 8px;box-shadow: 0px 0px 29px 0px rgba(156,160,166,0.65);">
<div class="col-md-12 col-xs-12" style="margin-bottom: 20px;">
<h4 style="font-weight: bold;margin-bottom: 20px;padding: 20px;line-height: 25px;">International Training</h4>
<ul style="font-size: 18px;">
<li style="margin: 10px 0;">DATA conducts trainings on data collection methods, survey techniques, survey tools, data entry, data and data cleaning.</li>
<li style="margin: 10px 0;">For all of the study we undertake, DATA facilitated the trainings to the coordinators, supervisors and enumerators. Beside these on job training,we facilitated several trainings for World Vision Bangladesh,CARE-Bangladesh and BRAC.</li>
</ul>
<h4 style="font-weight: bold;margin-bottom: 20px;padding: 20px;line-height: 25px;margin-top: 30px;">Domestic Training</h4>
<ul style="font-size: 18px;">
<li style="margin: 10px 0;">DATA conducts trainings on data collection methods, survey techniques, survey tools, data entry, data and data cleaning.</li>
<li style="margin: 10px 0;">For all of the study we undertake, DATA facilitated the trainings to the coordinators, supervisors and enumerators. Beside these on job training,we facilitated several trainings for World Vision Bangladesh,CARE-Bangladesh and BRAC.</li>
</ul>
<div class="col-md-12">
<a href="#" class="button" style="background-color:#364dfe;color: white;margin-top: 35px;text-decoration: none;padding: 13px 38px; ">Training Details</a>
</div>
</div>
</div>
</div>
</div>
<!--Contact Us-->
<div class="container-fluid" id="go_to" style="background-color: #fcf6e2;margin-top: 80px;">
<div class="container" style="margin-top: 80px;">
<div class="row" style="margin-bottom: 45px;">
<div class="col-md-2 col-xs-4""><h3 class="h3_offer" style="color:#2e41eb;margin: auto;padding: auto;">Contact Us</h3></div>
<div class="col-md-10 col-xs-8"><hr class ="hr1" style="border-top: 2px solid #ebecf2;margin-top: 13px;"></div>
</div>
<div class="row" style="margin-bottom: 45px;">
<div class="col-md-4 col-sm-5 col-xs-12" style="margin-bottom: 20px;">
<p style="color:#2e41eb;">Location:</p>
<p>Data Analysis and<br> Technical Assistance (DATA)<br>8/4, Block A (Unit 2)<br>Lalmatia, Dhaka - 1207<br>Bangladesh</p>
<p style="color:#2e41eb;margin-top: 30px;">Email:</p>
<p>Data Analysis and<br> [email protected] <br> [email protected]</p>
<p style="color:#2e41eb;margin-top: 30px;">Phone:</p>
<p>Data Analysis and<br>(880-2) 9120091 <br> (880-2) 9117854 <br> (880-2) 9117854<br>Fax (880-2) 9111328</p>
<p style="color:#2e41eb;margin-top: 30px;">Website:</p>
<p><a href="http://www.databd.org">http://www.databd.org</a></p>
</div>
<div class="col-md-8 col-sm-7 col-xs-12">
<form action="">
<div class="row">
<div class="col-sm-6">
<label for="fullname">Full Name</label>
<input type="text" id="fname" name="fullname" placeholder="Enter your full name">
</div>
<div class="col-sm-6">
<label for="email">Email</label>
<input type="text" id="email" name="email" placeholder="Enter your email address">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<label for="phonenumber">Phone Number</label>
<input type="text" id="pnumber" name="phonenumber" placeholder="Enter your phone number">
</div>
<div class="col-sm-6">
<label for="purpose">Purpose of contact</label>
<select id="purpose_" name="purpose">
<option value="enquiry">General Enquiry</option>
<option value="enquiry">General Enquiry</option>
<option value="enquiry">General Enquiry</option>
</select>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<label for="message">Message</label>
<textarea id="message" name="message" placeholder="Write your message here" style="height:200px"></textarea>
</div>
</div>
<input type="submit" value="Send Message">
</form>
</div>
</div>
</div>
</div>
<!--footer-->
<div class="container">
<section class="footer">
<div>
<div class="row">
<div class="col-sm-2">
<div class="logo"> <img src="img/logo_bw.png" alt=""> </div>
</div>
<div class="col-sm-10">
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="#">Home</a></li>
<li role="presentation"><a href="#">About Us</a></li>
<li role="presentation"><a href="#">Major Works</a></li>
<li role="presentation"><a href="#">Upcoming Works</a></li>
<li role="presentation"><a href="#">Works In Progress</a></li>
<li role="presentation"><a href="#">We Offer</a></li>
<li role="presentation"><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<div class="row"><hr class ="hr1" style="border-top: 2px solid #ebecf2;margin-top: 13px;"></div>
<div class="row">
<div class="col-sm-8">
<p>Data Analysis and Technical Assistance Limited</p>
<p>All rights reserved. DATA holds the copyright to its publications and web pages but encourages duplication of these materials for noncommercial purposes. Proper citation is required. For problems or questions regarding this web contact [[email protected] OR [email protected]].</p>
</div>
<div class="col-sm-4">
<p style="float: right;">Developed By <strong>Crytenet<sup>®</sup></strong></p>
</div>
</div>
</div>
</section>
</div>
<!-- JavaScript -->
<script src="js/bootstrap-dropdownhover.min.js"></script>
<script type="text/javascript" src="js/jquery.simplyscroll.js"></script>
<script type="text/javascript" scr="js/main.js" ></script>
<script type="text/javascript">
(function($) {
$(function() {
$("#scroller").simplyScroll();
$("#scroller2").simplyScroll();
});
})(jQuery);
</script>
</body>
</html>