-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequiVoluntariado.html
82 lines (70 loc) · 3.45 KB
/
requiVoluntariado.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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> Requerimientos para los voluntarios </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/generalStyles.css">
<script src="assets/js/jquery-v1.10.2.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/modernizr2.6.2.js"></script>
<style>
.container
{
margin-bottom: 0px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.jumbotron
{
background: white;
}
</style>
</head>
<body>
<!-- NAVBAR
================================================== -->
<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>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- TODO EL CODIGO HTML QUE VAYAN A UTILIZA AQUI, NO BORREN NINGUNA LINEA DE CODIGO DE LAS QUE YA ESTAN AQUI -->
<!-- NO NECESITAN PONER NINGUN SCRIPTS, EXCEPTO LAS PROPIAS CLASES CSS QUE CREEN. -->
<div class="container">
<br>
<div class="jumbotron">
<center><h1>¿Quieres Formar parte de Nuestro voluntariado?</h1></center>
<br>
<br>
<p class="lead">Es muy sencillo poder formar parte de nuestro equipo de trabajo. Requisitos: </p>
<br>
<p class="lead">1. Debes de ser mayor de edad.</p>
<p class="lead">2. Conocer a que se dedica esta organizacion.</p>
<p class="lead">3. Estar dipuesto a colaborar en tus tiempos libres.</p>
<p class="lead">4. Comunicarte con nosotros para poder brindarte asesorias.</p>
<p class="lead">5. Entregar tus documentos en la fecha que se establezca.</p>
<p class="lead">6. Cuando tu solicitud sea aceptada, recibiras tu usuario para que puedas acceder sin mayor complicacion.</p>
</div>
<br>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
</body>
</html>