-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
executable file
·71 lines (65 loc) · 3.51 KB
/
footer.php
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
</main>
<!-- !start #main-site -->
<!-- start #footer -->
<footer id="footer" class="bg-dark text-white py-5">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12">
<h4 class="font-rubik font-size-20">متجر هواتف</h4>
<p class="font-size-14 font-rale text-white-50">
عظمنا لا يسعنا إلا أن نعيش كما لو أن لدينا حياتان
لنعيشهما ، أحدهما نموذج بالحجم الطبيعي
</p>
</div>
<div class="col-lg-4 col-12">
<h4 class="font-rubik font-size-20">لجديدنا</h4>
<form class="form-row">
<div class="col">
<input type="text" class="form-control" placeholder="الإيميل *">
</div>
<div class="col">
<button type="submit" class="btn btn-primary mb-2">إشترك</button>
</div>
</form>
</div>
<div class="col-lg-2 col-12">
<h4 class="font-rubik font-size-20">معلومات</h4>
<div class="d-flex flex-column flex-wrap">
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">عنّا</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">معلومات التوصيل</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">سياسة الخصوصية</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">الأنظمة والقوانين</a>
</div>
</div>
<div class="col-lg-2 col-12">
<h4 class="font-rubik font-size-20">الحساب</h4>
<div class="d-flex flex-column flex-wrap">
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">حسابي</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">تاريخ الطلب</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">قائمة المفضلة</a>
<a href="#" class="font-rale font-size-14 text-white-50 pb-1">جديدنا</a>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright text-center bg-dark text-white py-2">
<p class="font-rale font-size-14">© Copyrights <script>document.write( new Date().getFullYear()); </script>. Desing By <a href="#" class="color-second">O2sa</a></p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Owl Carousel Js file -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"
integrity="sha256-pTxD+DSzIwmwhOqTFN+DB+nHjO4iAsbgfyFq5K5bcE0=" crossorigin="anonymous"></script>
<!-- isotope plugin cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"
integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<!-- Custom Javascript -->
<script src="index.js"></script>
</body>
</html>