Files
TEAMGATTACAHUB/index.html
T
2026-06-25 21:24:44 +00:00

72 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Gattaca</title>
<meta name="description" content="A hub for our game guide sites.">
<link rel="icon" type="image/png" href="images/TeamGattaca2.png">
<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=Chakra+Petch:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css?v=5">
</head>
<body>
<header class="site-header">
<div class="header-inner">
<img src="images/TeamGattaca2.png" alt="Team Gattaca" class="logo">
<h1 class="tagline">Team Gattaca Game Hub</h1>
<p class="sub">Guides, maps, and strategies — all in one place.</p>
</div>
</header>
<main class="container">
<div class="section-label">
<span>Games</span>
<div class="line"></div>
</div>
<div class="grid">
<a class="tile" href="https://eft.thedarkelite.com" target="_blank" rel="noopener">
<div class="tile-cover" style="background:linear-gradient(135deg,#2a3340,#0f1318);"></div>
<div class="tile-body">
<h2>Escape From Tarkov</h2>
<p>Maps, Goons, Flea Market, and more!</p>
</div>
</a>
<div class="tile tile-soon">
<div class="tile-cover" style="background:linear-gradient(135deg,#1f1f24,#0c0c10);"></div>
<div class="tile-body">
<h2>Coming Soon</h2>
<p>Another site on the way.</p>
</div>
</div>
<div class="tile tile-soon">
<div class="tile-cover" style="background:linear-gradient(135deg,#1f1f24,#0c0c10);"></div>
<div class="tile-body">
<h2>Coming Soon</h2>
<p>Another site on the way.</p>
</div>
</div>
<div class="tile tile-soon">
<div class="tile-cover" style="background:linear-gradient(135deg,#1f1f24,#0c0c10);"></div>
<div class="tile-body">
<h2>Coming Soon</h2>
<p>Another site on the way.</p>
</div>
</div>
</div>
</main>
<footer class="site-footer">
<p>&copy; <span id="year"></span> Team Gattaca</p>
</footer>
<script>document.getElementById('year').textContent = new Date().getFullYear();</script>
</body>
</html>