<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RetroNintendo.com — 8 & 16-Bit Synthwave Archive</title>
<meta name="description" content="RetroNintendo.com — a synthwave tribute to the NES, SNES and Game Boy with complete North American game libraries.">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<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=Orbitron:wght@500;700;900&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="c-index">

<div class="bg">
  <div class="stars" id="stars"></div>
  <div class="sun"></div>
  <div class="mountains"><div class="m1"></div><div class="m2"></div></div>
  <div class="grid"></div>
  <div class="scanlines"></div>
  <div class="vignette"></div>
</div>

<header class="topbar">
  <a class="logo" href="index.html">RETRO<span>NINTENDO</span>.COM</a>
  <nav><a href="nes.html">NES</a><a href="snes.html">SNES</a><a href="gameboy.html">GAME BOY</a></nav>
</header>
<main>
  <section class="hero">
    <h1 class="chrome">RetroNintendo</h1>
    <p class="tagline"><b>1902</b> officially released North American games · 3 legendary systems · one neon grid</p>
    <div class="system-label">SELECT YOUR SYSTEM</div>
  </section>
</main>
<div class="cards">
<a class="card" href="nes.html" style="--accent:var(--pink)">
  <div class="era">8-BIT ERA</div>
  <h3>NES</h3>
  <div class="full">Nintendo Entertainment System</div>
  <p>The 8-bit machine that rebuilt the American video game industry after the 1983 crash. Launched in New York City on October 18, 1985, the NES shipped with a lockout chip, the Seal of Quality — and a legendary library that made Super Mario, Zelda and Metroid household names.</p>
  <div class="meta"><span>675 NA GAMES</span><span>Oct 18, 1985</span><span>$199.99</span></div>
  <div class="enter">ENTER →</div>
</a>
<a class="card" href="snes.html" style="--accent:var(--cyan)">
  <div class="era">16-BIT ERA</div>
  <h3>SNES</h3>
  <div class="full">Super Nintendo Entertainment System</div>
  <p>Nintendo's 16-bit titan landed August 23, 1991 with Super Mario World in the box. Mode 7 scaling, the FX chip, and a golden era of RPGs made the Super NES the console where 16-bit dreams came true.</p>
  <div class="meta"><span>721 NA GAMES</span><span>Aug 23, 1991</span><span>$199.99</span></div>
  <div class="enter">ENTER →</div>
</a>
<a class="card" href="gameboy.html" style="--accent:var(--green)">
  <div class="era">HANDHELD ERA</div>
  <h3>GAME BOY</h3>
  <div class="full">Nintendo Game Boy</div>
  <p>The gray brick that started the handheld revolution — July 31, 1989, Tetris in the box, four AA batteries in the back, and a pea-soup screen that somehow ate 15 hours of your bus ride. 118 million Game Boys later, the world still hasn't put it down.</p>
  <div class="meta"><span>506 NA GAMES</span><span>Jul 31, 1989</span><span>$89.99</span></div>
  <div class="enter">ENTER →</div>
</a></div>

<footer>
  <div class="foot-logo">RETRONINTENDO.COM</div>
  <div>Game lists sourced from Wikipedia — every title listed was officially licensed and released
  in North America for its platform.</div>
  <div>Fan tribute site. Not affiliated with Nintendo. All games &amp; trademarks belong to their
  respective owners. <a href="index.html">Back to the grid →</a></div>
</footer>
</body>
</html>