This commit is contained in:
2025-06-04 10:33:01 -06:00
parent 04ae185504
commit 3a01c24bf5
51 changed files with 1197 additions and 2765 deletions

View File

@@ -31,64 +31,21 @@ $mensajeMantenimiento = $config['mensaje_mantenimiento'] ?? 'El sistema se encue
<meta charset="UTF-8">
<title><?= htmlspecialchars($siglas) ?> | Inicio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Iconos -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<style>
body {
background-color: #f4f6f9;
font-family: 'Segoe UI', sans-serif;
}
.navbar {
background-color: #fff;
}
.navbar .nav-link, .navbar-brand {
color:<?= $color1 ?> !important;
font-weight: 500;
}
.navbar .nav-link.active {
background-color: #F9F9F9;
border-radius: 5px;
}
.logo-siih {
height: 90px;
margin-right: 10px;
}
.hero {
background: linear-gradient(to right, <?= $color1 ?>, <?= $color2 ?>);
color: white;
padding: 80px 20px;
text-align: center;
}
.features {
background-color: white;
padding: 50px 0;
}
.features i {
font-size: 40px;
color: <?= $color1 ?>;
margin-bottom: 10px;
}
footer {
background-color: #e9ecef;
padding: 20px;
text-align: center;
font-size: 14px;
color: #666;
}
body { background-color: #f4f6f9; font-family: 'Segoe UI', sans-serif; }
.navbar { background-color: #fff; }
.navbar .nav-link, .navbar-brand { color:<?= $color1 ?> !important; font-weight: 500; }
.navbar .nav-link.active { background-color: #F9F9F9; border-radius: 5px; }
.logo-siih { height: 90px; margin-right: 10px; }
.hero { background: linear-gradient(to right, <?= $color1 ?>, <?= $color2 ?>); color: white; padding: 80px 20px; text-align: center; }
.features { background-color: white; padding: 50px 0; }
.features i { font-size: 40px; color: <?= $color1 ?>; margin-bottom: 10px; }
footer { background-color: #e9ecef; padding: 20px; text-align: center; font-size: 14px; color: #666; }
</style>
</head>
<body>
@@ -176,4 +133,4 @@ $mensajeMantenimiento = $config['mensaje_mantenimiento'] ?? 'El sistema se encue
</footer>
</body>
</html>
</html>