Compare commits
3 Commits
f5ec0a7da7
...
5ed1274822
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ed1274822 | |||
| b8eadffd5f | |||
| 4cd379f214 |
138
home.html
138
home.html
@@ -2,79 +2,121 @@
|
|||||||
title: Home
|
title: Home
|
||||||
description: Inicio
|
description: Inicio
|
||||||
published: true
|
published: true
|
||||||
date: 2025-12-02T14:59:41.237Z
|
date: 2025-12-02T15:06:06.184Z
|
||||||
tags:
|
tags:
|
||||||
editor: code
|
editor: code
|
||||||
dateCreated: 2025-12-01T16:00:56.996Z
|
dateCreated: 2025-12-01T16:00:56.996Z
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- CONTENEDOR PRINCIPAL -->
|
<div style="font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #444; padding: 40px 20px;">
|
||||||
<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;">
|
|
||||||
|
|
||||||
<!-- 1. HERO BANNER (Estilo Opción 1) -->
|
<!-- ENCABEZADO -->
|
||||||
<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;">
|
<div style="text-align: center; margin-bottom: 60px;">
|
||||||
|
<!-- Título con gradiente -->
|
||||||
<!-- Un detalle decorativo de fondo (círculo sutil) -->
|
<h1 style="font-size: 3.5rem; font-weight: 800; margin: 0; letter-spacing: -1px; line-height: 1.2;">
|
||||||
<div style="position: absolute; top: -50px; left: -50px; width: 150px; height: 150px; background: rgba(255,255,255,0.1); border-radius: 50%;"></div>
|
<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 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
|
|
||||||
</h1>
|
</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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 2. COLUMNAS INFORMATIVAS (Contenido Opción 3 + Estilo Tarjetas Opción 1) -->
|
<!-- CONTENEDOR DE TARJETAS -->
|
||||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px;">
|
<div style="text-align: center; padding: 40px 20px; font-family: sans-serif;">
|
||||||
|
|
||||||
<!-- TARJETA 1: BUSCAR -->
|
<h1 style="font-size: 2.8rem; color: #333; margin-bottom: 10px;">Hola, Te damos la bienvenida.</h1>
|
||||||
<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);">
|
<p style="font-size: 1.2rem; color: #777; margin-bottom: 60px;">Estás en la Wiki interna de El Día.</p>
|
||||||
<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;">
|
|
||||||
🔍
|
<!-- 3 COLUMNAS DE CARACTERÍSTICAS (SIN ENLACES) -->
|
||||||
</div>
|
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;">
|
||||||
<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;">
|
<!-- COLUMNA 1 -->
|
||||||
Utiliza la <b>barra de búsqueda</b> superior para localizar rápidamente manuales, direcciones IP, configuraciones de switches o guías de estilo.
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- TARJETA 2: NAVEGAR -->
|
<!-- COLUMNA 2 -->
|
||||||
<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="flex: 1; min-width: 250px; max-width: 300px; padding: 20px; border-left: 1px solid #eee; border-right: 1px solid #eee;">
|
||||||
<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 style="font-size: 50px; margin-bottom: 20px;">📖</div>
|
||||||
📂
|
<h3 style="color: #1976d2; margin-bottom: 10px;">Aprendé</h3>
|
||||||
</div>
|
<p style="color: #666; line-height: 1.5;">
|
||||||
<h3 style="margin: 0 0 15px 0; color: #1565c0; font-size: 1.4rem;">Explora</h3>
|
Accedé a documentación detallada sobre Sistemas, Redacción y Técnica para resolver dudas.
|
||||||
<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).
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- TARJETA 3: COLABORAR -->
|
<!-- COLUMNA 3 -->
|
||||||
<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="flex: 1; min-width: 250px; max-width: 300px; padding: 20px;">
|
||||||
<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 style="font-size: 50px; margin-bottom: 20px;">🚀</div>
|
||||||
🚀
|
<h3 style="color: #1976d2; margin-bottom: 10px;">Mejorá</h3>
|
||||||
</div>
|
<p style="color: #666; line-height: 1.5;">
|
||||||
<h3 style="margin: 0 0 15px 0; color: #1565c0; font-size: 1.4rem;">Estandariza</h3>
|
Optimizamos nuestros flujos de trabajo manteniendo la información accesible y estandarizada.
|
||||||
<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.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</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>
|
</div>
|
||||||
|
|
||||||
<!-- PEQUEÑO ESTILO PARA EFECTO HOVER -->
|
<!-- Ajuste para móviles (quita los bordes en pantallas chicas) -->
|
||||||
<style>
|
<style>
|
||||||
|
@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 {
|
.info-card:hover {
|
||||||
transform: translateY(-5px);
|
transform: translateY(-10px);
|
||||||
box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
|
box-shadow: 0 20px 40px rgba(25, 118, 210, 0.15);
|
||||||
border-color: #bbdefb !important;
|
}
|
||||||
|
|
||||||
|
/* 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>
|
</style>
|
||||||
Reference in New Issue
Block a user