-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
188 lines (181 loc) · 8.39 KB
/
about.html
File metadata and controls
188 lines (181 loc) · 8.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GhzHost | About</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script defer src="translations.js"></script>
</head>
<body>
<header class="topbar">
<div class="brand">WEB4.0</div>
<nav class="menu">
<a data-i18n="navHome" href="index.html">Home</a>
<a data-i18n="navServers" href="servers.html">Servers</a>
<a data-i18n="navCloud" href="cloud.html">Cloud</a>
<a data-i18n="navSolutions" href="solutions.html">Solutions</a>
<a data-i18n="navPricing" href="pricing.html">Pricing</a>
<a data-i18n="navSupport" href="support.html">Support</a>
</nav>
<a class="btn-login" href="#" id="wallet-connect" data-i18n="btnConnect">Conectar</a>
</header>
<main>
<section class="hero">
<div id="particlesheader" class="particles-layer" aria-hidden="true"></div>
<div class="hero-content">
<div class="headline">
<h1 data-i18n="title">SOBRE A GHZHOST</h1>
<h2 data-i18n="subtitle">Infraestrutura hiperconectada para 245 países.</h2>
</div>
<div class="lang-selector">
<label for="lang">🌐</label>
<select id="lang">
<option value="pt">Português</option>
<option value="en">English</option>
<option value="es">Español</option>
<option value="fr">Français</option>
<option value="de">Deutsch</option>
<option value="it">Italiano</option>
<option value="ja">日本語</option>
<option value="zh">中文</option>
<option value="ru">Русский</option>
<option value="ar">العربية</option>
</select>
</div>
<img class="hero-logo" src="https://ghzhost.com/logo.png" alt="GhzHost logo">
</div>
</section>
<section class="about-grid">
<div class="about-card">
<h3 data-i18n="overviewTitle">Visão Geral</h3>
<p data-i18n="overviewBody">Somos uma malha global de data centers, backbone fotônico e IA embarcada, criada para entregar computação soberana em 245 países.</p>
</div>
<div class="about-card">
<h3 data-i18n="coverageTitle">Cobertura</h3>
<p data-i18n="coverageBody">2150 POPs, 820 zonas edge e rotas otimizadas para latência sub-20ms em todos os continentes.</p>
</div>
<div class="about-card">
<h3 data-i18n="missionTitle">Missão</h3>
<p data-i18n="missionBody">Capacitar cada carga de trabalho a operar com segurança pós-quântica, observabilidade total e automação zero-toil.</p>
</div>
<div class="about-card">
<h3 data-i18n="trustTitle">Confiança</h3>
<p data-i18n="trustBody">Certificações globais, SLAs explícitos e governança multicloud com trilhas de auditoria imutáveis.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-links">
<a data-i18n="footerAbout" href="about.html">About Us</a>
<a data-i18n="footerTerms" href="#">Terms</a>
<a data-i18n="footerSupport" href="support.html">Support</a>
</div>
<div class="footer-meta">
<div class="footer-actions">
<a class="badge" href="https://ghz.world" target="_blank" rel="noreferrer">GHZ.WORLD</a>
<a class="badge" href="https://tvip.ghzhost.com" target="_blank" rel="noreferrer">TVIP.GHZ</a>
<a class="badge badge-ghost" data-modal-open="mybrian">MYBRIAN.GHZ</a>
<a class="badge badge-ghost" data-modal-open="friendsbook">Friendsbook</a>
<a class="badge" href="https://musicexclusive.hol.es" target="_blank" rel="noreferrer">musicexclusive</a>
<a class="badge badge-ghost" data-modal-open="ghzcraft">GhzCraft</a>
</div>
<div class="certified">
<img src="src/img/certified.png" alt="Certified 2150">
</div>
<div class="copyright">© 2026</div>
</div>
</footer>
<div class="modal" id="modal-mybrian" role="dialog" aria-modal="true" aria-labelledby="modal-mybrian-title">
<div class="modal-content">
<button class="modal-close" data-modal-close>×</button>
<h3 id="modal-mybrian-title">MYBRIAN.GHZ</h3>
<p>Um cérebro digital avançado para controlar e gerenciar suas redes sociais de forma inteligente e automatizada.</p>
</div>
</div>
<div class="modal" id="modal-friendsbook" role="dialog" aria-modal="true" aria-labelledby="modal-friendsbook-title">
<div class="modal-content">
<button class="modal-close" data-modal-close>×</button>
<h3 id="modal-friendsbook-title">Friendsbook</h3>
<p>Rede social autônoma com inteligência artificial integrada e armazenamento dinâmico para uma experiência personalizada.</p>
</div>
</div>
<div class="modal" id="modal-ghzcraft" role="dialog" aria-modal="true" aria-labelledby="modal-ghzcraft-title">
<div class="modal-content">
<button class="modal-close" data-modal-close>×</button>
<h3 id="modal-ghzcraft-title">GhzCraft</h3>
<p>Servidor Minecraft de última geração com inteligência artificial para moderação, eventos dinâmicos e experiência de jogo aprimorada.</p>
</div>
</div>
<div class="chat-bubble" aria-label="Support chat">
<svg viewBox="0 0 64 64">
<path d="M12 16h40v24H22l-10 8z" fill="#00b7ff" stroke="#0091d1" stroke-width="3" stroke-linejoin="round"/>
<circle cx="24" cy="28" r="3" fill="#fff"/>
<circle cx="32" cy="28" r="3" fill="#fff"/>
<circle cx="40" cy="28" r="3" fill="#fff"/>
</svg>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
if (window.particlesJS) {
particlesJS('particlesheader', {
particles: {
number: { value: 150 },
line_linked: {
color: '#0099c9',
opacity: 1
},
size: { value: 16 },
shape: {
type: 'image',
image: {
src: 'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" stroke="%23cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="26" y="22" width="12" height="20" rx="2" ry="2" fill="%23878787" stroke="%23666666"/><rect x="18" y="16" width="8" height="14" rx="1.5" ry="1.5" fill="%23777777"/><rect x="38" y="34" width="8" height="14" rx="1.5" ry="1.5" fill="%23777777"/><path d="M22 30l6 6m8-8l6 6" stroke="%23dcdcdc"/><path d="M32 18v-6m-4 0h8" stroke="%23dcdcdc"/><circle cx="30" cy="28" r="2.2" fill="%23f0f0f0"/><circle cx="34" cy="28" r="2.2" fill="%23f0f0f0"/><path d="M26 42l-6 6m18-2l6 6" stroke="%23dcdcdc"/></g></svg>',
width: 48,
height: 48
}
},
move: {
enable: true,
speed: 0.65,
out_mode: 'out'
},
opacity: { value: 0.9 }
},
interactivity: {
events: {
onhover: { enable: false, mode: 'repulse' }
}
}
});
}
initTranslations();
});
document.addEventListener('DOMContentLoaded', () => {
const openers = document.querySelectorAll('[data-modal-open]');
const modals = document.querySelectorAll('.modal');
const closeAll = () => modals.forEach(m => m.classList.remove('show'));
openers.forEach(btn => {
btn.addEventListener('click', () => {
const id = btn.getAttribute('data-modal-open');
const modal = document.getElementById(`modal-${id}`);
if (modal) modal.classList.add('show');
});
});
document.querySelectorAll('[data-modal-close]').forEach(btn => {
btn.addEventListener('click', closeAll);
});
modals.forEach(m => m.addEventListener('click', e => {
if (e.target === m) closeAll();
}));
document.addEventListener('keyup', e => {
if (e.key === 'Escape') closeAll();
});
});
</script>
<script src="web3-wallet.js"></script>
</body>
</html>