Initial: Aurea landing page
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html><head><title>50x</title></head>
|
||||||
|
<body><h1>Service Unavailable</h1></body></html>
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
FROM nginx:alpine
|
||||||
|
COPY index.html /usr/share/nginx/html/index.html
|
||||||
|
COPY 50x.html /usr/share/nginx/html/50x.html
|
||||||
|
EXPOSE 80
|
||||||
+282
@@ -0,0 +1,282 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pt-BR">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Aurea — O Império Começa Aqui</title>
|
||||||
|
<meta name="description" content="Aurea: O simulador de vida onde cada escolha te leva mais perto da riqueza. Construa impérios, decore mansões, domine o mercado e seja a pessoa mais rica da cidade. Em breve." />
|
||||||
|
<style>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;600;700&display=swap');
|
||||||
|
|
||||||
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Inter', system-ui, sans-serif;
|
||||||
|
background: #0a0a0f;
|
||||||
|
color: #e4e4e7;
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow-x: hidden;
|
||||||
|
background-image:
|
||||||
|
radial-gradient(ellipse at 20% 50%, rgba(255, 215, 0, 0.06) 0%, transparent 50%),
|
||||||
|
radial-gradient(ellipse at 80% 20%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
|
||||||
|
radial-gradient(ellipse at 50% 80%, rgba(255, 185, 15, 0.04) 0%, transparent 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gold particles overlay */
|
||||||
|
body::before {
|
||||||
|
content: '';
|
||||||
|
position: fixed;
|
||||||
|
top: 0; left: 0;
|
||||||
|
width: 100%; height: 100%;
|
||||||
|
background-image:
|
||||||
|
radial-gradient(2px 2px at 15% 20%, rgba(255, 215, 0, 0.4), transparent),
|
||||||
|
radial-gradient(2px 2px at 35% 45%, rgba(255, 215, 0, 0.3), transparent),
|
||||||
|
radial-gradient(2px 2px at 55% 15%, rgba(212, 175, 55, 0.5), transparent),
|
||||||
|
radial-gradient(2px 2px at 80% 60%, rgba(255, 215, 0, 0.3), transparent),
|
||||||
|
radial-gradient(2px 2px at 10% 80%, rgba(212, 175, 55, 0.4), transparent),
|
||||||
|
radial-gradient(2px 2px at 90% 30%, rgba(255, 215, 0, 0.3), transparent),
|
||||||
|
radial-gradient(2px 2px at 45% 75%, rgba(255, 185, 15, 0.4), transparent),
|
||||||
|
radial-gradient(2px 2px at 65% 90%, rgba(255, 215, 0, 0.3), transparent),
|
||||||
|
radial-gradient(2px 2px at 25% 55%, rgba(212, 175, 55, 0.3), transparent),
|
||||||
|
radial-gradient(3px 3px at 70% 50%, rgba(255, 215, 0, 0.5), transparent);
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
text-align: center;
|
||||||
|
padding: 2rem;
|
||||||
|
max-width: 800px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.glow-line {
|
||||||
|
width: 120px;
|
||||||
|
height: 3px;
|
||||||
|
background: linear-gradient(90deg, transparent, #ffd700, #b8860b, #ffd700, transparent);
|
||||||
|
margin: 0 auto 2.5rem;
|
||||||
|
border-radius: 2px;
|
||||||
|
box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
display: inline-block;
|
||||||
|
border: 1px solid rgba(255, 215, 0, 0.3);
|
||||||
|
color: #ffd700;
|
||||||
|
padding: 0.4rem 1.2rem;
|
||||||
|
border-radius: 100px;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
background: rgba(255, 215, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: clamp(3rem, 8vw, 6rem);
|
||||||
|
font-weight: 900;
|
||||||
|
background: linear-gradient(135deg, #ffd700 0%, #ffed4a 30%, #b8860b 60%, #ffd700 100%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
background-clip: text;
|
||||||
|
line-height: 1.1;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
text-shadow: none;
|
||||||
|
filter: drop-shadow(0 0 40px rgba(255, 215, 0, 0.15));
|
||||||
|
}
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: clamp(1.2rem, 2.5vw, 1.8rem);
|
||||||
|
color: #a1a1aa;
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
margin-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
font-size: clamp(0.95rem, 1.5vw, 1.1rem);
|
||||||
|
color: #a1a1aa;
|
||||||
|
line-height: 1.8;
|
||||||
|
max-width: 600px;
|
||||||
|
margin: 0 auto 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.features {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||||
|
gap: 1rem;
|
||||||
|
margin: 0 auto 3rem;
|
||||||
|
max-width: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-card {
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
border: 1px solid rgba(255, 215, 0, 0.1);
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 1.5rem 1rem;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-card:hover {
|
||||||
|
border-color: rgba(255, 215, 0, 0.3);
|
||||||
|
background: rgba(255, 215, 0, 0.05);
|
||||||
|
transform: translateY(-2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-icon {
|
||||||
|
font-size: 1.8rem;
|
||||||
|
margin-bottom: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-title {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
margin-bottom: 0.3rem;
|
||||||
|
color: #f4f4f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-desc {
|
||||||
|
font-size: 0.78rem;
|
||||||
|
color: #71717a;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.75rem;
|
||||||
|
background: linear-gradient(135deg, #ffd700, #b8860b);
|
||||||
|
color: #0a0a0f;
|
||||||
|
text-decoration: none;
|
||||||
|
padding: 1rem 2.5rem;
|
||||||
|
border-radius: 50px;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 1rem;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
box-shadow: 0 0 30px rgba(255, 215, 0, 0.15);
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta:hover {
|
||||||
|
transform: translateY(-2px);
|
||||||
|
box-shadow: 0 0 50px rgba(255, 215, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.status {
|
||||||
|
color: #52525b;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status span {
|
||||||
|
color: #ffd700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 1.5rem;
|
||||||
|
color: #27272a;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Coin particles */
|
||||||
|
@keyframes float {
|
||||||
|
0%, 100% { transform: translateY(0) rotate(0deg); }
|
||||||
|
50% { transform: translateY(-15px) rotate(5deg); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.coin {
|
||||||
|
position: fixed;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
opacity: 0.15;
|
||||||
|
pointer-events: none;
|
||||||
|
animation: float 6s ease-in-out infinite;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coin:nth-child(1) { top: 10%; left: 8%; animation-delay: 0s; }
|
||||||
|
.coin:nth-child(2) { top: 60%; left: 5%; animation-delay: 1.5s; font-size: 1rem; }
|
||||||
|
.coin:nth-child(3) { top: 30%; right: 10%; animation-delay: 0.8s; }
|
||||||
|
.coin:nth-child(4) { top: 70%; right: 8%; animation-delay: 2.2s; font-size: 1rem; }
|
||||||
|
.coin:nth-child(5) { top: 85%; left: 50%; animation-delay: 3s; }
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.features {
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="coin">🪙</div>
|
||||||
|
<div class="coin">💰</div>
|
||||||
|
<div class="coin">💎</div>
|
||||||
|
<div class="coin">🏆</div>
|
||||||
|
<div class="coin">👑</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="badge">🎮 Simulador de Vida & Riqueza</div>
|
||||||
|
<div class="glow-line"></div>
|
||||||
|
<h1>Aurea</h1>
|
||||||
|
<p class="subtitle">O império começa com uma escolha</p>
|
||||||
|
<p class="description">
|
||||||
|
Entre no mundo de <strong>Aurea</strong>, o simulador de vida online onde
|
||||||
|
<strong>sua ambição</strong> define seu destino. Construa uma mansão dos sonhos,
|
||||||
|
invista em negócios, suba na hierarquia social e <strong>torne-se a pessoa
|
||||||
|
mais rica da cidade</strong>. Cada decisão conta — e cada real pode ser o
|
||||||
|
começo de um império.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="features">
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon">🏠</div>
|
||||||
|
<div class="feature-title">Mansões dos Sonhos</div>
|
||||||
|
<div class="feature-desc">Construa, decore e exiba sua residência dos sonhos com móveis de luxo.</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon">📈</div>
|
||||||
|
<div class="feature-title">Mercado Vivo</div>
|
||||||
|
<div class="feature-desc">Compre, venda, invista. O mercado é volátil e reage a eventos reais.</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon">👥</div>
|
||||||
|
<div class="feature-title">Vida Social</div>
|
||||||
|
<div class="feature-desc">Festeje em coberturas, frequente clubes exclusivos, forme alianças.</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon">🏆</div>
|
||||||
|
<div class="feature-title">Ranking de Riqueza</div>
|
||||||
|
<div class="feature-desc">Suba no placar global. Só os melhores chegam ao topo.</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon">🏢</div>
|
||||||
|
<div class="feature-title">Impérios & Negócios</div>
|
||||||
|
<div class="feature-desc">Abra empresas, contrate funcionários, domine setores inteiros.</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-card">
|
||||||
|
<div class="feature-icon">🎭</div>
|
||||||
|
<div class="feature-title">Personalidade Única</div>
|
||||||
|
<div class="feature-desc">Customize seu avatar com roupas de grife e acessórios raros.</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a href="#" class="cta" onclick="return false;">
|
||||||
|
📩 Notifique-me
|
||||||
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<p class="status">🚧 Em desenvolvimento · <span>Em breve</span></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">AUREA © 2026</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user