-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
47 lines (39 loc) · 1.31 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
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package dex
*/
?>
<footer>
<div class="container">
<div class="top_line">
<img src="<?php bloginfo("template_directory"); ?>/img/logo-dark.svg" alt="logo">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Key indicators</a></li>
<li><a href="#">Process</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<div class="top_line__right_side">
<div class="top_line__right_side__phone">
<img src="<?php bloginfo("template_directory"); ?>/img/phohe.svg" alt="phone-icon">
<a href="tel: +38 (044) 000-00-00">+38 (044) 000-00-00</a>
</div>
<div class="btn btn-mini">
<button>Call back</button>
</div>
</div>
</div>
</div>
</footer>
</div><!-- #page -->
<?php wp_footer(); ?>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
</body>
</html>