-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (84 loc) · 3.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicons-->
<link rel="apple-touch-icon-precomposed" href="images/favicon/apple-touch-icon-152x152.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="images/favicon/mstile-144x144.png">
<link rel="icon" href="images/favicon/favicon-32x32.png" sizes="32x32">
<title>প্রথম পাতা - বাংলা বর্ণমালা - appsforbd.com</title>
<!-- Materialize core CSS -->
<link href="assets/css/materialize.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<nav class="blue title center">
বাংলা বর্ণমালা
</nav>
<div class="row">
<div class="col s12 m4 l4">
<h4><br></h4>
</div>
</div>
<div class="card-panel center">
<ul class="collection">
<li class="collection-item hdrtxt">
<a href="sorborrno.html">স্বরবর্ণ</a>
</li>
<li class="collection-item hdrtxt">
<a href="banjonborno.html">ব্যাঞ্জনবর্ণ</a>
</li>
<li class="collection-item hdrtxt">
<a href="songkha.html">সংখ্যা</a>
</li>
<li class="collection-item hdrtxt">
<a href="sohojogita.html">সহযোগিতা</a>
</li>
</ul>
</div>
<!-- Materialize core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/materialize.js"></script>
<script>
$(document).ready(function() {
$('.slider').slider();
$('.parallax').parallax();
$(".dropdown-button").dropdown();
$(".button-collapse").sideNav();
$('select').material_select();
$('.datepicker').pickadate({
selectMonths: true, // Creates a dropdown to control month
selectYears: 15 // Creates a dropdown of 15 years to control year
});
$('.modal-trigger').leanModal();
});
</script>
<script type="text/javascript">
function PlaySound(path) {
var audioElement = document.createElement('audio');
audioElement.setAttribute('src', path);
audioElement.play();
}
</script>
</body>
</html>
<!-- Copyright -->
<!--
Project: Bangla Bornomala
Design: M. Abuhena Sobuj
Style: Material
Year: February 2016
Apps for Bangladesh
Website: appsforbd.com
Contact: appsforbd@gmail.com
-->