-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathhuruf.html
More file actions
244 lines (232 loc) · 11 KB
/
Copy pathhuruf.html
File metadata and controls
244 lines (232 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- favicon -->
<link rel="shortcut icon" href="./img/favicon.svg" type="image/x-icon">
<title>Belajar Ngaji</title>
<!-- box-icon -->
<script src="https://unpkg.com/boxicons@latest/dist/boxicons.js"></script>
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
<!-- CSS -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo center">
<img src="./img/logo2.png">
</a>
<!-- <ul class="right hide-on-med-and-down">
<li><a href="#service">Service</a></li>
<li><a href="#about">About Us</a></li>
</ul> -->
<!-- <ul id="nav-mobile" class="sidenav">
<li class="active"><a href="hijaiyah.html"><i class="material-icons">spellcheck</i>Huruf Hijaiyah</a></li>
<li><a href="nulis.html"><i class="material-icons">edit</i>Nulis Hijaiyah</a></li>
</ul> -->
<a href="index.html" data-target="nav-mobile" class="sidenav-trigger right">
<i class="material-icons">chevron_left</i>
</a>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center">Huruf Hijaiyah</h1>
<div class="row center">
<h5 class="header col s12 light z-depth-5">Ayo mulai belajar mengenal huruf hijaiyah dan pelafalannya</h5>
</div>
<div class="center">
<p>klik huruf hijaiyah untuk mendengarkan bunyi dan pelafalannya</p>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="./img/muslims-reading-from-quran.jpg" alt="Unsplashed background img 1"></div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div onclick="alif()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ا<br><label>Alif</label></h1>
</div>
<div onclick="ba()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ب<br><label>Ba</label></h1>
</div>
<div onclick="ta()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ت<br><label>Ta</label></h1>
</div>
<div onclick="tsa()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ث<br><label>Tsa</label></h1>
</div>
<div onclick="jim()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ج<br><label>Jim</label></h1>
</div>
<div onclick="ha()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ح<br><label>Ha</label></h1>
</div>
<div onclick="kho()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">خ<br><label>Kho</label></h1>
</div>
<div onclick="dal()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">د<br><label>Dal</label></h1>
</div>
<div onclick="dza()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ذ<br><label>Dza</label></h1>
</div>
<div onclick="ro()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ر<br><label>Ro</label></h1>
</div>
<div onclick="zay()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ز<br><label>Zay</label></h1>
</div>
<div onclick="sin()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">س<br><label>Sin</label></h1>
</div>
<div onclick="syin()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ش<br><label>Syin</label></h1>
</div>
<div onclick="shod()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ص<br><label>Shod</label></h1>
</div>
<div onclick="dhod()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ض<br><label>Dhod</label></h1>
</div>
<div onclick="tho()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ط<br><label>Tho</label></h1>
</div>
<div onclick="dhzo()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ظ<br><label>Dhzo</label></h1>
</div>
<div onclick="ain()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ع<br><label>`Ain</label></h1>
</div>
<div onclick="ghoin()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">غ<br><label>Ghoin</label></h1>
</div>
<div onclick="fa()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ف<br><label>Fa</label></h1>
</div>
<div onclick="qof()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ق<br><label>Qof</label></h1>
</div>
<div onclick="kaf()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ك<br><label>Kaf</label></h1>
</div>
<div onclick="lam()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ل<br><label>Lam</label></h1>
</div>
<div onclick="mim()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">م<br><label>Mim</label></h1>
</div>
<div onclick="nun()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ن<br><label>Nun</label></h1>
</div>
<div onclick="Ha()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">هـ<br><label>ha</label></h1>
</div>
<div onclick="waw()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">و<br><label>Waw</label></h1>
</div>
<div onclick="ya()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ي<br><label>Ya</label></h1>
</div>
<div onclick="hamzah()" class="alif col m2 s4 center waves-effect waves-teal">
<h1 class="huruf">ء<br><label>Hamzah</label></h1>
</div>
</div>
</div>
</div>
<footer class="page-footer center">
<div class="container">
<div class="row">
<div class="icon-sosial">
<a href="mailto:awahid.safhadi@gmail.com" class="btn-floating tooltipped teal darken-3" data-position="top" data-tooltip="email">
<i class="material-icons">mail_outline</i>
</a>
<a href="https://twitter.com/awahids_" class="btn-floating tooltipped blue darken-2" data-position="top" data-tooltip="twitter">
<i class='bx bxl-twitter'></i>
</a>
<a href="https://github.com/awahids" class="btn-floating tooltipped green darken-3" data-position="top" data-tooltip="github">
<i class='bx bxl-github'></i>
</a>
<a href="https://www.linkedin.com/in/awahids/" class="btn-floating tooltipped yellow darken-3" data-position="top" data-tooltip="linked in">
<i class='bx bxl-linkedin'></i>
</a>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made with
<svg width="13" height="10" viewBox="0 0 100 100">
<path fill="red" d="M92.71,7.27L92.71,7.27c-9.71-9.69-25.46-9.69-35.18,0L50,14.79l-7.54-7.52C32.75-2.42,17-2.42,7.29,7.27v0 c-9.71,9.69-9.71,25.41,0,35.1L50,85l42.71-42.63C102.43,32.68,102.43,16.96,92.71,7.27z"></path>
<animateTransform
attributeName="transform"
type="scale"
values="1; 1.5; 1.25; 1.5; 1.5; 1;"
dur="1s"
repeatCount="indefinite">
</animateTransform>
</svg>
by <a class="brown-text text-lighten-3" href="#">Awahid Safhadi</a>
</div>
</div>
</footer>
<!-- <div class="fixed-action-btn">
<a class="btn-floating btn-large tooltipped red pulse" data-position="left" data-tooltip="contact us">
<i class='bx bxs-contact'></i>
</a>
<ul>
<li>
<a href="mailto:awahid.safhadi@gmail.com" class="btn-floating tooltipped teal" data-position="left" data-tooltip="email">
<i class="material-icons">mail_outline</i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/awahids/" class="btn-floating tooltipped yellow darken-1" data-position="left" data-tooltip="linked in">
<i class='bx bxl-linkedin'></i>
</a>
</li>
<li>
<a href="https://github.com/awahids" class="btn-floating tooltipped green" data-position="left" data-tooltip="github">
<i class='bx bxl-github'></i>
</a>
</li>
<li>
<a href="https://twitter.com/awahids_" class="btn-floating tooltipped blue" data-position="left" data-tooltip="twitter">
<i class='bx bxl-twitter'></i>
</a>
</li>
</ul>
</div> -->
<!-- Scripts-->
<script src="./js/jquery-3.4.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="./js/main.js"></script>
<!-- floating -->
<!-- <script>
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.fixed-action-btn');
var instances = M.FloatingActionButton.init(elems, {
direction: 'top'
});
});
</script> -->
<!-- tooltipped -->
<script>
$(document).ready(function(){
$('.tooltipped').tooltip();
});
</script>
</body>
</html>