Rayan545454 commited on
Commit
b73f231
·
verified ·
1 Parent(s): 3f2afc7

RT ماركت

Browse files

سوق RT
الإلكتروني

وسيط التطبيق ASOS – باللغة العربية

🛒 تسوق الآن
🛍️ تسوق الآن من المتجر الثاني
خصومات حتى 50% لفترة محدودة!
لماذا تختار سوق RT؟

واجهة عربية

تجربة تسوق سلسة باللغة العربية مع دعم كامل للمحتوى المحلي
أمان تام

معاملات آمنة ومشفرة بالكامل لحماية بياناتك وبياناتك المصرفية
توصيل سريع

شحن سريع وموثوق إلى جميع أنحاء المنطقة مع تتبع الطلبات
RT ماركت

وجهتك الأولى للتسوق الإلكتروني في العالم العربي
روابط سريعة

من نحن
الأسئلة الشائعة
سياسة الخصوصية
خدمة العملاء

واتساب: 0556452500
الإرجاع والاستبدال
شروط الخدمة
تابعنا

© 2024 سوق RT الإلكتروني. جميع الحقوق محفوظة - Initial Deployment

Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +166 -18
  3. prompts.txt +38 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ccc444566
3
- emoji: 🦀
4
- colorFrom: blue
5
- colorTo: gray
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: ccc444566
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: yellow
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,167 @@
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 ماركت - سوق RT الإلكتروني</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <script>
14
+ tailwind.config = {
15
+ theme: {
16
+ extend: {
17
+ colors: {
18
+ primary: '#3B82F6',
19
+ secondary: '#10B981',
20
+ accent: '#F59E0B',
21
+ dark: '#1F2937',
22
+ }
23
+ }
24
+ }
25
+ }
26
+ </script>
27
+ <style>
28
+ @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap');
29
+ body {
30
+ font-family: 'Cairo', sans-serif;
31
+ }
32
+ .hero-pattern {
33
+ background: linear-gradient(135deg, rgba(59, 130, 246, 0.8) 0%, rgba(16, 185, 129, 0.8) 100%);
34
+ }
35
+ </style>
36
+ </head>
37
+ <body class="bg-gray-50 text-gray-800">
38
+ <!-- Header -->
39
+ <header class="bg-white shadow-md sticky top-0 z-50">
40
+ <div class="container mx-auto px-4 py-4 flex justify-between items-center">
41
+ <div class="flex items-center">
42
+ <h1 class="text-2xl font-bold text-primary">RT ماركت</h1>
43
+ </div>
44
+ <nav class="hidden md:flex space-x-6">
45
+ <a href="#" class="hover:text-primary transition">الرئيسية</a>
46
+ <a href="#" class="hover:text-primary transition">المنتجات</a>
47
+ <a href="#" class="hover:text-primary transition">العروض</a>
48
+ <a href="#" class="hover:text-primary transition">من نحن</a>
49
+ <a href="#" class="hover:text-primary transition">اتصل بنا</a>
50
+ </nav>
51
+ <div class="flex items-center space-x-4">
52
+ <button class="md:hidden">
53
+ <i data-feather="menu"></i>
54
+ </button>
55
+ <button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-blue-600 transition">تسجيل الدخول</button>
56
+ </div>
57
+ </div>
58
+ </header>
59
+
60
+ <!-- Hero Section -->
61
+ <section class="hero-pattern text-white py-20">
62
+ <div class="container mx-auto px-4 flex flex-col items-center text-center" data-aos="fade-up">
63
+ <h2 class="text-4xl md:text-5xl font-bold mb-4">سوق RT الإلكتروني</h2>
64
+ <p class="text-xl mb-8">وسيط التطبيق ASOS – باللغة العربية</p>
65
+ <div class="flex flex-col md:flex-row gap-4 mb-12">
66
+ <button class="bg-accent text-white px-8 py-3 rounded-lg text-lg font-semibold hover:bg-yellow-600 transition flex items-center justify-center">
67
+ <i data-feather="shopping-cart" class="ml-2"></i>
68
+ 🛒 تسوق الآن
69
+ </button>
70
+ <button class="bg-white text-primary px-8 py-3 rounded-lg text-lg font-semibold hover:bg-gray-100 transition flex items-center justify-center">
71
+ <i data-feather="shopping-bag" class="ml-2"></i>
72
+ 🛍️ تسوق الآن من المتجر الثاني
73
+ </button>
74
+ </div>
75
+ <div class="bg-white text-primary px-6 py-3 rounded-full font-bold shadow-lg">
76
+ خصومات حتى 50% لفترة محدودة!
77
+ </div>
78
+ </div>
79
+ </section>
80
+
81
+ <!-- Features Section -->
82
+ <section class="py-16 bg-white">
83
+ <div class="container mx-auto px-4">
84
+ <h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">لماذا تختار سوق RT؟</h2>
85
+ <div class="grid md:grid-cols-3 gap-8">
86
+ <div class="text-center p-6 rounded-lg shadow-md hover:shadow-lg transition" data-aos="fade-up" data-aos-delay="100">
87
+ <div class="bg-primary rounded-full p-4 inline-flex mb-4">
88
+ <i data-feather="globe" class="text-white w-8 h-8"></i>
89
+ </div>
90
+ <h3 class="text-xl font-semibold mb-2">واجهة عربية</h3>
91
+ <p class="text-gray-600">تجربة تسوق سلسة باللغة العربية مع دعم كامل للمحتوى المحلي</p>
92
+ </div>
93
+ <div class="text-center p-6 rounded-lg shadow-md hover:shadow-lg transition" data-aos="fade-up" data-aos-delay="200">
94
+ <div class="bg-secondary rounded-full p-4 inline-flex mb-4">
95
+ <i data-feather="shield" class="text-white w-8 h-8"></i>
96
+ </div>
97
+ <h3 class="text-xl font-semibold mb-2">أمان تام</h3>
98
+ <p class="text-gray-600">معاملات آمنة ومشفرة بالكامل لحماية بياناتك وبياناتك المصرفية</p>
99
+ </div>
100
+ <div class="text-center p-6 rounded-lg shadow-md hover:shadow-lg transition" data-aos="fade-up" data-aos-delay="300">
101
+ <div class="bg-accent rounded-full p-4 inline-flex mb-4">
102
+ <i data-feather="truck" class="text-white w-8 h-8"></i>
103
+ </div>
104
+ <h3 class="text-xl font-semibold mb-2">توصيل سريع</h3>
105
+ <p class="text-gray-600">شحن سريع وموثوق إلى جميع أنحاء المنطقة مع تتبع الطلبات</p>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ </section>
110
+
111
+ <!-- About Section -->
112
+ <section class="py-16 bg-gray-100">
113
+ <div class="container mx-auto px-4 text-center" data-aos="fade-up">
114
+ <h2 class="text-3xl font-bold mb-4">RT ماركت</h2>
115
+ <p class="text-xl text-gray-700 max-w-2xl mx-auto">وجهتك الأولى للتسوق الإلكتروني في العالم العربي</p>
116
+ </div>
117
+ </section>
118
+
119
+ <!-- Footer -->
120
+ <footer class="bg-dark text-white py-12">
121
+ <div class="container mx-auto px-4">
122
+ <div class="grid md:grid-cols-4 gap-8">
123
+ <div>
124
+ <h3 class="text-xl font-bold mb-4">روابط سريعة</h3>
125
+ <ul class="space-y-2">
126
+ <li><a href="#" class="hover:text-primary transition">من نحن</a></li>
127
+ <li><a href="#" class="hover:text-primary transition">الأسئلة الشائعة</a></li>
128
+ <li><a href="#" class="hover:text-primary transition">سياسة الخصوصية</a></li>
129
+ <li><a href="#" class="hover:text-primary transition">خدمة العملاء</a></li>
130
+ </ul>
131
+ </div>
132
+ <div>
133
+ <h3 class="text-xl font-bold mb-4">خدمات</h3>
134
+ <ul class="space-y-2">
135
+ <li><a href="#" class="hover:text-primary transition">واتساب: 0556452500</a></li>
136
+ <li><a href="#" class="hover:text-primary transition">الإرجاع والاستبدال</a></li>
137
+ <li><a href="#" class="hover:text-primary transition">شروط الخدمة</a></li>
138
+ </ul>
139
+ </div>
140
+ <div>
141
+ <h3 class="text-xl font-bold mb-4">تابعنا</h3>
142
+ <div class="flex space-x-4">
143
+ <a href="#" class="hover:text-primary transition"><i data-feather="facebook"></i></a>
144
+ <a href="#" class="hover:text-primary transition"><i data-feather="twitter"></i></a>
145
+ <a href="#" class="hover:text-primary transition"><i data-feather="instagram"></i></a>
146
+ </div>
147
+ </div>
148
+ <div>
149
+ <h3 class="text-xl font-bold mb-4">RT ماركت</h3>
150
+ <p>أفضل تجربة تسوق إلكتروني باللغة العربية</p>
151
+ </div>
152
+ </div>
153
+ <div class="border-t border-gray-700 mt-8 pt-8 text-center">
154
+ <p>© 2024 سوق RT الإلكتروني. جميع الحقوق محفوظة</p>
155
+ </div>
156
+ </div>
157
+ </footer>
158
+
159
+ <script>
160
+ AOS.init({
161
+ duration: 1000,
162
+ once: true
163
+ });
164
+ feather.replace();
165
+ </script>
166
+ </body>
167
  </html>
