Compare commits
3 Commits
f5ec0a7da7
...
5ed1274822
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ed1274822 | |||
| b8eadffd5f | |||
| 4cd379f214 |
140
home.html
140
home.html
@@ -2,79 +2,121 @@
|
||||
title: Home
|
||||
description: Inicio
|
||||
published: true
|
||||
date: 2025-12-02T14:59:41.237Z
|
||||
date: 2025-12-02T15:06:06.184Z
|
||||
tags:
|
||||
editor: code
|
||||
dateCreated: 2025-12-01T16:00:56.996Z
|
||||
-->
|
||||
|
||||
<!-- CONTENEDOR PRINCIPAL -->
|
||||
<div style="max-width: 1000px; margin: 0 auto; padding: 40px 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333;">
|
||||
<div style="font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #444; padding: 40px 20px;">
|
||||
|
||||
<!-- 1. HERO BANNER (Estilo Opción 1) -->
|
||||
<div style="background: linear-gradient(135deg, #1565c0 0%, #42a5f5 100%); border-radius: 16px; padding: 60px 30px; text-align: center; color: white; box-shadow: 0 10px 25px rgba(25, 118, 210, 0.25); margin-bottom: 50px; position: relative; overflow: hidden;">
|
||||
|
||||
<!-- Un detalle decorativo de fondo (círculo sutil) -->
|
||||
<div style="position: absolute; top: -50px; left: -50px; width: 150px; height: 150px; background: rgba(255,255,255,0.1); border-radius: 50%;"></div>
|
||||
|
||||
<h1 style="margin: 0; font-size: 2.8rem; font-weight: 700; letter-spacing: -0.5px; text-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
||||
Base de Conocimiento
|
||||
<!-- ENCABEZADO -->
|
||||
<div style="text-align: center; margin-bottom: 60px;">
|
||||
<!-- Título con gradiente -->
|
||||
<h1 style="font-size: 3.5rem; font-weight: 800; margin: 0; letter-spacing: -1px; line-height: 1.2;">
|
||||
<span style="background: -webkit-linear-gradient(45deg, #1976d2, #42a5f5); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">Hola.</span>
|
||||
Te damos la bienvenida.
|
||||
</h1>
|
||||
<p style="font-size: 1.3rem; opacity: 0.95; margin-top: 15px; font-weight: 300; max-width: 600px; margin-left: auto; margin-right: auto;">
|
||||
Bienvenido al centro de documentación técnica y operativa de <b>El Día</b>.
|
||||
|
||||
<div style="width: 80px; height: 6px; background: #e3f2fd; margin: 20px auto; border-radius: 10px;"></div>
|
||||
|
||||
<p style="font-size: 1.3rem; color: #777; max-width: 600px; margin: 0 auto; font-weight: 300;">
|
||||
Estás en el centro de conocimiento de <strong>El Día</strong>. <br>
|
||||
Todo lo que necesitás saber, en un solo lugar.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- 2. COLUMNAS INFORMATIVAS (Contenido Opción 3 + Estilo Tarjetas Opción 1) -->
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px;">
|
||||
<!-- CONTENEDOR DE TARJETAS -->
|
||||
<div style="text-align: center; padding: 40px 20px; font-family: sans-serif;">
|
||||
|
||||
<!-- TARJETA 1: BUSCAR -->
|
||||
<div class="info-card" style="background: white; padding: 35px 25px; border-radius: 12px; border: 1px solid #f0f0f0; text-align: center; transition: transform 0.3s ease; height: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.02);">
|
||||
<div style="font-size: 48px; margin-bottom: 20px; background: #e3f2fd; width: 80px; height: 80px; line-height: 80px; border-radius: 50%; margin-left: auto; margin-right: auto;">
|
||||
🔍
|
||||
</div>
|
||||
<h3 style="margin: 0 0 15px 0; color: #1565c0; font-size: 1.4rem;">Encuentra</h3>
|
||||
<p style="color: #666; line-height: 1.6; font-size: 1rem; margin: 0;">
|
||||
Utiliza la <b>barra de búsqueda</b> superior para localizar rápidamente manuales, direcciones IP, configuraciones de switches o guías de estilo.
|
||||
<h1 style="font-size: 2.8rem; color: #333; margin-bottom: 10px;">Hola, Te damos la bienvenida.</h1>
|
||||
<p style="font-size: 1.2rem; color: #777; margin-bottom: 60px;">Estás en la Wiki interna de El Día.</p>
|
||||
|
||||
<!-- 3 COLUMNAS DE CARACTERÍSTICAS (SIN ENLACES) -->
|
||||
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;">
|
||||
|
||||
<!-- COLUMNA 1 -->
|
||||
<div style="flex: 1; min-width: 250px; max-width: 300px; padding: 20px;">
|
||||
<div style="font-size: 50px; margin-bottom: 20px;">🔍</div>
|
||||
<h3 style="color: #1976d2; margin-bottom: 10px;">Buscá</h3>
|
||||
<p style="color: #666; line-height: 1.5;">
|
||||
Encontrá rápidamente manuales, IPs, configuraciones y guías usando el buscador superior.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- TARJETA 2: NAVEGAR -->
|
||||
<div class="info-card" style="background: white; padding: 35px 25px; border-radius: 12px; border: 1px solid #f0f0f0; text-align: center; transition: transform 0.3s ease; height: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.02);">
|
||||
<div style="font-size: 48px; margin-bottom: 20px; background: #e3f2fd; width: 80px; height: 80px; line-height: 80px; border-radius: 50%; margin-left: auto; margin-right: auto;">
|
||||
📂
|
||||
</div>
|
||||
<h3 style="margin: 0 0 15px 0; color: #1565c0; font-size: 1.4rem;">Explora</h3>
|
||||
<p style="color: #666; line-height: 1.6; font-size: 1rem; margin: 0;">
|
||||
Navega por el <b>Árbol del Sitio</b> a la izquierda para ver la estructura organizada por departamentos (Técnica, Sistemas, Redacción).
|
||||
<!-- COLUMNA 2 -->
|
||||
<div style="flex: 1; min-width: 250px; max-width: 300px; padding: 20px; border-left: 1px solid #eee; border-right: 1px solid #eee;">
|
||||
<div style="font-size: 50px; margin-bottom: 20px;">📖</div>
|
||||
<h3 style="color: #1976d2; margin-bottom: 10px;">Aprendé</h3>
|
||||
<p style="color: #666; line-height: 1.5;">
|
||||
Accedé a documentación detallada sobre Sistemas, Redacción y Técnica para resolver dudas.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- TARJETA 3: COLABORAR -->
|
||||
<div class="info-card" style="background: white; padding: 35px 25px; border-radius: 12px; border: 1px solid #f0f0f0; text-align: center; transition: transform 0.3s ease; height: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.02);">
|
||||
<div style="font-size: 48px; margin-bottom: 20px; background: #e3f2fd; width: 80px; height: 80px; line-height: 80px; border-radius: 50%; margin-left: auto; margin-right: auto;">
|
||||
🚀
|
||||
</div>
|
||||
<h3 style="margin: 0 0 15px 0; color: #1565c0; font-size: 1.4rem;">Estandariza</h3>
|
||||
<p style="color: #666; line-height: 1.6; font-size: 1rem; margin: 0;">
|
||||
Mantenemos nuestros procesos unificados. Esta es la fuente de verdad para procedimientos operativos y resolución de problemas.
|
||||
<!-- COLUMNA 3 -->
|
||||
<div style="flex: 1; min-width: 250px; max-width: 300px; padding: 20px;">
|
||||
<div style="font-size: 50px; margin-bottom: 20px;">🚀</div>
|
||||
<h3 style="color: #1976d2; margin-bottom: 10px;">Mejorá</h3>
|
||||
<p style="color: #666; line-height: 1.5;">
|
||||
Optimizamos nuestros flujos de trabajo manteniendo la información accesible y estandarizada.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- PIE SUTIL -->
|
||||
<div style="text-align: center; margin-top: 60px; color: #999; font-size: 0.9rem; border-top: 1px solid #eee; padding-top: 30px;">
|
||||
<p>Departamento de Sistemas & Tecnología — El Día</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- PEQUEÑO ESTILO PARA EFECTO HOVER -->
|
||||
<!-- Ajuste para móviles (quita los bordes en pantallas chicas) -->
|
||||
<style>
|
||||
.info-card:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
|
||||
border-color: #bbdefb !important;
|
||||
@media (max-width: 800px) {
|
||||
div[style*="border-left"] { border: none !important; }
|
||||
}
|
||||
</style>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ESTILOS CSS AVANZADOS -->
|
||||
<style>
|
||||
/* Diseño de las tarjetas */
|
||||
.info-card {
|
||||
flex: 1;
|
||||
min-width: 280px;
|
||||
max-width: 320px;
|
||||
background: white;
|
||||
padding: 40px 30px;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
/* Sombra suave y elegante */
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
|
||||
border: 1px solid rgba(0,0,0,0.02);
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
/* Efecto al pasar el mouse */
|
||||
.info-card:hover {
|
||||
transform: translateY(-10px);
|
||||
box-shadow: 0 20px 40px rgba(25, 118, 210, 0.15);
|
||||
}
|
||||
|
||||
/* Círculo detrás de los iconos */
|
||||
.icon-circle {
|
||||
font-size: 40px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
line-height: 80px;
|
||||
background: #e3f2fd; /* Azul muy clarito */
|
||||
border-radius: 50%;
|
||||
margin: 0 auto 20px auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Ajuste para móviles */
|
||||
@media (max-width: 600px) {
|
||||
.info-card { margin-bottom: 20px; max-width: 100%; }
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user