-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
117 lines (108 loc) · 6.85 KB
/
Copy path404.html
File metadata and controls
117 lines (108 loc) · 6.85 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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>الصفحة غير موجودة - PerceiveAI</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script src="/PerceiveAI/css/tailwind-config.js"></script>
<link rel="stylesheet" href="/PerceiveAI/css/main.css">
</head>
<body class="bg-bg-dark text-text-light font-tajawal leading-relaxed">
<header class="fixed w-full top-0 z-50 py-6" style="background-color: rgba(15, 17, 33, 0.9); backdrop-filter: blur(10px);">
<div class="container mx-auto px-8 flex justify-between items-center">
<div class="text-2xl font-black bg-gradient-primary bg-clip-text text-transparent">PerceiveAI</div>
<div class="flex gap-6">
<a href="/PerceiveAI/" class="font-medium transition-colors duration-300 hover:text-primary text-primary" data-translate="home">الرئيسية</a>
<a href="/PerceiveAI/about-us" class="font-medium transition-colors duration-300 hover:text-primary" data-translate="about">عن المشروع</a>
<a href="/PerceiveAI/contact" class="font-medium transition-colors duration-300 hover:text-primary" data-translate="contact">تواصل معنا</a>
<a href="/PerceiveAI/documentation" class="font-medium transition-colors duration-300 hover:text-primary" data-translate="documentation">التوثيق</a>
<button id="language-switch" class="font-medium transition-colors duration-300 hover:text-primary">EN</button>
</div>
</div>
</header>
<section class="h-screen flex items-center justify-center relative overflow-hidden">
<div class="absolute inset-0 -z-10">
<div class="absolute inset-0"
style="background: radial-gradient(ellipse at top right, rgba(140,82,255,0.15) 0%, rgba(18,18,18,0) 50%),
radial-gradient(ellipse at bottom left, rgba(253,41,122,0.15) 0%, rgba(18,18,18,0) 50%);
animation: pulse-glow 8s ease-in-out infinite alternate;">
</div>
<div class="absolute inset-0 opacity-60"
style="background: linear-gradient(135deg, rgba(140,82,255,0.08) 0%, rgba(253,41,122,0.08) 100%);
filter: blur(60px);">
</div>
</div>
<div class="container mx-auto px-8">
<div class="flex flex-col items-center gap-12 max-w-xl mx-auto">
<div class="text-8xl bg-gradient-primary bg-clip-text text-transparent">
<i class="fas fa-exclamation-triangle"></i>
</div>
<h1 class="text-5xl font-black leading-tight mb-4 text-center">
الصفحة <span class="bg-gradient-primary bg-clip-text text-transparent">غير موجودة</span>
</h1>
<p class="text-xl text-text-muted text-center">
عذراً، الصفحة التي تبحث عنها غير موجودة أو تم نقلها.
</p>
<div class="flex gap-4">
<a href="/PerceiveAI/" class="inline-block px-8 py-4 rounded-full bg-gradient-primary text-white font-bold shadow-lg shadow-primary/30 transition-all duration-300 hover:-translate-y-1 hover:shadow-xl">
العودة للرئيسية
</a>
</div>
</div>
</div>
</section>
<footer class="py-8 mt-16" style="background-color: rgba(15, 17, 33, 0.9);">
<div class="container mx-auto px-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
<div>
<div class="text-2xl font-black bg-gradient-primary bg-clip-text text-transparent mb-4">PerceiveAI</div>
<p class="text-text-muted text-sm">
نجعل الأحداث الرياضية متاحة لذوي الاحتياجات السمعية عبر تحويل التعليق الصوتي إلى لغة الإشارة بتقنيات الذكاء الاصطناعي المتقدمة
</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4">روابط سريعة</h3>
<ul class="space-y-2">
<li><a href="/PerceiveAI" class="text-text-muted hover:text-primary transition-colors">الرئيسية</a></li>
<li><a href="/PerceiveAI/about-us" class="text-text-muted hover:text-primary transition-colors">عن المشروع</a></li>
<li><a href="/PerceiveAI/contact" class="text-text-muted hover:text-primary transition-colors">تواصل معنا</a></li>
<li><a href="/PerceiveAI/documentation" class="text-text-muted hover:text-primary transition-colors">التوثيق</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">تواصل معنا</h3>
<ul class="space-y-2">
<li class="flex items-center gap-2">
<i class="fas fa-envelope text-primary"></i>
<span class="text-text-muted">info@perceiveai.com</span>
</li>
<li class="flex items-center gap-2">
<i class="fas fa-map-marker-alt text-primary"></i>
<span class="text-text-muted">الرياض، المملكة العربية السعودية</span>
</li>
<li class="flex items-center gap-2 mt-4">
<a href="#" class="w-8 h-8 rounded-full bg-white/10 flex items-center justify-center hover:bg-primary transition-colors">
<i class="fab fa-twitter text-sm"></i>
</a>
<a href="#" class="w-8 h-8 rounded-full bg-white/10 flex items-center justify-center hover:bg-primary transition-colors">
<i class="fab fa-linkedin-in text-sm"></i>
</a>
<a href="https://github.com/SillyRobot883/PerceiveAI" class="w-8 h-8 rounded-full bg-white/10 flex items-center justify-center hover:bg-primary transition-colors">
<i class="fab fa-github text-sm"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="border-t border-white/10 pt-8 text-center">
<div class="text-sm text-text-muted">© 2025 جميع الحقوق محفوظة - مشروع دوري الذكاء الاصطناعي | PerceiveAI</div>
</div>
</div>
</footer>
<script type="module" src="js/main.js"></script>
<script type="module" src="js/translations.js"></script>
</body>
</html>