wamd commited on
Commit
62f6511
·
verified ·
1 Parent(s): f76b477

## منصة "فاحص" - الهيكل الكامل للتطبيق والمنصة ### 🏡 الصفحة الرئيسية: * الشعار + شعار الهيئات الشريكة (وزارة الصحة، الجوازات) * النسخة التعريفية عن فاحص ("أول تطبيق متكامل لفحص ومراقبة صحة الوفد قبل الوصول إلى السعودية") * زر تحميل التطبيق * نبذة مرئية (فيديو ترويجي) * قسم أهم المزايا: * أجهزة محمولة * الفحص فوري * نقل سريع للنتائج * ربط مباشر مع الهيئات الرسمية ### 📊 قسم "نموذج الفحص": * تسجيل معلومات المفحوص: * الاسم * رقم الجواز * الجنسية * نوع التأشيرة * تحميل الفحوصات المحلية (صورة + QR) * الربط بالجهاز (سحب عينة الدم / البول) * تشغيل الفحص (مواد مشعة أو الرنين المغناطيسي) * نقل النتيجة إلى السيرفر المركزي ### 🔗 قسم "التواصل والتطابق": * مزامنة النتائج مع أنظمة وزارة الصحة * رقم تحقق فريد (UID) لكل مفحوص * رفع للمنصات الرسمية (مقيم - القدوم - التأشيرات) ### 📈 قسم "تحليل ومراقبة صحة الوفد": * متابعة سلوك الصحة والعوارض * تقرير مفصل (للكفيل / وزارة العمل) * تنبيهات واشعارات بالحالات مشتبهة / خطرة ### 🌐 قسم "للحكومة": * لوحة مراقبة لافتحاصات الوافدين * استخراج الإحصائيات (نوع المرض / الجنسية / العمر) * الكشف المبكر عن حالات العدوى * صلة بأنظمة الجوازات والدخول ### 👥 قسم حسابي: * إنشاء ملف طبي شخصي * عرض تاريخ الفحوصات * تحميل التقارير * ربط مع فايركس / الخادم الوطني ### ⚡️ التطبيق المرافق: * تطبيق محمول (أندرويد + آيفون) * كاميرا لقراءة QR + الفحص الموضعي * ربط بالجهاز ورسم البيانات هل ترغب بتصميم واجهات صورية لكل قسم للعرض؟ - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +674 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Fahis Platform
3
- emoji: 🏆
4
- colorFrom: blue
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: fahis-platform
3
+ emoji: 🐳
4
+ colorFrom: pink
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,674 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="ar" 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
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
11
+
12
+ body {
13
+ font-family: 'Tajawal', sans-serif;
14
+ transition: all 0.3s ease;
15
+ }
16
+
17
+ .hero-gradient {
18
+ background: linear-gradient(135deg, #1a56db 0%, #0e4a8a 100%);
19
+ }
20
+
21
+ .feature-card:hover {
22
+ transform: translateY(-5px);
23
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
24
+ }
25
+
26
+ .section-divider {
27
+ height: 80px;
28
+ background: linear-gradient(to bottom right, transparent 49%, #f8fafc 50%),
29
+ linear-gradient(to top right, #f8fafc 49%, transparent 50%);
30
+ }
31
+
32
+ .platform-section {
33
+ background-color: #f8fafc;
34
+ }
35
+
36
+ .btn-primary {
37
+ background-color: #1a56db;
38
+ transition: all 0.3s ease;
39
+ }
40
+
41
+ .btn-primary:hover {
42
+ background-color: #0e4a8a;
43
+ transform: translateY(-2px);
44
+ }
45
+
46
+ .qr-scanner {
47
+ background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
48
+ url('https://images.unsplash.com/photo-1588436707808-88f443b76494?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80');
49
+ background-size: cover;
50
+ background-position: center;
51
+ }
52
+
53
+ @keyframes pulse {
54
+ 0% { transform: scale(1); }
55
+ 50% { transform: scale(1.05); }
56
+ 100% { transform: scale(1); }
57
+ }
58
+
59
+ .pulse-animation {
60
+ animation: pulse 2s infinite;
61
+ }
62
+ </style>
63
+ </head>
64
+ <body class="text-gray-800">
65
+
66
+ <!-- Header -->
67
+ <header class="bg-white shadow-sm sticky top-0 z-50">
68
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
69
+ <div class="flex items-center">
70
+ <div class="w-12 h-12 bg-blue-600 rounded-lg flex items-center justify-center text-white font-bold text-xl">
71
+ ف
72
+ </div>
73
+ <h1 class="mr-3 text-xl font-bold text-blue-600">فاحص</h1>
74
+ </div>
75
+
76
+ <nav class="hidden md:flex space-x-8 space-x-reverse">
77
+ <a href="#features" class="font-medium hover:text-blue-600">المميزات</a>
78
+ <a href="#platform" class="font-medium hover:text-blue-600">المنصة</a>
79
+ <a href="#examination" class="font-medium hover:text-blue-600">الفحص</a>
80
+ <a href="#government" class="font-medium hover:text-blue-600">للحكومة</a>
81
+ <a href="#account" class="font-medium hover:text-blue-600">حسابي</a>
82
+ <a href="#app" class="font-medium hover:text-blue-600">التطبيق</a>
83
+ </nav>
84
+
85
+ <button class="md:hidden text-gray-600">
86
+ <i class="fas fa-bars text-xl"></i>
87
+ </button>
88
+ </div>
89
+ </header>
90
+
91
+ <!-- Hero Section -->
92
+ <section class="hero-gradient text-white py-20">
93
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
94
+ <div class="md:w-1/2 mb-10 md:mb-0">
95
+ <div class="flex items-center space-x-4 space-x-reverse mb-6">
96
+ <img src="https://logo.clearbit.com/moh.gov.sa" class="h-12" alt="وزارة الصحة">
97
+ <img src="https://logo.clearbit.com/gdp.gov.sa" class="h-12" alt="الجوازات">
98
+ <img src="https://logo.clearbit.com/mol.gov.sa" class="h-12" alt="وزارة العمل">
99
+ </div>
100
+
101
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">أول تطبيق متكامل لفحوصات الوافدين</h1>
102
+ <p class="text-xl mb-8 leading-relaxed">منصة "فاحص" توفر حلولاً متكاملة للفحوصات الطبية للوافدين إلى المملكة العربية السعودية، مع ربط مباشر مع أنظمة الهيئات الحكومية لضمان صحة الوفد وسلامته.</p>
103
+
104
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4 sm:space-x-reverse">
105
+ <button class="bg-white text-blue-600 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition flex items-center justify-center pulse-animation">
106
+ <i class="fab fa-google-play ml-2"></i>
107
+ حمل التطبيق
108
+ </button>
109
+ <button class="border border-white text-white font-bold py-3 px-8 rounded-lg hover:bg-white hover:text-blue-600 transition">
110
+ تعرف على المنصة
111
+ </button>
112
+ </div>
113
+ </div>
114
+
115
+ <div class="md:w-1/2 flex justify-center">
116
+ <div class="relative w-full max-w-md">
117
+ <div class="absolute -top-10 -right-10 w-40 h-40 bg-blue-400 rounded-full opacity-20"></div>
118
+ <div class="absolute -bottom-10 -left-10 w-32 h-32 bg-blue-400 rounded-full opacity-20"></div>
119
+ <img src="https://images.unsplash.com/photo-1581093450928-0f3e1c179209?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
120
+ class="relative rounded-lg shadow-2xl" alt="منصة فاحص">
121
+ </div>
122
+ </div>
123
+ </div>
124
+ </section>
125
+
126
+ <div class="section-divider"></div>
127
+
128
+ <!-- Features Section -->
129
+ <section id="features" class="py-16 bg-white">
130
+ <div class="container mx-auto px-4">
131
+ <div class="text-center mb-16">
132
+ <h2 class="text-3xl font-bold mb-4 text-blue-600">المميزات الرئيسية</h2>
133
+ <p class="text-lg max-w-2xl mx-auto">منصة فاحص توفر حلولاً متكاملة لفحص صحة الوافدين بكفاءة ودقة عالية</p>
134
+ </div>
135
+
136
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
137
+ <div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition">
138
+ <div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-4">
139
+ <i class="fas fa-mobile-alt text-blue-600 text-2xl"></i>
140
+ </div>
141
+ <h3 class="text-xl font-bold mb-2">أجهزة محمولة</h3>
142
+ <p class="text-gray-600">إمكانية إجراء الفحوصات باستخدام الأجهزة المحمولة في مراكز الفحص المعتمدة</p>
143
+ </div>
144
+
145
+ <div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition">
146
+ <div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-4">
147
+ <i class="fas fa-bolt text-blue-600 text-2xl"></i>
148
+ </div>
149
+ <h3 class="text-xl font-bold mb-2">فحص فوري</h3>
150
+ <p class="text-gray-600">نتائج فورية للفحوصات الأساسية مع تقارير مفصلة على الفور</p>
151
+ </div>
152
+
153
+ <div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition">
154
+ <div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-4">
155
+ <i class="fas fa-cloud-upload-alt text-blue-600 text-2xl"></i>
156
+ </div>
157
+ <h3 class="text-xl font-bold mb-2">نقل سريع</h3>
158
+ <p class="text-gray-600">نقل النتائج إلى السحابة الإلكترونية بشكل آلي وسريع</p>
159
+ </div>
160
+
161
+ <div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition">
162
+ <div class="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-4">
163
+ <i class="fas fa-link text-blue-600 text-2xl"></i>
164
+ </div>
165
+ <h3 class="text-xl font-bold mb-2">ربط حكومي</h3>
166
+ <p class="text-gray-600">ربط مباشر مع أنظمة الهيئات الحكومية المعنية بالوافدين</p>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </section>
171
+
172
+ <!-- Video Section -->
173
+ <section class="py-16 bg-gray-50">
174
+ <div class="container mx-auto px-4">
175
+ <div class="flex flex-col md:flex-row items-center">
176
+ <div class="md:w-1/2 mb-8 md:mb-0 md:mr-8">
177
+ <h2 class="text-3xl font-bold mb-4 text-blue-600">كيف تعمل منصة فاحص؟</h2>
178
+ <p class="text-lg mb-6">شاهد هذا الفيديو التوضيحي لتعرف كيف تقوم منصة فاحص بتبسيط عملية الفحص الصحي للوافدين وتوفير الوقت والجهد لجميع الأطراف المعنية.</p>
179
+ <button class="btn-primary text-white font-bold py-3 px-8 rounded-lg flex items-center">
180
+ <i class="fas fa-play ml-2"></i> تشغيل الفيديو
181
+ </button>
182
+ </div>
183
+ <div class="md:w-1/2 relative">
184
+ <div class="rounded-xl overflow-hidden shadow-xl">
185
+ <img src="https://images.unsplash.com/photo-1551269901-5c5e14c25df7?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
186
+ class="w-full h-auto" alt="فيديو توضيحي">
187
+ <div class="absolute inset-0 flex items-center justify-center">
188
+ <div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center opacity-90 hover:opacity-100 transition cursor-pointer">
189
+ <i class="fas fa-play text-white text-xl"></i>
190
+ </div>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+ </section>
197
+
198
+ <!-- Platform Section - Examination -->
199
+ <section id="platform" class="py-16 platform-section">
200
+ <div class="container mx-auto px-4">
201
+ <div class="text-center mb-16">
202
+ <h2 class="text-3xl font-bold mb-4 text-blue-600">منصة فاحص المتكاملة</h2>
203
+ <p class="text-lg max-w-3xl mx-auto">إجراء الفحوصات وإدارة النتائج وتوفير المعلومات للجهات المعنية في منصة واحدة متكاملة</p>
204
+ </div>
205
+ </div>
206
+ </section>
207
+
208
+ <!-- Examination Section -->
209
+ <section id="examination" class="py-16 bg-white">
210
+ <div class="container mx-auto px-4">
211
+ <div class="flex flex-col lg:flex-row items-center">
212
+ <div class="lg:w-1/2 mb-10 lg:mb-0 lg:order-last lg:pl-12">
213
+ <img src="https://images.unsplash.com/photo-1581595219315-a187dd40c322?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
214
+ class="rounded-lg shadow-xl" alt="نموذج الفحص">
215
+ </div>
216
+ <div class="lg:w-1/2">
217
+ <h2 class="text-3xl font-bold mb-6 text-blue-600">نموذج الفحص الصحي</h2>
218
+ <p class="text-lg mb-8">إجراء الفحص الصحي الشامل للوافدين بخطوات بسيطة وسريعة مع ربط النتائج بالأنظمة الحكومية المعنية.</p>
219
+
220
+ <div class="space-y-6">
221
+ <div class="flex items-start">
222
+ <div class="flex-shrink-0 mt-1">
223
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
224
+ <i class="fas fa-user text-blue-600"></i>
225
+ </div>
226
+ </div>
227
+ <div class="mr-4">
228
+ <h3 class="font-bold text-lg mb-2">تسجيل بيانات المفحوص</h3>
229
+ <p class="text-gray-600">إدخال معلومات المفحوص الأساسية (الاسم، رقم الجواز، الجنسية، نوع التأشيرة)</p>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="flex items-start">
234
+ <div class="flex-shrink-0 mt-1">
235
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
236
+ <i class="fas fa-qrcode text-blue-600"></i>
237
+ </div>
238
+ </div>
239
+ <div class="mr-4">
240
+ <h3 class="font-bold text-lg mb-2">تحميل الفحوصات</h3>
241
+ <p class="text-gray-600">تحميل الفحوصات المحلية مع قراءة QR كود للتأكد من صحتها</p>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="flex items-start">
246
+ <div class="flex-shrink-0 mt-1">
247
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
248
+ <i class="fas fa-vials text-blue-600"></i>
249
+ </div>
250
+ </div>
251
+ <div class="mr-4">
252
+ <h3 class="font-bold text-lg mb-2">إجراء الفحوصات</h3>
253
+ <p class="text-gray-600">إجراء الفحوصات الإضافية المطلوبة (تحليل الدم، الأشعة، وغيرها)</p>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="flex items-start">
258
+ <div class="flex-shrink-0 mt-1">
259
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
260
+ <i class="fas fa-cloud-upload-alt text-blue-600"></i>
261
+ </div>
262
+ </div>
263
+ <div class="mr-4">
264
+ <h3 class="font-bold text-lg mb-2">تحميل النتائج</h3>
265
+ <p class="text-gray-600">نقل النتائج إلى السيرفر المركزي مع إنشاء رقم تحقق فريد</p>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ </section>
273
+
274
+ <!-- QR Scanner Section -->
275
+ <section class="py-16 text-white qr-scanner">
276
+ <div class="container mx-auto px-4">
277
+ <div class="max-w-3xl mx-auto text-center">
278
+ <div class="w-20 h-20 bg-blue-600 rounded-full flex items-center justify-center mx-auto mb-6">
279
+ <i class="fas fa-qrcode text-2xl"></i>
280
+ </div>
281
+ <h2 class="text-3xl font-bold mb-6">ماسح الرمز الذكي (QR)</h2>
282
+ <p class="text-xl mb-8 leading-relaxed">باستخدام ماسح الرمز الذكي في التطبيق يمكنك تحميل الفحوصات السابقة للمفحوص بسرعة ودقة عالية، مع التأكد من صحة الوثائق وتفادي التزوير.</p>
283
+
284
+ <button class="bg-blue-600 text-white font-bold py-3 px-8 rounded-lg hover:bg-blue-700 transition flex items-center mx-auto">
285
+ <i class="fas fa-camera ml-2"></i> تشغيل الماسح
286
+ </button>
287
+ </div>
288
+ </div>
289
+ </section>
290
+
291
+ <!-- Integration Section -->
292
+ <section class="py-16 bg-white">
293
+ <div class="container mx-auto px-4">
294
+ <div class="text-center mb-16">
295
+ <h2 class="text-3xl font-bold mb-4 text-blue-600">التواصل والتطابق</h2>
296
+ <p class="text-lg max-w-2xl mx-auto">ربط نتائج الفحوصات مع الأنظمة الحكومية المعنية بشكل آلي</p>
297
+ </div>
298
+
299
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
300
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
301
+ <div class="flex items-center mb-4">
302
+ <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
303
+ <i class="fas fa-sync-alt text-blue-600"></i>
304
+ </div>
305
+ <h3 class="font-bold text-lg">مزامنة النتائج</h3>
306
+ </div>
307
+ <p class="text-gray-600">مزامنة نتائج الفحوصات مع أنظمة وزارة الصحة والجهات المعنية بشكل فوري وآمن</p>
308
+ </div>
309
+
310
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
311
+ <div class="flex items-center mb-4">
312
+ <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
313
+ <i class="fas fa-fingerprint text-blue-600"></i>
314
+ </div>
315
+ <h3 class="font-bold text-lg">رقم التحقق الفريد</h3>
316
+ </div>
317
+ <p class="text-gray-600">إنشاء رقم تحقق فريد (UID) لكل مفحوص يمكن استخدامه للرجوع إلى ملفه الصحي الكامل</p>
318
+ </div>
319
+
320
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
321
+ <div class="flex items-center mb-4">
322
+ <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
323
+ <i class="fas fa-cloud-upload-alt text-blue-600"></i>
324
+ </div>
325
+ <h3 class="font-bold text-lg">الرفع للمنصات الرسمية</h3>
326
+ </div>
327
+ <p class="text-gray-600">رفع النتائج تلقائياً لمنصات مقيم، القدوم والتأشيرات الإلكترونية</p>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </section>
332
+
333
+ <!-- Health Monitoring Section -->
334
+ <section class="py-16 bg-gray-50">
335
+ <div class="container mx-auto px-4">
336
+ <div class="flex flex-col lg:flex-row items-center">
337
+ <div class="lg:w-1/2 mb-10 lg:mb-0">
338
+ <img src="https://images.unsplash.com/photo-1581056771107-24ca5f033842?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
339
+ class="rounded-lg shadow-xl" alt="مراقبة الصحة">
340
+ </div>
341
+ <div class="lg:w-1/2 lg:pl-12">
342
+ <h2 class="text-3xl font-bold mb-6 text-blue-600">تحليل ومراقبة صحة الوفد</h2>
343
+ <p class="text-lg mb-8">نظام متكامل لمتابعة الحالة الصحية للوافدين وإعداد التقارير اللازمة للجهات المعنية.</p>
344
+
345
+ <div class="space-y-6">
346
+ <div class="flex items-start">
347
+ <div class="flex-shrink-0 mt-1">
348
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
349
+ <i class="fas fa-heartbeat text-blue-600"></i>
350
+ </div>
351
+ </div>
352
+ <div class="mr-4">
353
+ <h3 class="font-bold text-lg mb-2">متابعة سلوك الصحة</h3>
354
+ <p class="text-gray-600">تتبع الحالة الصحية للوافدين ورصد أي تغيرات أو عوارض صحية</p>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="flex items-start">
359
+ <div class="flex-shrink-0 mt-1">
360
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
361
+ <i class="fas fa-file-medical text-blue-600"></i>
362
+ </div>
363
+ </div>
364
+ <div class="mr-4">
365
+ <h3 class="font-bold text-lg mb-2">تقرير مفصل</h3>
366
+ <p class="text-gray-600">إعداد تقارير مفصلة عن الحالة الصحية للكفيل أو وزارة العمل</p>
367
+ </div>
368
+ </div>
369
+
370
+ <div class="flex items-start">
371
+ <div class="flex-shrink-0 mt-1">
372
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
373
+ <i class="fas fa-bell text-blue-600"></i>
374
+ </div>
375
+ </div>
376
+ <div class="mr-4">
377
+ <h3 class="font-bold text-lg mb-2">تنبيهات وإشعارات</h3>
378
+ <p class="text-gray-600">إرسال تنبيهات فورية للجهات المعنية بالحالات المشتبه بها أو الخطرة</p>
379
+ </div>
380
+ </div>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ </div>
385
+ </section>
386
+
387
+ <!-- Government Section -->
388
+ <section id="government" class="py-16 bg-white">
389
+ <div class="container mx-auto px-4">
390
+ <div class="text-center mb-16">
391
+ <h2 class="text-3xl font-bold mb-4 text-blue-600">للحكومة والقطاع الصحي</h2>
392
+ <p class="text-lg max-w-2xl mx-auto">أدوات متكاملة لمراقبة صحة الوافدين واتخاذ القرارات الصحية المبنية على البيانات</p>
393
+ </div>
394
+
395
+ <div class="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-8">
396
+ <div class="bg-gray-50 p-8 rounded-xl border border-gray-200">
397
+ <div class="flex items-center mb-6">
398
+ <div class="w-14 h-14 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
399
+ <i class="fas fa-tachometer-alt text-blue-600 text-xl"></i>
400
+ </div>
401
+ <h3 class="font-bold text-xl">لوحة مراقبة الوافدين</h3>
402
+ </div>
403
+ <p class="text-gray-600 mb-6">لوحة معلومات تفاعلية تقدم نظرة شاملة على حالة الفحوصات للأفواج الوافدة، مع إمكانية تصفية البيانات حسب الجنسية، الحالة الصحية، مناطق القدوم.</p>
404
+ <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
405
+ class="rounded-lg shadow-md w-full" alt="لوحة التحكم">
406
+ </div>
407
+
408
+ <div class="grid grid-cols-1 gap-8">
409
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
410
+ <div class="flex items-center mb-4">
411
+ <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
412
+ <i class="fas fa-chart-pie text-blue-600"></i>
413
+ </div>
414
+ <h3 class="font-bold text-lg">الإحصائيات الصحية</h3>
415
+ </div>
416
+ <p class="text-gray-600">استخراج الإحصائيات حسب نوع المرض، الجنسية، العمر وغيرها من المعايير مع إمكانية تصدير التقارير</p>
417
+ </div>
418
+
419
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
420
+ <div class="flex items-center mb-4">
421
+ <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
422
+ <i class="fas fa-shield-virus text-blue-600"></i>
423
+ </div>
424
+ <h3 class="font-bold text-lg">الكشف المبكر</h3>
425
+ </div>
426
+ <p class="text-gray-600">نظام ذكي للكشف المبكر عن حالات العدوى والأمراض المعدية بين الوافدين لأخذ الإجراءات الوقائية</p>
427
+ </div>
428
+
429
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
430
+ <div class="flex items-center mb-4">
431
+ <div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4">
432
+ <i class="fas fa-passport text-blue-600"></i>
433
+ </div>
434
+ <h3 class="font-bold text-lg">ربط أنظمة الجوازات</h3>
435
+ </div>
436
+ <p class="text-gray-600">ربط فوري مع أنظمة الجوازات ومراقبة الدخول لاتخاذ الإجراءات الصحية المناسبة قبل القدوم</p>
437
+ </div>
438
+ </div>
439
+ </div>
440
+ </div>
441
+ </section>
442
+
443
+ <!-- Account Section -->
444
+ <section id="account" class="py-16 bg-gray-50">
445
+ <div class="container mx-auto px-4">
446
+ <div class="flex flex-col lg:flex-row items-center">
447
+ <div class="lg:w-1/2 mb-10 lg:mb-0 lg:order-last lg:pl-12">
448
+ <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
449
+ class="rounded-lg shadow-xl" alt="حسابي الشخصي">
450
+ </div>
451
+ <div class="lg:w-1/2">
452
+ <h2 class="text-3xl font-bold mb-6 text-blue-600">حسابي الشخصي</h2>
453
+ <p class="text-lg mb-8">إدارة الملف الصحي الشخصي وتاريخ الفحوصات ومشاركة النتائج مع الجهات المعنية.</p>
454
+
455
+ <div class="space-y-6">
456
+ <div class="flex items-start">
457
+ <div class="flex-shrink-0 mt-1">
458
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
459
+ <i class="fas fa-user-circle text-blue-600"></i>
460
+ </div>
461
+ </div>
462
+ <div class="mr-4">
463
+ <h3 class="font-bold text-lg mb-2">ملف طبي شخصي</h3>
464
+ <p class="text-gray-600">إنشاء ملف طبي شخصي يحتوي على كافة التفاصيل الصحية والتاريخ المرضي</p>
465
+ </div>
466
+ </div>
467
+
468
+ <div class="flex items-start">
469
+ <div class="flex-shrink-0 mt-1">
470
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
471
+ <i class="fas fa-history text-blue-600"></i>
472
+ </div>
473
+ </div>
474
+ <div class="mr-4">
475
+ <h3 class="font-bold text-lg mb-2">سجل الفحوصات</h3>
476
+ <p class="text-gray-600">عرض كافة الفحوصات السابقة والنتائج والتقارير الطبية في مكان واحد</p>
477
+ </div>
478
+ </div>
479
+
480
+ <div class="flex items-start">
481
+ <div class="flex-shrink-0 mt-1">
482
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
483
+ <i class="fas fa-file-download text-blue-600"></i>
484
+ </div>
485
+ </div>
486
+ <div class="mr-4">
487
+ <h3 class="font-bold text-lg mb-2">تحميل التقارير</h3>
488
+ <p class="text-gray-600">إمكانية تحميل التقارير الطبية بصيغة PDF أو مشاركتها مع الجهات المعنية</p>
489
+ </div>
490
+ </div>
491
+
492
+ <div class="flex items-start">
493
+ <div class="flex-shrink-0 mt-1">
494
+ <div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center">
495
+ <i class="fas fa-server text-blue-600"></i>
496
+ </div>
497
+ </div>
498
+ <div class="mr-4">
499
+ <h3 class="font-bold text-lg mb-2">ربط أنظمة وطنية</h3>
500
+ <p class="text-gray-600">ربط الملف الصحي مع فايركس والخادم الوطني للتوثيق والتكامل</p>
501
+ </div>
502
+ </div>
503
+ </div>
504
+ </div>
505
+ </div>
506
+ </div>
507
+ </section>
508
+
509
+ <!-- App Section -->
510
+ <section id="app" class="py-16 bg-white">
511
+ <div class="container mx-auto px-4">
512
+ <div class="text-center mb-16">
513
+ <h2 class="text-3xl font-bold mb-4 text-blue-600">تطبيق فاحص المحمول</h2>
514
+ <p class="text-lg max-w-2xl mx-auto">قم بتنزيل تطبيق "فاحص" الآن على هاتفك الذكي لإجراء الفحوصات ومراقبة النتائج أينما كنت</p>
515
+ </div>
516
+
517
+ <div class="flex flex-col md:flex-row items-center justify-center">
518
+ <div class="mb-8 md:mb-0 md:mr-16">
519
+ <img src="https://images.unsplash.com/photo-1601784551446-20c9e07cdbdb?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80"
520
+ class="h-96 rounded-lg shadow-xl" alt="تطبيق فاحص">
521
+ </div>
522
+
523
+ <div class="max-w-md">
524
+ <div class="mb-8">
525
+ <h3 class="text-xl font-bold mb-4">مميزات التطبيق:</h3>
526
+ <ul class="space-y-3">
527
+ <li class="flex items-start">
528
+ <i class="fas fa-check text-green-500 mt-1 ml-2"></i>
529
+ <span>إجراء الفحوصات المطلوبة للوافدين عبر الهاتف</span>
530
+ </li>
531
+ <li class="flex items-start">
532
+ <i class="fas fa-check text-green-500 mt-1 ml-2"></i>
533
+ <span>كاميرا مدمجة لقراءة QR كود للفحوصات السابقة</span>
534
+ </li>
535
+ <li class="flex items-start">
536
+ <i class="fas fa-check text-green-500 mt-1 ml-2"></i>
537
+ <span>ربط مباشر بأجهزة الفحص الطبية لنقل النتائج</span>
538
+ </li>
539
+ <li class="flex items-start">
540
+ <i class="fas fa-check text-green-500 mt-1 ml-2"></i>
541
+ <span>عرض البيانات والرسوم البيانية لحالة المفحوص</span>
542
+ </li>
543
+ </ul>
544
+ </div>
545
+
546
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4 sm:space-x-reverse justify-center">
547
+ <button class="bg-gray-800 text-white font-bold py-3 px-6 rounded-lg hover:bg-gray-700 transition flex items-center justify-center">
548
+ <i class="fab fa-apple text-xl ml-2"></i> App Store
549
+ </button>
550
+ <button class="bg-green-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-green-700 transition flex items-center justify-center">
551
+ <i class="fab fa-google-play text-xl ml-2"></i> Google Play
552
+ </button>
553
+ </div>
554
+ </div>
555
+ </div>
556
+ </div>
557
+ </section>
558
+
559
+ <!-- Contact Section -->
560
+ <section class="py-16 bg-blue-600 text-white">
561
+ <div class="container mx-auto px-4">
562
+ <div class="max-w-4xl mx-auto text-center">
563
+ <h2 class="text-3xl font-bold mb-6">هل لديك استفسار أو تحتاج إلى مساعدة؟</h2>
564
+ <p class="text-xl mb-8 leading-relaxed">فريق الدعم الفني لمنصة فاحص متاح على مدار الساعة للإجابة على استفساراتكم وتقديم المساعدة الفنية اللازمة.</p>
565
+
566
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-6 sm:space-x-reverse justify-center">
567
+ <button class="bg-white text-blue-600 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition">
568
+ <i class="fas fa-headset ml-2"></i> الدعم الفني
569
+ </button>
570
+ <button class="border border-white text-white font-bold py-3 px-8 rounded-lg hover:bg-white hover:text-blue-600 transition">
571
+ <i class="fas fa-envelope ml-2"></i> اتصل بنا
572
+ </button>
573
+ </div>
574
+ </div>
575
+ </div>
576
+ </section>
577
+
578
+ <!-- Footer -->
579
+ <footer class="bg-gray-900 text-white py-12">
580
+ <div class="container mx-auto px-4">
581
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
582
+ <div>
583
+ <div class="flex items-center mb-4">
584
+ <div class="w-10 h-10 bg-blue-600 rounded-lg flex items-center justify-center text-white font-bold text-xl mr-2">
585
+ ف
586
+ </div>
587
+ <h3 class="text-xl font-bold">فاحص</h3>
588
+ </div>
589
+ <p class="text-gray-400">أول منصة متكاملة للفحوصات الصحية للوافدين إلى المملكة العربية السعودية.</p>
590
+ </div>
591
+
592
+ <div>
593
+ <h4 class="font-bold text-lg mb-4">روابط سريعة</h4>
594
+ <ul class="space-y-2">
595
+ <li><a href="#" class="text-gray-400 hover:text-white transition">الصفحة الرئيسية</a></li>
596
+ <li><a href="#" class="text-gray-400 hover:text-white transition">عن المنصة</a></li>
597
+ <li><a href="#" class="text-gray-400 hover:text-white transition">الأسئلة الشائعة</a></li>
598
+ <li><a href="#" class="text-gray-400 hover:text-white transition">مراكز الفحص</a></li>
599
+ </ul>
600
+ </div>
601
+
602
+ <div>
603
+ <h4 class="font-bold text-lg mb-4">الشروط والسياسات</h4>
604
+ <ul class="space-y-2">
605
+ <li><a href="#" class="text-gray-400 hover:text-white transition">شروط الاستخدام</a></li>
606
+ <li><a href="#" class="text-gray-400 hover:text-white transition">سياسة الخصوصية</a></li>
607
+ <li><a href="#" class="text-gray-400 hover:text-white transition">سياسة الأمان</a></li>
608
+ <li><a href="#" class="text-gray-400 hover:text-white transition">الشروط الصحية</a></li>
609
+ </ul>
610
+ </div>
611
+
612
+ <div>
613
+ <h4 class="font-bold text-lg mb-4">تواصل معنا</h4>
614
+ <ul class="space-y-2">
615
+ <li class="flex items-center">
616
+ <i class="fas fa-phone-alt text-gray-400 ml-2 w-4"></i>
617
+ <span class="text-gray-400">920000000</span>
618
+ </li>
619
+ <li class="flex items-center">
620
+ <i class="fas fa-envelope text-gray-400 ml-2 w-4"></i>
621
+ <span class="text-gray-400">[email protected]</span>
622
+ </li>
623
+ <li class="flex items-center">
624
+ <i class="fas fa-map-marker-alt text-gray-400 ml-2 w-4"></i>
625
+ <span class="text-gray-400">الرياض، السعودية</span>
626
+ </li>
627
+ </ul>
628
+
629
+ <div class="flex space-x-4 space-x-reverse mt-4">
630
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition">
631
+ <i class="fab fa-twitter"></i>
632
+ </a>
633
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition">
634
+ <i class="fab fa-facebook-f"></i>
635
+ </a>
636
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition">
637
+ <i class="fab fa-linkedin-in"></i>
638
+ </a>
639
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition">
640
+ <i class="fab fa-instagram"></i>
641
+ </a>
642
+ </div>
643
+ </div>
644
+ </div>
645
+
646
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
647
+ <p>© 2023 منصة فاحص - جميع الحقوق محفوظة | بالتعاون مع وزارة الصحة والجهات المعنية</p>
648
+ </div>
649
+ </div>
650
+ </footer>
651
+
652
+ <script>
653
+ // Simple animation for demonstration
654
+ document.addEventListener('DOMContentLoaded', function() {
655
+ // Smooth scrolling for anchor links
656
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
657
+ anchor.addEventListener('click', function (e) {
658
+ e.preventDefault();
659
+
660
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
661
+ behavior: 'smooth'
662
+ });
663
+ });
664
+ });
665
+
666
+ // Mobile menu toggle (would need more JS for full functionality)
667
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
668
+ mobileMenuButton.addEventListener('click', function() {
669
+ alert('في التطبيق الفعلي، هذا الزر سيظهر قائمة الهاتف الجوال');
670
+ });
671
+ });
672
+ </script>
673
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=wamd/fahis-platform" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
674
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ## منصة "فاحص" - الهيكل الكامل للتطبيق والمنصة ### 🏡 الصفحة الرئيسية: * الشعار + شعار الهيئات الشريكة (وزارة الصحة، الجوازات) * النسخة التعريفية عن فاحص ("أول تطبيق متكامل لفحص ومراقبة صحة الوفد قبل الوصول إلى السعودية") * زر تحميل التطبيق * نبذة مرئية (فيديو ترويجي) * قسم أهم المزايا: * أجهزة محمولة * الفحص فوري * نقل سريع للنتائج * ربط مباشر مع الهيئات الرسمية ### 📊 قسم "نموذج الفحص": * تسجيل معلومات المفحوص: * الاسم * رقم الجواز * الجنسية * نوع التأشيرة * تحميل الفحوصات المحلية (صورة + QR) * الربط بالجهاز (سحب عينة الدم / البول) * تشغيل الفحص (مواد مشعة أو الرنين المغناطيسي) * نقل النتيجة إلى السيرفر المركزي ### 🔗 قسم "التواصل والتطابق": * مزامنة النتائج مع أنظمة وزارة الصحة * رقم تحقق فريد (UID) لكل مفحوص * رفع للمنصات الرسمية (مقيم - القدوم - التأشيرات) ### 📈 قسم "تحليل ومراقبة صحة الوفد": * متابعة سلوك الصحة والعوارض * تقرير مفصل (للكفيل / وزارة العمل) * تنبيهات واشعارات بالحالات مشتبهة / خطرة ### 🌐 قسم "للحكومة": * لوحة مراقبة لافتحاصات الوافدين * استخراج الإحصائيات (نوع المرض / الجنسية / العمر) * الكشف المبكر عن حالات العدوى * صلة بأنظمة الجوازات والدخول ### 👥 قسم حسابي: * إنشاء ملف طبي شخصي * عرض تاريخ الفحوصات * تحميل التقارير * ربط مع فايركس / الخادم الوطني ### ⚡️ التطبيق المرافق: * تطبيق محمول (أندرويد + آيفون) * كاميرا لقراءة QR + الفحص الموضعي * ربط بالجهاز ورسم البيانات هل ترغب بتصميم واجهات صورية لكل قسم للعرض؟