Skip to content

Commit

Permalink
Last Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Oct 1, 2024
1 parent 3a0a7a2 commit 8126f5b
Show file tree
Hide file tree
Showing 10 changed files with 218 additions and 225 deletions.
12 changes: 12 additions & 0 deletions addAds.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@ <h3 class="text-[1.7rem] text-white bg-[#39CE8A] w-full flex justify-center p-5
<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 top-1/2 left-[35%]">
<h2 class="text-[#C10D10] text-2xl font-bold">ليس لديك باقات</h2>
<p class="text-[#C10D10] text-2xl 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 -->

Expand Down
4 changes: 2 additions & 2 deletions blocked.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- Start Section -->
<div class="container mx-auto flex gap-10">
<div class="flex items-center gap-10 mt-10 lg:mr-44">
<div class="flex gap-10 mt-10 lg:mr-44">
<!-- Sidebar -->
<div class="md:block hidden left-0 top-0 h-full">
<div class="flex gap-5">
Expand All @@ -41,7 +41,7 @@
<div>
<h2 class="font-medium text-2xl text-[#2B2F4E]">أسماء مصطفي</h2>
<p class="font-medium text-[16px[#858585]#85858[16px]">010112131415</p>
<p class="font-normal text-[14px] text-[#C10D10]">توثيق الحساب</p>
<a href="./verification.html" class="font-normal text-[14px] text-[#C10D10]">توثيق الحساب</a>
<p class="hidden font-normal text-[14px] text-[#48D556]">حساب موثق</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion editProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div>
<h2 class="font-medium text-2xl text-[#2B2F4E]">أسماء مصطفي</h2>
<p class="font-medium text-[16px] text-[#858585]">+966 54 131 0701</p>
<p class="font-normal text-[14px] text-[#C10D10]">توثيق الحساب</p>
<a href="./verification.html" class="font-normal text-[14px] text-[#C10D10]">توثيق الحساب</a>
<p class="hidden font-normal text-[14px] text-[#48D556]">حساب موثق</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="grid grid-cols-[auto] md:grid-cols-[auto,1fr,1fr] lg:grid-cols-[auto,auto,1fr,1fr] gap-6">
<div class="p-5">
<h2 class="font-bold text-xl md:text-2xl text-white mb-10">من نحن</h2>
<h6 class="text-white text-[18px]">التطبيق الاول من نوعه الذي يقدم خدمات متكاملة</h6>
<h3 class="text-white text-[18px]">التطبيق الاول من نوعه الذي يقدم خدمات متكاملة</h3>
<ul class="text-white text-[18px] text-right ltr:text-left list-disc list-inside mt-5">
<li>بيع وشراء السيارات</li>
<li>خدمات أخرى متعلقة بالسيارات</li>
Expand Down
12 changes: 6 additions & 6 deletions icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
</head>
<body>

<div class="flex justify-center items-center bg-white md:hidden">
<div class="flex fixed justify-center bottom-0 w-full items-center bg-white md:hidden">
<div class="flex flex-col items-center mx-4 text-[#CE9D9D]">
<img src="./images/mainIcon.svg" alt="Main">
<span class="text-sm mt-2">الرئيسية</span>
<span class="text-[12px] mt-2">الرئيسية</span>
</div>

<div class="flex flex-col items-center mx-4 text-[#CE9D9D]">
<img src="./images/ads_icon.svg" alt="">
<span class="text-sm mt-2">الإعلانات</span>
<span class="text-[12px] mt-2">الإعلانات</span>
</div>

<div class="flex flex-col items-center mx-4">
<img src="./images/menu-home.svg" alt="menu-home">
<span class="text-[#C10D10] font-bold">اضف اعلان</span>
<span class="text-[#C10D10] text-[12px] font-bold">اضف اعلان</span>
</div>

<div class="flex flex-col items-center mx-4 text-[#CE9D9D]">
<img src="./images/services_Icon.svg" alt="Services">
<span class="text-sm mt-2">خدمات</span>
<span class="text-[12px] mt-2">خدمات</span>
</div>

<div class="flex flex-col items-center mx-4 text-[#CE9D9D]">
<img src="./images/profile.svg" alt="profile">
<span class="text-sm mt-2">حسابي</span>
<span class="text-[12px] mt-2">حسابي</span>
</div>
</div>

Expand Down
Binary file added images/wavy.webp
Binary file not shown.
Loading

0 comments on commit 8126f5b

Please sign in to comment.