-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
43 lines (31 loc) · 1.83 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
<footer>
<div class="footerLinks">
<div class="wrapper">
<div class="footerColumn">
<h1>Korisni linkovi</h1>
<a href="http://www.serbianshooting.rs/" target="_blank">Streljački Savez Srbije</a><br />
<a href="https://www.issf-sports.org/" target="_blank">Međunarodna streljačka federacija</a><br />
<a href="http://www.bgshooting.org.rs/" target="_blank">Streljački Savez Beograda</a><br />
<a href="http://www.kpsp.rs/" target="_blank">SK Partizan</a><br />
<a href="http://www.streljastvo.co.rs/" target="_blank">SK Novi Beograd - Ušće</a><br />
<a href="http://sk-trofej.rs/" target="_blank">SK Trofej</a><br />
<a href="https://mus.co.rs/" target="_blank">SK Muš</a>
</div>
<div class="footerColumn">
<h1>Kontaktirajte nas</h1>
<a href="https://www.facebook.com/streljackiklub.valjevo" target="_blank">Facebook</a><br />
<a href="mailto:[email protected]">Kontaktirajte nas</a><br />
<a href="#">066291292</a><br />
</div>
<div class="footerMap">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2856.7359823596735!2d19.897144515114864!3d44.274250979104934!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4759ed9886934b0f%3A0xd5155254740ffb1!2sSK%20Valjevo%201880!5e0!3m2!1ssr!2srs!4v1587070497239!5m2!1ssr!2srs" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div><!-- kraj diva wrapper -->
</div><!-- kraj diva .footerLinks -->
<div class="copywrite">
<a href="http://alexwebsoft.net/" target="_blank">Designed by <span>AlexWebSoft</span> © 2020. - All rights reserved.</a>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>