-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdonacion.html
61 lines (51 loc) · 2.61 KB
/
donacion.html
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Donaciones </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="validacionStyle.css">
<script src="assets/js/jquery-v1.10.2.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.validate.js"></script>
<script src="assets/js/modernizr2.6.2.js"></script>
</head>
<body>
<div id="header1" class="navbar navbar-default navbar-static-top"></div>
<div id="error"></div>
<!-- // Script para cargar recursos html con jQuery en una pagina -->
<script>$(document).ready(function() {
$("#header1").load("layout/public-header.html", function(status, xhr) {
if (status == "error")
{
var msg = "Lo lamentamos, ha habido un errror cargando el Menu: ";
$("#error").html(msg + xhr.status + " " + xhr.statusText);
}
});
});</script>
<div id="contenedor" class="container">
<div class="panel panel-primary">
<div class="panel-heading">Donaciones</div>
<div class="panel-body">
<div class="panel-heading">
<img alt="bancoagricola" height="128" longdesc="Banco Agricola" src="assets/img/bancoagricola.jpg" width="128"><div class="panel-heading">
Banco Agricola Cuenta #: 500-040000-4</div>
</div>
<div class="panel-heading">
<img alt="bancopromerica" height="145" longdesc="Promerica" src="assets/img/bancopromerica.png" width="125"><br>
Banco Promerica Cuenta #: 3000400007</div>
</div>
</div>
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
</body>
</html>