Skip to content

Commit 353cb3f

Browse files
committed
initial
1 parent 3775de9 commit 353cb3f

19 files changed

Lines changed: 2705 additions & 0 deletions

.github/workflows/pages.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Deploy GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
concurrency:
15+
group: pages
16+
cancel-in-progress: false
17+
18+
jobs:
19+
deploy:
20+
environment:
21+
name: github-pages
22+
url: ${{ steps.deployment.outputs.page_url }}
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Check out repository
26+
uses: actions/checkout@v5
27+
28+
- name: Configure Pages
29+
uses: actions/configure-pages@v5
30+
31+
- name: Prepare site artifact
32+
run: |
33+
mkdir _site
34+
cp index.html .nojekyll _site/
35+
cp -R assets _site/assets
36+
37+
- name: Upload Pages artifact
38+
uses: actions/upload-pages-artifact@v3
39+
with:
40+
path: _site
41+
42+
- name: Deploy to GitHub Pages
43+
id: deployment
44+
uses: actions/deploy-pages@v4

.nojekyll

Whitespace-only changes.

assets/css/styles.css

Lines changed: 251 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
/* hebrew */
2+
@font-face {
3+
font-family: 'Assistant';
4+
font-style: normal;
5+
font-weight: 400;
6+
font-display: swap;
7+
src: url("../fonts/assistant-hebrew.woff2") format('woff2');
8+
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
9+
}
10+
/* latin-ext */
11+
@font-face {
12+
font-family: 'Assistant';
13+
font-style: normal;
14+
font-weight: 400;
15+
font-display: swap;
16+
src: url("../fonts/assistant-latin-ext.woff2") format('woff2');
17+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
18+
}
19+
/* latin */
20+
@font-face {
21+
font-family: 'Assistant';
22+
font-style: normal;
23+
font-weight: 400;
24+
font-display: swap;
25+
src: url("../fonts/assistant-latin.woff2") format('woff2');
26+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
27+
}
28+
/* hebrew */
29+
@font-face {
30+
font-family: 'Assistant';
31+
font-style: normal;
32+
font-weight: 600;
33+
font-display: swap;
34+
src: url("../fonts/assistant-hebrew.woff2") format('woff2');
35+
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
36+
}
37+
/* latin-ext */
38+
@font-face {
39+
font-family: 'Assistant';
40+
font-style: normal;
41+
font-weight: 600;
42+
font-display: swap;
43+
src: url("../fonts/assistant-latin-ext.woff2") format('woff2');
44+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
45+
}
46+
/* latin */
47+
@font-face {
48+
font-family: 'Assistant';
49+
font-style: normal;
50+
font-weight: 600;
51+
font-display: swap;
52+
src: url("../fonts/assistant-latin.woff2") format('woff2');
53+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
54+
}
55+
/* hebrew */
56+
@font-face {
57+
font-family: 'Assistant';
58+
font-style: normal;
59+
font-weight: 700;
60+
font-display: swap;
61+
src: url("../fonts/assistant-hebrew.woff2") format('woff2');
62+
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
63+
}
64+
/* latin-ext */
65+
@font-face {
66+
font-family: 'Assistant';
67+
font-style: normal;
68+
font-weight: 700;
69+
font-display: swap;
70+
src: url("../fonts/assistant-latin-ext.woff2") format('woff2');
71+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
72+
}
73+
/* latin */
74+
@font-face {
75+
font-family: 'Assistant';
76+
font-style: normal;
77+
font-weight: 700;
78+
font-display: swap;
79+
src: url("../fonts/assistant-latin.woff2") format('woff2');
80+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
81+
}
82+
/* arabic */
83+
@font-face {
84+
font-family: 'Rubik';
85+
font-style: normal;
86+
font-weight: 500;
87+
font-display: swap;
88+
src: url("../fonts/rubik-arabic.woff2") format('woff2');
89+
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
90+
}
91+
/* cyrillic-ext */
92+
@font-face {
93+
font-family: 'Rubik';
94+
font-style: normal;
95+
font-weight: 500;
96+
font-display: swap;
97+
src: url("../fonts/rubik-cyrillic-ext.woff2") format('woff2');
98+
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
99+
}
100+
/* cyrillic */
101+
@font-face {
102+
font-family: 'Rubik';
103+
font-style: normal;
104+
font-weight: 500;
105+
font-display: swap;
106+
src: url("../fonts/rubik-cyrillic.woff2") format('woff2');
107+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
108+
}
109+
/* hebrew */
110+
@font-face {
111+
font-family: 'Rubik';
112+
font-style: normal;
113+
font-weight: 500;
114+
font-display: swap;
115+
src: url("../fonts/rubik-hebrew.woff2") format('woff2');
116+
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
117+
}
118+
/* latin-ext */
119+
@font-face {
120+
font-family: 'Rubik';
121+
font-style: normal;
122+
font-weight: 500;
123+
font-display: swap;
124+
src: url("../fonts/rubik-latin-ext.woff2") format('woff2');
125+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
126+
}
127+
/* latin */
128+
@font-face {
129+
font-family: 'Rubik';
130+
font-style: normal;
131+
font-weight: 500;
132+
font-display: swap;
133+
src: url("../fonts/rubik-latin.woff2") format('woff2');
134+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
135+
}
136+
/* arabic */
137+
@font-face {
138+
font-family: 'Rubik';
139+
font-style: normal;
140+
font-weight: 700;
141+
font-display: swap;
142+
src: url("../fonts/rubik-arabic.woff2") format('woff2');
143+
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
144+
}
145+
/* cyrillic-ext */
146+
@font-face {
147+
font-family: 'Rubik';
148+
font-style: normal;
149+
font-weight: 700;
150+
font-display: swap;
151+
src: url("../fonts/rubik-cyrillic-ext.woff2") format('woff2');
152+
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
153+
}
154+
/* cyrillic */
155+
@font-face {
156+
font-family: 'Rubik';
157+
font-style: normal;
158+
font-weight: 700;
159+
font-display: swap;
160+
src: url("../fonts/rubik-cyrillic.woff2") format('woff2');
161+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
162+
}
163+
/* hebrew */
164+
@font-face {
165+
font-family: 'Rubik';
166+
font-style: normal;
167+
font-weight: 700;
168+
font-display: swap;
169+
src: url("../fonts/rubik-hebrew.woff2") format('woff2');
170+
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
171+
}
172+
/* latin-ext */
173+
@font-face {
174+
font-family: 'Rubik';
175+
font-style: normal;
176+
font-weight: 700;
177+
font-display: swap;
178+
src: url("../fonts/rubik-latin-ext.woff2") format('woff2');
179+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
180+
}
181+
/* latin */
182+
@font-face {
183+
font-family: 'Rubik';
184+
font-style: normal;
185+
font-weight: 700;
186+
font-display: swap;
187+
src: url("../fonts/rubik-latin.woff2") format('woff2');
188+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
189+
}
190+
/* arabic */
191+
@font-face {
192+
font-family: 'Rubik';
193+
font-style: normal;
194+
font-weight: 900;
195+
font-display: swap;
196+
src: url("../fonts/rubik-arabic.woff2") format('woff2');
197+
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
198+
}
199+
/* cyrillic-ext */
200+
@font-face {
201+
font-family: 'Rubik';
202+
font-style: normal;
203+
font-weight: 900;
204+
font-display: swap;
205+
src: url("../fonts/rubik-cyrillic-ext.woff2") format('woff2');
206+
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
207+
}
208+
/* cyrillic */
209+
@font-face {
210+
font-family: 'Rubik';
211+
font-style: normal;
212+
font-weight: 900;
213+
font-display: swap;
214+
src: url("../fonts/rubik-cyrillic.woff2") format('woff2');
215+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
216+
}
217+
/* hebrew */
218+
@font-face {
219+
font-family: 'Rubik';
220+
font-style: normal;
221+
font-weight: 900;
222+
font-display: swap;
223+
src: url("../fonts/rubik-hebrew.woff2") format('woff2');
224+
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
225+
}
226+
/* latin-ext */
227+
@font-face {
228+
font-family: 'Rubik';
229+
font-style: normal;
230+
font-weight: 900;
231+
font-display: swap;
232+
src: url("../fonts/rubik-latin-ext.woff2") format('woff2');
233+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
234+
}
235+
/* latin */
236+
@font-face {
237+
font-family: 'Rubik';
238+
font-style: normal;
239+
font-weight: 900;
240+
font-display: swap;
241+
src: url("../fonts/rubik-latin.woff2") format('woff2');
242+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
243+
}
244+
245+
html { scroll-behavior: smooth; }
246+
body { margin: 0; background: #150c2e; direction: rtl; }
247+
a { color: #c6f135; text-decoration: none; }
248+
a:hover { color: #ffffff; }
249+
::selection { background: #f1439b; color: #fff; }
250+
251+
x-dc { display: none; }
7.14 KB
Binary file not shown.
10.9 KB
Binary file not shown.

assets/fonts/assistant-latin.woff2

21.6 KB
Binary file not shown.

assets/fonts/rubik-arabic.woff2

31.7 KB
Binary file not shown.
12.1 KB
Binary file not shown.

assets/fonts/rubik-cyrillic.woff2

14.8 KB
Binary file not shown.

assets/fonts/rubik-hebrew.woff2

9.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)