mirror of
https://github.com/RedGrox2013/AloeGames-Site.git
synced 2026-07-13 23:16:58 +00:00
105 lines
4.6 KiB
HTML
105 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>AloeGames</title>
|
|
<link rel="icon" href="images/favicon.ico">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<canvas id="bgCanvas"></canvas>
|
|
|
|
<header>
|
|
<div class="header-left">
|
|
<div class="logo">
|
|
AloeGames
|
|
</div>
|
|
|
|
<!-- <a class="header-button" href="https://t.me/AloeGames" rel="noopener" target="_blank">
|
|
<img src="https://telegram.org/img/t_logo.svg" alt="Telegram">
|
|
</a> -->
|
|
</div>
|
|
|
|
<div class="lang-switch" onclick="toggleLang()">RU / EN</div>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<img src="images/logo.png" height="300">
|
|
<h1 id="title">We Build Worlds</h1>
|
|
<p id="desc">AloeGames is a modern, cool company that creates exciting next-generation gaming experiences (actually, we do everything but games).</p>
|
|
|
|
<form class="search-form" onsubmit="searchQuery(event)">
|
|
<select id="searchEngine" class="search-engine" aria-label="Select search engine">
|
|
<option value="google">Google</option>
|
|
<option value="duckduckgo">DuckDuckGo</option>
|
|
<option value="perplexity">Perplexity</option>
|
|
</select>
|
|
<input id="searchInput" type="search" placeholder="Search the web..." aria-label="Search query">
|
|
<button class="btn search-btn" type="submit">Search</button>
|
|
</form>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 id="aboutTitle">About Us</h2>
|
|
<p id="aboutText">We are a team of passionate developers, designers, and dreamers. Our mission is to push the
|
|
boundaries of interactive entertainment and deliver unforgettable gaming experiences.</p>
|
|
</section>
|
|
|
|
<!--<section>
|
|
<h2 id="projectsTitle">Our Projects</h2>
|
|
<div class="grid">
|
|
<div class="card"><h3>Project One</h3><p>Next-gen action experience with stunning visuals.</p></div>
|
|
<div class="card"><h3>Project Two</h3><p>Multiplayer world with deep progression systems.</p></div>
|
|
<div class="card"><h3>Project Three</h3><p>Story-driven adventure with emotional narrative.</p></div>
|
|
</div>
|
|
</section>-->
|
|
|
|
<section>
|
|
<h2 id="mirrorsTitle">Mirrors</h2>
|
|
<p id="mirrorsText">We support a free internet and provide mirrors in censorship-resistant networks:</p>
|
|
<div class="mirror-links">
|
|
<a class="mirror-card" href="http://ygg.aloegames.com/" target="_blank" rel="noopener">
|
|
<span class="mirror-icon">🌿</span>
|
|
<span class="mirror-title">Yggdrasil</span>
|
|
<span class="mirror-url">ygg.aloegames.com</span>
|
|
<span class="mirror-url">http://[201:147:a17f:a04c:b90a:fb29:342:781c]:1616</span>
|
|
</a>
|
|
<a class="mirror-card" href="http://ao7r5hzwjb2ynqc5ovy3gelsk24lz7r7yeg6rqjkzc4sqtb3ysia.b32.i2p" target="_blank" rel="noopener">
|
|
<span class="mirror-icon">🔐</span>
|
|
<span class="mirror-title">I2P</span>
|
|
<span class="mirror-url">aloe.i2p</span>
|
|
<span class="mirror-url">aloegames.i2p</span>
|
|
<span class="mirror-url">ao7r5hzwjb2ynqc5ovy3gelsk24lz7r7yeg6rqjkzc4sqtb3ysia.b32.i2p</span>
|
|
</a>
|
|
<a class="mirror-card" href="http://aloegamewcp5ivt5myay3bgy3mx65kjnutfauxditrjtbvrrn2woamqd.onion" target="_blank" rel="noopener">
|
|
<span class="mirror-icon">🧅</span>
|
|
<span class="mirror-title">Tor</span>
|
|
<span class="mirror-url">aloegamewcp5ivt5myay3bgy3mx65kjnutfauxditrjtbvrrn2woamqd.onion</span>
|
|
</a>
|
|
<a class="mirror-card" href="https://aloegames.com/" target="_blank" rel="noopener">
|
|
<span class="mirror-icon">🌐</span>
|
|
<span class="mirror-title">Clearnet</span>
|
|
<span class="mirror-url">aloegames.com</span>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 id="contactTitle">Contact</h2>
|
|
<p id="contactText">Get in touch with us for partnerships, collaborations, or just to say hello.</p>
|
|
<p>Telegram: <a class="contact-link" href="https://t.me/AloeGames" rel="noopener" target="_blank">@AloeGames</a></p>
|
|
</section>
|
|
|
|
<footer>
|
|
© 2026 AloeGames. All rights reserved.
|
|
</footer>
|
|
|
|
<script src="js/app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |