Files
wiki-data/home.html
2025-12-02 14:56:27 +00:00

55 lines
2.2 KiB
HTML

<!--
title: Home
description: Inicio
published: true
date: 2025-12-02T14:56:25.963Z
tags:
editor: code
dateCreated: 2025-12-01T16:00:56.996Z
-->
<div style="text-align: center; padding: 40px 20px; font-family: sans-serif;">
<h1 style="font-size: 2.8rem; color: #333; margin-bottom: 10px;">Hola, Bienvenido.</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;">Busca</h3>
<p style="color: #666; line-height: 1.5;">
Encuentra rápidamente manuales, IPs, configuraciones y guías de estilo usando el buscador superior.
</p>
</div>
<!-- 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;">Aprende</h3>
<p style="color: #666; line-height: 1.5;">
Accede a documentación detallada sobre Sistemas, Redacción y Técnica para resolver dudas.
</p>
</div>
<!-- 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;">Mejora</h3>
<p style="color: #666; line-height: 1.5;">
Optimizamos nuestros flujos de trabajo manteniendo la información accesible y estandarizada.
</p>
</div>
</div>
</div>
<!-- Ajuste para móviles (quita los bordes en pantallas chicas) -->
<style>
@media (max-width: 800px) {
div[style*="border-left"] { border: none !important; }
}
</style>