-
Notifications
You must be signed in to change notification settings - Fork 0
/
adddetailsM.html
243 lines (228 loc) · 16.1 KB
/
adddetailsM.html
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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2G9">
<link href="./output.css" rel="stylesheet">
<title>Add Ads</title>
<link rel="icon" type="image/png" href="./images/logo.png">
<!-- Icons -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:[email protected]&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<style>
body {
font-family: "Noto Kufi Arabic", sans-serif;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Start Navbar -->
<div id="navbar"></div>
<!-- End Navbar -->
<!-- Start Header -->
<div class="container mx-auto">
<section >
<div class="p-3 mt-10">
<h2 class="text-[#C10D10] font-medium lg:text-4xl mb-5">إضافة إعلان جديد</h2>
<p class="font-medium lg:text-2xl text-[#7E7E7E]">خطوة <span class="text-black">2</span> من 4 </p>
</div>
<div class="p-3">
<h2 class="text-[#C10D10] font-medium lg:text-2xl mb-5">أضف بيانات الاعلان</h2>
<p class="font-bold lg:text-2xl">املأ تفاصيل سيارتك تلقائياً عن طريق إدخال رقم الهيكل / رقم VIN</p>
</div>
</section>
</div>
<!-- End Header -->
<!-- Start Second Part -->
<div class="lg:pr-10 pr-5">
<div class="lg:p-10">
<div class="grid gap-6 mb-6 md:grid-cols-2 pl-2">
<form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">الامارة</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار الامارة</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">المنطقة</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار المنطقة</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black"> الشركة المصنعة</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار الشركة المصنعة</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">الموديل</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار الموديل</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">الفئة</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار الفئة</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">المواصفات الإقليمية</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار المواصفات الإقليمية</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black"> نوع الجسم</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار نوع الجسم</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">جهة القيادة</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار جهة القيادة</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form> <form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">عدد الابواب</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار عدد الابواب</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form> <form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">عدد المقاعد</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار عدد المقاعد</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form> <form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">السنة</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار السنة</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form> <form class="max-w-sm pl-5 pr-5 ">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">الكيلو مترات</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اكتب الكيلو مترات</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
</form>
<form class="max-w-sm pl-5 pr-5">
<label for="price" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">السعر</label>
<input type="text" id="price" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]" placeholder="اكتب السعر">
</form>
<form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">نوع البائع</label>
<select id="countries" class="bg-white text-[#929191] text-sm rounded-lg block w-full p-2.5 shadow-md transition-all h-[49px]">
<option selected>اختار نوع البائع</option>
<option value="US">United States</option>
<option value="CA">Canada</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
</select>
</form>
<form class="max-w-sm pl-5 pr-5">
<label for="countries" class="block mb-2 text-sm font-medium text-gray-900">رقم التواصل</label>
<div class="flex items-center space-x-2">
<div class="relative flex-grow">
<select id="countries" name="countries" class="py-2 px-3 text-right bg-white border border-gray-200 rounded-lg placeholder-gray-400 text-black w-full h-[49px]">
<option value="" disabled selected>رقم الهاتف</option>
<option value="uae">Egypt</option>
<option value="egypt">Egypt</option>
<option value="saudi">Egypt</option>
</select>
<img src="./images/Flag-United-Arab-Emirates.webp" alt="UAE Flag" class="absolute left-5 top-1/2 transform -translate-y-1/2 h-6">
</div>
</div>
</form>
<form class="max-w-sm">
<label for="contact" class="block mb-2 text-sm font-medium text-gray-900 dark:text-black">كيف تفضل التواصل معك؟</label>
<div class="flex gap-3">
<div class="flex items-center mb-4 bg-white rounded-md p-2 gap-2">
<input type="radio" id="phone" name="contact" class="mr-2 text-green-500 focus:ring-green-500">
<label for="phone" class="text-sm text-gray-700 dark:text-black">الهاتف</label>
</div>
<div class="flex items-center mb-4 bg-white rounded-md p-2 gap-2">
<input type="radio" id="whatsapp" name="contact" class="mr-2 text-green-500 focus:ring-green-500">
<label for="whatsapp" class="text-sm text-gray-700 dark:text-black">واتساب</label>
</div>
<div class="flex items-center mb-4 bg-white rounded-md p-2 gap-2">
<input type="radio" id="both" name="contact" class="mr-2 text-green-500 focus:ring-green-500">
<label for="both" class="text-sm text-gray-700 dark:text-black">الاثنين معاً</label>
</div>
</div>
</form>
</div>
<div class="flex justify-center">
<a href="./finishAds.html"class="text-white bg-[#C10D10] border font-medium rounded-lg text-sm w-1/2 px-5 py-2.5 text-center hover:bg-white hover:text-[#C10D10] hover:border hover:border-[#C10D10]">
<button type="submit" >
التالي
</button>
</a>
</div>
</div>
</div>
<!-- End Second Part -->
<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
<script src="./js/script.js"></script>
</body>
</html>