File "Harmony.php"
Full path: C:/xampp/htdocs/SITE FUNCIONANDO (STRING_NOTFOUND_837_111)/Harmony.php
File
size: 7.54 B (7.54 KB bytes)
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
require_once "header.php";
?>
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recompensas: Arena of Harmony</title>
<style>
/* Reset básico */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Desativa a rolagem */
body, html {
width: 100%;
height: 100%;
font-family: Arial, sans-serif;
color: #FFF;
}
/* Background com efeito blur */
body {
background: url('img/Aion Computer Wallpaper Desktop Background Id.jpg') no-repeat center center fixed;
background-size: cover;
backdrop-filter: blur(6px);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
/* Container principal */
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 90%;
max-width: 1200px;
margin-top: 40px;
}
/* Linha com quadros lado a lado */
.row {
display: flex;
justify-content: space-between;
gap: 20px;
width: 100%;
margin-bottom: 20px;
}
/* Quadros individuais */
.rewards-box {
background: rgba(139, 0, 0, 0.3); /* Cor darkred com transparência */
padding: 20px;
border-radius: 10px;
flex: 1;
text-align: center;
font-size: 1em;
line-height: 1.6em;
color: #FFF;
}
/* Títulos */
.rewards-title {
font-size: 1.5em;
margin-bottom: 10px;
color: cyan;
}
/* Títulos */
.top-title {
font-size: 2em;
margin-bottom: 10px;
color: white;
}
.rewards-title2 {
font-size: 1.2em;
margin-bottom: 10px;
color: #FFD700;
}
/* Itens de recompensa */
.reward-item {
margin: 5px 0;
}
.reward-item img {
width: 20px;
height: 20px;
margin-right: 10px;
}
/* Linha separadora */
.separator {
border-top: 2px solid #FFD700;
margin: 15px 0;
}
/* Botão Voltar */
.back-button {
position: absolute;
top: 20px;
left: 20px;
padding: 10px 20px;
background-color: rgba(255, 255, 255, 0.1);
color: #FFF;
border: 1px solid #FFF;
border-radius: 5px;
text-decoration: none;
font-size: 1em;
transition: background-color 0.3s ease, color 0.3s ease;
}
.back-button:hover {
background-color: rgba(255, 255, 255, 0.3);
color: #FFD700;
}
/* Informação adicional */
.info-text {
font-size: 0.9em;
color: #FFF;
text-align: center;
margin-top: 20px;
}
.header-buttons {
display: flex;
justify-content: center;
margin: 20px auto;
gap: 15px;
}
.header-buttons a {
padding: 12px 25px;
text-decoration: none;
color: #fff;
background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
border: 2px solid #555;
border-radius: 8px;
font-weight: bold;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
font-size: 1rem;
letter-spacing: 0.5px;
backdrop-filter: blur(10px);
position: relative;
overflow: hidden;
}
.header-buttons a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transition: all 0.3s ease;
}
.header-buttons a:hover::before {
left: 100%;
}
.header-buttons a:hover {
background: linear-gradient(145deg, #2a2a2a, #1e1e1e);
border-color: #777;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}
.header-buttons a[href="https://vortexaion.com/EmpyreanCrucible"],
.header-buttons a[href="https://vortexaion.com/CrucibleChallenge"] {
background: linear-gradient(145deg, #FFE699, #FFD700); /* Amarelo suave */
border: 2px solid #FFD700; /* Borda amarela */
color: #333; /* Texto escuro para contraste */
box-shadow: 0 4px 6px rgba(255, 214, 0, 0.3); /* Sombra amarelada */
}
.header-buttons a[href="https://vortexaion.com/EmpyreanCrucible"]:hover,
.header-buttons a[href="https://vortexaion.com/CrucibleChallenge"]:hover {
background: linear-gradient(145deg, #FFD700, #FFE699); /* Inverte o gradiente no hover */
border-color: #FFC107; /* Borda mais escura no hover */
box-shadow: 0 6px 8px rgba(255, 214, 0, 0.5); /* Sombra mais intensa no hover */
}
</style>
</head>
<body>
<div class="container">
<div class="header-buttons">
<a href="https://vortexaion.com/EmpyreanCrucible">Empyrean Crucible</a>
<a href="https://vortexaion.com/CrucibleChallenge">Crucible Challenge</a>
<a href="https://vortexaion.com/1x1D">Arena of Discipline</a>
<a href="https://vortexaion.com/Harmony">Arena of Harmony</a>
<a href="https://vortexaion.com/Chaos">Arena of Chaos</a>
<a href="https://vortexaion.com/Glory">Arena of Glory</a>
</div>
<!-- Linha de quadros -->
<div class="row">
<!-- Quadro 1 -->
<div class="rewards-box">
<div class="rewards-title">Arena of Harmony</div>
<div class="rewards-title2">Recompensas</div>
<!-- Recompensas para o primeiro colocado -->
<div class="reward-item"><img src="img\webshop/RedCoin-icon.png" alt="Red Coin"> 25 Red Coin</div>
<div class="reward-item"><img src="img\webshop/VortexCoin-icon.png" alt="Vortex Coin"> 50 Vortex Coin</div>
<div class="reward-item"><img src="img\webshop/icon_item_coin_pvp_01.png" alt="Battle Medal"> 15 Battle Medal </div>
<div class="reward-item"><img src="img\webshop/icon_item_token_named_01.png" alt="Insignia of Conquest"> 25 Insignia of Conquest</div>
<div class="reward-item"><img src="img\webshop/icon_item_enchant_exceed_01.png" alt="All-Powerful Enchantment Stone"> 5 All-Powerful Enchantment Stone</div>
<div class="reward-item"><img src="img\webshop/icon_item_2stenchant_water_m01.png" alt="Holy Upgrade Serum"> 2 Holy Upgrade Serum</div>
<div class="reward-item"><img src="img\webshop/icon_item_exceed_key_01.png" alt="Evolution Stone"> 2 Evolution Stone</div>
<div class="reward-item"><img src="img/webshop/icon_item_badge09.png" alt="Ceranium">1 Ceranium Medal</div>
<div class="reward-item"><img src="img\webshop/reward-ap.png" alt="Abyss Points: 10,000">50.000 Abyss Points + Padrão</div>
<div class="reward-item"><img src="img/webshop/icon_gp.png" alt="GP">10 Glory Points + Padrão</div>
<div class="separator"></div>
<div class="rewards-title2">Informações</div>
<div class="reward-item">Para participar da Arena of Harmony Custom é necessário possuir um ticket.</div>
</div>
</div>
<!-- Informação adicional -->
<div class="info-text">
Desafiar novas instâncias colocará suas habilidades à prova na Atualização. Acima são as recompensas customizadas colocadas na Arena of Harmony da versão 2.5
</div>
</div>
</body>
</html>