-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
438 lines (403 loc) · 16.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TaskTideWave</title>
<link rel="stylesheet" href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="css/tail.css" rel="stylesheet" />
</head>
<body >
<!-- Navbar section -->
<div class="navbar bg-base-100 max-sm:w-80">
<div class="navbar-start">
<div class="dropdown">
<label tabindex="0" class="btn btn-ghost btn-circle">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h16M4 18h7"
/>
</svg>
</label>
<!-- Page Routes -->
<ul
tabindex="0"
class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52"
>
<li><a href="#">Home</a></li>
<li><a href="#">Tasbih Counter</a></li>
<li><a href="#">Routine Maker</a></li>
<li><a href="#">Time converter</a></li>
<li><a href="#">About</a></li>
</ul>
<!--End of Page Routes -->
</div>
</div>
<div class="navbar-center">
<!-- webpage title -->
<a class="btn btn-ghost normal-case text-xl max-sm:text-sm"
>TaskTideWave</a
>
</div>
<!-- Nav Items search bar -->
<div class="navbar-end">
<div class="form-control">
<!-- search box -->
<input
type="text"
placeholder="Search here.."
class="input input-bordered w-24 md:w-auto max-sm:h-10"
/>
</div>
<button class="btn btn-ghost btn-circle">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
/>
</svg>
</button>
<!-- notification -->
<button class="btn btn-ghost btn-circle max-sm:w-2">
<div class="indicator">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"
/>
</svg>
<span class="badge badge-xs badge-primary indicator-item"></span>
</div>
</button>
</div>
</div>
<!-- End of Navbar section here -->
<!-- ------------------------------------------------------- -->
<div
class="font-extrabold text-center text-transparent text-4xl bg-clip-text bg-gradient-to-r from-green-400 to-blue-600 p-9 max-sm:text-xl max-sm:justify-center max-sm:text-center max-sm:items-center "
>
Digital Tasbih Counter
</div>
<!-- Tasbih section -->
<section
class="justify-center items-center text-center tasbih-home
flex ml-auto mr-auto mt-0 mb-16
max-sm:justify-center max-sm:items-center max-sm:text-center
max-sm:mr-auto max-sm:ml-auto max-sm:mt-0
max-sm:pl-[3rem] max-sm:block max-sm:h-[85rem]"
>
<!-- Cards Thakbe style="border: 2px solid;" -->
<div class=" lg:flex max-sm:items-center max-sm:justify-center max-sm:h-screen max-sm:w-max " >
<div class="block" >
<!-- Subhanallah sec -->
<!-- -->
<div id="card1"
class="card card-compact w-96 bg-base-100 shadow-xl mr-4 max-sm:w-80 "
>
<figure>
<img src="images/subhanallah-card.png" alt="subhanallah-card" />
</figure>
<div
class="card-body justify-center text-center items-center max-sm:items-center max-sm:text-center max-sm:justify-center"
>
<h2 class="card-title">Subhanallah</h2>
<p>Say 33 times!</p>
<!-- added counting number styles -->
<div
class="flex flex-col p-2 bg-neutral rounded-box w-24 text-neutral-content relative items-center max-sm:mb-2"
>
<span class="font-mono text-3xl">
<p id="subhanallahdisplay">0</p>
<!-- <span style="--value:33;"></span> -->
</span>
<span class="text-center">times</span>
</div>
<!-- added counting number styles -->
<div class="card-actions justify-center">
<button id="Subhanallahbtn" class="btn btn-outline btn-success " >
Tap here to begin Tasbih
</button>
</div>
<!-- added counting number styles -->
</div>
</div>
<!-- <div> -->
<!-- message alert subhanallah card -->
<div
class="w-96 items-center text-center justify-center max-sm:justify-center max-sm:text-center max-sm:items-center max-sm:w-72 max-sm:relative"
>
<!-- message alert -->
<span id="message1" class="invisible">
<div
class="alert alert-success mb-20 text-cyan-50 font-semibold max-sm:mt-2 max-sm:mb-2 max-sm:font-semibold max-sm:w-80 max-sm:text-sm"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="stroke-current shrink-0 h-6 w-6"
fill="none"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"
/>
</svg>
<span>Your counting has been finished!</span>
</div>
</span>
</div>
<!-- end of message alert -->
<!-- </div> -->
<!-- end of subhanllah block div -->
</div>
<!-- End of Subhanallah sec -->
<!-- alhamdulillah block div -->
<div class="block">
<!-- Alhamdulillah sec Started code -->
<div id="card2"
class="card card-compact w-96 bg-base-100 shadow-xl mr-4 max-sm:w-80 max-sm:mb-2 "
>
<figure>
<img src="images/Alhamdulillah-card.png" alt="Alhamdulillah-card" />
</figure>
<div class="card-body justify-center text-center items-center">
<h2 class="card-title">Alhamdulillah</h2>
<p>Say 33 times!</p>
<!-- added counting number styles -->
<div
class="flex flex-col p-2 bg-neutral rounded-box w-24 text-neutral-content relative items-center"
>
<span class="font-mono text-3xl">
<p id="Alhamdulillahdisplay">0</p>
<!-- <span style="--value:33;"></span> -->
</span>
<span class="text-center">times</span>
</div>
<!-- added counting number styles -->
<div class="card-actions justify-center">
<button id="alhamdulillahbtn" class="btn btn-outline btn-success">
Tap here to begin Tasbih
</button>
</div>
</div>
</div>
<!-- message alert for alhamdulillah -->
<div
class="w-96 items-center text-center justify-center max-sm:justify-center max-sm:text-center max-sm:items-center max-sm:w-72 max-sm:relative"
>
<!-- message alert -->
<span id="message2" class="invisible">
<div
class="alert alert-success mb-20 text-cyan-50 font-semibold max-sm:mt-2 max-sm:mb-2 max-sm:font-semibold max-sm:w-80 max-sm:text-sm"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="stroke-current shrink-0 h-6 w-6"
fill="none"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"
/>
</svg>
<span>Your counting has been finished!</span>
</div>
</span>
</div>
<!-- end of message alert for Alhamdulillah -->
<!--End of Alhamdulillah sec -->
</div>
<!-- alhamd block div ending -->
<!-- =================================================== -->
<!-- =================================================== -->
<div class="block">
<!-- AllahuAkbar sec 34 times-->
<div id="card3"
class="card card-compact w-96 bg-base-100 shadow-xl mr-2 max-sm:w-80 max-sm:-mb-16"
>
<figure>
<img src="images/AllahuAkbar-card.png" alt="AllahuAkbar" />
</figure>
<div class="card-body justify-center text-center items-center">
<h2 class="card-title">AllahuAkbar!</h2>
<p>Say 34 times!</p>
<!-- added counting number styles -->
<div
class="flex flex-col p-2 bg-neutral rounded-box w-24 text-neutral-content relative items-center"
>
<span class="font-mono text-3xl">
<p id="allahuakbardisplay">0</p>
<!-- <span style="--value:33;"></span> -->
</span>
<span class="text-center">times</span>
</div>
<!-- added counting number styles -->
<!-- button added -->
<div class="card-actions justify-center">
<button id="AllahuAkbarbtn" class="btn btn-outline btn-success">
Tap here to begin Tasbih
</button>
</div>
</div>
</div>
<!-- END of AllahuAkbar Card section -->
<!-- message alert of Allahuakbar -->
<div
class="w-96 items-center text-center justify-center max-sm:justify-center max-sm:text-center max-sm:items-center max-sm:w-72 max-sm:relative"
>
<!-- message alert -->
<span id="message3" class="invisible">
<div
class="alert alert-success mb-20 text-cyan-50 font-semibold max-sm:mt-[4.5rem] max-sm:mb-2 max-sm:font-semibold max-sm:w-80 max-sm:text-sm"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="stroke-current shrink-0 h-6 w-6"
fill="none"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"
/>
</svg>
<span>Your counting has been finished!</span>
</div>
</span>
</div>
<!-- end of message alert -->
</div>
<!-- Cards Thakbe -->
</section>
<!--================================== -->
<!-- Reset button -->
<div
class="max-sm:items-center max-sm:justify-center max-sm:text-center
text-center items-center justify-center relative -top-32 max-sm:relative " >
<button id="resetbtn" class="btn btn-outline btn-warning max-sm:mt-16">
Reset Tasbih
</button>
<!-- Open the modal using ID.showModal() method -->
<button
class="btn btn-primary hidden max-sm:mt-auto max-sm:ml-0 max-sm:mr-0 max-sm:mb-auto"
id="modal"
onclick="my_modal_5.showModal()"
>
Open this dua!
</button>
<dialog id="my_modal_5" class="modal">
<form method="dialog" class="modal-box">
<h3 class="font-bold text-lg">Now Say!</h3>
<p class="py-4"></p>
<img src="images/modal-image.jpg" class="w-96" alt="" />
<div class="modal-action">
<!-- if there is a button in form, it will close the modal -->
<button class="btn">Close</button>
</div>
</form>
</dialog>
<!-- End of my Modal -->
</div>
<!-- End of Reset button -->
<!-- End of Tasbih section -->
<!-- Footer start -->
<footer
class="footer mt-16 footer-center p-10 bg-primary text-primary-content max-sm:text-center max-sm:justify-center max-sm:items-center max-sm:ml-auto max-sm:mr-auto max-sm:w-96"
>
<div>
<svg
width="50"
height="50"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
class="inline-block fill-current"
>
<path
d="M22.672 15.226l-2.432.811.841 2.515c.33 1.019-.209 2.127-1.23 2.456-1.15.325-2.148-.321-2.463-1.226l-.84-2.518-5.013 1.677.84 2.517c.391 1.203-.434 2.542-1.831 2.542-.88 0-1.601-.564-1.86-1.314l-.842-2.516-2.431.809c-1.135.328-2.145-.317-2.463-1.229-.329-1.018.211-2.127 1.231-2.456l2.432-.809-1.621-4.823-2.432.808c-1.355.384-2.558-.59-2.558-1.839 0-.817.509-1.582 1.327-1.846l2.433-.809-.842-2.515c-.33-1.02.211-2.129 1.232-2.458 1.02-.329 2.13.209 2.461 1.229l.842 2.515 5.011-1.677-.839-2.517c-.403-1.238.484-2.553 1.843-2.553.819 0 1.585.509 1.85 1.326l.841 2.517 2.431-.81c1.02-.33 2.131.211 2.461 1.229.332 1.018-.21 2.126-1.23 2.456l-2.433.809 1.622 4.823 2.433-.809c1.242-.401 2.557.484 2.557 1.838 0 .819-.51 1.583-1.328 1.847m-8.992-6.428l-5.01 1.675 1.619 4.828 5.011-1.674-1.62-4.829z"
></path>
</svg>
<p class="font-bold">
Fahad Hossain <br />Providing reliable tech features
</p>
<p>Copyright © 2023 - All right reserved</p>
</div>
<div>
<div class="grid grid-flow-col gap-4">
<a href="#"
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
class="fill-current"
>
<path
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"
></path></svg>
</a>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
class="fill-current" >
<path
d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"
></path>
</svg>
</a>
<a href=""
><svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
class="fill-current"
>
<path
d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"
></path></svg></a>
</div>
</div>
</footer>
<!-- Footer ENd -->
<!-- Scripts start don't scroll for code -->
<script src="js/index.js"></script>
<!-- <script src="js/tailwind.config.js"></script> -->
<script src="js/tailwind.js"></script>
</body>
</html>