forked from Microsheep/2015-NCTU_newcomer_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
12 lines (12 loc) · 1.01 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
<footer class="footer">
<h5 style="text-align: center; color: white"><i class="fa fa-copyright"></i> 2015 交大學聯會 資訊部 Created by : <a href="https://github.com/Microsheep">Microsheep</a></h5>
<h6 style="text-align: center; color: white">建議使用Google Chrome或Mozilla Firefox以獲得最佳瀏覽效果</h6>
<h6 style="text-align: center; color: white">Icons are from font-awesome or made by Freepik from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></div></h6>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./asset/bootstrap-3.3.4-dist/js/bootstrap.min.js"></script>
<script src="./asset/lightbox2-master/dist/js/lightbox.js"></script>
</body>
</html>