prompts.txt ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ RT ماركت
3
+
4
+ سوق RT
5
+ الإلكتروني
6
+
7
+ وسيط التطبيق ASOS – باللغة العربية
8
+
9
+ 🛒 تسوق الآن
10
+ 🛍️ تسوق الآن من المتجر الثاني
11
+ خصومات حتى 50% لفترة محدودة!
12
+ لماذا تختار سوق RT؟
13
+
14
+ واجهة عربية
15
+
16
+ تجربة تسوق سلسة باللغة العربية مع دعم كامل للمحتوى المحلي
17
+ أمان تام
18
+
19
+ معاملات آمنة ومشفرة بالكامل لحماية بياناتك وبياناتك المصرفية
20
+ توصيل سريع
21
+
22
+ شحن سريع وموثوق إلى جميع أنحاء المنطقة مع تتبع الطلبات
23
+ RT ماركت
24
+
25
+ وجهتك الأولى للتسوق الإلكتروني في العالم العربي
26
+ روابط سريعة
27
+
28
+ من نحن
29
+ الأسئلة الشائعة
30
+ سياسة الخصوصية
31
+ خدمة العملاء
32
+
33
+ واتساب: 0556452500
34
+ الإرجاع والاستبدال
35
+ شروط الخدمة
36
+ تابعنا
37
+
38
+ © 2024 سوق RT الإلكتروني. جميع الحقوق محفوظة