-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
617 lines (483 loc) · 27.9 KB
/
index.html
File metadata and controls
617 lines (483 loc) · 27.9 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en-us"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.82.0" />
<title>OpenBangla Keyboard</title>
<meta property="og:title" content="OpenBangla Keyboard" />
<meta name="twitter:title" content="OpenBangla Keyboard" />
<meta name="description" content="An open source, Unicode compliant, Bangla input method for GNU/Linux systems. It’s a full-fledged Bangla input method with many famous typing methods and typing automation tools.">
<meta property="og:description" content="An open source, Unicode compliant, Bangla input method for GNU/Linux systems. It’s a full-fledged Bangla input method with many famous typing methods and typing automation tools.">
<meta name="twitter:description" content="An open source, Unicode compliant, Bangla input method for GNU/Linux systems. It’s a full-fledged Bangla input method with many famous typing methods and typing automation tools.">
<meta name="author" content=""/>
<meta property="og:image" content="https://openbangla.github.io/images/blog/default.png" />
<meta name="twitter:image" content="https://openbangla.github.io/images/blog/default.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@OpenBanglaTeam" />
<meta name="twitter:creator" content="@OpenBanglaTeam" />
<meta property="og:url" content="https://openbangla.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OpenBangla Keyboard" />
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="https://openbangla.github.io/images/favicon.ico" />
<!-- Stylesheets -->
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="https://openbangla.github.io/plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="https://openbangla.github.io/plugins/bootstrap/dist/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="https://openbangla.github.io/plugins/lightbox2/dist/css/lightbox.min.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="https://openbangla.github.io/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="https://openbangla.github.io/plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://openbangla.github.io/css/style.min.css" media="screen">
</head>
<body id="body">
<!-- Start Preloader -->
<div id="preloader">
<div class="preloader">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</div>
<!-- End Preloader --><!-- Fixed Navigation -->
<section class="header navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="tf-ion-android-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link"
href="https://openbangla.github.io/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://openbangla.github.io/install">Install</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://openbangla.github.io/blog">Blog</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section><div id="content">
<!-- Hero Area -->
<section class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-fluid rounded" src="https://openbangla.github.io/images/256.png" alt="video-thumb">
</div>
<div class="col-md-6">
<div class="block">
<h2>OpenBangla Keyboard</h2>
<p>An open source, Unicode compliant, Bangla input method for GNU/Linux systems. It’s a full-fledged Bangla input method with many famous typing methods and typing automation tools.</p>
<ul class="list-inline wow fadeInUp" data-wow-duration=".5s" data-wow-delay=".7s">
<li class="list-inline-item">
<a href="https://openbangla.github.io/install" class="btn btn-main">Install</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Start About Section -->
<section class="about-2 section bg-gray" id="about">
<div class="container">
<div class="row">
<div class="col-12 col-md-5">
<h2>The last Bangla writing solution you'll ever need!</h2>
</div>
<div class="col-12 col-md-7">
<p><strong>OpenBangla Keyboard</strong> comes with the popular <strong>Avro Phonetic</strong> which is the <em>de-facto</em> phonetic transliteration method for writing Bangla. It also includes multiple fixed keyboard layouts such as <strong>Probhat</strong>, <strong>Munir Optima</strong>, <strong>National (Jatiya)</strong> etc. which are very popular amongst the professional writers.</p>
</div>
</div>
</div>
</section>
<!-- End About section -->
<!-- Feature Section Start -->
<section class="services section-xs" id="services">
<div class="container">
<div class="row">
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-flash"></i>
</div>
<h3>Fast</h3>
<p>Built with performance in mind.
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-android-list"></i>
</div>
<h3>Dictionary based suggestion</h3>
<p>Can predict and suggest phonetically similar words with correct spelling on the fly.
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-android-checkbox-outline"></i>
</div>
<h3>Auto Correct</h3>
<p>Brings commonly used English words to Bangla (like, Facebook, download etc.) even with their original English spelling and fixes numerous commonly mistyped words. It's also editable by the user!
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-android-star-outline"></i>
</div>
<h3>Your preference</h3>
<p>Automatically saves your selected candidate from the suggestions list and will select it automatically on the next time.
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-ios-albums-outline"></i>
</div>
<h3>Layout Viewer</h3>
<p>See the actual image of the current keyboard layout anytime you need. Now there is no need to print or draw a keyboard layout and attach it on your computer table!
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-android-options"></i>
</div>
<h3>Fully Customizable</h3>
<p>It'll never get in your way!
</p>
</div>
</div>
<!-- End Single Feature Item -->
</div>
</div>
</section>
<!-- End Feature section -->
<!-- About Section Start -->
<section class="about section-sm" id="about">
<div class="container">
<div class="row mb-50 justify-content-center">
<div class="col-md-5 col-sm-12 text-center offset-md-1">
<img src="https://openbangla.github.io/images/screenshot-1.png" class="img-fluid rounded shadow" alt="about-image">
</div>
<div class="col-md-5 col-sm-12">
<div class="content">
<h2>Avro Phonetic</h2>
<p>
Support for preview window to see suggestions with dictionary assistance. Type with confidence. The suggestion list also includes the written <strong>English word</strong>, which is very helpful when you just need it!
</p>
</div>
</div>
</div>
<div class="row mt-50 justify-content-center">
<div class="col-md-5 col-md-5 col-sm-12 offset-md-1">
<div class="content">
<h2>Get suggestions when writing with Probhat and others</h2>
<p>
Get suggestions with dictionary assistance even when writing with Fixed Keyboard methods such as <strong>Probhat</strong>, <strong>Jatiya</strong> and others which was <strong>never possible before!</strong>
</p>
</div>
</div>
<div class="col-12 col-md-5 col-sm-12 text-center">
<img src="https://openbangla.github.io/images/screenshot-2.png" class="img-fluid rounded shadow" alt="about-image">
</div>
</div>
<div class="row mb-50 justify-content-center">
<div class="col-md-5 col-sm-12 text-center offset-md-1">
<img src="https://openbangla.github.io/images/ligature.png" class="img-fluid rounded shadow" alt="about-image">
</div>
<div class="col-md-5 col-sm-12">
<div class="content">
<h2>Write Kar as you like</h2>
<p>
Use <strong>Traditional Kar Joining</strong> feature of Fixed Layouts and see beautiful literary kar ligatures in your writing.
</p>
</div>
</div>
</div>
<div class="row mt-50 justify-content-center">
<div class="col-md-5 col-md-5 col-sm-12 offset-md-1">
<div class="content">
<h2>Configuration always at your hand</h2>
<p>
Comes with a configuration tool which is very <strong>handy</strong> and <strong>easy</strong> to use!
</p>
</div>
</div>
<div class="col-12 col-md-5 col-sm-12 text-center">
<img src="https://openbangla.github.io/images/topbar.png" class="img-fluid rounded shadow" alt="about-image">
</div>
</div>
</div>
</section>
<!-- About section End -->
<!-- Start Portfolio Section -->
<section class="portfolio section" id="portfolio">
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="title text-center">
<h4>A picture is worth a thousand words</h4>
<h2>Screenshots.</h2>
<span class="border"></span>
</div>
</div>
</div>
<div class="row filtr-container">
<div class="col-6 col-md-4 padding-0 filtr-item" data-category="linux">
<div class="portfolio-block">
<img class="img-fluid" src="https://openbangla.github.io/images/portfolio/settings.png" alt="portfolio-image">
<div class="caption">
<a class="search-icon" href="https://openbangla.github.io/images/portfolio/settings.png" data-lightbox="image-1">
<i class="tf-ion-image"></i>
</a>
<h4>
<a href="https://openbangla.github.io/images/portfolio/settings.png" data-lightbox="image-1">Fully Customizable</a>
</h4>
</div>
</div>
</div>
<div class="col-6 col-md-4 padding-0 filtr-item" data-category="linux">
<div class="portfolio-block">
<img class="img-fluid" src="https://openbangla.github.io/images/portfolio/auto_correct.png" alt="portfolio-image">
<div class="caption">
<a class="search-icon" href="https://openbangla.github.io/images/portfolio/auto_correct.png" data-lightbox="image-1">
<i class="tf-ion-image"></i>
</a>
<h4>
<a href="https://openbangla.github.io/images/portfolio/auto_correct.png" data-lightbox="image-1">Auto Correct Entries</a>
</h4>
</div>
</div>
</div>
<div class="col-6 col-md-4 padding-0 filtr-item" data-category="linux">
<div class="portfolio-block">
<img class="img-fluid" src="https://openbangla.github.io/images/portfolio/topbar-layout.png" alt="portfolio-image">
<div class="caption">
<a class="search-icon" href="https://openbangla.github.io/images/portfolio/topbar-layout.png" data-lightbox="image-1">
<i class="tf-ion-image"></i>
</a>
<h4>
<a href="https://openbangla.github.io/images/portfolio/topbar-layout.png" data-lightbox="image-1">Changing Layouts</a>
</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End section -->
<!-- Blog Section Start -->
<section class="blog section" id="blog">
<div class="container">
<div class="row">
<div class="col">
<div class="title text-center">
<h4>Stay Updated!</h4>
<h2>Blog.</h2><span class="border"></span>
</div>
</div>
</div>
<div class="row">
<!-- single blog post -->
<article class="col-12 col-md-4">
<div class="post-item">
<div class="post-thumb">
<img class="img-fluid shadow rounded" src="https://openbangla.github.io/images/blog/default.png" alt="Generic placeholder image">
</div>
<div class="post-title">
<h3 class="mt-0">
<a href="https://openbangla.github.io/blog/bintray-notice/">বিশেষ বিজ্ঞপ্তি!</a>
</h3>
</div>
<div class="post-meta">
<ul class="list-inline">
<li class="list-inline-item">
<span>By</span>
Muhammad Mominul Huque
</li>
<li class="list-inline-item">
<span>at</span>
<span>May 1, 2021</span>
</li>
</ul>
</div>
<div class="post-content">
<p><p>ওপেনবাংলা কিবোর্ড ২.০.০ সংস্করণ প্রকাশের মধ্য দিয়ে আমরা Bintray এর মাধ্যমে বিভিন্ন লিনাক্স ডিস্ট্রিবিউশনের জন্য প্যাকেজ বিতরণ করা শুরু করি। তবে পহেলা মে থেকে Bintray তাদের পরিষেবা গুটিয়ে নিচ্ছে।</p></p>
</div>
<a class="btn btn-main" href="https://openbangla.github.io/blog/bintray-notice/">Read more</a>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-12 col-md-4">
<div class="post-item">
<div class="post-thumb">
<img class="img-fluid shadow rounded" src="https://openbangla.github.io/images/blog/default.png" alt="Generic placeholder image">
</div>
<div class="post-title">
<h3 class="mt-0">
<a href="https://openbangla.github.io/blog/releasing-2-0-0/">ওপেনবাংলা কিবোর্ড ২.০.০ - প্রকাশিত!</a>
</h3>
</div>
<div class="post-meta">
<ul class="list-inline">
<li class="list-inline-item">
<span>By</span>
Muhammad Mominul Huque
</li>
<li class="list-inline-item">
<span>at</span>
<span>October 2, 2020</span>
</li>
</ul>
</div>
<div class="post-content">
<p><p>প্রায় ২ বছর পর আপনাদের কাছে ওপেনবাংলা কিবোর্ডের ২.০.০ সংস্করণ এনে দিতে পেরে আমরা খুবই আনন্দিত। তবে আগেই বলে দিতে চাই, এযাবতকালে ওপেনবাংলা কিবোর্ডের অন্যতম বড় রিলিজ হতে চলেছে এটি!</p></p>
</div>
<a class="btn btn-main" href="https://openbangla.github.io/blog/releasing-2-0-0/">Read more</a>
</div>
</article>
<!-- /single blog post -->
<!-- single blog post -->
<article class="col-12 col-md-4">
<div class="post-item">
<div class="post-thumb">
<img class="img-fluid shadow rounded" src="https://openbangla.github.io/images/blog/default.png" alt="Generic placeholder image">
</div>
<div class="post-title">
<h3 class="mt-0">
<a href="https://openbangla.github.io/blog/releasing-1-5-1/">ওপেনবাংলা কিবোর্ড ১.৫.১ - প্রকাশিত!</a>
</h3>
</div>
<div class="post-meta">
<ul class="list-inline">
<li class="list-inline-item">
<span>By</span>
Muhammad Mominul Huque
</li>
<li class="list-inline-item">
<span>at</span>
<span>October 12, 2018</span>
</li>
</ul>
</div>
<div class="post-content">
<p><p>ওপেনবাংলা কিবোর্ডের এই নতুন সংস্করণ একটি রক্ষণাবেক্ষণমূলক বা “<em>maintenance release</em>”, তাই এই সংস্করণে মূলত বাগ ফিক্সকে গুরুত্ব দেয়া হয়েছে।</p></p>
</div>
<a class="btn btn-main" href="https://openbangla.github.io/blog/releasing-1-5-1/">Read more</a>
</div>
</article>
<!-- /single blog post -->
</div>
</div>
</section>
<!-- Blog Section End -->
<!-- Start Contact Us -->
<section class="contact-us section bg-gray" id="contact">
<div class="container">
<div class="row">
<div class="col">
<div class="social-icons-block contact-meta-block">
<h4>We are social</h4>
<ul class="list-inline social-icon">
<li class="list-inline-item">
<a href="https://www.facebook.com/openbanglakeyboard">
<i class="tf-ion-social-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/OpenBanglaTeam">
<i class="tf-ion-social-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/OpenBangla">
<i class="tf-ion-social-github"></i>
</a>
</li>
<li class="list-inline-item">
<a href="mailto:openbanglateam@gmail.com">
<i class=" tf-ion-android-mail"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div><!-- Footer Start -->
<footer id="footer" class="bg-one">
<div class="footer-bottom">
<h6>Copyright 2015-2020 OpenBangla Team. All rights reserved.</h6>
<h6>Theme by
<a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">themefisher.com</a>
</h6>
</div>
</footer>
<!-- end footer -->
<!-- Essential Scripts -->
<!-- jQuery -->
<script src="https://openbangla.github.io/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="https://openbangla.github.io/plugins/bootstrap/dist/js/popper.min.js"></script>
<script src="https://openbangla.github.io/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="https://openbangla.github.io/plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="https://openbangla.github.io/plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Slick Carousel -->
<script src="https://openbangla.github.io/plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script src="https://openbangla.github.io/plugins/filterzr/jquery.filterizr.min.js"></script>
<!-- Smooth Scroll js -->
<script src="https://openbangla.github.io/plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script>
<!-- Main Script -->
<script src="https://openbangla.github.io/js/script.min.js"></script>
</body>
</html>