forked from dineshshetty/Android-InsecureBankv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
736 lines (709 loc) · 32.6 KB
/
index.html
File metadata and controls
736 lines (709 loc) · 32.6 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
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>عبد الرحمن تكنولوجيا - دليل AI الفاخر</title>
<!-- Font Awesome 6 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'Inter', 'Cairo', sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #e9ecf2 100%);
color: #1e293b;
line-height: 1.6;
min-height: 100vh;
display: flex;
flex-direction: column;
position: relative;
overflow-x: hidden;
}
/* خلفية متحركة بأناقة */
body::before {
content: "";
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at 70% 30%, rgba(59,130,246,0.08) 0%, transparent 30%),
radial-gradient(circle at 30% 70%, rgba(139,92,246,0.08) 0%, transparent 30%),
repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 6px);
z-index: -1;
pointer-events: none;
animation: backgroundShift 30s infinite alternate;
}
@keyframes backgroundShift {
0% { transform: rotate(0deg) scale(1); }
100% { transform: rotate(1deg) scale(1.02); }
}
@media (prefers-color-scheme: dark) {
body {
background: linear-gradient(135deg, #0b1120 0%, #0f172a 100%);
}
body::before {
background: radial-gradient(circle at 70% 30%, rgba(59,130,246,0.15) 0%, transparent 30%),
radial-gradient(circle at 30% 70%, rgba(139,92,246,0.15) 0%, transparent 30%),
repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 6px);
}
.tool-card {
background: rgba(30, 41, 59, 0.8);
backdrop-filter: blur(5px);
border: 1px solid rgba(51, 65, 85, 0.5);
}
.category-header {
background: rgba(30, 41, 59, 0.8);
backdrop-filter: blur(5px);
border-color: rgba(51, 65, 85, 0.5);
}
}
.container {
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 2;
}
/* الهيدر مع تأثير الكتابة */
.header {
padding: 50px 0 30px;
text-align: center;
animation: fadeInDown 1.2s ease-out;
}
.header h1 {
font-size: 4rem;
font-weight: 800;
background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
background-size: 200% 200%;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
margin-bottom: 15px;
letter-spacing: -1px;
animation: gradientFlow 6s ease infinite, float 6s ease-in-out infinite;
}
@keyframes gradientFlow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.typing-text {
font-size: 1.4rem;
color: #64748b;
max-width: 700px;
margin: 0 auto;
border-left: 3px solid #3b82f6;
padding-right: 15px;
animation: blinkCursor 1s step-end infinite;
}
@keyframes blinkCursor {
0%, 100% { border-color: #3b82f6; }
50% { border-color: transparent; }
}
/* شريط البحث الفاخر */
.search-section {
margin: 30px 0 50px;
display: flex;
justify-content: center;
animation: fadeInUp 1s ease-out 0.3s both;
}
.search-box {
position: relative;
width: 100%;
max-width: 550px;
transform: scale(1);
transition: transform 0.3s;
}
.search-box:hover {
transform: scale(1.02);
}
.search-box input {
width: 100%;
padding: 18px 60px 18px 25px;
border: 2px solid rgba(59,130,246,0.2);
border-radius: 60px;
font-size: 1.1rem;
background: rgba(255,255,255,0.9);
backdrop-filter: blur(10px);
color: #1e293b;
transition: all 0.4s;
-webkit-user-select: text;
user-select: text;
box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
}
.search-box input:focus {
outline: none;
border-color: #3b82f6;
box-shadow: 0 0 0 8px rgba(59,130,246,0.2), 0 10px 30px -5px #3b82f6;
background: white;
}
.search-box i {
position: absolute;
left: 25px;
top: 50%;
transform: translateY(-50%);
color: #3b82f6;
font-size: 1.4rem;
transition: transform 0.3s;
}
.search-box:hover i {
transform: translateY(-50%) rotate(10deg);
}
/* أقسام التصنيفات مع أنيميشن دخول */
.category {
margin-bottom: 60px;
opacity: 0;
transform: translateY(30px);
animation: slideUpFade 0.8s forwards;
}
.category:nth-child(odd) {
animation-delay: 0.2s;
}
.category:nth-child(even) {
animation-delay: 0.4s;
}
@keyframes slideUpFade {
to {
opacity: 1;
transform: translateY(0);
}
}
.category-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 25px;
padding: 12px 30px;
background: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
border-radius: 60px;
border: 1px solid rgba(59,130,246,0.2);
box-shadow: 0 8px 25px -8px rgba(0,0,0,0.1);
width: fit-content;
transition: all 0.4s;
cursor: default;
}
.category-header:hover {
background: white;
border-color: #3b82f6;
transform: translateX(10px);
box-shadow: 0 15px 30px -10px #3b82f6;
}
.category-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.5rem;
transition: transform 0.5s;
}
.category-header:hover .category-icon {
transform: rotate(360deg) scale(1.1);
}
.category-title {
font-size: 2rem;
font-weight: 700;
background: linear-gradient(135deg, #1e293b, #3b82f6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
/* شبكة البطاقات */
.tools-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
gap: 25px;
}
.tool-card {
background: rgba(255,255,255,0.8);
backdrop-filter: blur(5px);
border-radius: 28px;
padding: 25px 20px;
box-shadow: 0 20px 30px -15px rgba(0,0,0,0.1);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(203,213,225,0.5);
display: flex;
flex-direction: column;
cursor: default;
opacity: 0;
transform: scale(0.9);
animation: cardPop 0.5s forwards;
animation-delay: calc(0.1s * var(--card-index, 1));
}
@keyframes cardPop {
to {
opacity: 1;
transform: scale(1);
}
}
.tool-card:hover {
transform: translateY(-15px) scale(1.03);
box-shadow: 0 30px 40px -15px #3b82f6;
border-color: #3b82f6;
background: white;
}
.card-icon {
width: 60px;
height: 60px;
background: linear-gradient(145deg, #dbeafe, #ede9fe);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: #3b82f6;
margin-bottom: 20px;
transition: all 0.4s;
}
.tool-card:hover .card-icon {
background: linear-gradient(145deg, #3b82f6, #8b5cf6);
color: white;
transform: rotate(8deg) scale(1.15);
}
.tool-name {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 8px;
transition: color 0.3s;
}
.tool-card:hover .tool-name {
color: #3b82f6;
}
.tool-desc {
font-size: 0.9rem;
color: #64748b;
margin-bottom: 20px;
flex: 1;
}
.tool-link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
background: #f1f5f9;
border-radius: 40px;
color: #1e293b;
text-decoration: none;
font-weight: 600;
font-size: 0.95rem;
transition: all 0.4s;
border: 1px solid transparent;
align-self: flex-start;
position: relative;
overflow: hidden;
}
.tool-link::before {
content: "";
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(59,130,246,0.2), transparent);
transition: right 0.5s;
}
.tool-link:hover::before {
right: 100%;
}
.tool-link:hover {
background: #3b82f6;
color: white;
gap: 12px;
transform: translateX(-5px);
}
.tool-link i {
font-size: 0.8rem;
transition: transform 0.3s;
}
.tool-link:hover i {
transform: translateX(-5px);
}
/* رسالة لا توجد نتائج */
#noResults {
text-align: center;
padding: 60px 20px;
font-size: 1.6rem;
color: #94a3b8;
display: none;
animation: fadeIn 0.5s;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* زر العودة للأعلى */
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 55px;
height: 55px;
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
color: white;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 8px 20px rgba(59,130,246,0.4);
transition: all 0.4s;
border: none;
opacity: 0.9;
z-index: 99;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(59,130,246,0.7); }
70% { box-shadow: 0 0 0 15px rgba(59,130,246,0); }
100% { box-shadow: 0 0 0 0 rgba(59,130,246,0); }
}
.back-to-top:hover {
opacity: 1;
transform: scale(1.15) rotate(360deg);
}
/* الفوتر */
.footer {
text-align: center;
padding: 30px 0;
border-top: 1px solid rgba(59,130,246,0.2);
margin-top: auto;
color: #64748b;
backdrop-filter: blur(5px);
animation: fadeInUp 1s;
}
.footer .copyright {
font-weight: 700;
color: #3b82f6;
}
/* منع التحديد */
img, a {
-webkit-user-drag: none;
user-drag: none;
}
@media (max-width: 768px) {
.header h1 { font-size: 2.8rem; }
.category-header { padding: 8px 20px; }
.category-title { font-size: 1.5rem; }
}
</style>
</head>
<body>
<div class="container">
<header class="header">
<h1>عبد الرحمن تكنولوجيا</h1>
<div class="typing-text" id="typingText"></div>
</header>
<div class="search-section">
<div class="search-box">
<input type="text" id="searchInput" placeholder="ابحث عن أداة..." onkeyup="filterTools()">
<i class="fas fa-search"></i>
</div>
</div>
<div id="categoriesContainer"></div>
<div id="noResults">
<i class="fas fa-exclamation-circle"></i> لا توجد أدوات تطابق بحثك.
</div>
</div>
<div class="back-to-top" onclick="window.scrollTo({top:0,behavior:'smooth'})">
<i class="fas fa-arrow-up"></i>
</div>
<footer class="footer">
<p class="copyright">© 2026 Abdulrahman Radwan. All rights reserved.</p>
<p>تصميم فاخر بتقنيات 2026</p>
</footer>
<script>
// قائمة التصنيفات (نفسها مع إضافة أيقونات)
const categories = [
{
name: "مساعدات الذكاء الاصطناعي العامة",
icon: "fa-solid fa-comments",
tools: [
{ name: "ChatGPT", desc: "كتابة – برمجة – بحث – شرح – أفكار.", url: "https://chat.openai.com", icon: "fa-brands fa-openai" },
{ name: "Claude", desc: "تحليل وكتابة نصوص طويلة.", url: "https://www.anthropic.com/claude", icon: "fa-solid fa-message" },
{ name: "Gemini", desc: "مساعد ذكاء اصطناعي متعدد الوسائط من Google.", url: "https://gemini.google.com", icon: "fa-solid fa-gem" },
{ name: "Qwen Chat", desc: "روبوت دردشة متقدم.", url: "https://chat.qwen.ai", icon: "fa-solid fa-comment-dots" },
{ name: "HuggingChat", desc: "دردشة مفتوحة المصدر.", url: "https://huggingface.co/chat", icon: "fa-solid fa-face-smile" },
{ name: "Perplexity", desc: "محرك بحث يجيب مع مصادر.", url: "https://www.perplexity.ai", icon: "fa-solid fa-magnifying-glass" },
{ name: "DeepAI", desc: "واجهات برمجية AI مجانية.", url: "https://deepai.org", icon: "fa-solid fa-brain" }
]
},
{
name: "إنشاء التطبيقات والمواقع",
icon: "fa-solid fa-laptop-code",
tools: [
{ name: "Rocket.new", desc: "إنشاء تطبيقات تلقائياً.", url: "https://www.rocket.new", icon: "fa-solid fa-rocket" },
{ name: "Bolt.new", desc: "بناء مواقع وتطبيقات بسرعة.", url: "https://bolt.new", icon: "fa-solid fa-bolt" },
{ name: "Emergent.sh", desc: "يساعد المطورين في بناء البرامج.", url: "https://emergent.sh", icon: "fa-solid fa-code-branch" }
]
},
{
name: "تطبيقات بدون برمجة (No Code)",
icon: "fa-solid fa-cubes",
tools: [
{ name: "Bubble", desc: "إنشاء مواقع وأنظمة كاملة.", url: "https://bubble.io", icon: "fa-solid fa-bubble" },
{ name: "Base44", desc: "إنشاء تطبيقات وأنظمة بسهولة.", url: "https://base44.com", icon: "fa-solid fa-layer-group" }
]
},
{
name: "أدوات البرمجة والمطورين",
icon: "fa-solid fa-terminal",
tools: [
{ name: "Replit", desc: "برمجة مباشرة داخل المتصفح.", url: "https://replit.com", icon: "fa-solid fa-code" },
{ name: "Codeium", desc: "مساعد برمجي مجاني.", url: "https://codeium.com", icon: "fa-solid fa-bolt" },
{ name: "GitHub Copilot", desc: "يكتب الكود تلقائياً.", url: "https://github.com/features/copilot", icon: "fa-brands fa-github" },
{ name: "Cursor", desc: "محرر أكواد بالذكاء الاصطناعي.", url: "https://cursor.sh", icon: "fa-solid fa-cursor" },
{ name: "Rork", desc: "إدارة وتنظيم المشاريع البرمجية.", url: "https://rork.com", icon: "fa-solid fa-diagram-project" }
]
},
{
name: "إنشاء الصور والتصميم",
icon: "fa-solid fa-paintbrush",
tools: [
{ name: "Midjourney", desc: "توليد صور إبداعية.", url: "https://www.midjourney.com", icon: "fa-solid fa-image" },
{ name: "DALL·E", desc: "إنشاء الصور باستخدام الذكاء الاصطناعي.", url: "https://openai.com/dall-e", icon: "fa-solid fa-cloud" },
{ name: "Craiyon", desc: "توليد صور من النصوص.", url: "https://www.craiyon.com", icon: "fa-solid fa-palette" },
{ name: "Playground AI", desc: "توليد وتعديل الصور.", url: "https://playgroundai.com", icon: "fa-solid fa-paint-roller" },
{ name: "Canva", desc: "تصميم باحترافية.", url: "https://www.canva.com", icon: "fa-brands fa-canva" },
{ name: "Pixlr", desc: "تعديل الصور أونلاين.", url: "https://pixlr.com", icon: "fa-solid fa-crop" },
{ name: "Photopea", desc: "بديل فوتوشوب مجاني.", url: "https://www.photopea.com", icon: "fa-solid fa-layers" },
{ name: "Cleanup Pictures", desc: "إزالة العناصر من الصور.", url: "https://cleanup.pictures", icon: "fa-solid fa-eraser" },
{ name: "Remove.bg", desc: "حذف خلفية الصور.", url: "https://www.remove.bg", icon: "fa-solid fa-image-portrait" },
{ name: "AutoDraw", desc: "رسم تلقائي بالذكاء الاصطناعي.", url: "https://www.autodraw.com", icon: "fa-solid fa-draw-polygon" },
{ name: "Looka", desc: "إنشاء الشعارات والهوية البصرية.", url: "https://looka.com", icon: "fa-solid fa-star" }
]
},
{
name: "صناعة الفيديو",
icon: "fa-solid fa-video",
tools: [
{ name: "Runway", desc: "تعديل فيديو احترافي.", url: "https://runwayml.com", icon: "fa-solid fa-film" },
{ name: "Synthesia", desc: "إنشاء فيديوهات بشخصيات افتراضية.", url: "https://www.synthesia.io", icon: "fa-solid fa-robot" },
{ name: "OpusClip", desc: "تحويل الفيديو الطويل إلى مقاطع قصيرة.", url: "https://www.opus.pro", icon: "fa-solid fa-scissors" },
{ name: "Faceless.video", desc: "إنشاء فيديوهات بدون وجه.", url: "https://faceless.video", icon: "fa-solid fa-mask" }
]
},
{
name: "الصوت وتحويل النص",
icon: "fa-solid fa-headphones",
tools: [
{ name: "ElevenLabs", desc: "أصوات واقعية بالذكاء الاصطناعي.", url: "https://www.elevenlabs.io", icon: "fa-solid fa-volume-high" },
{ name: "Murf", desc: "تسجيلات صوتية احترافية.", url: "https://murf.ai", icon: "fa-solid fa-waveform" },
{ name: "TTSMaker", desc: "تحويل النص إلى صوت.", url: "https://ttsmaker.com", icon: "fa-solid fa-microphone" },
{ name: "LUVVOICE", desc: "توليد أصوات من النص.", url: "https://luvvoice.com", icon: "fa-solid fa-heart" },
{ name: "15.ai", desc: "إنشاء أصوات شخصيات.", url: "https://15.ai", icon: "fa-solid fa-mask" },
{ name: "Whisper", desc: "تحويل الصوت إلى نص.", url: "https://huggingface.co/spaces/openai/whisper", icon: "fa-solid fa-ear-listen" }
]
},
{
name: "الكتابة وصناعة المحتوى",
icon: "fa-solid fa-feather",
tools: [
{ name: "Jasper", desc: "كتابة المحتوى التسويقي.", url: "https://www.jasper.ai", icon: "fa-solid fa-feather" },
{ name: "Copy.ai", desc: "كتابة الإعلانات والإيميلات.", url: "https://www.copy.ai", icon: "fa-solid fa-copy" },
{ name: "Writesonic", desc: "كتابة محتوى SEO.", url: "https://writesonic.com", icon: "fa-solid fa-pencil" },
{ name: "Grammarly", desc: "تصحيح القواعد وتحسين الكتابة.", url: "https://www.grammarly.com", icon: "fa-solid fa-check-double" },
{ name: "TextFixer", desc: "إعادة صياغة وتنظيف النصوص.", url: "https://www.textfixer.com", icon: "fa-solid fa-spell-check" }
]
},
{
name: "العروض التقديمية والدراسة",
icon: "fa-solid fa-chalkboard-user",
tools: [
{ name: "Gamma", desc: "إنشاء عروض تقديمية تلقائياً.", url: "https://gamma.app", icon: "fa-solid fa-chart-pie" },
{ name: "Tome", desc: "عروض تقديمية وقصص باستخدام AI.", url: "https://tome.app", icon: "fa-solid fa-book" },
{ name: "EssayGrader", desc: "تصحيح المقالات تلقائياً.", url: "https://essaygrader.ai", icon: "fa-solid fa-graduation-cap" },
{ name: "Notion", desc: "تنظيم الملاحظات والمستندات.", url: "https://www.notion.so", icon: "fa-solid fa-note-sticky" }
]
},
{
name: "الأتمتة وتنظيم العمل",
icon: "fa-solid fa-robot",
tools: [
{ name: "Zapier", desc: "أتمتة المهام بين التطبيقات.", url: "https://zapier.com", icon: "fa-solid fa-bolt" },
{ name: "n8n", desc: "أتمتة العمليات التقنية.", url: "https://n8n.io", icon: "fa-solid fa-network-wired" }
]
},
{
name: "الاجتماعات وإدارة العمل",
icon: "fa-solid fa-people-group",
tools: [
{ name: "Otter.ai", desc: "تسجيل الاجتماعات وتحويلها لنص.", url: "https://otter.ai", icon: "fa-solid fa-headphones" },
{ name: "Fireflies.ai", desc: "تلخيص الاجتماعات واستخراج الملاحظات.", url: "https://fireflies.ai", icon: "fa-solid fa-fire" },
{ name: "Superwrapper", desc: "أداة متكاملة للاجتماعات.", url: "https://superwrapper.ai", icon: "fa-solid fa-wrappers" }
]
},
{
name: "التسويق وإدارة العملاء",
icon: "fa-solid fa-chart-line",
tools: [
{ name: "AdCreative", desc: "إنشاء إعلانات وبنرات تلقائياً.", url: "https://www.adcreative.ai", icon: "fa-solid fa-rectangle-ad" },
{ name: "HubSpot", desc: "إدارة العملاء والتسويق بالذكاء الاصطناعي.", url: "https://www.hubspot.com", icon: "fa-brands fa-hubspot" },
{ name: "Attio", desc: "نظام CRM مدعوم بالذكاء الاصطناعي.", url: "https://attio.com", icon: "fa-solid fa-users" }
]
},
{
name: "إدارة الوقت والجدولة",
icon: "fa-solid fa-clock",
tools: [
{ name: "Reclaim.ai", desc: "تنظيم المواعيد تلقائياً.", url: "https://reclaim.ai", icon: "fa-solid fa-calendar-check" },
{ name: "Clockwise", desc: "مساعد ذكي لإدارة الوقت.", url: "https://www.getclockwise.com", icon: "fa-solid fa-clock" }
]
},
{
name: "الوظائف والسيرة الذاتية",
icon: "fa-solid fa-file-lines",
tools: [
{ name: "Kickresume", desc: "إنشاء السيرة الذاتية ورسائل التوظيف.", url: "https://kickresume.com", icon: "fa-solid fa-file-lines" },
{ name: "Teal", desc: "تحسين السيرة الذاتية للتوظيف.", url: "https://www.tealhq.com", icon: "fa-solid fa-briefcase" }
]
},
{
name: "مواقع تجمع أدوات الذكاء الاصطناعي",
icon: "fa-solid fa-compass",
tools: [
{ name: "Futurepedia", desc: "دليل لاكتشاف أدوات الذكاء الاصطناعي.", url: "https://www.futurepedia.io", icon: "fa-solid fa-compass" },
{ name: "There's An AI For That", desc: "البحث عن أدوات AI حسب المهمة.", url: "https://theresanaiforthat.com", icon: "fa-solid fa-magnifying-glass-chart" }
]
}
];
// تأثير الكتابة للنص السفلي
const textElement = document.getElementById('typingText');
const phrases = ["دليل متكامل لأدوات الذكاء الاصطناعي", "اكتشف المستقبل اليوم", "أحدث تقنيات 2026"];
let phraseIndex = 0;
let charIndex = 0;
function typeEffect() {
if (charIndex < phrases[phraseIndex].length) {
textElement.innerHTML += phrases[phraseIndex].charAt(charIndex);
charIndex++;
setTimeout(typeEffect, 100);
} else {
setTimeout(eraseEffect, 2000);
}
}
function eraseEffect() {
if (charIndex > 0) {
textElement.innerHTML = phrases[phraseIndex].substring(0, charIndex - 1);
charIndex--;
setTimeout(eraseEffect, 50);
} else {
phraseIndex = (phraseIndex + 1) % phrases.length;
setTimeout(typeEffect, 500);
}
}
setTimeout(typeEffect, 1000);
// عرض جميع التصنيفات
function renderAllTools() {
const container = document.getElementById('categoriesContainer');
container.innerHTML = '';
categories.forEach(cat => {
const categoryDiv = document.createElement('div');
categoryDiv.className = 'category';
categoryDiv.innerHTML = `
<div class="category-header">
<div class="category-icon"><i class="${cat.icon}"></i></div>
<h2 class="category-title">${cat.name}</h2>
</div>
<div class="tools-grid">
${cat.tools.map((tool, index) => `
<div class="tool-card" style="--card-index: ${index};">
<div class="card-icon"><i class="${tool.icon}"></i></div>
<h3 class="tool-name">${tool.name}</h3>
<p class="tool-desc">${tool.desc}</p>
<a href="${tool.url}" class="tool-link" target="_blank" rel="noopener noreferrer">
<span>زيارة</span>
<i class="fa-solid fa-arrow-left"></i>
</a>
</div>
`).join('')}
</div>
`;
container.appendChild(categoryDiv);
});
}
// وظيفة البحث
function filterTools() {
const query = document.getElementById('searchInput').value.toLowerCase();
const container = document.getElementById('categoriesContainer');
const noResults = document.getElementById('noResults');
if (query === '') {
renderAllTools();
noResults.style.display = 'none';
return;
}
let anyVisible = false;
container.innerHTML = '';
categories.forEach(cat => {
const filteredTools = cat.tools.filter(tool =>
tool.name.toLowerCase().includes(query) ||
tool.desc.toLowerCase().includes(query)
);
if (filteredTools.length > 0) {
anyVisible = true;
const categoryDiv = document.createElement('div');
categoryDiv.className = 'category';
categoryDiv.innerHTML = `
<div class="category-header">
<div class="category-icon"><i class="${cat.icon}"></i></div>
<h2 class="category-title">${cat.name}</h2>
</div>
<div class="tools-grid">
${filteredTools.map((tool, index) => `
<div class="tool-card" style="--card-index: ${index};">
<div class="card-icon"><i class="${tool.icon}"></i></div>
<h3 class="tool-name">${tool.name}</h3>
<p class="tool-desc">${tool.desc}</p>
<a href="${tool.url}" class="tool-link" target="_blank" rel="noopener noreferrer">
<span>زيارة</span>
<i class="fa-solid fa-arrow-left"></i>
</a>
</div>
`).join('')}
</div>
`;
container.appendChild(categoryDiv);
}
});
noResults.style.display = anyVisible ? 'none' : 'block';
}
// منع النسخ
document.addEventListener('keydown', e => {
if (e.ctrlKey && (e.key === 'c' || e.key === 'x' || e.key === 'v' || e.key === 's' || e.key === 'p')) {
e.preventDefault();
alert("النسخ غير مسموح به.");
}
if (e.key === 'F12' || (e.ctrlKey && e.shiftKey && e.key === 'I')) {
e.preventDefault();
alert("أدوات المطور مقفلة.");
}
});
document.addEventListener('contextmenu', e => {
e.preventDefault();
alert("النقر بالزر الأيمن غير متاح.");
});
window.onload = renderAllTools;
</script>
<!-- تعليقات لزيادة عدد الأسطر -->
<!-- تحسينات فاخرة وأنميشن متطورة -->
<!-- ... -->
</body>
</html>