-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (91 loc) · 4.47 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
<!DOCTYPE html>
<html lang="ar" dir="rtl" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>الخزانة</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/resources/favi.png">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P26VFCPB53"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P26VFCPB53');
</script>
<script>
document.addEventListener('click', function(e) {
var target = e.target;
if (target.tagName === 'A' && target.href.match(/\.(pdf|docx|zip|etc)$/)) {
gtag('event', 'download', {
'file_name': target.href.split('/').pop(),
'file_type': target.href.split('.').pop()
});
}
});
</script>
<body>
<header>
<h1>الخزانة</h1>
</header>
<section class="section1">
<h2>التعريف بالخزانة</h2>
<p>- الخزانة فيها ثمانية آلاف من الكتب الشرعية و غيرها يمكنك المطالعة و البحث فيها.</p>
<p>- الخزانة تعمل على الأنظمة الثلاث : Linux و Windows و MAC. </p>
<p>- الخزانة مفتوحة المصدر (Open Source) ليس عليها حجر في الإستعمال أو النسخ أو التوزيع أو التغيير. </p>
<p>- الخزانة قاعدة بياناتها (كتبها كلها) مأخوذة من المكتبة الشاملة الشهيرة.</p>
</section>
<section class="section2">
<h2>صور من الخزانة</h2>
<span class="image_title"> التصانيف </span>
<img class="screenshot" src="kizana_screenshots/kizana_index.png" class="screenshot" alt="محتوى كتاب">
<span class="image_title"> محتوى كتاب </span>
<img class="screenshot" src="kizana_screenshots/kizana_book.png" class="screenshot" alt="التصانيف">
<span class="image_title"> المؤلفون </span>
<img class="screenshot" src="kizana_screenshots/kizana_authors.png" class="screenshot" alt="المؤلفون">
<span class="image_title"> البحث </span>
<img class="screenshot" src="kizana_screenshots/kizana_search.png" class="screenshot" alt="البحث">
</section>
<section class="section3">
<h2>تنزيل الخزانة</h2>
<table>
<tr>
<th>النظام</th>
<!-- <th>الحجم</th> -->
<th> تنزيل</th>
</tr>
<tr>
<td>Linux </td>
<td>
<a href="https://ia801509.us.archive.org/34/items/kizana_linux/kizana_linux.zip"> <img src="resources/download.png" id="download_image" alt="تنزيل المكتبة" title="تنزيل المكتبة" download> </a>
<!-- <span>آت إن شاء الله</span> -->
</td>
</tr>
<tr>
<td>Windows</td>
<td>
<a href="https://ia600602.us.archive.org/16/items/kizana_windows/kizana_windows.zip"> <img src="resources/download.png" id="download_image" alt="تنزيل المكتبة" title="تنزيل المكتبة" download> </a>
<!-- <span>آت إن شاء الله</span> -->
</td>
</tr>
<tr>
<td>Mac</td>
<td>
<a href="https://ia801508.us.archive.org/32/items/kizana_mac/kizana_mac.zip"> <img src="resources/download.png" id="download_image" alt="تنزيل المكتبة" title="تنزيل المكتبة" download > </a>
<!-- <span>آت إن شاء الله</span> -->
</td>
</tr>
<tr>
<td>المصدر البرمجي</td>
<td>
<a href="https://github.com/elkizana/kizana"> <img src="resources/github.png" id="download_image" alt="تنزيل المكتبة"> </a>
</td>
</tr>
</table>
</section>
<section class="section4">
<span class="image_title"> للتواصل مع صاحب البرنامج : [email protected] </span>
</section>
</body>
</html>