-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
857 lines (786 loc) · 45.6 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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="" href="image/favicon.ico"/>
<title>Bangladesh Open Innovation Lab (BOIL)</title>
<!-- <link rel="icon" href="image/icon/favicon.ico"> -->
<link rel="stylesheet" href="style/style.css" >
<link rel="stylesheet" href="style/responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body>
<header class="header_area animated">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-12 col-lg-10">
<div class="menu_area">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">
<img class="logo" src="image/logo/logo-white-text.svg">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ca-navbar" aria-controls="ca-navbar" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="ca-navbar">
<ul class="navbar-nav ml-auto" id="nav">
<li class="nav-item"><a class="nav-link" href="#competencies">Our core</a></li>
<li class="nav-item"><a class="nav-link" href="#strengths">Strength</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#numbers">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#collaborations">Collaborations</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="#testimonials">Testimonials</a></li> -->
<li class="nav-item"><a class="nav-link" href="#blogs">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
<div class="button-type-1 d-lg-none">
<a href="#">Log in</a>
</div>
</div>
</nav>
</div>
</div>
<div class="col-12 col-lg-2">
<div class="button-type-1 d-none d-lg-block">
<a href="#">Log in</a>
</div>
</div>
</div>
</div>
</header>
<section id="landing" class="wellcome_area clearfix">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 col-md">
<div class="wellcome-heading">
<h2>
Bangladesh
<br>
Open Innovation
<br>
Lab
</h2>
<!-- <p>We make things work even if we have to boil them</p> -->
</div>
</div>
<div class="welcome-thumb wow fadeInDown" data-wow-delay="0.5s">
<img src="image/bg-img/innovative_thinking.png" alt="">
</div>
</div>
</div>
</section>
<section id="competencies" class="awesome-feature-area bg-white section_padding_0_50 clearfix">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Core Competencies</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-lg-6">
<div class="single-feature">
<i class="ti-desktop" aria-hidden="true"></i>
<h5>Information Technology</h5>
<p>Expertise and capacity-packed resources in survey, data collection and participatory mapping blended with updated technological tools, leveraging customization and service together.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-6">
<div class="single-feature">
<i class="ti-location-pin" aria-hidden="true"></i>
<h5>Geographic Information System (GIS)</h5>
<p>A rich pool of GIS experts with extensive background in GIS-related projects that help us successfully plan, design, execute GIS related assignments. We have a few exceptional resources who are specialized in both GIS and IT.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-6">
<div class="single-feature">
<i class="ti-wand" aria-hidden="true"></i>
<h5>Research and Innovation</h5>
<p>Coming up with innovative, easy-to-use mobile based solution approach and fueling up people to ensure the sustainable flow of information for data-driven decision-making in a competitive marketplace.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-6">
<div class="single-feature">
<i class="ti-crown" aria-hidden="true"></i>
<h5>Community Driven Resilience Modeling</h5>
<p>Fostering a transformative approach of professional development involving community members through a circular involvement of shared understanding, knowledge sharing and openness.</p>
</div>
</div>
</div>
</div>
</section>
<section id="strengths" class="special-area bg-white">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Strengths</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.2s">
<div class="single-icon">
<i class="ti-palette" aria-hidden="true"></i>
</div>
<h4>Diversified community</h4>
<p>A vibrant community, continuously evolving, comprised of a group of passionate youths contributing to each other for building a sustainable ecosystem through a win-win mechanism.</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.4s">
<div class="single-icon">
<i class="ti-panel" aria-hidden="true"></i>
</div>
<h4>Individual expertise</h4>
<p>Embracing new challenges to be prepared for the future - we are unafraid to break through new problems, creating a continuum of professional dynamics while encouraging human development.</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-special text-center wow fadeInUp" data-wow-delay="0.6s">
<div class="single-icon">
<i class="ti-heart" aria-hidden="true"></i>
</div>
<h4>Passionate people</h4>
<p>We have sprawling aspirations to stand out in the crowd, while breaking the barriers of traditional working methods - we thrive to move further while adapting to continuous changes and challenges.</p>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="special_description_area">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="special_description_img">
<img src="image/bg-img/innovation_growing.png" alt="">
</div>
</div>
<div class="col-lg-6 col-xl-5 ml-xl-auto text-container">
<div class="special_description_content">
<h2>About Us</h2>
<p>Our aim is to build a community that supports the Open Data and uptake of the Living Lab paradigm. Empowering everyone to innovate BOIL focuses on collecting information and achieved experienced on community issues all over Bangladesh and bring the information on the open platform in spatial and non-spatial manner to enhance the coordination among the concerned agencies as well as the cross boundary. To organize trainings on OpenStreetMap, QGIS, GeoNode, Open Layers, Carto in an integrated approach for addressing and solving community issues such as (a) Tagging and mapping the vulnerable communities through OpenStreetMap; (b) Pre-disaster mapping in pro poor communities; (c) Disaster response initiative by open data; (d) Strengthening the community through ICT knowledge;(e) Training on object-oriented data analysis and visualization and (f) Hands on training on bridging data portals. It provides consultancy and support in the field of education, training, data mining data management, digital innovation and Information technology-based solution, research, etc. & assist the smooth implementation of different kinds of development projects.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="numbers" class="cool_facts_area section_padding_50 clearfix">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-4">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.2s">
<div class="counter-area">
<h3><span class="counter total"></span></h3>
</div>
<div class="cool-facts-content">
<!-- <i class="ti-list"></i> -->
<p>Total <br> projects</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.4s">
<div class="counter-area">
<h3><span class="counter">4</span></h3>
</div>
<div class="cool-facts-content">
<!-- <i class="ti-loop"></i> -->
<p>Ongoing <br> projects</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="single-cool-fact d-flex justify-content-center wow fadeInUp" data-wow-delay="0.6s">
<div class="counter-area">
<h3><span class="counter">4</span></h3>
<script>
let numberSect = document.getElementById("numbers");
let spans = numberSect.querySelectorAll("span.counter");
let total = 0;
for (let c=1; c<spans.length; ++c) {
total += parseInt(spans[c].innerText);
}
numberSect.querySelector("span.counter.total").innerText = total;
</script>
</div>
<div class="cool-facts-content">
<!-- <i class="ti-check"></i> -->
<p>Completed <br> projects</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="exclusive_item_part blog_item_section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-heading">
<h2>Our Flagships</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row preview-row">
<script type="text/javascript">
let getProjects = async (name) => {
let res = await fetch(
`https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/${name}`
);
return await res.json();
};
let projectRow = document.getElementById("projects").querySelector("div.preview-row");
getProjects("boil-projects").then(data => {
let l = data.items.length;
if (l>0) {
for (let c=0; c<(l>3?3:l); ++c) {
let column = document.createElement("div");
column.classList.add("col-sm-6", "col-lg-4");
let single = document.createElement("div");
single.classList.add("single_blog_item");
let image = document.createElement("div");
image.classList.add("single_blog_img");
let img = document.createElement("img");
img.src = data.items[c].thumbnail;
let text = document.createElement("div");
text.classList.add("single_blog_text");
let h3 = document.createElement("h3");
h3.innerText = data.items[c].title;
let p = document.createElement("p");
p.innerText = "Lorem ipsum some some more some";
let a = document.createElement("a");
a.classList.add("btn_3");
a.href = data.items[c].link;
a.innerText = "Read more";
let readMoreImg = document.createElement("img");
readMoreImg.src = "image/icon/left_2.svg";
a.appendChild(readMoreImg);
text.appendChild(h3);
text.appendChild(p);
text.appendChild(a);
image.appendChild(img);
single.appendChild(image);
single.appendChild(text);
column.appendChild(single);
projectRow.appendChild(column);
}
}
});
</script>
<!-- <div class="col-sm-6 col-lg-4 d-none d-sm-block d-lg-none">
<div class="single_blog_item">
<div class="single_blog_img">
<img src="image/food_item/food_item_1.png" alt="">
</div>
<div class="single_blog_text">
<h3>Cremy Noodles</h3>
<p>Was brean shed moveth day yielding tree yielding day were female and </p>
<a href="#" class="btn_3">Read More</a>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section id="collaborations" class="collaborators-area clearfix">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-heading">
<h2>Our Collaborations...</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-12">
<div class="slider slider-nav">
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://www.wateraid.org" target="_blank" title="WaterAid">
<img class="img-fluid" src="image/logo/collaborator/wateraid.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://www.oneconcern.com" target="_blank" title="One Concern">
<img class="img-fluid" src="image/logo/collaborator/one-concern.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://www.deltares.nl" target="_blank" title="Deltares">
<img class="img-fluid" src="image/logo/collaborator/deltares.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://warwick.ac.uk" target="_blank" title="University of Warwick">
<img class="img-fluid" src="image/logo/collaborator/warwick.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://www.hotosm.org" target="_blank" title="Humanitarian OpenStreetMap Team (HOT)">
<img class="img-fluid" src="image/logo/collaborator/hot.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://www.missingmaps.org" target="_blank" title="Missing Maps">
<img class="img-fluid" src="image/logo/collaborator/missing-maps.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="https://osmbdf.org" target="_blank" title="OpenStreetMap Bangladesh Foundation (OSMBDF)">
<img class="img-fluid" src="image/logo/collaborator/osmbdf.png" alt="">
</a>
</div>
</div>
<div class="client-thumbnail">
<div class="client-item-wrapper">
<a href="http://www.iub.edu.bd" target="_blank" title="Independent University, Bangladesh">
<img class="img-fluid" src="image/logo/collaborator/iub.png" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials" class="clients-feedback-area bg-white section_padding_100 clearfix">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<div class="slider slider-for">
<div class="client-feedback-text text-center">
<div class="client">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="client-description text-center">
<p>“ BOIL is capable of both high and low tech collection, depending on the environment. The more we learned about the BOIL team, the more excited we became - it’s not often we meet someone as experienced and passionate about data collection, and the partnership was a natural fit. We’re excited to work with such wonderful partners as the BOIL team towards the outcome. ”</p>
</div>
<div class="client-name text-center">
<h5>Trigg Hutchinson</h5>
<p>Digital Anthropologist, One Concern USA</p>
</div>
</div>
<div class="client-feedback-text text-center">
<div class="client">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="client-description text-center">
<p>“ Based in Dhaka, BOIL can provide detailed insights regarding data challenges at the country level. They have worked with several humanitarian organisations in previous projects and worked as partners in our ongoing NIHR Global Health Unit on Improving Health in Slums spearheaded by University of Warwick. BOIL can leverage on their past projects to provide insights into the challenges from the perspective of grassroots NGOs in low and middle-income countries. ”</p>
</div>
<div class="client-name text-center">
<h5>Professor João Porto de Albuquerque</h5>
<p>Director, Institute for Global Sustainable Development, University of Warwick</p>
</div>
</div>
<div class="client-feedback-text text-center">
<div class="client">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="client-description text-center">
<p>“ BOIL is capable of both high and low tech collection, depending on the environment. The more we learned about the BOIL team, the more excited we became - it’s not often we meet someone as experienced and passionate about data collection, and the partnership was a natural fit. We’re excited to work with such wonderful partners as the BOIL team towards the outcome. ”</p>
</div>
<div class="client-name text-center">
<h5>Trigg Hutchinson</h5>
<p>Digital Anthropologist, One Concern USA</p>
</div>
</div>
<div class="client-feedback-text text-center">
<div class="client">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
<div class="client-description text-center">
<p>“ Based in Dhaka, BOIL can provide detailed insights regarding data challenges at the country level. They have worked with several humanitarian organisations in previous projects and worked as partners in our ongoing NIHR Global Health Unit on Improving Health in Slums spearheaded by University of Warwick. BOIL can leverage on their past projects to provide insights into the challenges from the perspective of grassroots NGOs in low and middle-income countries. ”</p>
</div>
<div class="client-name text-center">
<h5>Professor João Porto de Albuquerque</h5>
<p>Director, Institute for Global Sustainable Development, University of Warwick</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-5">
<div class="slider slider-nav">
<div class="client-thumbnail">
<img src="image/testimony/trigg-hutchinson.jpg" alt="">
</div>
<div class="client-thumbnail">
<img src="image/testimony/joao-porto-de-albuquerque.png" alt="">
</div>
<div class="client-thumbnail">
<img src="image/testimony/trigg-hutchinson.jpg" alt="">
</div>
<div class="client-thumbnail">
<img src="image/testimony/joao-porto-de-albuquerque.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="subscribe" class="our-monthly-membership section_padding_50 clearfix">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="membership-description">
<h2>Subscribe to our mailing list to stay updated</h2>
<!-- <p>Find the perfect plan for you — 100% satisfaction guaranteed.</p> -->
</div>
</div>
<div class="col-md-6 button-cont">
<input type="email" name="subscribe-email" placeholder="Enter your email here">
<div class="button-type-2 wow bounceInDown" data-wow-delay="0.5s">
<a href="#">Subscribe</a>
</div>
</div>
</div>
</div>
</section>
<section id="blogs" class="blog_part section_padding">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-heading">
<h2>Updates from Blog</h2>
<div class="line-shape"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row preview-row">
<script type="text/javascript">
let getBlogs = async (name) => {
let res = await fetch(
`https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/${name}`
);
return await res.json();
};
let blogRow = document.getElementById("blogs").querySelector("div.preview-row");
getBlogs("boil-projects").then(blogData => {
let l = blogData.items.length;
if (l>0) {
for (let c=0; c<(l>3?3:l); ++c) {
let column = document.createElement("div");
column.classList.add("col-sm-6", "col-lg-4", "col-xl-4");
let single = document.createElement("div");
single.classList.add("single-home-blog");
let card = document.createElement("div");
card.classList.add("card");
let img = document.createElement("img");
img.classList.add("card-img-top");
img.src = blogData.items[c].thumbnail;
let body = document.createElement("div");
body.classList.add("card-body");
let aTag = document.createElement("a");
aTag.classList.add("tag");
aTag.innerText = blogData.items[c].categories[0];
aTag.href = "#";
let span = document.createElement("span");
span.classList.add("date");
span.innerText = " | ";
let date = blogData.items[c].pubDate.split(" ")[0];
span.innerText += date;
let aBlog = document.createElement("a");
aBlog.classList.add("blog");
aBlog.href = blogData.items[c].link;
let h5 = document.createElement("h5");
h5.classList.add("card-title");
h5.innerText = "Lorem ipsum title some";
let ul = document.createElement("ul");
let liComment = document.createElement("li");
let spanComment = document.createElement("span");
spanComment.classList.add("ti-comments");
let liHeart = document.createElement("li");
let spanHeart = document.createElement("span");
spanHeart.classList.add("ti-heart");
liHeart.appendChild(spanHeart);
liComment.appendChild(spanComment);
liComment.innerHTML += "0 comment";
liHeart.innerHTML += "No heart";
ul.appendChild(liComment);
ul.appendChild(liHeart);
aBlog.appendChild(h5);
body.appendChild(aTag);
body.appendChild(span);
body.appendChild(aBlog);
body.appendChild(ul);
card.appendChild(img);
card.appendChild(body);
single.appendChild(card);
column.appendChild(single);
blogRow.appendChild(column);
}
}
});
</script>
<!-- <div class="col-sm-6 col-lg-4 col-xl-4 d-none d-sm-block d-lg-none">
<div class="single-home-blog">
<div class="card">
<img src="image/blog/blog_3.png" class="card-img-top" alt="blog">
<div class="card-body">
<a href="blog.html">Technology</a> | <span> March 30, 2019</span>
<a href="blog.html">
<h5 class="card-title">Be there bring void give good from stars</h5>
</a>
<ul>
<li> <span class="ti-comments"></span>2 Comments</li>
<li> <span class="ti-heart"></span>0 Like</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-sm-6 col-lg-4 col-xl-4">
<div class="single-home-blog">
<div class="card">
<img src="image/blog/blog_1.png" class="card-img-top" alt="blog">
<div class="card-body">
<a href="blog.html">Technology</a> | <span> March 30, 2019</span>
<a href="blog.html">
<h5 class="card-title">He waters likeness their land set female for </h5>
</a>
<ul>
<li> <span class="ti-comments"></span>2 Comments</li>
<li> <span class="ti-heart"></span>0 Like</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-sm-6 col-lg-4 col-xl-4">
<div class="single-home-blog">
<div class="card">
<img src="image/blog/blog_2.png" class="card-img-top" alt="blog">
<div class="card-body">
<a href="blog.html">Technology</a> | <span> March 30, 2019</span>
<a href="blog.html">
<h5 class="card-title">Be there bring void give good from stars</h5>
</a>
<ul>
<li> <span class="ti-comments"></span>2 Comments</li>
<li> <span class="ti-heart"></span>0 Like</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-4 col-xl-4">
<div class="single-home-blog">
<div class="card">
<img src="image/blog/blog_3.png" class="card-img-top" alt="blog">
<div class="card-body">
<a href="blog.html">Technology</a> | <span> March 30, 2019</span>
<a href="blog.html">
<h5 class="card-title">Third lights they're over moved days above</h5>
</a>
<ul>
<li> <span class="ti-comments"></span>2 Comments</li>
<li> <span class="ti-heart"></span>0 Like</li>
</ul>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section id="contact" class="footer-contact-area section_padding_100 clearfix">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="section-heading">
<h2>Get in touch with us!</h2>
</div>
<!-- <div class="footer-text"> -->
<!-- <p>We'll send you epic weekly blogs, whitepapers and things to make your app startup thrive, all FREE!</p> -->
<!-- </div> -->
<div class="address-text">
<p><span>Address:</span> House 159, Level 4, Road 6, Block Ka,<br>PC Culture Housing Society, Shyamoli, Dhaka 1207</p>
</div>
<div class="phone-text">
<p><span>Phone:</span> +880 1741 589653</p>
</div>
<div class="phone-text">
<p><span>Phone:</span> +880 1751 242457</p>
</div>
<div class="email-text">
<p><span>Email:</span> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-md-6">
<div class="contact_from">
<form action="#" method="post">
<div class="contact_input_area">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<input type="text" class="form-control" name="name" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your E-mail" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Mail's subject" required>
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea name="message" class="form-control" id="message" cols="30" rows="4" placeholder="Your Message" required></textarea>
</div>
</div>
<div class="col-12">
<!-- <button type="submit" class="btn submit-btn">Send Now</button> -->
<a id="sendMail" class="btn submit-btn" target="_blank">Send now</a>
</div>
</div>
</div>
</form>
<script>
let button = document.getElementById("sendMail");
button.addEventListener("click", function() {
let form = document.getElementById("contact").querySelector("form");
let mailto = "[email protected]";
let mail = form.querySelector("#email").value;
let subject = form.querySelector("#subject").value;
let name = form.querySelector("#name").value;
let body = "From: " + name + "%0D%0A" +
"Email: " + mail + "%0D%0A" +
"%0D%0A" +
form.querySelector("#message").value;
console.log(body);
button.href = "mailto:" + mailto + "?subject=" + subject + "&body=" + body;
});
</script>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-social-icon text-center section_padding_100 clearfix">
<div class="footer-text">
<!-- <h2>BOIL</h2> -->
<img class="logo" src="image/logo/logo.svg">
</div>
<div class="footer-social-icon">
<a href="https://www.facebook.com/BoiledBhoot" target="_blank" title="Find us on Facebook">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/boiledbhoot" target="_blank" title="Find us on Twitter">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<!-- <a href="#"> <i class="fa fa-instagram" aria-hidden="true"></i></a> -->
<!-- <a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a> -->
<!-- <a href="#"><i class="fa" aria-hidden="true"></i></a>mail -->
<!-- <a href="#"><i class="fa" aria-hidden="true"></i></a>Telegram -->
<!-- <a href="#"><i class="fa" aria-hidden="true"></i></a>Medium -->
<!-- <a href="#"><i class="fa" aria-hidden="true"></i></a>Slack -->
<a href="https://www.linkedin.com/company/boiledbhoot" target="_blank" title="Find us on LinkedIn">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/channel/UCpZq9WZik-MbSY9O0Teptfw" target="_blank" title="Find us on YouTube">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
<a href="https://github.com/BangladeshOpenInnovationLab" target="_blank" title="Find us on GitHub">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="footer-menu">
<nav>
<ul>
<!-- <li><a href="#">About</a></li> -->
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<!-- <li><a href="#">Contact</a></li> -->
</ul>
</nav>
</div>
<div class="copyright-text">
<!-- ***** Removing this text is now allowed! This template is licensed under CC BY 3.0 ***** -->
<p>Copyright © 2023 Bangladesh Open Innovation Lab (BOIL)</p>
</div>
</footer>
<span id="designCredit">Designed with <i class="fa fa-heart"></i> from <a href="https://colorlib.com" target="_blank">Colorlib</a></span>
<!--
<div id="announcement">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<a class="button-2" href="https://covid19.boiledbhoot.com/index.html" target="_blank">Bangladesh</a>
</div>
<div class="col-xs-12 col-sm-4">
<a class="title" href="https://covid19.boiledbhoot.com" target="_blank">COVID-19 update</a>
</div>
<div class="col-xs-12 col-sm-4">
<a class="button-2" href="https://covid19.boiledbhoot.com/dhaka.html" target="_blank">Dhaka</a>
</div>
</div>
</div>
</div>
-->
<div id="announcement">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<!-- <a class="button-2" href="http://103.247.238.81/webportal/pages/covid19.php" target="_blank">Bangladesh</a> -->
</div>
<div class="col-xs-12 col-sm-4">
<a class="title" href="https://sotmbd.org/" target="_blank">SoTM Bangladesh 2024 <i class='fas fa-globe'></i> <i class='far fa-map'></i> <i class='fas fa-map-signs'></i></a>
</div>
<div class="col-xs-12 col-sm-4">
<!-- <a class="button-2" href="http://103.247.238.81/webportal/pages/covid19.php" target="_blank">Dhaka</a> -->
</div>
</div>
</div>
</div>
<div id="popup" class="cont hidden">
<div class="content">
<span class="icon cross" title="Close pop-up"></span>
<img src="">
</div>
</div>
<script src="script/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="script/popper.min.js"></script>
<!-- Bootstrap-4 Beta JS -->
<script src="script/bootstrap.min.js"></script>
<!-- All Plugins JS -->
<script src="script/plugins.js"></script>
<!-- Slick Slider Js-->
<script src="script/slick.min.js"></script>
<!-- Footer Reveal JS -->
<script src="script/footer-reveal.min.js"></script>
<!-- Active JS -->
<script src="script/active.js"></script>
<script type="text/javascript" src="script/index.js"></script>
</body>
</html>