-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
483 lines (465 loc) · 28.5 KB
/
about.html
File metadata and controls
483 lines (465 loc) · 28.5 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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="ar" dir="rtl" data-theme="dark">
<head>
<meta charset="UTF-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TGDPERQEF4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TGDPERQEF4');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<meta name="theme-color" content="#1a2933" id="themeColorMeta">
<meta name="robots" content="index, follow">
<meta name="apple-itunes-app" content="app-id=6751274124">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="description" content="تعرف على PARKINZI - فريق سعودي يبني حلول وقوف ذكية لمدن المستقبل.">
<link rel="canonical" href="https://parkinzi.com/about.html">
<link rel="alternate" hreflang="ar" href="https://parkinzi.com/about.html">
<link rel="alternate" hreflang="en" href="https://parkinzi.com/about.html">
<link rel="alternate" hreflang="fr" href="https://parkinzi.com/about.html">
<link rel="alternate" hreflang="ur" href="https://parkinzi.com/about.html">
<link rel="alternate" hreflang="x-default" href="https://parkinzi.com/about.html">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://parkinzi.com/about.html">
<meta property="og:title" content="من نحن | PARKINZI">
<meta property="og:description" content="تعرف على PARKINZI - فريق سعودي يبني حلول وقوف ذكية لمدن المستقبل.">
<meta property="og:image" content="https://parkinzi.com/logo.png">
<meta property="og:locale" content="ar_SA">
<meta property="og:site_name" content="PARKINZI">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="من نحن | PARKINZI">
<meta name="twitter:description" content="تعرف على PARKINZI - فريق سعودي يبني حلول وقوف ذكية لمدن المستقبل.">
<meta name="twitter:image" content="https://parkinzi.com/logo.png">
<title>من نحن | PARKINZI</title>
<link rel="manifest" href="manifest.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Monoton&display=swap" rel="stylesheet">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="footer.css">
<style>
/* Cross-browser reset + font enforcement */
*, *::before, *::after {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
}
button, input, select, textarea, optgroup {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
margin: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
appearance: button;
}
img, svg, video, canvas {
display: block;
max-width: 100%;
}
a { color: inherit; }
:root, [data-theme="light"] {
--primary: rgb(0, 104, 184);
--primary-light: rgb(25, 140, 220);
--primary-dark: rgb(0, 88, 160);
--text-primary: rgb(26, 26, 38);
--text-secondary: rgb(77, 77, 89);
--bg-top: rgb(250, 252, 255);
--bg-mid: rgb(242, 247, 252);
--bg-bottom: rgb(237, 245, 250);
--glass: rgba(255,255,255,0.85);
--glass-border: rgba(0,0,0,0.08);
--glass-strong: rgba(255, 255, 255, 0.95);
--shadow-light: rgba(255, 255, 255, 0.3);
--shadow-dark: rgba(0, 0, 0, 0.08);
--white: #ffffff;
--primary-shadow: rgba(0, 104, 184, 0.3);
}
[data-theme="dark"] {
--primary: rgb(0, 160, 210);
--primary-light: rgb(40, 180, 220);
--primary-dark: rgb(0, 140, 190);
--text-primary: rgb(255, 255, 255);
--text-secondary: rgba(255, 255, 255, 0.7);
--bg-top: rgb(31, 46, 56);
--bg-mid: rgb(26, 41, 51);
--bg-bottom: rgb(20, 36, 46);
--glass: rgba(255,255,255,0.08);
--glass-border: rgba(255,255,255,0.15);
--glass-strong: rgba(255, 255, 255, 0.12);
--shadow-light: rgba(255, 255, 255, 0.05);
--shadow-dark: rgba(5, 10, 15, 0.3);
--primary-shadow: rgba(0, 160, 210, 0.35);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: var(--bg-bottom); }
body {
font-family: 'IBM Plex Sans Arabic', sans-serif;
background: linear-gradient(135deg, var(--bg-top), var(--bg-bottom));
color: var(--text-primary);
line-height: 1.8;
min-height: 100vh;
}
.container { max-width: 900px; margin: 0 auto; padding: 2rem; }
body.has-site-header { padding-top: 52px; }
.header {
text-align: center;
padding: 3rem 2rem;
background: var(--glass);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
border-radius: 20px;
margin-bottom: 2rem;
box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
[data-theme="dark"] .header { box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
background: linear-gradient(135deg, var(--primary), var(--primary-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.content {
background: var(--glass);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
padding: 3rem;
border-radius: 20px;
box-shadow: 0 8px 32px rgba(0,0,0,0.1);
margin-bottom: 2rem;
}
[data-theme="dark"] .content { box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
h2 {
font-size: 1.8rem;
margin: 2rem 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(--primary);
background: linear-gradient(135deg, var(--primary), var(--primary-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h2:first-of-type { margin-top: 0; }
p { margin-bottom: 1rem; color: var(--text-secondary); }
.content a { color: var(--primary); text-decoration: none; }
.content a:hover { text-decoration: underline; }
.back-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 1rem 2rem;
background: linear-gradient(135deg, var(--primary), var(--primary-light));
color: var(--white);
text-decoration: none;
border-radius: 12px;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 4px 15px var(--primary-shadow);
}
.back-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px var(--primary-shadow);
}
@media (max-width: 768px) {
.container { padding: 1rem; margin: 0 auto; }
.content { padding: 2rem 1.5rem; }
.header, .content h1, .content h2 { text-align: center; }
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
}
</style>
</head>
<body class="has-site-header">
<header class="site-header">
<div class="menu-btn" id="langMenuBtn">
<div class="icon-circle"><span class="icon">🌐</span></div>
<div class="menu-text">
<div class="menu-label" data-i18n="language">اللغة</div>
<div class="menu-value" id="currentLangDisplay">العربية</div>
</div>
<span class="menu-icon">⋯</span>
<div class="menu-dropdown" id="langDropdown">
<div class="menu-dropdown-item" data-lang="ar"><span class="checkmark" id="check-ar">✓</span><span>العربية</span></div>
<div class="menu-dropdown-item" data-lang="en"><span class="checkmark" id="check-en" style="display:none">✓</span><span>English</span></div>
<div class="menu-dropdown-item" data-lang="fr"><span class="checkmark" id="check-fr" style="display:none">✓</span><span>Français</span></div>
<div class="menu-dropdown-item" data-lang="ur"><span class="checkmark" id="check-ur" style="display:none">✓</span><span>اردو</span></div>
</div>
</div>
<div class="menu-btn" id="themeMenuBtn">
<div class="icon-circle"><span class="icon" id="themeIcon">🌙</span></div>
<div class="menu-text">
<div class="menu-label" data-i18n="appearance">المظهر</div>
<div class="menu-value" id="currentThemeDisplay">داكن</div>
</div>
<span class="menu-icon">⋯</span>
<div class="menu-dropdown" id="themeDropdown">
<div class="menu-dropdown-item" data-theme="light"><span class="checkmark" id="check-light" style="display:none">✓</span><span data-i18n="light">فاتح</span></div>
<div class="menu-dropdown-item" data-theme="dark"><span class="checkmark" id="check-dark">✓</span><span data-i18n="dark">داكن</span></div>
</div>
</div>
</header>
<div class="container">
<div class="header">
<h1 data-i18n="title">من نحن</h1>
</div>
<div class="content">
<p data-i18n="intro">تطبيق سعودي يهدف إلى تقديم حل تقني ذكي لتنظيم المواقف، وتأجيرها عبر منصة تربط بين ملاك المواقف والمستخدمين. نسعى لتحويل المساحات غير المستغلة إلى مصدر دخل مستدام.</p>
<h2 data-i18n="visionLabel">الرؤيا</h2>
<p data-i18n="vision">أن نصبح المنصة الرائدة في المملكة العربية السعودية لحلول المواقف الذكية، بتحويل المساحات غير المستغلة إلى أصول مربحة قابلة للوصول.</p>
<h2 data-i18n="goalLabel">الهدف</h2>
<p data-i18n="goal">يهدف التطبيق إلى تقديم تجربة سلسة ومنظمة لطالبي الخدمة ومقدمي الخدمة على حد سواء.</p>
<h2 data-i18n="achievementsLabel">إنجازات مهنية</h2>
<p data-i18n="achievements">المركز الأول هاكاثون الرياض ارابيا 2017، ثلاث جوائز هاكاثون الذكاء الصناعي جدة 2018، المركز الثاني هاكاثون الربوتات 2024، المركز الثالث هاكاثون مكة الذكية 2025.</p>
<h2 data-i18n="founderLabel">المؤسس</h2>
<p data-i18n="founder">المهندس / رعد بدر</p>
<h2 data-i18n="contactLabel">التواصل</h2>
<p><a href="mailto:support@parkinzi.com">support@parkinzi.com</a></p>
</div>
<div style="text-align: center; padding: 2rem;">
<a href="index.html" class="back-btn" data-i18n="backBtn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" fill="currentColor"/>
</svg>
العودة للرئيسية
</a>
</div>
</div>
<footer class="footer">
<p class="footer-links">
<a href="about.html" data-i18n="aboutLink">من نحن</a>
<a href="terms.html" data-i18n="termsLink">شروط الاستخدام</a>
<a href="pricing.html" data-i18n="pricingLink">سياسة الأسعار</a>
<a href="privacy.html" data-i18n="privacyLink">سياسة الخصوصية</a>
<a href="refund.html#violations" data-i18n="violationsLink">دليل المخالفات</a>
<a href="refund.html" data-i18n="refundLink">سياسة الاسترجاع</a>
<a href="index.html" data-i18n="homeLink">الرئيسية</a>
<a href="index.html#contact" data-i18n="contactLink">تواصل معنا</a>
<a href="mailto:support@parkinzi.com" class="footer-social-icon" aria-label="support@parkinzi.com"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg></a>
<a href="https://www.instagram.com/parkinzi" target="_blank" rel="noopener noreferrer" aria-label="انستغرام" class="footer-social-icon"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.058 1.645-.07 4.849-.07zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg></a>
<a href="https://www.tiktok.com/@parkinzi" target="_blank" rel="noopener noreferrer" aria-label="تيك توك" class="footer-social-icon"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z"/></svg></a>
<a href="https://x.com/parkinziapp" target="_blank" rel="noopener noreferrer" aria-label="اكس" class="footer-social-icon"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg></a>
<a href="https://www.snapchat.com/add/parkinziapp" target="_blank" rel="noopener noreferrer" aria-label="سناب شات" class="footer-social-icon"><svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12.206.793c.99 0 4.347.276 5.93 3.821.529 1.193.403 3.219.299 4.847l-.003.06c-.012.18-.022.345-.03.51.075.045.203.09.401.09.3-.016.659-.12 1.033-.301.165-.088.344-.104.464-.104.182 0 .359.029.509.09.45.149.734.479.734.838.015.449-.39.839-1.213 1.168-.089.029-.209.075-.344.119-.45.135-1.139.36-1.333.81-.09.224-.061.524.12.868l.015.015c.06.136 1.526 3.475 4.791 4.014.255.044.435.27.42.509 0 .075-.015.149-.045.225-.24.569-1.273.988-3.146 1.271-.059.091-.12.375-.164.57-.029.179-.074.36-.134.553-.076.271-.27.405-.555.405h-.03c-.135 0-.313-.031-.538-.074-.36-.075-.765-.135-1.273-.135-.3 0-.599.015-.913.074-.6.104-1.123.464-1.723.884-.853.599-1.826 1.288-3.294 1.288-.06 0-.119-.015-.18-.015h-.149c-1.468 0-2.427-.675-3.279-1.288-.599-.42-1.107-.779-1.707-.884-.314-.045-.629-.074-.928-.074-.54 0-.958.089-1.272.149-.211.043-.391.074-.54.074-.374 0-.523-.224-.583-.42-.061-.192-.09-.389-.135-.568-.046-.18-.105-.494-.166-.57-1.918-.222-2.95-.642-3.189-1.226-.031-.063-.052-.15-.052-.225-.015-.243.165-.465.42-.509 3.264-.54 4.73-3.879 4.791-4.02l.016-.029c.18-.345.224-.645.119-.869-.195-.434-.884-.658-1.332-.809-.121-.029-.24-.074-.346-.119-1.107-.435-1.257-.93-1.197-1.273.09-.479.674-.793 1.168-.793.146 0 .27.029.383.074.42.194.789.3 1.104.3.234 0 .384-.06.465-.105l-.046-.569c-.098-1.626-.225-3.651.307-4.837C7.392 1.077 10.739.807 11.727.807l.419-.015h.06z"/></svg></a>
</p>
<p class="footer-copyright">
<span data-i18n="copyright">جميع الحقوق محفوظة</span>
<span> <img src="parkinzi-logo-full-dark.png" alt="PARKINZI" id="footerLogo" style="height:1.3em;width:auto;vertical-align:-0.35em;"> © 2026</span>
</p>
</footer>
<script>
const translations = {
ar: {
title: "من نحن",
intro: "تطبيق سعودي يهدف إلى تقديم حل تقني ذكي لتنظيم المواقف، وتأجيرها عبر منصة تربط بين ملاك المواقف والمستخدمين. نسعى لتحويل المساحات غير المستغلة إلى مصدر دخل مستدام.",
visionLabel: "الرؤيا",
vision: "أن نصبح المنصة الرائدة في المملكة العربية السعودية لحلول المواقف الذكية، بتحويل المساحات غير المستغلة إلى أصول مربحة قابلة للوصول.",
goalLabel: "الهدف",
goal: "يهدف التطبيق إلى تقديم تجربة سلسة ومنظمة لطالبي الخدمة ومقدمي الخدمة على حد سواء.",
achievementsLabel: "إنجازات مهنية",
achievements: "المركز الأول هاكاثون الرياض ارابيا 2017، ثلاث جوائز هاكاثون الذكاء الصناعي جدة 2018، المركز الثاني هاكاثون الربوتات 2024، المركز الثالث هاكاثون مكة الذكية 2025.",
founderLabel: "المؤسس",
founder: "المهندس / رعد بدر",
contactLabel: "التواصل",
backBtn: "العودة للرئيسية",
copyright: "جميع الحقوق محفوظة",
aboutLink: "من نحن",
termsLink: "شروط الاستخدام",
pricingLink: "سياسة الأسعار",
privacyLink: "سياسة الخصوصية",
refundLink: "سياسة الاسترجاع",
violationsLink: "دليل المخالفات",
homeLink: "الرئيسية",
contactLink: "تواصل معنا",
language: "اللغة",
appearance: "المظهر",
light: "فاتح",
dark: "داكن"
},
en: {
title: "About Us",
intro: "A Saudi application that aims to provide a smart technical solution to organize parking and rent it through a platform connecting service providers and users. We seek to transform unused spaces into a source of sustainable income.",
visionLabel: "Vision",
vision: "To become the leading platform in the Kingdom of Saudi Arabia for smart parking solutions, by transforming unused spaces into profitable, accessible assets.",
goalLabel: "Goal",
goal: "The app aims to deliver a smooth and organized experience for both users and service providers.",
achievementsLabel: "Professional Achievements",
achievements: "1st place Arabia Hackathon Riyadh 2017, three awards at AI Hackathon Jeddah 2018, 2nd place Robotics Hackathon 2024, 3rd place Smart Makkah Hackathon 2025.",
founderLabel: "Founder",
founder: "Eng. Raad Badr",
contactLabel: "Contact",
backBtn: "Back to Home",
copyright: "All rights reserved",
aboutLink: "About Us",
termsLink: "Terms of Use",
pricingLink: "Pricing Policy",
privacyLink: "Privacy Policy",
refundLink: "Refund Policy",
violationsLink: "Violations Guide",
homeLink: "Home",
contactLink: "Contact Us",
language: "Language",
appearance: "Appearance",
light: "Light",
dark: "Dark"
},
fr: {
title: "À propos",
intro: "Application saoudienne visant à offrir une solution technique intelligente pour organiser le stationnement et le louer via une plateforme reliant propriétaires et utilisateurs. Nous visons à transformer les espaces inutilisés en source de revenus durables.",
visionLabel: "Vision",
vision: "Devenir la plateforme leader en Arabie saoudite pour les solutions de stationnement intelligent, en transformant les espaces inutilisés en actifs rentables et accessibles.",
goalLabel: "Objectif",
goal: "L'application vise à offrir une expérience fluide et organisée aux utilisateurs et aux propriétaires.",
achievementsLabel: "Réalisations professionnelles",
achievements: "1er prix Arabia Hackathon Riyad 2017, trois prix au Hackathon IA Djeddah 2018, 2e prix Hackathon Robotique 2024, 3e prix Hackathon La Mecque intelligente 2025.",
founderLabel: "Fondateur",
founder: "Ing. Raad Badr",
contactLabel: "Contact",
backBtn: "Retour à l'accueil",
copyright: "Tous droits réservés",
aboutLink: "À propos",
termsLink: "Conditions d'utilisation",
pricingLink: "Politique tarifaire",
privacyLink: "Politique de confidentialité",
refundLink: "Politique de remboursement",
violationsLink: "Guide des infractions",
homeLink: "Accueil",
contactLink: "Contactez-nous",
language: "Langue",
appearance: "Apparence",
light: "Clair",
dark: "Sombre"
},
ur: {
title: "ہمارے بارے میں",
intro: "سعودی ایپ جو پارکنگ کو منظم کرنے اور خدمت فراہم کنندگان اور صارفین کو جوڑنے والے پلیٹ فارم کے ذریعے کرایہ پر دینے کے لیے ذہین تکنیکی حل فراہم کرنے کا مقصد رکھتی ہے۔ ہم غیر استعمال شدہ جگہوں کو پائیدار آمدنی کے ذریعہ میں بدلنا چاہتے ہیں۔",
visionLabel: "ویژن",
vision: "سعودی عرب میں اسمارٹ پارکنگ حل کے لیے سرکردہ پلیٹ فارم بننا، غیر استعمال شدہ جگہوں کو منافع بخش، قابل رسائی اثاثوں میں بدلنا۔",
goalLabel: "ہدف",
goal: "ایپ دونوں صارفین اور خدمت فراہم کنندگان کے لیے ہموار اور منظم تجربہ فراہم کرنے کا مقصد رکھتی ہے۔",
achievementsLabel: "پیشہ ورانہ کامیابیاں",
achievements: "پہلی پوزیشن عربیا ہیکاتھون ریاض 2017، AI ہیکاتھون جدہ 2018 میں تین انعامات، روبوٹکس ہیکاتھون 2024 میں دوسری پوزیشن، تیسری پوزیشن سمارٹ مکہ ہیکاتھون 2025۔",
founderLabel: "بانی",
founder: "انجینئر / رعد بدر",
contactLabel: "رابطہ",
backBtn: "واپس گھر",
copyright: "جملہ حقوق محفوظ ہیں",
aboutLink: "ہمارے بارے میں",
termsLink: "استعمال کی شرائط",
pricingLink: "قیمتوں کی پالیسی",
privacyLink: "رازداری کی پالیسی",
refundLink: "واپسی کی پالیسی",
violationsLink: "خلاف ورزیوں کی گائیڈ",
homeLink: "ہوم",
contactLink: "ہم سے رابطہ کریں",
language: "زبان",
appearance: "ظہور",
light: "روشن",
dark: "اندھیرا"
}
};
const lang = () => localStorage.getItem("parkinzi_lang") || "ar";
const theme = () => localStorage.getItem("parkinzi_theme") || "dark";
const langNames = { ar: "العربية", en: "English", fr: "Français", ur: "اردو" };
let currentLanguageCode = lang();
document.documentElement.lang = currentLanguageCode;
document.documentElement.dir = (currentLanguageCode === "ar" || currentLanguageCode === "ur") ? "rtl" : "ltr";
function setLang(code) {
localStorage.setItem("parkinzi_lang", code);
currentLanguageCode = code;
document.documentElement.lang = code;
document.documentElement.dir = (code === "ar" || code === "ur") ? "rtl" : "ltr";
document.getElementById("currentLangDisplay").textContent = langNames[code] || code;
["ar","en","fr","ur"].forEach(languageCode => {
const el = document.getElementById("check-" + languageCode);
if (el) el.style.display = languageCode === code ? "inline" : "none";
});
const th = theme();
document.getElementById("currentThemeDisplay").textContent = translations[code][th === "dark" ? "dark" : "light"];
document.querySelectorAll("[data-i18n]").forEach(el => {
const i18nKey = el.dataset.i18n;
if (translations[code] && translations[code][i18nKey]) el.textContent = translations[code][i18nKey];
});
document.title = "PARKINZI | " + (translations[code] && translations[code].title ? translations[code].title : "About Us");
}
function setTheme(th) {
localStorage.setItem("parkinzi_theme", th);
document.documentElement.dataset.theme = th;
const meta = document.getElementById("themeColorMeta");
if (meta) meta.content = th === "dark" ? "#1a2933" : "#0068b8";
const logo = document.getElementById("footerLogo");
if (logo) logo.src = th === "dark" ? "parkinzi-logo-full-dark.png" : "parkinzi-logo-full-light.png";
document.getElementById("themeIcon").textContent = th === "dark" ? "🌙" : "☀️";
document.getElementById("currentThemeDisplay").textContent = translations[currentLanguageCode][th === "dark" ? "dark" : "light"];
document.getElementById("check-light").style.display = th === "light" ? "inline" : "none";
document.getElementById("check-dark").style.display = th === "dark" ? "inline" : "none";
}
document.getElementById("langMenuBtn").addEventListener("click", event => {
event.stopPropagation();
document.getElementById("langDropdown").classList.toggle("show");
document.getElementById("themeDropdown").classList.remove("show");
});
document.getElementById("themeMenuBtn").addEventListener("click", event => {
event.stopPropagation();
document.getElementById("themeDropdown").classList.toggle("show");
document.getElementById("langDropdown").classList.remove("show");
});
document.addEventListener("click", () => {
document.getElementById("langDropdown").classList.remove("show");
document.getElementById("themeDropdown").classList.remove("show");
});
document.querySelectorAll("#langDropdown .menu-dropdown-item").forEach(item => {
item.addEventListener("click", () => setLang(item.dataset.lang));
});
document.querySelectorAll("#themeDropdown .menu-dropdown-item").forEach(item => {
item.addEventListener("click", () => {
setTheme(item.dataset.theme);
document.getElementById("themeDropdown").classList.remove("show");
});
});
document.querySelectorAll("[data-i18n]").forEach(el => {
const i18nKey = el.dataset.i18n;
if (translations[currentLanguageCode] && translations[currentLanguageCode][i18nKey]) el.textContent = translations[currentLanguageCode][i18nKey];
});
document.getElementById("currentLangDisplay").textContent = langNames[currentLanguageCode] || currentLanguageCode;
["ar","en","fr","ur"].forEach(languageCode => {
const el = document.getElementById("check-" + languageCode);
if (el) el.style.display = currentLanguageCode === languageCode ? "inline" : "none";
});
document.title = "PARKINZI | " + (translations[currentLanguageCode] && translations[currentLanguageCode].title ? translations[currentLanguageCode].title : "About Us");
(function() {
const th = theme();
document.documentElement.dataset.theme = th;
const meta = document.getElementById("themeColorMeta");
if (meta) meta.content = th === "dark" ? "#1a2933" : "#0068b8";
const logo = document.getElementById("footerLogo");
if (logo) logo.src = th === "dark" ? "parkinzi-logo-full-dark.png" : "parkinzi-logo-full-light.png";
document.getElementById("themeIcon").textContent = th === "dark" ? "🌙" : "☀️";
document.getElementById("currentThemeDisplay").textContent = translations[currentLanguageCode][th === "dark" ? "dark" : "light"];
document.getElementById("check-light").style.display = th === "light" ? "inline" : "none";
document.getElementById("check-dark").style.display = th === "dark" ? "inline" : "none";
})();
</script>
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("sw.js", { scope: "./" }).catch(() => {});
});
}
</script>
</body>
</html>