File size: 26,905 Bytes
fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 53b2817 fcbc7aa 2744a1c | 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 484 485 486 487 488 | <!DOCTYPE html>
<html lang="ar" 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/x-icon" href="https://static.photos/blue/200x200/1">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
body {
font-family: 'Tajawal', sans-serif;
scroll-behavior: smooth;
}
#vanta-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.03);
}
.gradient-text {
background: linear-gradient(45deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.card-shadow {
box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.2);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 2px;
background: linear-gradient(45deg, #3b82f6, #8b5cf6);
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
left: 0;
}
</style>
</head>
<body class="bg-gray-50 text-gray-800">
<div id="vanta-bg"></div>
<!-- Navigation -->
<nav class="bg-white/90 backdrop-blur-lg shadow-sm fixed w-full z-50 transition-all duration-300 hover:shadow-md">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="cpu" class="h-8 w-8 text-blue-600"></i>
<span class="ml-2 text-xl font-bold text-blue-600">المنظومة الرقمية</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8 space-x-reverse">
<a href="#" class="text-blue-600 nav-link px-3 py-2 font-medium">الرئيسية</a>
<a href="#features" class="text-gray-700 hover:text-blue-600 nav-link px-3 py-2 font-medium">المكونات</a>
<a href="#roadmap" class="text-gray-700 hover:text-blue-600 nav-link px-3 py-2 font-medium">خارطة الطريق</a>
<a href="#stats" class="text-gray-700 hover:text-blue-600 nav-link px-3 py-2 font-medium">الفوائد</a>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md font-medium">الدخول للنظام</button>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-blue-600 hover:bg-gray-100 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="relative pt-32 pb-20 px-4 sm:px-6 lg:pt-40 lg:pb-28 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="text-center">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block gradient-text text-5xl font-bold">المنظومة الرقمية</span>
<span class="block">الوطنية الذكية</span>
</h1>
<p class="mt-3 max-w-md mx-auto text-lg text-gray-700 sm:text-xl md:mt-5 md:max-w-3xl">
رؤية مستقبلية متكاملة لتحول رقمي آمن وذكي يعزز السيادة الرقمية ويحقق الريادة الإقليمية
</p>
<div class="mt-10 sm:flex sm:justify-center">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 md:py-4 md:text-lg md:px-10">
اقرأ المزيد
</a>
</div>
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3 sm:mr-3">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
شاهد الفيديو <i data-feather="play" class="w-5 h-5 mr-1"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">المكونات الرئيسية</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
خمس ركائز للمستقبل الرقمي
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="relative hover-scale card-shadow bg-gradient-to-br from-white to-blue-50 rounded-lg p-6">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="message-square"></i>
</div>
<div class="mr-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">نظام المراسلة الوطني</h3>
<p class="mt-2 text-base text-gray-600">
اتصالات مشفرة من طرف إلى طرف (E2E) مع حماية متقدمة من التهديدات السيبرانية
</p>
</div>
</div>
<!-- Feature 2 -->
<div class="relative hover-scale card-shadow bg-gradient-to-br from-white to-blue-50 rounded-lg p-6">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="user"></i>
</div>
<div class="mr-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">الهوية الرقمية الوطنية</h3>
<p class="mt-2 text-base text-gray-600">
هوية موحدة لتوثيق جميع المعاملات الإلكترونية بشكل آمن وسريع
</p>
</div>
</div>
<!-- Feature 3 -->
<div class="relative hover-scale card-shadow bg-gradient-to-br from-white to-blue-50 rounded-lg p-6">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="database"></i>
</div>
<div class="mr-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">الذكاء الحكومي</h3>
<p class="mt-2 text-base text-gray-600">
تحليل البيانات الضخمة لدعم اتخاذ القرارات الحكومية الذكية
</p>
</div>
</div>
<!-- Feature 4 -->
<div class="relative hover-scale card-shadow bg-gradient-to-br from-white to-blue-50 rounded-lg p-6">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="cpu"></i>
</div>
<div class="mr-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">الذكاء الاصطناعي الوطني</h3>
<p class="mt-2 text-base text-gray-600">
منصة وطنية متقدمة لتطوير وتشغيل النماذج الذكية محليًا
</p>
</div>
</div>
<!-- Feature 5 -->
<div class="relative hover-scale card-shadow bg-gradient-to-br from-white to-blue-50 rounded-lg p-6">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="shield"></i>
</div>
<div class="mr-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">نظام الحماية الذكي</h3>
<p class="mt-2 text-base text-gray-600">
مراقبة التهديدات السيبرانية في الزمن الحقيقي باستخدام الذكاء الاصطناعي
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Stats Section -->
<div id="stats" class="bg-gradient-to-r from-blue-600 to-blue-500">
<div class="max-w-7xl mx-auto py-12 px-4 sm:py-16 sm:px-6 lg:px-8 lg:py-20">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
أرقام تهمك عن المنظومة
</h2>
</div>
<div class="mt-10 text-center sm:max-w-3xl sm:mx-auto sm:grid sm:grid-cols-3 sm:gap-8">
<div class="p-4">
<div class="text-5xl font-extrabold text-white">100%</div>
<div class="mt-2 font-medium text-blue-100">أمان البيانات</div>
</div>
<div class="p-4">
<div class="text-5xl font-extrabold text-white">24/7</div>
<div class="mt-2 font-medium text-blue-100">مراقبة الأمن</div>
</div>
<div class="p-4">
<div class="text-5xl font-extrabold text-white">5</div>
<div class="mt-2 font-medium text-blue-100">ركائز رئيسية</div>
</div>
</div>
</div>
</div>
<!-- Roadmap Section -->
<div id="roadmap" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">خارطة الطريق</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
المراحل التنفيذية للمشروع
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-4 md:gap-x-8 md:gap-y-10">
<!-- Phase 1 -->
<div class="relative group hover-scale">
<div class="absolute -inset-1 bg-gradient-to-r from-blue-600 to-blue-400 rounded-lg blur opacity-25 group-hover:opacity-100 transition duration-200"></div>
<div class="relative bg-white rounded-lg p-6 h-full card-shadow">
<div class="flex items-center">
<span class="flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 text-blue-600">
1
</span>
<h3 class="mr-3 text-lg leading-6 font-medium text-gray-900">مرحلة التأسيس</h3>
</div>
<p class="mt-4 text-base text-gray-600">
بناء البنية التحتية السحابية وإعداد مركز البيانات الوطني وإنشاء الهوية الرقمية
</p>
<div class="mt-6 text-sm font-medium text-blue-600">
0-12 شهر
</div>
</div>
</div>
<!-- Phase 2 -->
<div class="relative group hover-scale">
<div class="absolute -inset-1 bg-gradient-to-r from-blue-600 to-blue-400 rounded-lg blur opacity-25 group-hover:opacity-100 transition duration-200"></div>
<div class="relative bg-white rounded-lg p-6 h-full card-shadow">
<div class="flex items-center">
<span class="flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 text-blue-600">
2
</span>
<h3 class="mr-3 text-lg leading-6 font-medium text-gray-900">مرحلة التكامل</h3>
</div>
<p class="mt-4 text-base text-gray-600">
تشغيل المراسلة الوطنية وإطلاق الذكاء الحكومي التجريبي وتأسيس نظام الحماية
</p>
<div class="mt-6 text-sm font-medium text-blue-600">
12-24 شهر
</div>
</div>
</div>
<!-- Phase 3 -->
<div class="relative group hover-scale">
<div class="absolute -inset-1 bg-gradient-to-r from-blue-600 to-blue-400 rounded-lg blur opacity-25 group-hover:opacity-100 transition duration-200"></div>
<div class="relative bg-white rounded-lg p-6 h-full card-shadow">
<div class="flex items-center">
<span class="flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 text-blue-600">
3
</span>
<h3 class="mr-3 text-lg leading-6 font-medium text-gray-900">مرحلة التطوير</h3>
</div>
<p class="mt-4 text-base text-gray-600">
إطلاق طبقة الذكاء الاصطناعي الوطنية وتمكين الجامعات والشركات الناشئة
</p>
<div class="mt-6 text-sm font-medium text-blue-600">
24-36 شهر
</div>
</div>
</div>
<!-- Phase 4 -->
<div class="relative group hover-scale">
<div class="absolute -inset-1 bg-gradient-to-r from-blue-600 to-blue-400 rounded-lg blur opacity-25 group-hover:opacity-100 transition duration-200"></div>
<div class="relative bg-white rounded-lg p-6 h-full card-shadow">
<div class="flex items-center">
<span class="flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-blue-100 text-blue-600">
4
</span>
<h3 class="mr-3 text-lg leading-6 font-medium text-gray-900">مرحلة الريادة</h3>
</div>
<p class="mt-4 text-base text-gray-600">
تصدير الخدمات الرقمية والذكاء الاصطناعي إلى الأسواق الإقليمية والعالمية
</p>
<div class="mt-6 text-sm font-medium text-blue-600">
36-60 شهر
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-gray-50">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl">
<span class="block">جاهزون للتحول الرقمي؟</span>
<span class="block text-blue-600">سجل اهتمامك بالمنظومة الآن</span>
</h2>
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700">
ابدأ الآن
<i data-feather="arrow-left" class="mr-2 w-4 h-4"></i>
</a>
</div>
<div class="mr-3 inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50">
تحميل الملف التعريفي
<i data-feather="download" class="mr-2 w-4 h-4"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="space-y-8 xl:col-span-1">
<div class="flex items-center">
<i data-feather="cpu" class="h-8 w-8 text-blue-400"></i>
<span class="ml-2 text-xl font-bold text-white">المنظومة الرقمية</span>
</div>
<p class="text-gray-300 text-base">
رؤية مستقبلية متكاملة لتحول رقمي آمن وذكي يعزز السيادة الرقمية
</p>
<div class="flex space-x-6 space-x-reverse">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="youtube"></i>
</a>
</div>
</div>
<div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
روابط سريعة
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
الرئيسية
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
المكونات الرئيسية
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
خارطة الطريق
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
الأسئلة الشائعة
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
الشركاء
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
وزارة التقنية
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
الجامعات الوطنية
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
القطاع الخاص
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
المستثمرون
</a>
</li>
</ul>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
تواصل معنا
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
البريد الإلكتروني
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
الهاتف: +000 123 4567
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
العنوان: مدينة المعرفة، المثلث الرقمي
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">
حقوق الملكية
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
الشروط والأحكام
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
سياسة الخصوصية
</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">
حقوق النشر
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8">
<p class="text-base text-gray-400 text-center">
© 2023 المنظومة الرقمية الوطنية الذكية. جميع الحقوق محفوظة.
</p>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0xf8fafc,
size: 1.00
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>
|