-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
43 lines (36 loc) · 2.63 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
<!DOCTYPE html>
<html lang="es"><head>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style-footer.css" rel="stylesheet">
</head>
<body>
<footer class="footer">
<div class="container text-center">
<img href="https://www.debian.org/" data-holder-rendered="true" src="img/debian.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/apache.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/php5.png" style="width: 115px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/mysql5.png" style="width: 115px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/medoo.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/html5.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/jquery.jpg" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/css3.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/bootstrap.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/workbench.png" style="width: 90px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<img data-holder-rendered="true" src="img/geany.png" style="width: 115px; height: 60px;" data-src="holder.js/200x200" class="img-thumbnail" alt="200x200">
<p class="text-muted text-center" >
Copyleft 2015 - Desarrollador por Pablo Mestre.
<br/>
Funciona con WordPress.
</p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body></html>