-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrawAds2.html
450 lines (416 loc) · 29.9 KB
/
drawAds2.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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!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>Design Your Ad</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>
<script src="./js/script.js"></script>
<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 Section -->
<div class="container mx-auto">
<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> من 3 </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>
<div class="flex justify-center items-center">
<div class="w-full max-w-lg px-4">
<div class="flex justify-between items-center mb-4">
<h2 class=" font-bold">صور رئيسية</h2>
</div>
<form action="/upload" method="post" enctype="multipart/form-data" class="relative">
<div class="relative bg-white rounded-lg shadow-lg p-4 flex items-center">
<label for="imageUpload" class="flex-grow text-center cursor-pointer flex items-center justify-center space-x-2 gap-5">
<ion-icon name="camera" class="text-[#C10D10]"></ion-icon>
<span>أضف الصور</span>
</label>
<input
type="file"
id="imageUpload"
name="imageUpload"
accept="image/*"
class="absolute inset-0 w-full h-full opacity-0 cursor-pointer"
>
</div>
<p class="text-[12px] text-[#C10D10] font-bold mt-2 absolute ltr:left-[70%] rtl:left-[5%]">حد أدنى صورة واحدة</p>
</form>
<div id="imagePreview1" class="mt-4 grid grid-cols-3 gap-4"></div>
</div>
</div>
<div class="flex justify-center items-center">
<div class="w-full max-w-lg px-4">
<div class="flex justify-between items-center mb-4">
<h2 class=" font-bold">الصور </h2>
</div>
<form action="/upload" method="post" enctype="multipart/form-data" class="relative mt-4">
<div class="relative bg-white rounded-lg shadow-lg p-4 flex items-center">
<label for="imageUpload2" class="flex-grow text-center cursor-pointer flex items-center justify-center space-x-2 gap-5">
<ion-icon name="camera" class="text-[#C10D10]"></ion-icon>
<span>أضف الصور</span>
</label>
<input
type="file"
id="imageUpload2"
name="imageUpload[]"
accept="image/*"
multiple
class="absolute inset-0 w-full h-full opacity-0 cursor-pointer"
>
</div>
<p class="text-[12px] text-[#C10D10] font-bold mt-2 absolute ltr:left-[70%] rtl:left-[5%]">حد أدنى 3 صور</p>
</form>
<div id="imagePreview2" class="mt-4 grid grid-cols-3 gap-4"></div>
</div>
</div>
<div class="mt-10 p-10">
<form>
<div class="grid gap-6 mb-6 md:grid-cols-2">
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">ضع عنواناً مناسباً لإعلانك</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none " placeholder="ضع عنواناً مناسباً لإعلانك" required />
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">وصف الاعلان</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder="وصف الاعلان" required />
</div>
<div>
<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-1.5 shadow-md transition-all outline-none">
<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>
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">حالة الجسم</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder="اختار حالة الجسم " required />
</div>
<div>
<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-1.5 shadow-md transition-all outline-none">
<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>
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">نوع ناقل الحركة</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder=" وصف الاعلان" required />
</div>
<div>
<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-1.5 shadow-md transition-all outline-none">
<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>
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">سعة المحرك</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder=" اختار سعة المحرك" required />
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">القوة الحصانية</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder="اختار القوة الحصانية " required />
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">عدد الاسطونات</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder=" " required />
</div>
<div>
<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-1.5 shadow-md transition-all outline-none">
<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>
</div>
</div>
<div class="grid gap-6 mb-6 md:grid-cols-2">
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">اللون الخارجي</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder=" " required />
</div>
<div>
<label for="name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">اللون الداخلي</label>
<input type="text" id="name" class="bg-white text-gray-900 text-sm rounded-lg block w-full p-2.5 shadow-md transition-all outline-none" placeholder=" " required />
</div>
</div>
</form>
</div>
<div class="p-10">
<div>
<h2 class="font-bold text-xl mb-5">مواصفات إضافية</h2>
</div>
<div class="grid lg:grid-cols-5 md:grid-cols-3 sm:grid-cols-2 gap-4">
<div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div>
</div>
</div>
<div class="p-10">
<div>
<h2 class="font-bold text-xl mb-5">مواصفات أخري</h2>
</div>
<div class="grid lg:grid-cols-5 md:grid-cols-3 sm:grid-cols-2 gap-4">
<div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div><div class="flex items-center gap-2">
<input type="checkbox" class="form-checkbox h-5 w-5 text-[#39CE8A]">
<label for="">مكيف هوائي</label>
</div>
</div>
</div>
<div class="flex justify-center mt-10">
<a href="./drawAds2.html" class="text-white bg-[#C10D10] border border-[#C10D10] font-medium rounded-lg text-sm w-1/2 px-5 py-2.5 text-center hover:bg-white hover:text-[#C10D10] hover:border-[#C10D10] hover:border">
<button type="submit" >التالي</button>
</a>
</div>
</div>
<!-- End Section -->
<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
<script>
function handleFileSelect(event, previewId) {
const files = Array.from(event.target.files);
const previewContainer = document.getElementById(previewId);
previewContainer.innerHTML = '';
files.forEach((file) => {
const reader = new FileReader();
reader.onload = function(e) {
const imgContainer = document.createElement('div');
imgContainer.classList.add('relative', 'inline-block');
const imgElement = document.createElement('img');
imgElement.src = e.target.result;
imgElement.classList.add('mt-2', 'rounded-md');
imgElement.style.width = '171px';
imgElement.style.height = '148px';
const closeButton = document.createElement('button');
closeButton.innerHTML = '×';
closeButton.classList.add('absolute', 'top-0', 'right-0', 'bg-red-500', 'text-white', 'rounded-full', 'p-1', 'cursor-pointer', 'flex', 'items-center', 'justify-center');
closeButton.style.width = '24px';
closeButton.style.height = '24px';
closeButton.addEventListener('click', function() {
imgContainer.remove();
});
imgContainer.appendChild(imgElement);
imgContainer.appendChild(closeButton);
previewContainer.appendChild(imgContainer);
};
reader.readAsDataURL(file);
});
}
document.getElementById('imageUpload').addEventListener('change', function(event) {
handleFileSelect(event, 'imagePreview1');
});
document.getElementById('imageUpload2').addEventListener('change', function(event) {
handleFileSelect(event, 'imagePreview2');
});
</script>
</body>
</html>