-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
62 lines (49 loc) · 1.9 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
<footer>
<div class="footer__div footer__div__one">
<div>
<div>
<span>Подписаться на рассылку</span>
</div>
<a href="/lk/">Личный кабинет</a>
</div>
<a href="/index.php">
<img class='logo__footer' src="/images/svg/logo__white.svg" alt="">
</a>
<a href="https://slim.technology/" class='slim'>дизайн и разработка slim.technology</a>
</div>
<div class="footer__div footer__div__two">
<a href="/info">Оплата</a>
<a href="/info"> доставка</a>
<a href="/info">возврат</a>
<a href="/info">Оферта</a>
</div>
<div class="footer__div footer__div__three">
<div>
<b>часы работы</b>
<p>11.00-20.00</p>
</div>
<div>
<div>
<b>Адрес</b>
<p>Светланская, 5</p>
</div>
<div>
<b>Контакты</b>
<br>
<a href="tel:89089971903">8-908-997-19-03</a>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<a href="https://www.instagram.com/ikra.store/" target="blank">instagram</a>
</div>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/3.0.2/less.min.js" ></script>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> -->
<script src="/js/slick.min.js"></script>
<script src="https://unpkg.com/imask"></script>
<script src="/js/main.js"></script>
</body>
</html>