-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
36 lines (30 loc) · 1.04 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
<!--
File Name: footer.php
Author's Name: Sukhdeep Singh
Website Name: My Portfolio
Desc : This is a footer file that includes all the footer information which is required to be consistent throughout the site.
-->
<hr class="featurette-divider">
</div><!-- /.container -->
<!-- FOOTER -->
<footer>
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
©Sukhdeep Singh 2015 · All Rights Reserved · <a href="legal.php#privacy">Privacy</a> · <a href="legal.php#terms">Terms</a>
</p>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/holder.js"></script>
<script src="js/bootstrap.js"></script>
<!-- fotorama js-->
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.3/fotorama.js"></script>
</body>
</html>