Rayan545454 commited on
Commit
5041fb5
·
verified ·
1 Parent(s): a9475f5

مستقبل تطوير الويب

Browse files

يبدأ من هنا إذا اضغط شوف tor لازم تنزيل https://apps.apple.com/sa/app/vpn-%D8%AA%D8%A7%D9%85%D9%8A%D9%86-vpn-proxy/id1282216562?l=ar - Initial Deployment

Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +327 -18
  3. prompts.txt +2 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Bbv555
3
- emoji: 🏃
4
- colorFrom: yellow
5
- colorTo: green
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: bbv555
3
+ emoji: 🐳
4
+ colorFrom: blue
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,328 @@
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
+ <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</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/vanta@latest/dist/vanta.net.min.js"></script>
13
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
14
+ <style>
15
+ @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');
16
+
17
+ body {
18
+ font-family: 'Cairo', sans-serif;
19
+ overflow-x: hidden;
20
+ }
21
+
22
+ .gradient-text {
23
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
24
+ -webkit-background-clip: text;
25
+ -webkit-text-fill-color: transparent;
26
+ background-clip: text;
27
+ }
28
+
29
+ .glass-effect {
30
+ backdrop-filter: blur(10px);
31
+ background: rgba(255, 255, 255, 0.1);
32
+ border: 1px solid rgba(255, 255, 255, 0.2);
33
+ }
34
+
35
+ .pulse-glow {
36
+ animation: pulse-glow 2s ease-in-out infinite alternate;
37
+ }
38
+
39
+ @keyframes pulse-glow {
40
+ from {
41
+ box-shadow: 0 0 20px -10px rgba(102, 126, 234, 0.5);
42
+ }
43
+ to {
44
+ box-shadow: 0 0 30px 0px rgba(102, 126, 234, 0.8);
45
+ }
46
+ }
47
+
48
+ .floating {
49
+ animation: floating 6s ease-in-out infinite;
50
+ }
51
+
52
+ @keyframes floating {
53
+ 0%, 100% { transform: translateY(0px) rotate(0deg); }
54
+ 50% { transform: translateY(-20px) rotate(5deg); }
55
+ }
56
+
57
+ .code-block {
58
+ background: linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);
59
+ border-left: 4px solid #667eea;
60
+ }
61
+ </style>
62
+ </head>
63
+ <body class="bg-gray-900 text-white">
64
+ <!-- Vanta Background -->
65
+ <div id="vanta-bg" class="fixed inset-0 z-0"></div>
66
+
67
+ <!-- Navigation -->
68
+ <nav class="relative z-10 glass-effect sticky top-0">
69
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
70
+ <div class="flex justify-between items-center py-4">
71
+ <div class="flex items-center space-x-4 space-x-reverse">
72
+ <i data-feather="code" class="w-8 h-8 text-purple-400"></i>
73
+ <span class="text-xl font-bold gradient-text">Web Future</span>
74
+ </div>
75
+ <div class="hidden md:flex space-x-6 space-x-reverse">
76
+ <a href="#features" class="hover:text-purple-400 transition">المميزات</a>
77
+ <a href="#tools" class="hover:text-purple-400 transition">الأدوات</a>
78
+ <a href="#roadmap" class="hover:text-purple-400 transition">خارطة الطريق</a>
79
+ </div>
80
+ </div>
81
+ </div>
82
+ </nav>
83
+
84
+ <!-- Hero Section -->
85
+ <section class="relative z-10 min-h-screen flex items-center justify-center px-4">
86
+ <div class="text-center max-w-4xl mx-auto" data-aos="fade-up">
87
+ <h1 class="text-5xl md:text-7xl font-bold mb-6">
88
+ <span class="gradient-text">مستقبل تطوير الويب</span>
89
+ <br>
90
+ <span class="text-white">يبدأ من هنا</span>
91
+ </h1>
92
+ <p class="text-xl md:text-2xl text-gray-300 mb-8 leading-relaxed">
93
+ انضم إلى الثورة التقنية وابدأ رحلتك في عالم تطوير الويب الحديث
94
+ </p>
95
+ <div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
96
+ <button id="torButton" class="bg-gradient-to-r from-purple-600 to-blue-600 hover:from-purple-700 hover:to-blue-700 text-white px-8 py-4 rounded-full text-lg font-semibold pulse-glow transition-all transform hover:scale-105">
97
+ <i data-feather="shield" class="inline-block w-5 h-5 ml-2"></i>
98
+ شاهد Tor
99
+ </button>
100
+ <div class="text-sm text-gray-400 mt-4 sm:mt-0">
101
+ <i data-feather="info" class="inline-block w-4 h-4 ml-1"></i>
102
+ متطلب: VPN لتشغيل Tor
103
+ </div>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Floating Elements -->
108
+ <div class="absolute top-20 left-10 w-20 h-20 bg-purple-500 rounded-full opacity-20 floating"></div>
109
+ <div class="absolute bottom-20 right-10 w-32 h-32 bg-blue-500 rounded-full opacity-20 floating" style="animation-delay: -2s;"></div>
110
+ </section>
111
+
112
+ <!-- Features Section -->
113
+ <section id="features" class="relative z-10 py-20 px-4">
114
+ <div class="max-w-7xl mx-auto">
115
+ <h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">
116
+ <span class="gradient-text">لماذا تبدأ معنا؟</span>
117
+ </h2>
118
+
119
+ <div class="grid md:grid-cols-3 gap-8">
120
+ <div class="glass-effect p-8 rounded-2xl" data-aos="fade-up" data-aos-delay="100">
121
+ <div class="w-16 h-16 bg-gradient-to-r from-purple-500 to-pink-500 rounded-full flex items-center justify-center mb-4">
122
+ <i data-feather="rocket" class="w-8 h-8 text-white"></i>
123
+ </div>
124
+ <h3 class="text-2xl font-bold mb-4">تطوير سريع</h3>
125
+ <p class="text-gray-300">تعلم أحدث تقنيات الويب وتطوير التطبيقات بسرعة قياسية</p>
126
+ </div>
127
+
128
+ <div class="glass-effect p-8 rounded-2xl" data-aos="fade-up" data-aos-delay="200">
129
+ <div class="w-16 h-16 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-full flex items-center justify-center mb-4">
130
+ <i data-feather="shield" class="w-8 h-8 text-white"></i>
131
+ </div>
132
+ <h3 class="text-2xl font-bold mb-4">أمان متقدم</h3>
133
+ <p class="text-gray-300">تعلم أفضل ممارسات الأمان في تطوير الويب والتطبيقات</p>
134
+ </div>
135
+
136
+ <div class="glass-effect p-8 rounded-2xl" data-aos="fade-up" data-aos-delay="300">
137
+ <div class="w-16 h-16 bg-gradient-to-r from-green-500 to-emerald-500 rounded-full flex items-center justify-center mb-4">
138
+ <i data-feather="trending-up" class="w-8 h-8 text-white"></i>
139
+ </div>
140
+ <h3 class="text-2xl font-bold mb-4">نمو مستمر</h3>
141
+ <p class="text-gray-300">تطور مهاراتك مع محتوى متجدد ودعم مجتمعي قوي</p>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ </section>
146
+
147
+ <!-- Tools Section -->
148
+ <section id="tools" class="relative z-10 py-20 px-4 bg-black bg-opacity-50">
149
+ <div class="max-w-7xl mx-auto">
150
+ <h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">
151
+ <span class="gradient-text">أدوات المستقبل</span>
152
+ </h2>
153
+
154
+ <div class="grid md:grid-cols-2 gap-8">
155
+ <div class="code-block p-6 rounded-lg" data-aos="fade-right">
156
+ <h3 class="text-xl font-bold mb-4 text-purple-400">React & Next.js</h3>
157
+ <pre class="text-sm text-gray-300 overflow-x-auto">
158
+ <code>// مثال تطبيق ويب حديث
159
+ import { useState } from 'react'
160
+
161
+ export default function App() {
162
+ const [count, setCount] = useState(0)
163
+
164
+ return (
165
+ &lt;div className="p-4"&gt;
166
+ &lt;h1&gt;مرحباً بك في المستقبل&lt;/h1&gt;
167
+ &lt;button
168
+ onClick={() => setCount(count + 1)}
169
+ className="bg-purple-600 text-white px-4 py-2 rounded"
170
+ &gt;
171
+ العدد: {count}
172
+ &lt;/button&gt;
173
+ &lt;/div&gt;
174
+ )
175
+ }</code>
176
+ </pre>
177
+ </div>
178
+
179
+ <div class="code-block p-6 rounded-lg" data-aos="fade-left">
180
+ <h3 class="text-xl font-bold mb-4 text-blue-400">Node.js & Express</h3>
181
+ <pre class="text-sm text-gray-300 overflow-x-auto">
182
+ <code>// خادم API حديث
183
+ const express = require('express')
184
+ const app = express()
185
+
186
+ app.get('/api/data', (req, res) => {
187
+ res.json({
188
+ message: 'مرحباً من المستقبل!',
189
+ timestamp: new Date().toISOString()
190
+ })
191
+ })
192
+
193
+ app.listen(3000, () => {
194
+ console.log('الخادم يعمل على المنفذ 3000')
195
+ })</code>
196
+ </pre>
197
+ </div>
198
+ </div>
199
+ </div>
200
+ </section>
201
+
202
+ <!-- Roadmap Section -->
203
+ <section id="roadmap" class="relative z-10 py-20 px-4">
204
+ <div class="max-w-4xl mx-auto">
205
+ <h2 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">
206
+ <span class="gradient-text">خارطة تعلم تطوير الويب</span>
207
+ </h2>
208
+
209
+ <div class="space-y-8">
210
+ <div class="flex items-start space-x-4 space-x-reverse" data-aos="fade-right">
211
+ <div class="flex-shrink-0 w-12 h-12 bg-purple-600 rounded-full flex items-center justify-center font-bold">1</div>
212
+ <div class="glass-effect p-6 rounded-lg flex-1">
213
+ <h3 class="text-xl font-bold mb-2">أساسيات البرمجة</h3>
214
+ <p class="text-gray-300">HTML5, CSS3, JavaScript ES6+</p>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="flex items-start space-x-4 space-x-reverse" data-aos="fade-right" data-aos-delay="100">
219
+ <div class="flex-shrink-0 w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center font-bold">2</div>
220
+ <div class="glass-effect p-6 rounded-lg flex-1">
221
+ <h3 class="text-xl font-bold mb-2">أطر العمل الحديثة</h3>
222
+ <p class="text-gray-300">React, Vue, Angular</p>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="flex items-start space-x-4 space-x-reverse" data-aos="fade-right" data-aos-delay="200">
227
+ <div class="flex-shrink-0 w-12 h-12 bg-green-600 rounded-full flex items-center justify-center font-bold">3</div>
228
+ <div class="glass-effect p-6 rounded-lg flex-1">
229
+ <h3 class="text-xl font-bold mb-2">ال backend والقواعد</h3>
230
+ <p class="text-gray-300">Node.js, Express, MongoDB, PostgreSQL</p>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="flex items-start space-x-4 space-x-reverse" data-aos="fade-right" data-aos-delay="300">
235
+ <div class="flex-shrink-0 w-12 h-12 bg-pink-600 rounded-full flex items-center justify-center font-bold">4</div>
236
+ <div class="glass-effect p-6 rounded-lg flex-1">
237
+ <h3 class="text-xl font-bold mb-2">DevOps والنشر</h3>
238
+ <p class="text-gray-300">Docker, AWS, CI/CD, Git</p>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </section>
244
+
245
+ <!-- Footer -->
246
+ <footer class="relative z-10 py-12 px-4 border-t border-gray-800">
247
+ <div class="max-w-7xl mx-auto text-center">
248
+ <p class="text-gray-400">&copy; 2024 مستقبل تطوير الويب. كل الحقوق محفوظة.</p>
249
+ </div>
250
+ </footer>
251
+
252
+ <!-- VPN Modal -->
253
+ <div id="vpnModal" class="fixed inset-0 bg-black bg-opacity-75 z-50 hidden">
254
+ <div class="flex items-center justify-center min-h-screen p-4">
255
+ <div class="bg-gray-800 rounded-2xl p-8 max-w-md w-full mx-4">
256
+ <h3 class="text-2xl font-bold mb-4 text-center">تثبيت VPN مطلوب</h3>
257
+ <p class="text-gray-300 mb-6 text-center">
258
+ لتشغيل Tor، تحتاج إلى تثبيت VPN أولاً. أنقر على الرابط أدناه للتثبيت:
259
+ </p>
260
+ <a href="https://apps.apple.com/sa/app/vpn-%D8%AA%D8%A7%D9%85%D9%8A%D9%86-vpn-proxy/id1282216562?l=ar"
261
+ target="_blank"
262
+ class="block w-full bg-gradient-to-r from-purple-600 to-blue-600 text-white py-3 rounded-lg text-center font-semibold hover:from-purple-700 hover:to-blue-700 transition">
263
+ <i data-feather="download" class="inline-block w-5 h-5 ml-2"></i>
264
+ تثبيت VPN Tamien
265
+ </a>
266
+ <button onclick="closeVpnModal()" class="mt-4 w-full text-gray-400 hover:text-white transition">
267
+ إلغاء
268
+ </button>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <script>
274
+ // Initialize
275
+ AOS.init({
276
+ duration: 1000,
277
+ once: true
278
+ });
279
+
280
+ // Vanta Background
281
+ VANTA.NET({
282
+ el: "#vanta-bg",
283
+ mouseControls: true,
284
+ touchControls: true,
285
+ gyroControls: false,
286
+ minHeight: 200.00,
287
+ minWidth: 200.00,
288
+ scale: 1.00,
289
+ scaleMobile: 1.00,
290
+ color: 0x667eea,
291
+ backgroundColor: 0x111827,
292
+ points: 10.00,
293
+ maxDistance: 23.00,
294
+ spacing: 17.00
295
+ });
296
+
297
+ // Feather Icons
298
+ feather.replace();
299
+
300
+ // Tor Button
301
+ document.getElementById('torButton').addEventListener('click', function() {
302
+ document.getElementById('vpnModal').classList.remove('hidden');
303
+ });
304
+
305
+ function closeVpnModal() {
306
+ document.getElementById('vpnModal').classList.add('hidden');
307
+ }
308
+
309
+ // Smooth scroll
310
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
311
+ anchor.addEventListener('click', function (e) {
312
+ e.preventDefault();
313
+ const target = document.querySelector(this.getAttribute('href'));
314
+ if (target) {
315
+ target.scrollIntoView({
316
+ behavior: 'smooth',
317
+ block: 'start'
318
+ });
319
+ }
320
+ });
321
+ });
322
+
323
+ // GSAP Animations
324
+ gsap.from("nav", { duration: 1, y: -50, opacity: 0, ease: "power2.out" });
325
+ gsap.from(".hero-content", { duration: 1.5, y: 50, opacity: 0, delay: 0.5, ease: "power2.out" });
326
+ </script>
327
+ </body>
328
  </html>
prompts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ مستقبل تطوير الويب
2
+ يبدأ من هنا إذا اضغط شوف tor لازم تنزيل https://apps.apple.com/sa/app/vpn-%D8%AA%D8%A7%D9%85%D9%8A%D9%86-vpn-proxy/id1282216562?l=ar