Spaces:
Running
Running
تعديل سجل الآن
Browse filesالاسم الكامل
البريد الإلكتروني
رقم الهاتف
المستوى الحالي
انتقل للدفع تعديل المشاهدات الدرس في الرابط https://huggingface.co/spaces/Rayan545454/f2g - Follow Up Deployment
- index.html +9 -9
- prompts.txt +12 -1
index.html
CHANGED
|
@@ -235,33 +235,33 @@
|
|
| 235 |
|
| 236 |
<div id="register" class="bg-white rounded-xl p-8 shadow-lg">
|
| 237 |
<h3 class="text-2xl font-bold text-gray-800 mb-6">سجل الآن</h3>
|
| 238 |
-
<form class="space-y-6">
|
| 239 |
<div>
|
| 240 |
<label class="block text-gray-700 mb-2">الاسم الكامل</label>
|
| 241 |
-
<input type="text" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="أدخل اسمك الكامل">
|
| 242 |
</div>
|
| 243 |
|
| 244 |
<div>
|
| 245 |
<label class="block text-gray-700 mb-2">البريد الإلكتروني</label>
|
| 246 |
-
<input type="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="أدخل بريدك الإلكتروني">
|
| 247 |
</div>
|
| 248 |
|
| 249 |
<div>
|
| 250 |
<label class="block text-gray-700 mb-2">رقم الهاتف</label>
|
| 251 |
-
<input type="tel" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="أدخل رقم هاتفك">
|
| 252 |
</div>
|
| 253 |
|
| 254 |
<div>
|
| 255 |
<label class="block text-gray-700 mb-2">المستوى الحالي</label>
|
| 256 |
-
<select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
|
| 257 |
-
<option>مبتدئ (A1-A2)</option>
|
| 258 |
-
<option>متوسط (B1-B2)</option>
|
| 259 |
-
<option>متقدم (C1-C2)</option>
|
| 260 |
</select>
|
| 261 |
</div>
|
| 262 |
|
| 263 |
<button type="submit" class="btn-primary w-full text-white font-bold py-4 px-6 rounded-lg text-lg">
|
| 264 |
-
انتقل للد
|
| 265 |
</button>
|
| 266 |
</form>
|
| 267 |
</div>
|
|
|
|
| 235 |
|
| 236 |
<div id="register" class="bg-white rounded-xl p-8 shadow-lg">
|
| 237 |
<h3 class="text-2xl font-bold text-gray-800 mb-6">سجل الآن</h3>
|
| 238 |
+
<form class="space-y-6" action="https://huggingface.co/spaces/Rayan545454/f2g" method="GET" target="_blank">
|
| 239 |
<div>
|
| 240 |
<label class="block text-gray-700 mb-2">الاسم الكامل</label>
|
| 241 |
+
<input type="text" name="fullName" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="أدخل اسمك الكامل" required>
|
| 242 |
</div>
|
| 243 |
|
| 244 |
<div>
|
| 245 |
<label class="block text-gray-700 mb-2">البريد الإلكتروني</label>
|
| 246 |
+
<input type="email" name="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="أدخل بريدك الإلكتروني" required>
|
| 247 |
</div>
|
| 248 |
|
| 249 |
<div>
|
| 250 |
<label class="block text-gray-700 mb-2">رقم الهاتف</label>
|
| 251 |
+
<input type="tel" name="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" placeholder="أدخل رقم هاتفك" required>
|
| 252 |
</div>
|
| 253 |
|
| 254 |
<div>
|
| 255 |
<label class="block text-gray-700 mb-2">المستوى الحالي</label>
|
| 256 |
+
<select name="level" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" required>
|
| 257 |
+
<option value="A1-A2">مبتدئ (A1-A2)</option>
|
| 258 |
+
<option value="B1-B2">متوسط (B1-B2)</option>
|
| 259 |
+
<option value="C1-C2">متقدم (C1-C2)</option>
|
| 260 |
</select>
|
| 261 |
</div>
|
| 262 |
|
| 263 |
<button type="submit" class="btn-primary w-full text-white font-bold py-4 px-6 rounded-lg text-lg">
|
| 264 |
+
انتقل لعرض الدرس
|
| 265 |
</button>
|
| 266 |
</form>
|
| 267 |
</div>
|
prompts.txt
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
دبلوم اللغة الانجليزية
|
| 2 |
تطوير مهارات اللغة الإنجليزية للمبتدئين والمتقدمين
|
| 3 |
|
| 4 |
-
سجل الآن زر بعدها بوابة الدفع ابل و فيزا ومدى بعدها. الكتابه حفظ بعدها التصميم الفيديو الدرس التخصص الصفحة و الوقت التاريخ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
دبلوم اللغة الانجليزية
|
| 2 |
تطوير مهارات اللغة الإنجليزية للمبتدئين والمتقدمين
|
| 3 |
|
| 4 |
+
سجل الآن زر بعدها بوابة الدفع ابل و فيزا ومدى بعدها. الكتابه حفظ بعدها التصميم الفيديو الدرس التخصص الصفحة و الوقت التاريخ
|
| 5 |
+
تعديل سجل الآن
|
| 6 |
+
|
| 7 |
+
الاسم الكامل
|
| 8 |
+
|
| 9 |
+
البريد الإلكتروني
|
| 10 |
+
|
| 11 |
+
رقم الهاتف
|
| 12 |
+
|
| 13 |
+
المستوى الحالي
|
| 14 |
+
|
| 15 |
+
انتقل للدفع تعديل المشاهدات الدرس في الرابط https://huggingface.co/spaces/Rayan545454/f2g
|