-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
84 lines (78 loc) · 3.87 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<div id="footer" class="hidden-print">
<hr>
<footer class="text-center footer-style hidden-print">
<div class="footer-above">
<div class="container">
<br>
<div class="row">
<div class="footer-col col-md-4">
<a href="servizi" class="btn-outline"><h3>Servizi</h3></a>
<div class="row link-bottom">
<a href="servizi/about.php" class="btn-outline">About us</a>
<br>
<a href="servizi/contatti.php" class="btn-outline">Contatti</a>
<br>
<a href="mappa" class="btn-outline">Mappa del sito</a>
<br>
</div>
</div>
<div class="footer-col col-md-4">
<h3>Seguici su</h3>
<br>
<ul class="list-inline">
<li>
<!-- le dimensioni del font sono in font-awesome.min.css in .fa -->
<a href="https://www.facebook.com/" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-facebook fa-2x"></i></a>
</li>
<li>
<a href="https://twitter.com/" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-twitter fa-2x"></i></a>
</li>
<li>
<a href="https://www.youtube.com/" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-youtube fa-2x"></i></a>
</li>
<li>
<a href="https://www.flickr.com/" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-flickr fa-2x"></i></a>
<!--<a href="https://www.linkedin.com" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-linkedin"></i></a>-->
</li>
<li>
<a href="rss" class="btn-social btn-outline" target="_blank"><i
class="fa fa-fw fa-rss fa-2x"></i> </a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>Shortcuts</h3>
<div class="row link-bottom">
<a href="offerte/lastminute.php" class="btn-outline">Last Minute</a>
<br>
<a href="viaggiaresicuri/utili.php" class="btn-outline">Numeri utili</a>
<br>
<a href="viaggiaresicuri/comefare.php" class="btn-outline">Come fare se</a>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © <a href="https://github.com/VenezianiDoc">VenezianiDoc</a> 2014
</div>
</div>
</div>
</div>
<br>
</footer>
</div>
<!-- Script -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>