Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muh-osman committed Jan 18, 2024
1 parent 23a64fd commit 3da7d39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="container nav-box">
<a
class="navbar-brand m-0 py-0"
href="https://takafulalarabia.com/Mobile/Regions.html"
href="https://takafulalarabia.netlify.app/"
>
<img src="./images/logo.png" alt="logo" />
</a>
Expand Down Expand Up @@ -506,11 +506,7 @@ <h3 class="text-center mb-4 fw-bold" id="extra-inputs-title">

<p class="text-center mt-5" style="color: #929292; font-size: 14px">
بطلبك البطاقة فانت توافق علي
<a
class="d-inline"
href="./privacy.html"
>سياسة الخصوصية</a
>
<a class="d-inline" href="./privacy.html">سياسة الخصوصية</a>
الخاصة بنا
</p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,15 @@ <h1 class="text-center mb-5 mt-4 fw-bold">سياسة الخصوصية</h1>
<!-- Footer -->
<footer id="contact">
<p>الدفع عند الاستلام للاستفسار الاتصال على الرقم:</p>

<a class="phone" href="tel:0581929048"
>0581929048 <i class="bi bi-telephone-fill"></i
></a>

<a class="phone" href="https://wa.me/00966581929048"
>0581929048 <i class="bi bi-whatsapp"></i
></a>

<p class="copyright mt-2" dir="ltr">
<span
><svg
Expand All @@ -243,6 +246,7 @@ <h1 class="text-center mb-5 mt-4 fw-bold">سياسة الخصوصية</h1>
></span>
2024 All rights reserved.
</p>

<p class="m-0" style="font-weight: 400">
Made with
<span
Expand Down
13 changes: 5 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ a {
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
rgba(0, 0, 0, 0.3) 0px 1px 7px -3px;

-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(30px);
background-color: initial;
/* -webkit-backdrop-filter: blur(30px); */
/* backdrop-filter: blur(30px); */
background-color: #fff;
}

.navbar-botton a {
Expand Down Expand Up @@ -532,9 +532,6 @@ footer p.copyright {
background-color: #fff;
}




/* Privacy */
.privacy {
padding: 32px;
Expand All @@ -543,7 +540,7 @@ footer p.copyright {
text-align: center;
}

.privacy ul{
.privacy ul {
list-style: circle !important;
padding: 0;
}
}

0 comments on commit 3da7d39

Please sign in to comment.