Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
First commit
  • Loading branch information
Alejandro Gomez committed Mar 10, 2014
0 parents commit 0a5e8d1
Show file tree
Hide file tree
Showing 60 changed files with 3,656 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Binary file added boletin/header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions boletin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>
<table width="563" align="center">
<tr>
<td colspan="2" align="center"><img src="header.jpg" width="563" height="339" /></td>
</tr>
<tr>
<td colspan="2" bgcolor="#6d6e71" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3%" valign="top">&nbsp;</td>
<td width="45%" valign="top"><p style="color:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold;">EXPORTADORES</p>
<p style="color:#FFF; font-family:Arial, Helvetica, sans-serif; text-align:left;">Centro de acopio y consolidación de mercancía en contenedores<br />
Certificación de trincado<br />
Fumigación<br />
Paletizado<br />
Traslados locales</p></td>
<td width="45%" valign="top"><p style="color:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:right;">IMPORTADORES</p>
<p style="color:#FFF; font-family:Arial, Helvetica, sans-serif; text-align:right;">Centro de trasbordo y distribución<br />
Depósito fiscal, etiquetados<br />
Cambios de embalaje<br />
Fletes a destino<br />
Certificados tipo UVA</p></td>
<td width="3%" valign="top">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"><p style="font-family:Arial, Helvetica, sans-serif; text-align:center;">Garantizamos a los importadores y exportadores de servicios portuarios óptimos, a través de la planeación efectiva y logística eficiente, apoyados en un sistema de calidad y personal competente que ofrezca atención personalizada, rapidez de respuesta, información veraz y propuesta de soluciones en nuestras instalaciones seguras y adecuadas a las necesidades operativas.</p>
<p style="font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:12px;"><b>TERMINAL EXTERNA DE OPERACIONES PORTUARIAS JACO</b><br />
Manzanillo, Colima, México<br />Tel. (314) 336 7286<br />[email protected]<br />www.grupojaco.com</p></td>
</tr>
</table>
</body>
</html>
180 changes: 180 additions & 0 deletions contacto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contacto</title>
<link href="css/boilerplate.css" rel="stylesheet" type="text/css">
<link href="css/Untitled-2.css" rel="stylesheet" type="text/css">
<style>
body {
-webkit-font-smoothing: antialiased;
font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #232525;
}

#slides {
display: none;
margin-bottom:50px;
}

.slidesjs-navigation {
margin-top:3px;
}

.slidesjs-previous {
margin-right: 5px;
float: left;
}

.slidesjs-next {
margin-right: 5px;
float: left;
}

.slidesjs-pagination {
margin: 6px 0 0;
float: right;
list-style: none;
}

.slidesjs-pagination li {
float: left;
margin: 0 1px;
}

.slidesjs-pagination li a {
display: block;
width: 13px;
height: 0;
padding-top: 13px;
background-image: url(img/pagination.png);
background-position: 0 0;
float: left;
overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
background-position: 0 -26px
}

a:link,
a:visited {
color: #333
}

a:hover,
a:active {
color: #9e2020
}

.navbar {
overflow: hidden
}
</style>
<style>
#slides {
display: none
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-41259220-1', 'grupojaco.com');
ga('send', 'pageview');

