-
Notifications
You must be signed in to change notification settings - Fork 0
/
myAds.html
240 lines (237 loc) · 15.3 KB
/
myAds.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
<!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>My 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>
<script src="./js/script.js"></script>
</head>
<style>
body {
font-family: "Noto Kufi Arabic", sans-serif;
}
</style>
<body >
<!-- Start Navbar -->
<div id="navbar"></div>
<!-- End Navbar -->
<!-- Start Section -->
<div class="container mx-auto p-5">
<div class="flex items-center gap-3">
<img src="./images/ads.svg" alt="ads">
<h2 class="text-[#2B2F4E] font-bold sm:text-[40px] text-2xl mt-5"> إعلاناتي</h2>
</div>
<!-- Start Card -->
<!-- <div class="container mx-auto mt-8 px-4 mb-8">
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 relative">
<div class="card relative">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img class="w-full object-cover p-1 h-[216px] rounded-2xl" src="./images/Rectangle3.webp" alt="car">
<div class="p-4 sm:p-6">
<h2 class="font-bold text-lg sm:text-xl mb-2 text-right ltr:text-left">
نيسان باترول من الوكيل الرستماني
مديل 2024
</h2>
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 mb-4">
<p class="font-bold text-xl sm:text-2xl">د.إ 255,000</p>
<a href="#" id="popupToggle">
<button class="bg-transparent text-[#C10D10] font-semibold py-2 px-4 border border-[#C10D10] rounded-md mt-2 sm:mt-0">
مزيد التفاصيل
</button>
</a>
</div>
<hr class="my-4">
<div class="flex items-center text-[#837F7F] justify-between text-sm sm:text-base font-bold">
<div class="flex items-center gap-1">
<ion-icon name="location-outline"></ion-icon>
<p>دبي - القوز</p>
</div>
<div>
<button class="text-black bg-[#EBAF29] p-2 rounded-lg font-normal">
ترقية الاعلان
</button>
</div>
</div>
</div>
</div>
</div>
<div class="card relative">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img class="w-full object-cover p-1 h-[216px] rounded-2xl" src="./images/Rectangle3.webp" alt="car">
<div class="p-4 sm:p-6">
<h2 class="font-bold text-lg sm:text-xl mb-2 text-right ltr:text-left">
نيسان باترول من الوكيل الرستماني
مديل 2024
</h2>
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 mb-4">
<p class="font-bold text-xl sm:text-2xl">د.إ 255,000</p>
<a href="#" id="popupToggle">
<button class="bg-transparent text-[#C10D10] font-semibold py-2 px-4 border border-[#C10D10] rounded-md mt-2 sm:mt-0">
مزيد التفاصيل
</button>
</a>
</div>
<hr class="my-4">
<div class="flex items-center text-[#837F7F] justify-between text-sm sm:text-base font-bold">
<div class="flex items-center gap-1">
<ion-icon name="location-outline"></ion-icon>
<p>دبي - القوز</p>
</div>
<div>
<button class="text-black bg-[#EBAF29] p-2 rounded-lg font-normal">
ترقية الاعلان
</button>
</div>
</div>
</div>
</div>
</div>
<div class="card relative">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img class="w-full object-cover p-1 h-[216px] rounded-2xl" src="./images/Rectangle3.webp" alt="car">
<div class="p-4 sm:p-6">
<h2 class="font-bold text-lg sm:text-xl mb-2 text-right ltr:text-left">
نيسان باترول من الوكيل الرستماني
مديل 2024
</h2>
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 mb-4">
<p class="font-bold text-xl sm:text-2xl">د.إ 255,000</p>
<a href="#" id="popupToggle">
<button class="bg-transparent text-[#C10D10] font-semibold py-2 px-4 border border-[#C10D10] rounded-md mt-2 sm:mt-0">
مزيد التفاصيل
</button>
</a>
</div>
<hr class="my-4">
<div class="flex items-center text-[#837F7F] justify-between text-sm sm:text-base font-bold">
<div class="flex items-center gap-1">
<ion-icon name="location-outline"></ion-icon>
<p>دبي - القوز</p>
</div>
<div>
<button class="text-black bg-[#EBAF29] p-2 rounded-lg font-normal">
ترقية الاعلان
</button>
</div>
</div>
</div>
</div>
</div>
<div class="card relative">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img class="w-full object-cover p-1 h-[216px] rounded-2xl" src="./images/Rectangle3.webp" alt="car">
<div class="p-4 sm:p-6">
<h2 class="font-bold text-lg sm:text-xl mb-2 text-right ltr:text-left">
نيسان باترول من الوكيل الرستماني
مديل 2024
</h2>
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 mb-4">
<p class="font-bold text-xl sm:text-2xl">د.إ 255,000</p>
<a href="#" id="popupToggle">
<button class="bg-transparent text-[#C10D10] font-semibold py-2 px-4 border border-[#C10D10] rounded-md mt-2 sm:mt-0">
مزيد التفاصيل
</button>
</a>
</div>
<hr class="my-4">
<div class="flex items-center text-[#837F7F] justify-between text-sm sm:text-base font-bold">
<div class="flex items-center gap-1">
<ion-icon name="location-outline"></ion-icon>
<p>دبي - القوز</p>
</div>
<div>
<button class=" bg-[#EBAF291A] text-[#C58800] p-2 rounded-lg font-normal">
قيد المراجعة
</button>
</div>
</div>
</div>
</div>
</div>
<div class="card relative">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img class="w-full object-cover p-1 h-[216px] rounded-2xl" src="./images/Rectangle3.webp" alt="car">
<div class="p-4 sm:p-6">
<h2 class="font-bold text-lg sm:text-xl mb-2 text-right ltr:text-left">
نيسان باترول من الوكيل الرستماني
مديل 2024
</h2>
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 mb-4">
<p class="font-bold text-xl sm:text-2xl">د.إ 255,000</p>
<a href="#" id="popupToggle">
<button class="bg-transparent text-[#C10D10] font-semibold py-2 px-4 border border-[#C10D10] rounded-md mt-2 sm:mt-0">
مزيد التفاصيل
</button>
</a>
</div>
<hr class="my-4">
<div class="flex items-center text-[#837F7F] justify-between text-sm sm:text-base font-bold">
<div class="flex items-center gap-1">
<ion-icon name="location-outline"></ion-icon>
<p>دبي - القوز</p>
</div>
<div>
<button class=" bg-[#FF4B551A] text-[#FF4B55] p-2 rounded-lg font-normal">
مرفوض
</button>
</div>
</div>
</div>
</div>
</div>
<div class="card relative">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img class="w-full object-cover p-1 h-[216px] rounded-2xl" src="./images/Rectangle3.webp" alt="car">
<div class="p-4 sm:p-6">
<h2 class="font-bold text-lg sm:text-xl mb-2 text-right ltr:text-left">
نيسان باترول من الوكيل الرستماني
مديل 2024
</h2>
<div class="flex flex-col sm:flex-row justify-between items-center mt-4 mb-4">
<p class="font-bold text-xl sm:text-2xl">د.إ 255,000</p>
<a href="#" id="popupToggle">
<button class="bg-transparent text-[#C10D10] font-semibold py-2 px-4 border border-[#C10D10] rounded-md mt-2 sm:mt-0">
مزيد التفاصيل
</button>
</a>
</div>
<hr class="my-4">
<div class="flex items-center text-[#837F7F] justify-between text-sm sm:text-base font-bold">
<div class="flex items-center gap-1">
<ion-icon name="location-outline"></ion-icon>
<p>دبي - القوز</p>
</div>
<div>
<button class=" bg-[#00AF921A] text-[#00AF92] p-2 rounded-lg font-normal">
معلق
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<div class="flex flex-col items-center justify-center gap-10 mt-20">
<img src="./images/myadsEmpty.webp" alt="Empty">
<h2 class="sm:text-[39.19px] text-2xl font-medium text-[#111827]">ليس لديك اي اعللانات</h2>
</div>
<!-- End Cards -->
</div>
<!-- End Section -->
<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
</body>
</html>