Energymedia content manager base creada

This commit is contained in:
Abraham
2026-01-10 21:49:15 -08:00
parent 9adadbd354
commit 1a1049b653
3 changed files with 159 additions and 34 deletions

View File

@@ -79,11 +79,10 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [
Color(
0xFF0F172A), // Azul muy oscuro (más oscuro para móvil)
Color(0xFF1E293B), // Azul oscuro
Color(0xFF075985), // Azul medio oscuro
Color(0xFF059669), // Verde más oscuro
Color(0xFF0B0B0D), // Negro oscuro principal
Color(0xFF1A1A1D), // Gris muy oscuro
Color(0xFF6B2F8A), // Purple
Color(0xFF4EC9F5), // Cyan
],
stops: [0.0, 0.3, 0.7, 1.0],
),
@@ -159,7 +158,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
),
const SizedBox(height: 24),
const Text(
'NetHive',
'EnergyMedia',
style: TextStyle(
fontSize: 38,
fontWeight: FontWeight.bold,
@@ -176,7 +175,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
),
const SizedBox(height: 8),
const Text(
'Infrastructure Management',
'Content Manager',
style: TextStyle(
fontSize: 16,
color: Colors.white70,
@@ -279,11 +278,11 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [
Color(0xFF1E40AF), // Azul profundo
Color(0xFF3B82F6), // Azul brillante
Color(0xFF10B981), // Verde esmeralda
Color(0xFF059669), // Verde intenso
Color(0xFF7C3AED), // Púrpura
Color(0xFF4EC9F5), // Cyan principal
Color(0xFFFFB733), // Yellow
Color(0xFF6B2F8A), // Purple
Color(0xFFFF7A3D), // Orange
Color(0xFF4EC9F5), // Cyan de vuelta
],
stops: [0.0, 0.25, 0.5, 0.75, 1.0],
),
@@ -341,7 +340,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
FadeTransition(
opacity: _fadeAnimation,
child: const Text(
'NetHive',
'EnergyMedia',
style: TextStyle(
fontSize: 52,
fontWeight: FontWeight.bold,
@@ -361,7 +360,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
FadeTransition(
opacity: _fadeAnimation,
child: Text(
'Infrastructure Management',
'Content Manager',
style: TextStyle(
fontSize: 20,
color: Colors.white.withOpacity(0.8),