</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="js/respond.min.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="js/jquery.slides.min.js"></script>
<script>
$(document).ready(function()
{
$('#slides').slidesjs({
width: 940,
height: 327,
navigation: true,
start: 1,
play: {
auto: true
}
});
});
</script>
</head>
<body>
<div class="gridContainer clearfix">
<div id="header">
<div id="logo"><p><img src="img/logo.jpg" alt="Grupo Jaco" longdesc="http://www.grupojaco.com"></p></div>
<div id="menu"><p><a href="index.html">INICIO</a> <a href="nosotros.html">NOSOTROS</a> <a href="servicios.html">SERVICIOS</a> <a href="/presentacion/" target="_blank">PRESENTACION</a> <a href="/blog/">BLOG</a> <a href="contacto.html">CONTACTO</a></p></div>
</div>
<div style="clear:both"></div>
<div id="slides">
<img src="img/slide-1.jpg" alt="Grupo Jaco">
<img src="img/slide-2.jpg" alt="Puerto Seco Jaco">
<img src="img/slide-3.jpg" alt="Manzanillo, Colima">
<img src="img/example-slide-4.jpg" alt="Logistca 3PL">
<a href="#" class="slidesjs-previous slidesjs-navigation"><i class="icon-chevron-left"></i></a>
<a href="#" class="slidesjs-next slidesjs-navigation"><i class="icon-chevron-right"></i></a>
</div>
<div id="contact1">
<h1>Ubicación</h1>
<iframe width="390" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/ms?msa=0&amp;msid=202650313886029273913.0004dcd95375dd03f5231&amp;ie=UTF8&amp;t=m&amp;ll=19.09278,-104.282398&amp;spn=0.056776,0.066948&amp;z=13&amp;output=embed"></iframe>
</div>
<div id="contact2">
<h1>Contácto</h1>
<p>Contáctanos y en breve te daremos una respuesta, tu opinion es muy importante para nosotros</p>
<form id="form1" name="form1" action="contacto.php" method="post">
<table width="100%">
<tr>
<td width="35%">Nombre</td>
<td width="65%"><input type="text" name="nombre" id="nombre" class="control"></td>
</tr>
<tr>
<td>Empresa</td>
<td><input type="text" name="empresa" id="empresa" class="control"></td>
</tr>
<tr>
<td>Teléfono</td>
<td><input type="text" name="telefono" id="telefono" class="control"></td>
</tr>
<tr>
<td>Correo</td>
<td><input type="text" name="correo" id="correo" class="control"></td>
</tr>
<tr>
<td>Mensaje</td>
<td><textarea name="mensaje" rows="5" class="control" id="mensaje"></textarea></td>
</tr>
<tr>
<td colspan="2" align="right"><input type="submit" name="button" id="button" value="Enviar"></td>
</tr>
</table>
</form>
</div>
<div id="footer">
<p>SIGUENOS EN</p>
<p><a href='https://www.facebook.com/logisticajaco' title='Facebook'><img src='img/facebook.png' alt='Facebook'></a> &nbsp; <a href='https://twitter.com/ecouriostegui' title='Twitter'><img src='img/twitter.png' alt='Twitter'></a></p>
<p>&copy; 2013 Grupo Jaco | Todos los derechos reservados<br>
Av. Tapeixtles L4 M1 Z DOS, Colonia Tapeixtles. Manzanillo, Colima. CP 28239<br>
Tel. (314) 3367286 - 3367287 - 33 69335 - 33 69337 - 3367487</p>
</div>
</div>
</body>
</html>
36 changes: 36 additions & 0 deletions contacto.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?php
ob_start();
error_reporting(E_ALL);
ini_set('display_errors','1');

if($_POST["button"]<>"")
{
//mail headers
$headers = "From: Grupo Jaco <[email protected]>\r\n";
$headers .= "Reply-To: Grupo Jaco <[email protected]>\r\n";
$headers .= "Return-path: [email protected]\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=\"utf-8\"\r\n";
$headers .= "Content-Transfer-Encoding: 8bit\r\n";
$headers .= "X-Sender: [email protected]\r\n";
$headers .= "X-Priority: 3\r\n";
$headers .= "X-MSMail-Priority: Normal\r\n";
$headers .= "X-Mailer: PHP " . phpversion();

$to = "[email protected]";
$subject = "Mensaje desde grupojaco.com";

$mensaje = "<p>" . $_POST["nombre"] . " envi&oacute; un mensaje desde la p&aacute;gina grupojaco.com</p>";
$mensaje .= "<p>" . $_POST["nombre"] . " escribi&oacute;<br />\"" . nl2br($_POST["mensaje"]) . "\"<br />";
$mensaje .= $_POST["empresa"] . "<br />";
$mensaje .= $_POST["puesto"] . "<br />";
$mensaje .= $_POST["telefono"] . "<br />";
$mensaje .= $_POST["correo"] . "</p>";
$mensaje .= "<p>Favor de darle el seguimiento correspondiente</p>";

mail($to, $subject, $mensaje, $headers);

header("Location: index.html");
}
ob_end_flush();
?>
Binary file added convivio/flyer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0a5e8d1

Please sign in to comment.