214 lines
9.6 KiB
PHP
214 lines
9.6 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="es">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap" rel="stylesheet">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
<link rel="icon" href="assets/img/favico.png">
|
|
<?php
|
|
$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://";
|
|
$host = $_SERVER['HTTP_HOST'];
|
|
$basePath = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/\\') . "/";
|
|
$baseURL = $protocol . $host . $basePath;
|
|
$Titulo = "Nuestros Clientes";
|
|
$sitioURL = $baseURL . "nuestros-clientes";
|
|
$fileURL = $baseURL . "/assets/img/trimape-1200.webp";
|
|
$descrip = "Descubra la excelencia en mantenimiento comercial y empresarial con nuestra distinguida lista de clientes satisfechos. Pilares de calidad en diversas industrias.";
|
|
?>
|
|
<title><?php echo $Titulo; ?> - TRIMAPE</title>
|
|
<meta property="og:title" content="<?php echo $Titulo; ?>" />
|
|
<meta property="og:url" content="<?php echo $sitioURL; ?>" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:image" content="<?php echo $fileURL; ?>" />
|
|
<meta property="og:site_name" content="trimape.mx" />
|
|
<meta property="og:description" content="<?php echo $descrip; ?>" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@trimape">
|
|
<meta name="twitter:title" content="<?php echo $Titulo ?>">
|
|
<meta name="twitter:description" content="<?php echo $descrip ?>">
|
|
<meta name="twitter:creator" content="@trimape">
|
|
<meta name="twitter:image" content="<?php echo $fileURL; ?>">
|
|
<meta name="twitter:domain" content="trimape.mx">
|
|
<meta name="twitter:url" content="<?php echo $sitioURL; ?>">
|
|
<link rel="canonical" href=<?php echo $sitioURL; ?> />
|
|
<?php include 'css-columna.htm'; ?>
|
|
<link rel="icon" href="assets/img/favico.png">
|
|
<link rel="icon" href="https://trimape.mx/assets/img/trimape-logo-512-150x150.png" sizes="32x32" />
|
|
<link rel="icon" href="https://trimape.mx/assets/img/trimape-logo-512-300x300.png" sizes="192x192" />
|
|
<link rel="apple-touch-icon" href="https://trimape.mx/assets/img/trimape-logo-512-300x300.png" />
|
|
<meta name="msapplication-TileImage" content="https://trimape.mx/assets/img/trimape-logo-512-300x300.png" />
|
|
<style>
|
|
/*.col-derecha-imagen-back {
|
|
background-image: url(assets/img/portada-clientes.jpeg);
|
|
}*/
|
|
|
|
.brillodiv {
|
|
background: #000;
|
|
background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 181, 250, .4) 50%, rgba(2, 0, 96, .5) 100%);
|
|
background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 181, 250, .4) 50%, rgba(2, 0, 96, .5) 100%);
|
|
background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 25%, rgba(0, 181, 250, .4) 50%, rgba(2, 0, 96, .5) 100%);
|
|
background-size: 400% 400%;
|
|
background-repeat: no-repeat;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 100vw;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
position: relative;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
.animate {
|
|
animation: gradientAnimation 5s ease forwards;
|
|
}
|
|
|
|
@keyframes gradientAnimation {
|
|
0% {
|
|
background-position: 0 0;
|
|
text-shadow: none;
|
|
}
|
|
|
|
50% {
|
|
background-position: 100% 100%;
|
|
text-shadow: 0 0 20px #000;
|
|
}
|
|
|
|
100% {
|
|
background-position: 0 0;
|
|
text-shadow: none;
|
|
}
|
|
}
|
|
#imagenFirts{
|
|
background-color: #222e57;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<?php include 'menu-general.htm'; ?>
|
|
|
|
<!-- Contenido del div divFirst -->
|
|
|
|
<!----
|
|
<div class="container-fluid" id="divFirst">
|
|
<div class="row">
|
|
<div class="col-12 " id="imagenFirts">
|
|
<div class="position-absolute top-0 start-0 w-100 h-100">
|
|
<video autoplay loop muted playsinline class="w-100 h-100 object-fit-cover">
|
|
<source src="./assets/videos/nosotros.webm" type="video/mp4">
|
|
Tu navegador no soporta videos en HTML5.
|
|
</video>
|
|
</div>
|
|
<div class="d-flex flex-column align-items-center justify-content-center h-100 position-relative z-2 text-white text-center">
|
|
<h1 class="fw-bold texto-sombra">NUESTROS CLIENTES</h1>
|
|
<p class="fw-bold texto-sombra">TRIMAPE | EXCELENCIA EN MANTENIMIENTOS</p>
|
|
</div>
|
|
<div class="brillodiv position-relative z-2"></div>
|
|
</div>
|
|
</div>---->
|
|
|
|
|
|
<div class="container-fluid" id="divFirst">
|
|
<div class="row ">
|
|
<div class="col-12 mx-0 px-0">
|
|
<div class="video-hero">
|
|
<video autoplay muted loop>
|
|
<source src="./assets/videos/obra-civil-2.webm" type="video/mp4">
|
|
Tu navegador no soporta video.
|
|
</video>
|
|
<div class="hero-overlay-box">
|
|
<div class="hero-img-top-left">
|
|
<img src="./assets/img/cuadrado-azul-top.svg" height="70">
|
|
</div>
|
|
<div class="hero-img-bottom-right">
|
|
<img src="./assets/img/cuadrado-orange-down.svg" height="70">
|
|
</div>
|
|
<h1 class="fw-bold text-titulo">NUESTROS CLIENTES</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
|
|
<div class="col-12">
|
|
<div class="row mx-0 pt-3">
|
|
<nav style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");" aria-label="breadcrumb">
|
|
<ol class="breadcrumb texto-bread fw-bold">
|
|
<li class="breadcrumb-item texto-bread "><a href="./" class="link-dark">Portada</a></li>
|
|
<li class="breadcrumb-item active" aria-current="page">Clientes</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-12 col-md-1"></div>
|
|
<div class="col-12 col-md-10">
|
|
<div class="row mx-0">
|
|
<!----<div class="col-12 ">
|
|
<h3 class="pt-5 pb-3 mb-5 fw-bold text-uppercase lineabajo">Nuestros clientes</h3>
|
|
</div>---->
|
|
|
|
<div class="col-12 py-3">
|
|
<h3 class=" p-2 fw-bold text-uppercase cuadrado-azul-seccion bg-color-blue-sky-medium text-blue-dark">Nuestros Clientes</h3>
|
|
</div>
|
|
<div class="col-12 justificado">
|
|
<p>Descubra la excelencia en <strong>mantenimiento comercial y empresarial</strong> con nuestra distinguida lista de clientes. Desde fábricas hasta oficinas, hemos sido pilares de calidad en diversas industrias. Nuestros clientes satisfechos atestiguan nuestro compromiso. </p>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="row">
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://www.gasmabarak.com/" target="new"><img src="./assets/img/clientes/gas-mabarak.webp" class="img-fluid" title="Gas Mabarak"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://www.imss.gob.mx/" target="new"><img src="./assets/img/clientes/imss.webp" class="img-fluid" title="IMSS"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://www.wyndhamhotels.com/es-xl/laquinta" target="new"><img src="./assets/img/clientes/la-quinta.webp" class="img-fluid" title="La Quinta"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://pollofelizveracruz.com/" target="new"><img src="./assets/img/clientes/pollo-feliz.webp" class="img-fluid" title="Pollo Feliz"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://www.veracruz.gob.mx/" target="new"><img src="./assets/img/clientes/veracruz-gobierno.webp" class="img-fluid" title="Veracruz Gobierno"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://www.wyndhamhotels.com/es-xl" target="new"><img src="./assets/img/clientes/wydhan.webp" class="img-fluid" title="Wyndham"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://www.gob.mx/issste" target="new"><img src="./assets/img/clientes/issste.webp" class="img-fluid" title="issste"></a>
|
|
</div>
|
|
<div class="col-6 col-md-4 mb-0">
|
|
<a href="https://polloleneroveracruz.com/" target="new"><img src="./assets/img/clientes/pollo-lenero.webp" class="img-fluid" title="Pollo Leñero"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-md-1"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<?php include 'contacto-div.htm'; ?>
|
|
<?php include 'footer.php'; ?>
|
|
<?php include 'footer-scripts.htm'; ?>
|
|
|
|
</body>
|
|
|
|
</html>
|