-
Notifications
You must be signed in to change notification settings - Fork 0
/
addAds.html
165 lines (153 loc) · 8.98 KB
/
addAds.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
<!DOCTYPE html>
<html lang="ar" dir="ltr">
<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;
}
.swiper-button-prev,
.swiper-button-next {
color: #39CE8A;
--swiper-navigation-size: 24px;
background-color: white;
opacity: 90%;
border-radius: 50%;
padding: 20px;
}
.swiper-button-prev {
left: 10px;
}
.swiper-button-next {
right: 10px;
}
</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-5 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">1</span> من 4 </p>
</div>
<div class="p-5">
<h2 class="text-[#C10D10] font-medium lg:text-2xl mb-5">أختار باقتك الإعلانية</h2>
<p class="font-medium lg:text-[18px]">انت الان مشترك في باقة : </p>
</div>
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="content swiper-slide bg-white border-[0.2rem] border-opacity-10 border-white rounded-lg border-b-[0.4rem] border-t-[0.4rem] overflow-hidden h-[28rem] w-[25rem]">
<div class="text-content flex flex-col justify-center items-center">
<h3 class="text-[1.7rem] text-white bg-[#39CE8A] w-full flex justify-center p-5 font-medium">الباقة الذهبية</h3>
<p class="max-w-[22rem] text-[0.8rem] font-bold text-center p-5 mt-10">هذة باقة العميل الذهبية</p>
<p class="max-w-[22rem] text-[0.8rem] font-bold text-center p-3">200 درهم</p>
<a href="./adddetails.html" class="btn bg-[#39CE8A] py-[0.5rem] border-2 border-[#39CE8A] outline-none text-[0.8rem] rounded-lg mt-10 text-white w-3/5 cursor-pointer flex justify-center">
<button >إشترك الان</button>
</a>
</div>
</div>
<div class="content swiper-slide bg-white border-[0.2rem] border-opacity-10 border-white rounded-lg border-b-[0.4rem] border-t-[0.4rem] overflow-hidden h-[28rem] w-[25rem]">
<div class="text-content flex flex-col justify-center items-center">
<h3 class="text-[1.7rem] text-white bg-[#39CE8A] w-full flex justify-center p-5 font-medium ">الباقة الفضية</h3>
<p class="max-w-[22rem] text-[0.8rem] font-bold text-center p-5 mt-10">هذة باقة العميل الفضية</p>
<p class="max-w-[22rem] text-[0.8rem] font-bold text-center p-3">مجاناً</p>
<a href="./adddetails.html" class="btn bg-[#39CE8A] py-[0.5rem] border-2 border-[#39CE8A] outline-none text-[0.8rem] rounded-lg mt-10 text-white w-3/5 cursor-pointer flex justify-center">
<button >إشترك الان</button>
</a> </div>
</div>
<div class="content swiper-slide bg-white rounded-[10px] border-[3px] border-[#39CE8A] overflow-hidden h-[28rem] w-[25rem] ">
<div class="text-content flex flex-col justify-center items-center">
<h3 class="text-[1.7rem] text-white bg-[#39CE8A] w-full flex justify-center p-5 font-medium">الباقة الترحيبية</h3>
<p class="max-w-[22rem] text-[0.8rem] font-bold text-center p-5">هذة باقة العميل المجانية</p>
<p class="max-w-[22rem] text-[0.8rem] font-bold text-center p-3">مجاناً</p>
<div class="flex gap-10">
<div class="flex flex-col items-center justify-center text-white rounded-md gap-5 bg-[#C10D10] w-40 h-36">
<p>تم استخدام</p>
<p class="font-bold">0</p>
<p>ads</p>
</div>
<div class="flex flex-col items-center justify-center text-white rounded-md gap-5 bg-[#39CE8A] w-40 h-36">
<p>متبقي</p>
<p class="font-bold">30</p>
<p>ads</p>
</div>
</div>
<a href="./adddetails.html" class="btn bg-[#39CE8A] py-[0.5rem] border-2 border-[#39CE8A] outline-none text-[0.8rem] rounded-lg mt-10 text-white w-3/5 cursor-pointer flex justify-center">
<button >شراء</button>
</a> </div>
</div>
</div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</section>
<div class="relative flex items-center justify-center">
<img src="./images/wavy.webp" alt="Wavy Shape">
<div class="absolute sm:top-1/2 top-[40%] ltr:sm:left-[40%] left-[30%] rtl:left-[12%] rtl:sm:left-[40%]">
<h2 class="text-[#C10D10] text-xl font-bold">ليس لديك باقات</h2>
<p class="text-[#C10D10] text-xl font-normal">اضغط اشتري الان واستعرض الباقات</p>
</div>
</div>
<div class="flex justify-center mt-10">
<button type="submit" class="text-white bg-[#C10D10] border lg:font-medium rounded-lg text-sm lg:w-1/3 mt-5 px-5 py-2.5 text-center hover:bg-white hover:text-[#C10D10] hover:border hover:border-[#C10D10]">اشتري الان</button>
</div>
</div>
<!-- End Header -->
<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="./js/script.js"></script>
<script>
var swiper = new Swiper(".mySwiper", {
effect: "coverflow",
grabCursor: true,
centeredSlides: true,
loop: true,
slidesPerView: "auto",
initialSlide: 2,
coverflowEffect: {
rotate: 0,
stretch: 0,
depth: 150,
modifier: 2.5,
slideShadows: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
breakpoints: {
640: {
slidesPerView: 1,
},
641: {
slidesPerView: 3,
},
},
});
</script>
</body>
</html>