Skip to content

Commit a656e69

Browse files
committed
Add faq pages and update gitignore
1 parent 7c320a7 commit a656e69

File tree

368 files changed

+66811
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+66811
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2-
*.zip
2+
*.zip
3+
*.py

hebrew_date_faqs_2023/2023-01-01.html

+183
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
<!DOCTYPE html>
2+
<html lang="he" dir="rtl">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>שאלות נפוצות על ח׳ טבת ה׳תשפ״ג | יום ראשון | לוח שנה עברי</title>
7+
<meta name="description" content="מידע מקיף על התאריך העברי ח׳ טבת ה׳תשפ״ג ומשמעותו בלוח השנה העברי">
8+
<meta name="keywords" content="המרת תאריכים, לוח שנה עברי, ח׳ טבת ה׳תשפ״ג, 2023-01-01">
9+
10+
<!-- Open Graph / Facebook -->
11+
<meta property="og:type" content="website">
12+
<meta property="og:title" content="מידע על ח׳ טבת ה׳תשפ״ג - יום ראשון">
13+
<meta property="og:description" content="מידע מקיף על התאריך העברי ח׳ טבת ה׳תשפ״ג ומשמעותו בלוח השנה העברי">
14+
<meta name="apple-itunes-app" content="app-id=6736856508">
15+
<style>
16+
:root {
17+
--primary-color: #3498db;
18+
--secondary-color: #2c3e50;
19+
--background-color: #ecf0f1;
20+
--text-color: #34495e;
21+
--border-color: #bdc3c7;
22+
--link-color: #3498db;
23+
--footer-bg: #f9f9f9;
24+
}
25+
26+
.dark-theme {
27+
--primary-color: #3498db;
28+
--secondary-color: #2c3e50;
29+
--background-color: #34495e;
30+
--text-color: #ecf0f1;
31+
--border-color: #bdc3c7;
32+
--link-color: #3498db;
33+
--footer-bg: #2c3e50;
34+
--header-text: #333;
35+
}
36+
37+
body {
38+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
39+
background-color: var(--background-color);
40+
color: var(--text-color);
41+
line-height: 1.6;
42+
margin: 0;
43+
padding: 0;
44+
}
45+
46+
.container {
47+
max-width: 800px;
48+
margin: 0 auto;
49+
padding: 20px;
50+
}
51+
52+
.faq-section {
53+
background-color: white;
54+
border-radius: 8px;
55+
padding: 30px;
56+
margin-bottom: 20px;
57+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
58+
}
59+
60+
h1, h2 {
61+
color: var(--primary-color);
62+
}
63+
64+
.question {
65+
margin-bottom: 20px;
66+
border-bottom: 1px solid var(--border-color);
67+
padding-bottom: 15px;
68+
}
69+
70+
.question h3 {
71+
color: var(--secondary-color);
72+
margin-bottom: 10px;
73+
}
74+
75+
.answer {
76+
padding-right: 20px;
77+
}
78+
79+
footer {
80+
background-color: var(--footer-bg);
81+
padding: 20px;
82+
text-align: center;
83+
margin-top: 40px;
84+
}
85+
</style>
86+
</head>
87+
<body>
88+
<div class="container">
89+
<div class="faq-section">
90+
<script type="application/ld+json">
91+
{
92+
"@context": "https://schema.org",
93+
"@type": "FAQPage",
94+
"mainEntity": [
95+
{
96+
"@type": "Question",
97+
"name": "מה התאריך העברי של 2023-01-01?",
98+
"acceptedAnswer": {
99+
"@type": "Answer",
100+
"text": "התאריך העברי הוא ח׳ טבת ה׳תשפ״ג, יום ראשון"
101+
}
102+
},
103+
{
104+
"@type": "Question",
105+
"name": "איך כותבים את התאריך ח׳ טבת ה׳תשפ״ג בספרות?",
106+
"acceptedAnswer": {
107+
"@type": "Answer",
108+
"text": "התאריך ח׳ טבת ה׳תשפ״ג נכתב גם כ-8 טבת 5783"
109+
}
110+
},
111+
{
112+
"@type": "Question",
113+
"name": "האם 2023-01-01 הוא יום ראשון?",
114+
"acceptedAnswer": {
115+
"@type": "Answer",
116+
"text": "כן, 2023-01-01 חל ביום ראשון"
117+
}
118+
}
119+
]
120+
}
121+
</script>
122+
123+
124+
<a href="https://apps.apple.com/us/app/hebrew-dateconverter/id6736856508?itscg=30200&itsct=apps_box_artwork&mttnsubad=6736856508" style="position: relative; width: 170px; height: 170px; overflow: hidden; display: inline-block; vertical-align: middle;
125+
--app-icon-mask: url('data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%20230.5%20230.5%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.4%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.2%20230H64.1a320%20320%200%200%201-7-.1c-5%200-10-.5-15-1.3a50.8%2050.8%200%200%201-14.4-4.8%2048.2%2048.2%200%200%201-21-21%2050.9%2050.9%200%200%201-4.8-14.4%20100.7%20100.7%200%200%201-1.3-15v-7l-.1-8.2V64.1a320%20320%200%200%201%20.1-7c0-5%20.5-10%201.3-15a50.7%2050.7%200%200%201%204.8-14.4%2048.2%2048.2%200%200%201%2021-21%2051%2051%200%200%201%2014.4-4.8c5-.8%2010-1.2%2015-1.3a320%20320%200%200%201%207%200l8.2-.1h94.1a320%20320%200%200%201%207%20.1c5%200%2010%20.5%2015%201.3a52%2052%200%200%201%2014.4%204.8%2048.2%2048.2%200%200%201%2021%2021%2050.9%2050.9%200%200%201%204.8%2014.4c.8%205%201.2%2010%201.3%2015a320%20320%200%200%201%20.1%207v102.3l-.1%207c0%205-.5%2010-1.3%2015a50.7%2050.7%200%200%201-4.8%2014.4%2048.2%2048.2%200%200%201-21%2021%2050.8%2050.8%200%200%201-14.4%204.8c-5%20.8-10%201.2-15%201.3a320%20320%200%200%201-7%200l-8.2.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A');">
126+
127+
<img src="https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/65/72/13/657213c3-0df2-0615-1b55-43b0bd0ba6d9/AppIcon-0-0-1x_U007epad-0-1-85-220.png/540x540bb.jpg" alt="Hebrew DateConverter"
128+
style="width: 100%; height: 100%; object-fit: contain;
129+
mask-image: var(--app-icon-mask); -webkit-mask-image: var(--app-icon-mask);" />
130+
131+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 230.5 230.5" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; box-sizing: border-box;">
132+
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="1.4" stroke-opacity=".1" stroke-width="1" d="M158.2 230H64.1a320 320 0 0 1-7-.1c-5 0-10-.5-15-1.3a50.8 50.8 0 0 1-14.4-4.8 48.2 48.2 0 0 1-21-21 50.9 50.9 0 0 1-4.8-14.4 100.7 100.7 0 0 1-1.3-15v-7l-.1-8.2V64.1a320 320 0 0 1 .1-7c0-5 .5-10 1.3-15a50.7 50.7 0 0 1 4.8-14.4 48.2 48.2 0 0 1 21-21 51 51 0 0 1 14.4-4.8c5-.8 10-1.2 15-1.3a320 320 0 0 1 7 0l8.2-.1h94.1a320 320 0 0 1 7 .1c5 0 10 .5 15 1.3a52 52 0 0 1 14.4 4.8 48.2 48.2 0 0 1 21 21 50.9 50.9 0 0 1 4.8 14.4c.8 5 1.2 10 1.3 15a320 320 0 0 1 .1 7v102.3l-.1 7c0 5-.5 10-1.3 15a50.7 50.7 0 0 1-4.8 14.4 48.2 48.2 0 0 1-21 21 50.8 50.8 0 0 1-14.4 4.8c-5 .8-10 1.2-15 1.3a320 320 0 0 1-7 0l-8.2.1z" clip-rule="evenodd" vector-effect="non-scaling-stroke"/>
133+
</svg>
134+
</a>
135+
136+
<a href="https://apps.apple.com/us/app/hebrew-date-for-menu-bar/id6738323298?mt=12&itscg=30200&itsct=apps_box_artwork&mttnsubad=6738323298" style="position: relative; width: 170px; height: 170px; overflow: hidden; display: inline-block; vertical-align: middle;
137+
--app-icon-mask: url('data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%20230.5%20230.5%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.4%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.2%20230H64.1a320%20320%200%200%201-7-.1c-5%200-10-.5-15-1.3a50.8%2050.8%200%200%201-14.4-4.8%2048.2%2048.2%200%200%201-21-21%2050.9%2050.9%200%200%201-4.8-14.4%20100.7%20100.7%200%200%201-1.3-15v-7l-.1-8.2V64.1a320%20320%200%200%201%20.1-7c0-5%20.5-10%201.3-15a50.7%2050.7%200%200%201%204.8-14.4%2048.2%2048.2%200%200%201%2021-21%2051%2051%200%200%201%2014.4-4.8c5-.8%2010-1.2%2015-1.3a320%20320%200%200%201%207%200l8.2-.1h94.1a320%20320%200%200%201%207%20.1c5%200%2010%20.5%2015%201.3a52%2052%200%200%201%2014.4%204.8%2048.2%2048.2%200%200%201%2021%2021%2050.9%2050.9%200%200%201%204.8%2014.4c.8%205%201.2%2010%201.3%2015a320%20320%200%200%201%20.1%207v102.3l-.1%207c0%205-.5%2010-1.3%2015a50.7%2050.7%200%200%201-4.8%2014.4%2048.2%2048.2%200%200%201-21%2021%2050.8%2050.8%200%200%201-14.4%204.8c-5%20.8-10%201.2-15%201.3a320%20320%200%200%201-7%200l-8.2.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A');">
138+
139+
<img src="https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/bd/96/e3/bd96e3ae-4c0a-03e4-d4f9-08cce456561f/AppIcon-0-0-85-220-0-5-0-2x.png/540x540bb.jpg" alt="Hebrew Date for Menu Bar"
140+
style="width: 100%; height: 100%; object-fit: contain;
141+
mask-image: var(--app-icon-mask); -webkit-mask-image: var(--app-icon-mask);" />
142+
143+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 230.5 230.5" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; box-sizing: border-box;">
144+
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="1.4" stroke-opacity=".1" stroke-width="1" d="M158.2 230H64.1a320 320 0 0 1-7-.1c-5 0-10-.5-15-1.3a50.8 50.8 0 0 1-14.4-4.8 48.2 48.2 0 0 1-21-21 50.9 50.9 0 0 1-4.8-14.4 100.7 100.7 0 0 1-1.3-15v-7l-.1-8.2V64.1a320 320 0 0 1 .1-7c0-5 .5-10 1.3-15a50.7 50.7 0 0 1 4.8-14.4 48.2 48.2 0 0 1 21-21 51 51 0 0 1 14.4-4.8c5-.8 10-1.2 15-1.3a320 320 0 0 1 7 0l8.2-.1h94.1a320 320 0 0 1 7 .1c5 0 10 .5 15 1.3a52 52 0 0 1 14.4 4.8 48.2 48.2 0 0 1 21 21 50.9 50.9 0 0 1 4.8 14.4c.8 5 1.2 10 1.3 15a320 320 0 0 1 .1 7v102.3l-.1 7c0 5-.5 10-1.3 15a50.7 50.7 0 0 1-4.8 14.4 48.2 48.2 0 0 1-21 21 50.8 50.8 0 0 1-14.4 4.8c-5 .8-10 1.2-15 1.3a320 320 0 0 1-7 0l-8.2.1z" clip-rule="evenodd" vector-effect="non-scaling-stroke"/>
145+
</svg>
146+
</a>
147+
<h1>מידע על ח׳ טבת ה׳תשפ״ג</h1>
148+
149+
<div class="question">
150+
<h3>מה התאריך העברי של 2023-01-01?</h3>
151+
<div class="answer">
152+
התאריך העברי הוא ח׳ טבת ה׳תשפ״ג, יום ראשון
153+
</div>
154+
</div>
155+
156+
<div class="question">
157+
<h3>איך כותבים את התאריך ח׳ טבת ה׳תשפ״ג בספרות?</h3>
158+
<div class="answer">
159+
התאריך ח׳ טבת ה׳תשפ״ג נכתב גם כ-8 טבת 5783
160+
</div>
161+
</div>
162+
163+
<div class="question">
164+
<h3>האם 2023-01-01 הוא יום ראשון?</h3>
165+
<div class="answer">
166+
כן, 2023-01-01 חל ביום ראשון
167+
</div>
168+
</div>
169+
</div>
170+
</div>
171+
172+
<footer>
173+
<a href="https://apps.apple.com/us/app/hebrew-date-for-menu-bar/id6738323298?mt=12&itscg=30200&itsct=apps_box_badge&mttnsubad=6738323298" style="display: inline-block;">
174+
<img src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1731974400" alt="Download on the App Store" style="width: 246px; height: 82px; vertical-align: middle; object-fit: contain;" />
175+
</a>
176+
<p>&copy; 2024 תאריך עברי. כל הזכויות שמורות.</p>
177+
178+
<a href="https://dorpascal.com/hebrew-calendar/he" style="display: inline-block; margin-bottom: 20px;">
179+
חזרה ללוח שנה העברי
180+
</a>
181+
</footer>
182+
</body>
183+
</html>

0 commit comments

Comments
 (0)