|
@@ -2,6 +2,7 @@
|
|
|
<!doctype html>
|
|
<!doctype html>
|
|
|
<head>
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
|
+ <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
|
|
<script src="js/jquery-1.10.2.js">
|
|
<script src="js/jquery-1.10.2.js">
|
|
|
</script>
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
@@ -11,7 +12,6 @@
|
|
|
while ($(window).width() > availableWidth[0] && size < availableWidth.length-1 )
|
|
while ($(window).width() > availableWidth[0] && size < availableWidth.length-1 )
|
|
|
size++;
|
|
size++;
|
|
|
$("#banner").attr("src","Images/slider/slide1-"+availableWidth[size]+".jpg");
|
|
$("#banner").attr("src","Images/slider/slide1-"+availableWidth[size]+".jpg");
|
|
|
- //FIXME esto para todas las graficas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(".titulo_curso").click(function(){
|
|
$(".titulo_curso").click(function(){
|
|
@@ -73,7 +73,7 @@
|
|
|
$("#banner").toggleClass('transp');
|
|
$("#banner").toggleClass('transp');
|
|
|
setTimeout(transp, 500);
|
|
setTimeout(transp, 500);
|
|
|
curImg++;
|
|
curImg++;
|
|
|
- if(curImg>6) curImg=1;
|
|
|
|
|
|
|
+ if(curImg>5) curImg=1;
|
|
|
}
|
|
}
|
|
|
function transp() {
|
|
function transp() {
|
|
|
$("#banner").toggleClass('transp');
|
|
$("#banner").toggleClass('transp');
|
|
@@ -99,31 +99,28 @@
|
|
|
<form action="" method="post" class="STYLE-NAME">
|
|
<form action="" method="post" class="STYLE-NAME">
|
|
|
<h5>Contacto</h5><br>
|
|
<h5>Contacto</h5><br>
|
|
|
Un equipo de profesionales está a su servicio para responder sus consultas.<br><br>
|
|
Un equipo de profesionales está a su servicio para responder sus consultas.<br><br>
|
|
|
- Av. Rivadavia 5427 3F, CABA (1424), Buenos Aires, Argentina.<br><br>
|
|
|
|
|
- Teléfono: +5411 4139-6860/1 +5411 4904-0289.
|
|
|
|
|
|
|
+ Leopoldo Marechal 914, CABA (C1405BMD), Buenos Aires, Argentina.<br><br>
|
|
|
|
|
+ Teléfono: +5411 4139-6860/1 +5411 4982-2892.
|
|
|
<br><br>
|
|
<br><br>
|
|
|
<label>
|
|
<label>
|
|
|
|
|
|
|
|
<span>Nombre :</span>
|
|
<span>Nombre :</span>
|
|
|
<input id="name" type="text" name="name" />
|
|
<input id="name" type="text" name="name" />
|
|
|
</label>
|
|
</label>
|
|
|
- <br>
|
|
|
|
|
<label>
|
|
<label>
|
|
|
<span>Email :</span>
|
|
<span>Email :</span>
|
|
|
<input id="email" type="email" name="email" />
|
|
<input id="email" type="email" name="email" />
|
|
|
</label>
|
|
</label>
|
|
|
- <br>
|
|
|
|
|
<label>
|
|
<label>
|
|
|
<span>Mensaje :</span>
|
|
<span>Mensaje :</span>
|
|
|
<textarea id="message" name="message" ></textarea>
|
|
<textarea id="message" name="message" ></textarea>
|
|
|
</label>
|
|
</label>
|
|
|
- <br>
|
|
|
|
|
<label>
|
|
<label>
|
|
|
<span> </span>
|
|
<span> </span>
|
|
|
<input id="btnconsulta" type="button" class="button" value="Enviar" />
|
|
<input id="btnconsulta" type="button" class="button" value="Enviar" />
|
|
|
</label>
|
|
</label>
|
|
|
<div id="respuestacontacto"></div>
|
|
<div id="respuestacontacto"></div>
|
|
|
- </form>
|
|
|
|
|
|
|
+ </form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -375,7 +372,7 @@ OBJETIVOS DEL CURSO: Obtener los conocimientos teóricos y prácticos en el áre
|
|
|
<div id="footer-inner-left">
|
|
<div id="footer-inner-left">
|
|
|
<h5> MANTENERSE INFORMADO </h5> <br />
|
|
<h5> MANTENERSE INFORMADO </h5> <br />
|
|
|
Para recibir el newsletter de informaciones de ESPECIFICOS Buenos Aires,
|
|
Para recibir el newsletter de informaciones de ESPECIFICOS Buenos Aires,
|
|
|
- complete los campos “ correo electrónico” y haga clic en “inscribirse”.
|
|
|
|
|
|
|
+ complete los campos “correo electrónico” y haga clic en “inscribirse”.
|
|
|
<br />
|
|
<br />
|
|
|
<div id="input-footer">
|
|
<div id="input-footer">
|
|
|
<input id="suscribe" type="text" />
|
|
<input id="suscribe" type="text" />
|