forked from perfectfury/study_project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (33 loc) · 1.55 KB
/
footer.php
File metadata and controls
33 lines (33 loc) · 1.55 KB
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
<section class="footer">
<div class="box-container">
<div class="box">
<h3>основные ссылки</h3>
<a href="home.php">главная</a>
<a href="about.php">о нас</a>
<a href="books.php">книги</a>
<a href="contact.php">cвязаться</a>
</div>
<div class="box">
<h3>ваши ссылки</h3>
<a href="login.php">войти</a>
<a href="user_cabinet.php">личный кабинет</a>
<a href="cart.php">корзина</a>
<a href="orders.php">заказы</a>
</div>
<div class="box">
<h3>контакты</h3>
<p><i class="fas fa-phone"></i> +8 909 348 2992 </p>
<p><i class="fas fa-phone"></i> +8 902 711 1825 </p>
<p><i class="fas fa-envelope"></i> yaroslav.laz@mail.ru </p>
<p><i class="fas fa-map-marker-alt"></i> Kazan, Russia - 420066 </p>
</div>
<div class="box">
<h3>соц сети</h3>
<a href="https://vk.com/yar_l"> <i class="fab fa-vk"></i> VK Ярослав </a>
<a href="https://vk.com/azat_ku"> <i class="fab fa-vk"></i> VK Азат </a>
<a href="https://t.me/yar_laz"> <i class="fab fa-telegram"></i> Ярослав </a>
<a href="https://t.me/perfectfury"> <i class="fab fa-telegram"></i> Азат </a>
</div>
</div>
<p class="credit"> © copyright @ <?php echo date('Y'); ?> by <span>AZ$T & YAROSL$V</span></p>
</section>