264 lines
11 KiB
PHP
264 lines
11 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 = "Nosotros";
|
|
$sitioURL = $baseURL . "nosotros";
|
|
$fileURL = $baseURL . "assets/img/trimape-1200.webp";
|
|
$descrip = "TRIMAPE es una empresa profesional especializada en mantenimiento integral industrial y residencial. Aseguramos operación óptima, maximizando vida útil y minimizando inactividad, con enfoque en innovación y cuidado ambiental.";
|
|
?>
|
|
<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; ?> />
|
|
<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" />
|
|
|
|
<?php include 'css-columna.htm'; ?>
|
|
<style>
|
|
.col-derecha-imagen-back {
|
|
background-image: url(<?php echo $fileURL; ?>);
|
|
}
|
|
|
|
.bg-cards {
|
|
background: #166def;
|
|
color: #fff;
|
|
}
|
|
|
|
.texto-cards {
|
|
font-size: 1rem !important;
|
|
}
|
|
|
|
.card-body ul li {
|
|
font-size: 1rem !important;
|
|
}
|
|
|
|
.div-wrap {
|
|
position: absolute;
|
|
}
|
|
|
|
.div-relativo {
|
|
position: relative;
|
|
bottom: -30px;
|
|
margin: auto;
|
|
background-color: #1d62ca;
|
|
width: 80px;
|
|
height: 80px;
|
|
padding: 10px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.div-relativo img {
|
|
width: 60px;
|
|
}
|
|
|
|
.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'; ?>
|
|
|
|
|
|
<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/nosotros.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">NOSOTROS</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container 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">Nosotros</li>
|
|
</ol>
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-12 col-lg-1"></div>
|
|
|
|
|
|
|
|
|
|
<div class="col-12 col-lg-10 justificado">
|
|
|
|
<h3 class="mb-5 mt-4 p-2 fw-bold text-uppercase cuadrado-azul-seccion bg-color-blue-sky-medium text-blue-dark">Nosotros</h3>
|
|
|
|
<p>
|
|
Somos una empresa profesional especializada en brindar <strong>servicios integrales de mantenimiento
|
|
predictivo, preventivo y
|
|
correctivo</strong> para diversos tipos de activos tanto en el ámbito <strong>industrial</strong>
|
|
como <strong>residencial</strong>.
|
|
</p>
|
|
<p>Nuestro objetivo principal es asegurar la operación óptima y eficiente de los activos de nuestros clientes, maximizando su vida útil y minimizando los tiempos de inactividad. Estamos comprometidos con la mejora continua de nuestros procesos, la incorporación de tecnologías innovadoras y el cuidado del medio ambiente en todas nuestras operaciones.
|
|
</p>
|
|
|
|
<div class="row mx-0">
|
|
<div class="col-12 pt-2 py-4">
|
|
<div class="card-group">
|
|
<div class="card me-0 me-sm-2 border-0 ">
|
|
<div class="div-relativo"><img src="./assets/img/bullseye.svg"></div>
|
|
<div class="card-body bg-cards rounded pt-5">
|
|
<h5 class="card-title fw-bold text-center">MISIÓN</h5>
|
|
<p class="card-text pt-2 texto-cards">Brindar servicios de mantenimiento integral de alta calidad
|
|
que aseguren la operación óptima y eficiente de los activos
|
|
de nuestros clientes a través de nuestro equipo de profesionales altamente capacitados y comprometidos.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="card mx-0 mx-sm-2 border-0 ">
|
|
<div class="div-relativo"><img src="./assets/img/eye.svg"></div>
|
|
<div class="card-body bg-cards rounded pt-5">
|
|
<h5 class="card-title fw-bold text-center">VISIÓN</h5>
|
|
<p class="card-text pt-2 texto-cards">Ser reconocidos como líderes en el sector de mantenimientos
|
|
destcándonos por nuestra excelencia en el servicio,
|
|
confiabilidad y capacidad de respuesta.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="card ms-0 ms-sm-2 border-0 ">
|
|
<div class="div-relativo"><img src="./assets/img/gem.svg"></div>
|
|
<div class="card-body bg-cards rounded pt-5 ">
|
|
<h5 class="card-title fw-bold text-center">VALORES</h5>
|
|
<p class="card-text pt-2 ">
|
|
<ul class="ps-0 ">
|
|
<li class="ms-3 me-0"><span class="texto-cards">Profesionalismo</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Confianza</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Responsabilidad</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Compromiso</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Trabajo en equipo</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Innovación</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Orientación al cliente</span></li>
|
|
<li class="ms-3 me-0"><span class="texto-cards">Responsabilidad social y ambiental</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row mx-0">
|
|
<div class="col-12 pt-5">
|
|
<p>Nuestro compromiso con la excelencia y la dedicación profesional nos ha llevado a brindar soluciones de
|
|
alta calidad en
|
|
diversos estados de la República Mexicana, incluyendo <strong>Veracruz, Puebla, Ciudad de México, Estado
|
|
de México, Guanajuato y
|
|
Querétaro</strong>. Con una trayectoria sólida en mantenimiento empresarial, industrial y de hogar,
|
|
garantizamos resultados excepcionales.</p>
|
|
<img src="./assets/img/trimape-mexico.PNG" class="img-fluid rounded">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="col-12 col-lg-1"></div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php include 'contacto-div.htm'; ?>
|
|
|
|
<?php include 'footer.php'; ?>
|
|
<?php include 'footer-scripts.htm'; ?>
|
|
|
|
</body>
|
|
|
|
</html>
|