This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
Uecko_Web/contacto.php
2015-10-02 08:10:49 +00:00

87 lines
4.5 KiB
PHP

<?php $page = 'contacto'; ?>
<!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 xml:lang="es-ES" lang="es-ES" class="no-js" xmlns:og="http://opengraphprotocol.org/schema/" itemscope itemtype="http://schema.org/WebPage"> <!--<![endif]-->
<head>
<title> Contacte con nosotros</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="title" content="Contacte con nosotros"/>
<meta name="title" content="Contacte con nosotros"/>
<meta name="DC.title" content="Contacte con nosotros"/>
<meta name="subject" content="contact">
<meta name="page-topic" content="contact info"/>
<meta name="description" content="Para contactar con nosotros rellene el formulario de contacto o visite nuestras oficinas.">
<meta http-equiv="DC.description" content="Para contactar con nosotros rellene el formulario de contacto o visite nuestras oficinas.">
<meta itemprop="name" content="Contacte con nosotros"/>
<meta itemprop="description" content="Para contactar con nosotros rellene el formulario de contacto o visite nuestras oficinas."/>
<meta name="Identifier-URL" content="http://uecko.com/contacto.php" />
<meta name="DC.Identifier" content="http://uecko.com/contacto.php" />
<meta content="www.uecko.com/contacto.php" name="Contacte con nosotros">
<meta property="og:title" content="Contacte con nosotros"/>
<meta property="og:site_name" content="Contacte con nosotros"/>
<meta property="og:description" content="Para contactar con nosotros rellene el formulario de contacto o visite nuestras oficinas."/>
<meta property="og:url" content="http://uecko.com/contacto.php"/>
<?php include("include/meta-all.php"); ?>
<link rel="canonical" href="http://uecko.com/contacto.php">
<!-- Styles -->
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/rbs.css">
<link rel="stylesheet" href="css/contacto.css" type="text/css" media="screen" />
<?php include("include/head-scripts.php"); ?>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<?php include("include/nav.php"); ?>
<div class="container">
<h1>Formulario de contacto</h1>
<p> </p>
<br><br />
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<div class="contacto">
<form class="form" name="contactform" action="send.php" method="post">
<input class="form-control nombre" tabindex="1" name="name" type="text" placeholder="Nombre"><br>
<input class="form-control mail" tabindex="2" name="email" type="text" placeholder="Email"><br>
<input class="form-control telefono" tabindex="3" name="telephone" type="text" placeholder="Teléfono"><br>
<textarea rows="8" tabindex="4" class="form-control mensage" name="comments" placeholder="Escriba su mensaje aqui..."></textarea><br>
<input type="submit" value="Enviar" class="btn btn-success btn-lg"><br><br />
</form>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<iframe width="89%" height="300" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="http://mapsengine.google.com/map/embed?mid=zfU31iBLli7k.kgOF6Q9eZ1xM"></iframe>
</div>
</div>
</div>
<!-- starts footer -->
<footer>
<?php include("include/footer.php"); ?>
</footer>
</body>
</html>