-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
281 lines (261 loc) · 11 KB
/
faq.html
File metadata and controls
281 lines (261 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
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
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>שאלות נפוצות - אוצריא</title>
<link rel="icon" type="image/svg+xml" href="images/logo.svg">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="header">
<div class="container">
<a href="index.html" class="logo-section">
<img src="images/logo.svg" alt="לוגו אוצריא" class="logo" />
<h1 class="site-title">אוצריא</h1>
</a>
<nav class="nav">
<a href="index.html" class="nav-link">בית</a>
<a href="index.html#download" class="nav-link">הורדה</a>
<a href="docs.html" class="nav-link">מדריכים</a>
<a href="faq.html" class="nav-link active">שאלות נפוצות</a>
<a href="donate.html" class="nav-link">תרומות</a>
<a href="about.html" class="nav-link">אודות</a>
</nav>
</div>
</header>
<main class="faq-page">
<div class="container">
<div class="faq-hero">
<span class="material-symbols-outlined faq-hero-icon"
>help_center</span
>
<h1 class="faq-hero-title">שאלות נפוצות</h1>
<p class="faq-hero-subtitle">
מצא תשובות לשאלות הנפוצות ביותר על אוצריא
</p>
</div>
<div class="faq-content">
<!-- חיפוש -->
<div class="faq-search">
<span class="material-symbols-outlined faq-search-icon"
>search</span
>
<input
type="text"
id="faqSearch"
class="faq-search-input"
placeholder="חפש שאלה..."
/>
</div>
<!-- קטגוריות -->
<div class="faq-categories">
<button class="faq-category-btn active" data-category="all">
הכל
</button>
<button class="faq-category-btn" data-category="general">
כללי
</button>
<button class="faq-category-btn" data-category="installation">
התקנה
</button>
<button class="faq-category-btn" data-category="usage">
שימוש
</button>
<button class="faq-category-btn" data-category="technical">
טכני
</button>
</div>
<!-- שאלות ותשובות -->
<div class="faq-list">
<!-- שאלה 1 -->
<div class="faq-item" data-category="general">
<button class="faq-question">
<span class="faq-question-text"
>מהי תוכנת אוצריא ומה היא מציעה?</span
>
<span class="material-symbols-outlined faq-icon">
expand_more
</span>
</button>
<div class="faq-answer">
<p>
אוצריא היא תוכנה חינמית ופתוחה המספקת גישה למאגר תורני רחב עם
ממשק מודרני ומהיר. התוכנה מיועדת לשימוש במחשב אישי או במכשיר
נייד, ומאפשרת לימוד תורה בקלות ובנוחות בכל מקום.
</p>
</div>
</div>
<!-- שאלה 2 -->
<div class="faq-item" data-category="general">
<button class="faq-question">
<span class="faq-question-text"
>כמה ספרים כלולים במאגר?</span
>
<span class="material-symbols-outlined faq-icon">
expand_more
</span>
</button>
<div class="faq-answer">
<p>
המאגר כולל כ-7,200 ספרים תורניים, הכוללים תנ"ך ומפרשיו, משנה
ומפרשיה, תלמודים בבלי וירושלמי עם ראשונים ואחרונים, ספרי הלכה
כולל טושו"ע וכל נושאי הכלים, ספרי מחשבה ומוסר וקבלה.
</p>
</div>
</div>
<!-- שאלה 3 -->
<div class="faq-item" data-category="installation">
<button class="faq-question">
<span class="faq-question-text"
>איך מתקינים את התוכנה?</span
>
<span class="material-symbols-outlined faq-icon">
expand_more
</span>
</button>
<div class="faq-answer">
<p>
ההתקנה פשוטה ומהירה. הורד את הקובץ המתאים למערכת ההפעלה שלך
מדף ההורדות, הפעל את הקובץ ועקוב אחר ההוראות על המסך. בהפעלה
הראשונה תתבקש להוריד את מאגר הספרים.
</p>
</div>
</div>
<!-- שאלה 4 -->
<div class="faq-item" data-category="usage">
<button class="faq-question">
<span class="faq-question-text"
>האם אפשר להוסיף ספרים משלי?</span
>
<span class="material-symbols-outlined faq-icon">
expand_more
</span>
</button>
<div class="faq-answer">
<p>
כן! אוצריא תומכת בהוספת ספרים בפורמטים TXT, DOCX ו-PDF. פשוט
העתק את הקבצים לתיקיית הספרייה ותוכל להשתמש בהם מיד.
</p>
</div>
</div>
<!-- שאלה 5 -->
<div class="faq-item" data-category="technical">
<button class="faq-question">
<span class="faq-question-text"
>מהן דרישות המערכת להפעלת התוכנה?</span
>
<span class="material-symbols-outlined faq-icon">
expand_more
</span>
</button>
<div class="faq-answer">
<p>
התוכנה דורשת מערכת הפעלה מודרנית: Windows 10 ומעלה, macOS
10.14 ומעלה, או הפצת Linux עדכנית. למכשירים ניידים: Android 5.0
ומעלה או iOS 12 ומעלה. מומלץ לפחות 4GB זיכרון RAM ו-5GB שטח
פנוי.
</p>
</div>
</div>
<!-- שאלה 6 -->
<div class="faq-item" data-category="general">
<button class="faq-question">
<span class="faq-question-text"
>האם התוכנה באמת חינמית לחלוטין?</span
>
<span class="material-symbols-outlined faq-icon">
expand_more
</span>
</button>
<div class="faq-answer">
<p>
כן! התוכנה חינמית לחלוטין ותישאר כזו לעד. הקוד גם פתוח ונגיש
לכולם. אנחנו מאמינים שגישה לתורה צריכה להיות זמינה לכולם ללא
עלות.
</p>
</div>
</div>
</div>
<!-- לא מצאת תשובה? -->
<div class="faq-contact">
<h2 class="faq-contact-title">לא מצאת את מה שחיפשת?</h2>
<p class="faq-contact-text">
צור איתנו קשר ונשמח לעזור לך
</p>
<a href="mailto:sivan.ratson@gmail.com" class="faq-contact-btn">
<span class="material-symbols-outlined">mail</span>
שלח לנו מייל
</a>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<p>תוכנה זו נוצרה והוקדשה על ידי המפתחים והתורמים של פרויקט אוצריא</p>
<p>
קוד פתוח תחת רישיון Unlicense |
<a href="https://github.com/sivan22/otzaria">GitHub</a>
</p>
</div>
</footer>
<script>
// Toggle FAQ answers
document.querySelectorAll('.faq-question').forEach((button) => {
button.addEventListener('click', () => {
const faqItem = button.parentElement;
const isActive = faqItem.classList.contains('active');
// Close all other items
document.querySelectorAll('.faq-item').forEach((item) => {
item.classList.remove('active');
});
// Toggle current item
if (!isActive) {
faqItem.classList.add('active');
}
});
});
// Category filter
document.querySelectorAll('.faq-category-btn').forEach((button) => {
button.addEventListener('click', () => {
const category = button.dataset.category;
// Update active button
document.querySelectorAll('.faq-category-btn').forEach((btn) => {
btn.classList.remove('active');
});
button.classList.add('active');
// Filter items
document.querySelectorAll('.faq-item').forEach((item) => {
if (category === 'all' || item.dataset.category === category) {
item.style.display = 'block';
} else {
item.style.display = 'none';
}
});
});
});
// Search functionality
document.getElementById('faqSearch').addEventListener('input', (e) => {
const searchTerm = e.target.value.toLowerCase();
document.querySelectorAll('.faq-item').forEach((item) => {
const question = item
.querySelector('.faq-question-text')
.textContent.toLowerCase();
const answer = item
.querySelector('.faq-answer')
.textContent.toLowerCase();
if (question.includes(searchTerm) || answer.includes(searchTerm)) {
item.style.display = 'block';
} else {
item.style.display = 'none';
}
});
});
</script>
</body>
</html>