191 lines
5.3 KiB
HTML
191 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ConneXiFly - En Mantenimiento</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
|
<style>
|
|
:root {
|
|
--primary: #3b82f6;
|
|
--secondary: #10b981;
|
|
--dark: #0f172a;
|
|
--dark-lighter: #1e293b;
|
|
--text: #f1f5f9;
|
|
--text-muted: #94a3b8;
|
|
}
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
|
|
background: radial-gradient(ellipse at 20% 20%, rgba(59, 130, 246, 0.15), transparent 50%),
|
|
radial-gradient(ellipse at 80% 80%, rgba(16, 185, 129, 0.1), transparent 50%),
|
|
var(--dark);
|
|
color: var(--text);
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.container {
|
|
text-align: center;
|
|
padding: 2rem;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.logo-container {
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.logo {
|
|
font-size: 3rem;
|
|
font-weight: 800;
|
|
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.logo i {
|
|
font-size: 2.5rem;
|
|
color: var(--primary);
|
|
-webkit-text-fill-color: var(--primary);
|
|
}
|
|
|
|
.maintenance-icon {
|
|
font-size: 5rem;
|
|
margin-bottom: 2rem;
|
|
animation: pulse 2s ease-in-out infinite;
|
|
}
|
|
|
|
@keyframes pulse {
|
|
0%, 100% { transform: scale(1); opacity: 1; }
|
|
50% { transform: scale(1.05); opacity: 0.8; }
|
|
}
|
|
|
|
.maintenance-icon i {
|
|
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2.5rem;
|
|
font-weight: 800;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.subtitle {
|
|
font-size: 1.25rem;
|
|
color: var(--text-muted);
|
|
margin-bottom: 2rem;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.products-preview {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 1.5rem;
|
|
margin-top: 3rem;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.product-link {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.75rem;
|
|
padding: 1rem 1.5rem;
|
|
background: var(--dark-lighter);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-radius: 1rem;
|
|
color: var(--text);
|
|
text-decoration: none;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.product-link:hover {
|
|
transform: translateY(-3px);
|
|
border-color: var(--primary);
|
|
box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
|
|
}
|
|
|
|
.product-link i {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.product-link.webmoney i {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.product-link.ezpool i {
|
|
color: var(--secondary);
|
|
}
|
|
|
|
.product-link span {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.contact {
|
|
margin-top: 3rem;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.contact a {
|
|
color: var(--primary);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.contact a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="logo-container">
|
|
<div class="logo">
|
|
<i class="bi bi-lightning-charge-fill"></i>
|
|
ConneXiFly
|
|
</div>
|
|
</div>
|
|
|
|
<div class="maintenance-icon">
|
|
<i class="bi bi-gear-wide-connected"></i>
|
|
</div>
|
|
|
|
<h1>Estamos en Mantenimiento</h1>
|
|
<p class="subtitle">
|
|
Estamos trabajando para traerte una mejor experiencia.
|
|
Volveremos muy pronto con novedades increíbles.
|
|
</p>
|
|
|
|
<div class="products-preview">
|
|
<a href="https://webmoney.cnxifly.com" class="product-link webmoney">
|
|
<i class="bi bi-wallet2"></i>
|
|
<span>WebMoney</span>
|
|
</a>
|
|
<a href="https://ezpool.cnxifly.com" class="product-link ezpool">
|
|
<i class="bi bi-droplet-half"></i>
|
|
<span>EZPool</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="contact">
|
|
<p>¿Necesitas ayuda? <a href="mailto:admin@cnxifly.com">admin@cnxifly.com</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|