Rayan545454 commited on
Commit
fd4ced5
·
verified ·
1 Parent(s): f22028a

ارسم 🔐 برامج RT للأمان السيبراني

Browse files

📌 تصميم: ريان بن خالد بن عبدالمحسن الثميري



خدماتنا:
• حماية الأنظمة والشبكات من الهجمات الإلكترونية.
• تأمين البيانات والمعلومات من الاختراق أو التسريب.
• الكشف المبكر عن التهديدات والتعامل معها بسرعة.
• تطوير استراتيجيات تمنع الجرائم الإلكترونية - Initial Deployment

Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +277 -18
  3. prompts.txt +10 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: S3hhh
3
- emoji: 🌖
4
- colorFrom: pink
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: s3hhh
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: red
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,278 @@
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>RT Security - الأمان السيبراني</title>
7
+ <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔐</text></svg>">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
14
+ <style>
15
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
16
+ body {
17
+ font-family: 'Inter', sans-serif;
18
+ background: #0a0a0a;
19
+ }
20
+ .cyber-grid {
21
+ background-image:
22
+ linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px),
23
+ linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);
24
+ background-size: 50px 50px;
25
+ }
26
+ .glow {
27
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
28
+ }
29
+ .text-glow {
30
+ text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
31
+ }
32
+ .service-card {
33
+ background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
34
+ border: 1px solid rgba(0, 255, 255, 0.3);
35
+ transition: all 0.3s ease;
36
+ }
37
+ .service-card:hover {
38
+ transform: translateY(-5px);
39
+ box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
40
+ border-color: rgba(0, 255, 255, 0.6);
41
+ }
42
+ .vanta-canvas {
43
+ position: absolute;
44
+ top: 0;
45
+ left: 0;
46
+ width: 100%;
47
+ height: 100%;
48
+ z-index: -1;
49
+ }
50
+ </style>
51
+ </head>
52
+ <body class="bg-black text-white overflow-x-hidden">
53
+ <!-- Navigation -->
54
+ <nav class="fixed top-0 w-full bg-black/90 backdrop-blur-md z-50 border-b border-cyan-500/20">
55
+ <div class="container mx-auto px-6 py-4">
56
+ <div class="flex justify-between items-center">
57
+ <div class="flex items-center space-x-2">
58
+ <i data-feather="shield" class="w-8 h-8 text-cyan-400"></i>
59
+ <span class="text-2xl font-bold text-glow">RT Security</span>
60
+ </div>
61
+ <div class="hidden md:flex space-x-8">
62
+ <a href="#home" class="hover:text-cyan-400 transition-colors">الرئيسية</a>
63
+ <a href="#services" class="hover:text-cyan-400 transition-colors">خدماتنا</a>
64
+ <a href="#about" class="hover:text-cyan-400 transition-colors">من نحن</a>
65
+ <a href="#contact" class="hover:text-cyan-400 transition-colors">اتصل بنا</a>
66
+ </div>
67
+ <button class="md:hidden" id="menu-toggle">
68
+ <i data-feather="menu" class="w-6 h-6"></i>
69
+ </button>
70
+ </div>
71
+ </div>
72
+ </nav>
73
+
74
+ <!-- Hero Section -->
75
+ <section id="home" class="relative min-h-screen flex items-center justify-center cyber-grid overflow-hidden">
76
+ <div id="vanta-bg" class="vanta-canvas"></div>
77
+ <div class="container mx-auto px-6 text-center z-10">
78
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 text-glow" data-aos="fade-up">
79
+ 🔐 برامج RT للأمان السيبراني
80
+ </h1>
81
+ <p class="text-xl md:text-2xl mb-8 text-gray-300" data-aos="fade-up" data-aos-delay="200">
82
+ حماية شاملة لأنظمتك وشبكاتك من التهديدات الإلكترونية
83
+ </p>
84
+ <div class="flex flex-col md:flex-row gap-4 justify-center" data-aos="fade-up" data-aos-delay="400">
85
+ <button class="px-8 py-4 bg-cyan-500 hover:bg-cyan-600 rounded-lg font-semibold transition-all glow hover:glow-lg">
86
+ ابدأ الآن
87
+ </button>
88
+ <button class="px-8 py-4 border border-cyan-500 hover:bg-cyan-500/10 rounded-lg font-semibold transition-all">
89
+ تعرف على المزيد
90
+ </button>
91
+ </div>
92
+ </div>
93
+ </section>
94
+
95
+ <!-- Services Section -->
96
+ <section id="services" class="py-20 bg-gradient-to-b from-black to-gray-900">
97
+ <div class="container mx-auto px-6">
98
+ <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-glow" data-aos="fade-up">
99
+ خدماتنا الأمنية
100
+ </h2>
101
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
102
+ <div class="service-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100">
103
+ <div class="w-16 h-16 bg-cyan-500/20 rounded-full flex items-center justify-center mb-6 mx-auto">
104
+ <i data-feather="shield" class="w-8 h-8 text-cyan-400"></i>
105
+ </div>
106
+ <h3 class="text-xl font-semibold mb-4 text-center">حماية الأنظمة</h3>
107
+ <p class="text-gray-400 text-center">حماية الأنظمة والشبكات من الهجمات الإلكترونية المتقدمة</p>
108
+ </div>
109
+ <div class="service-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200">
110
+ <div class="w-16 h-16 bg-cyan-500/20 rounded-full flex items-center justify-center mb-6 mx-auto">
111
+ <i data-feather="lock" class="w-8 h-8 text-cyan-400"></i>
112
+ </div>
113
+ <h3 class="text-xl font-semibold mb-4 text-center">تأمين البيانات</h3>
114
+ <p class="text-gray-400 text-center">تأمين البيانات والمعلومات من الاختراق أو التسريب</p>
115
+ </div>
116
+ <div class="service-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="300">
117
+ <div class="w-16 h-16 bg-cyan-500/20 rounded-full flex items-center justify-center mb-6 mx-auto">
118
+ <i data-feather="alert-triangle" class="w-8 h-8 text-cyan-400"></i>
119
+ </div>
120
+ <h3 class="text-xl font-semibold mb-4 text-center">الكشف المبكر</h3>
121
+ <p class="text-gray-400 text-center">الكشف المبكر عن التهديدات والتعامل معها بسرعة</p>
122
+ </div>
123
+ <div class="service-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="400">
124
+ <div class="w-16 h-16 bg-cyan-500/20 rounded-full flex items-center justify-center mb-6 mx-auto">
125
+ <i data-feather="cpu" class="w-8 h-8 text-cyan-400"></i>
126
+ </div>
127
+ <h3 class="text-xl font-semibold mb-4 text-center">استراتيجيات وقائية</h3>
128
+ <p class="text-gray-400 text-center">تطوير استراتيجيات تمنع الجرائم الإلكترونية</p>
129
+ </div>
130
+ </div>
131
+ </div>
132
+ </section>
133
+
134
+ <!-- About Section -->
135
+ <section id="about" class="py-20 bg-gray-900">
136
+ <div class="container mx-auto px-6">
137
+ <div class="flex flex-col md:flex-row items-center gap-12">
138
+ <div class="md:w-1/2" data-aos="fade-right">
139
+ <h2 class="text-4xl font-bold mb-6 text-glow">من نحن</h2>
140
+ <p class="text-gray-300 mb-6 leading-relaxed">
141
+ نحن فريق متخصص في الأمان السيبراني، نقدم حلولاً مبتكرة لحماية مؤسساتك من التهديدات الرقمية المتزايدة.
142
+ </p>
143
+ <p class="text-gray-300 mb-6 leading-relaxed">
144
+ بخبرة تمتد لسنوات في مجال الأمن الإلكتروني، نضمن لك أعلى مستويات الحماية لبياناتك وأنظمتك.
145
+ </p>
146
+ <div class="flex items-center gap-4 mt-8">
147
+ <div class="text-cyan-400">
148
+ <i data-feather="check-circle" class="w-6 h-6"></i>
149
+ </div>
150
+ <span>شهادات دولية في الأمن السيبراني</span>
151
+ </div>
152
+ <div class="flex items-center gap-4 mt-4">
153
+ <div class="text-cyan-400">
154
+ <i data-feather="check-circle" class="w-6 h-6"></i>
155
+ </div>
156
+ <span>فريق عمل محترف ومتخصص</span>
157
+ </div>
158
+ </div>
159
+ <div class="md:w-1/2" data-aos="fade-left">
160
+ <img src="http://static.photos/technology/640x360/42" alt="Cyber Security" class="rounded-xl shadow-2xl glow">
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </section>
165
+
166
+ <!-- Contact Section -->
167
+ <section id="contact" class="py-20 bg-black">
168
+ <div class="container mx-auto px-6">
169
+ <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-glow" data-aos="fade-up">
170
+ تواصل معنا
171
+ </h2>
172
+ <div class="max-w-2xl mx-auto">
173
+ <form class="space-y-6" data-aos="fade-up" data-aos-delay="200">
174
+ <div>
175
+ <input type="text" placeholder="الاسم الكامل" class="w-full px-4 py-3 bg-gray-900 border border-gray-700 rounded-lg focus:border-cyan-500 focus:outline-none transition-colors">
176
+ </div>
177
+ <div>
178
+ <input type="email" placeholder="البريد الإلكتروني" class="w-full px-4 py-3 bg-gray-900 border border-gray-700 rounded-lg focus:border-cyan-500 focus:outline-none transition-colors">
179
+ </div>
180
+ <div>
181
+ <textarea placeholder="رسالتك" rows="5" class="w-full px-4 py-3 bg-gray-900 border border-gray-700 rounded-lg focus:border-cyan-500 focus:outline-none transition-colors resize-none"></textarea>
182
+ </div>
183
+ <button type="submit" class="w-full py-3 bg-cyan-500 hover:bg-cyan-600 rounded-lg font-semibold transition-all glow">
184
+ إرسال الرسالة
185
+ </button>
186
+ </form>
187
+ </div>
188
+ </div>
189
+ </section>
190
+
191
+ <!-- Footer -->
192
+ <footer class="bg-gray-900 py-8 border-t border-gray-800">
193
+ <div class="container mx-auto px-6">
194
+ <div class="flex flex-col md:flex-row justify-between items-center">
195
+ <div class="flex items-center space-x-2 mb-4 md:mb-0">
196
+ <i data-feather="shield" class="w-6 h-6 text-cyan-400"></i>
197
+ <span class="text-lg font-semibold">RT Security</span>
198
+ </div>
199
+ <p class="text-gray-400">تصميم: ريان بن خالد بن عبدالمحسن الثميري</p>
200
+ </div>
201
+ </div>
202
+ </footer>
203
+
204
+ <script>
205
+ // Initialize AOS
206
+ AOS.init({
207
+ duration: 1000,
208
+ once: true
209
+ });
210
+
211
+ // Initialize Feather Icons
212
+ feather.replace();
213
+
214
+ // Initialize Vanta.js Background
215
+ VANTA.GLOBE({
216
+ el: "#vanta-bg",
217
+ mouseControls: true,
218
+ touchControls: true,
219
+ gyroControls: false,
220
+ minHeight: 200.00,
221
+ minWidth: 200.00,
222
+ scale: 1.00,
223
+ scaleMobile: 1.00,
224
+ color: 0x0,
225
+ color2: 0xff00,
226
+ size: 1.00,
227
+ backgroundColor: 0x0
228
+ });
229
+
230
+ // Mobile Menu Toggle
231
+ const menuToggle = document.getElementById('menu-toggle');
232
+ const mobileMenu = document.createElement('div');
233
+ mobileMenu.className = 'fixed inset-0 bg-black/95 z-40 hidden';
234
+ mobileMenu.innerHTML = `
235
+ <div class="flex flex-col items-center justify-center h-full space-y-8 text-2xl">
236
+ <button class="absolute top-8 right-8" id="close-menu">
237
+ <i data-feather="x" class="w-8 h-8"></i>
238
+ </button>
239
+ <a href="#home" class="hover:text-cyan-400 transition-colors">الرئيسية</a>
240
+ <a href="#services" class="hover:text-cyan-400 transition-colors">خدماتنا</a>
241
+ <a href="#about" class="hover:text-cyan-400 transition-colors">من نحن</a>
242
+ <a href="#contact" class="hover:text-cyan-400 transition-colors">اتصل بنا</a>
243
+ </div>
244
+ `;
245
+ document.body.appendChild(mobileMenu);
246
+
247
+ menuToggle.addEventListener('click', () => {
248
+ mobileMenu.classList.remove('hidden');
249
+ });
250
+
251
+ document.getElementById('close-menu').addEventListener('click', () => {
252
+ mobileMenu.classList.add('hidden');
253
+ });
254
+
255
+ // Smooth Scrolling
256
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
257
+ anchor.addEventListener('click', function (e) {
258
+ e.preventDefault();
259
+ const target = document.querySelector(this.getAttribute('href'));
260
+ if (target) {
261
+ target.scrollIntoView({
262
+ behavior: 'smooth',
263
+ block: 'start'
264
+ });
265
+ mobileMenu.classList.add('hidden');
266
+ }
267
+ });
268
+ });
269
+
270
+ // Form Submission
271
+ document.querySelector('form').addEventListener('submit', (e) => {
272
+ e.preventDefault();
273
+ alert('تم إرسال رسالتك بنجاح! سنتواصل معك قريباً.');
274
+ e.target.reset();
275
+ });
276
+ </script>
277
+ </body>
278
  </html>
prompts.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ارسم 🔐 برامج RT للأمان السيبراني
2
+ 📌 تصميم: ريان بن خالد بن عبدالمحسن الثميري
3
+
4
+
5
+
6
+ خدماتنا:
7
+ • حماية الأنظمة والشبكات من الهجمات الإلكترونية.
8
+ • تأمين البيانات والمعلومات من الاختراق أو التسريب.
9
+ • الكشف المبكر عن التهديدات والتعامل معها بسرعة.
10
+ • تطوير استراتيجيات تمنع الجرائم الإلكترونية