-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-popup_more-info.html
105 lines (86 loc) · 3.18 KB
/
template-popup_more-info.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
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electronic Readings of The Qur’an</title>
<link rel="stylesheet" href="css/style.css" media="screen">
<link rel="stylesheet" href="css/aos.css" media="screen">
</head>
<body>
<!--Modal More Info--------------------------------------------------------------------------------------------->
<div id="popup-modal-info" class="show-modal-info">
<div id="x-modal-info"><img src="imgs/x-button.svg"></div>
<div class="info-popup">
<div class="flex-container ">
<div class="table-icon"><a><img src="imgs/play-button.svg"></a></div>
<div class="results-text"><p dir="rtl" lang="ar">رما لل</p></div>
</div>
<div class="popup-table">
<table>
<thead>
<tr>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="flex-container">The Ten Readings Sughra<div class="rounded blue-bg"><p>10K</p></div></td>
</tr>
</tbody>
<thead>
<tr>
<th>Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>N/A</td>
</tr>
</tbody>
<thead>
<tr>
<th>Transliteration</th>
</tr>
</thead>
<tbody>
<tr>
<td>rabba</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Transmission</th>
<th>Manual</th>
<th>Page</th>
</tr>
</thead>
<tbody>
<tr>
<td>Zayd b. ʿAlī</td>
<td>Name of Manual</td>
<td>200</td>
</tr>
<tr>
<td>Zayd b. ʿAlī</td>
<td>Name of Manual</td>
<td>200</td>
</tr>
<tr>
<td>Zayd b. ʿAlī</td>
<td>Name of Manual</td>
<td>200</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--Load JS------------------------------------------------------------------------------------------------------>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>