-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
88 lines (62 loc) · 2.73 KB
/
footer.php
File metadata and controls
88 lines (62 loc) · 2.73 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
</div>
<?php
global $mostrar_avisos;
if( $mostrar_avisos ) :
get_template_part('secciones/compartidas/avisos_destacados');
endif;
?>
</div>
</main><!-- #main -->
<!-- footer + player -->
<footer class="w_100 expanded neutral_oscuro3_bg h_10vh p0 absDownL fixed z1k1">
<!-- player -->
<div class="small-12 large-5 columns h_100 h_md_50 hidden">
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-fast-backward neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-play neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-stop neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-fast-forward neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-random neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-soundcloud neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
<div class="shareW columns end p1 black_hover text-center">
<i class="button fa fa-angle-up neutral_oscuro3_bg acento_hover_bg black_hover p3"></i>
</div>
</div>
<!-- redes footer -->
<div class="small-12 large-5 large-2 columns h_100">
<div class="small-3 columns h_100 text-center">
<a href="https://es-la.facebook.com/offlimitsmx" target="_blank" class="w_100 h_100">
<i class="fa fa-facebook vcenter fontXL white acento_hover"></i>
</a>
</div>
<div class="small-3 columns h_100 text-center">
<a href="https://www.instagram.com/offlimitsmx" target="_blank" class="w_100 h_100">
<i class="fa fa-instagram vcenter fontXL white acento_hover"></i>
</a>
</div>
<div class="small-3 columns h_100 text-center">
<a href="https://twitter.com/offlimitsmx" target="_blank" class="w_100 h_100">
<i class="fa fa-twitter vcenter fontXL white acento_hover"></i>
</a>
</div>
<div class="small-3 columns h_100 text-center">
<a href="<?php echo get_the_permalink(get_page_by_title('Contacto')->ID); ?>" target="_blank" class="w_100 h_100">
<i class="fa fa-envelope vcenter fontXL white acento_hover"></i>
</a>
</div>
</div>
</footer>
<?php wp_footer()?>
</body>
</html>