Subir archivos a "/"
This commit is contained in:
+326
@@ -0,0 +1,326 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GameCathode | Build Process Showcase</title>
|
||||
<meta name="description" content="The build journey of GameCathode - from a discarded CRT television to a fully functional retro emulation center built with 100% recycled hardware.">
|
||||
<meta name="author" content="Juan Raul Rodriguez Gil">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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=Inter:wght@300;400;600;800&family=Fira+Code:wght@400;600&family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="star-field" aria-hidden="true"></div>
|
||||
<div class="grid-overlay" aria-hidden="true"></div>
|
||||
|
||||
<section class="hero">
|
||||
<div class="hero-bg-grid"></div>
|
||||
<div class="hero-content">
|
||||
<div class="badge">BUILD PROCESS // GAMECATHODE</div>
|
||||
<h1>From <span class="highlight">Trash</span> to <span class="highlight">Treasure</span></h1>
|
||||
<p class="hero-subtitle">The complete transformation of a discarded Minerva MT 5511 CRT television into a self-contained retro emulation powerhouse — built entirely from recycled hardware.</p>
|
||||
<div class="hero-stats">
|
||||
<div class="hero-stat">
|
||||
<span class="hero-stat-number">7</span>
|
||||
<span class="hero-stat-label">Components Recycled</span>
|
||||
</div>
|
||||
<div class="hero-stat">
|
||||
<span class="hero-stat-number">100%</span>
|
||||
<span class="hero-stat-label">Recycled Hardware</span>
|
||||
</div>
|
||||
<div class="hero-stat">
|
||||
<span class="hero-stat-number">0</span>
|
||||
<span class="hero-stat-label">Components Bought New</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hero-buttons">
|
||||
<a href="https://gamecathode.readthedocs.io/es/docs-english/" target="_blank" rel="noopener noreferrer" class="btn btn-primary">📖 Read the Docs</a>
|
||||
<a href="https://github.com/jrodriiguezg/GameCathode" target="_blank" rel="noopener noreferrer" class="btn btn-secondary">⌨️ GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="transformation">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<h2>The Transformation</h2>
|
||||
<p>Every great build starts with a vision. This one started with a trash bin.</p>
|
||||
</div>
|
||||
<div class="comparison">
|
||||
<div class="comparison-card before">
|
||||
<div class="comparison-label">BEFORE</div>
|
||||
<div class="comparison-icon">
|
||||
<svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="M8 20h8"/><path d="M12 16v4"/><path d="M6 8l4 4-4 4"/><line x1="14" y1="12" x2="18" y2="12"/></svg>
|
||||
</div>
|
||||
<h3>Discarded CRT Television</h3>
|
||||
<p>A Minerva MT 5511 found at a workshop cleanup — considered obsolete, heavy, and worthless. The kind of thing most people walk past without a second thought.</p>
|
||||
<ul class="comparison-list">
|
||||
<li>Analog-only display</li>
|
||||
<li>No input ports</li>
|
||||
<li>Dusty, neglected casing</li>
|
||||
<li>Scheduled for landfill</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="comparison-arrow">
|
||||
<div class="arrow-line"></div>
|
||||
<div class="arrow-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14"/><path d="M12 5l7 7-7 7"/></svg>
|
||||
</div>
|
||||
<div class="arrow-line"></div>
|
||||
</div>
|
||||
<div class="comparison-card after">
|
||||
<div class="comparison-label">AFTER</div>
|
||||
<div class="comparison-icon after-icon">
|
||||
<svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="M8 20h8"/><path d="M12 16v4"/><circle cx="12" cy="12" r="3"/><path d="M12 9v-2"/><path d="M12 15v2"/></svg>
|
||||
</div>
|
||||
<h3>Retro Emulation Center</h3>
|
||||
<p>A fully self-contained gaming machine running an Intel i7, outputting native analog video to the original CRT tube — zero input lag, pure retro aesthetics.</p>
|
||||
<ul class="comparison-list">
|
||||
<li>Pure CRT analog output</li>
|
||||
<li>Runs Dolphin, RetroArch, and more</li>
|
||||
<li>Custom thermal solution</li>
|
||||
<li>100% recycled internals</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="timeline-section">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<h2>The Build Journey</h2>
|
||||
<p>Six stages. One vision. Zero new parts.</p>
|
||||
</div>
|
||||
<div class="timeline">
|
||||
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-stage">01 <span class="completed-badge">COMPLETED</span></div>
|
||||
<h3>Planning</h3>
|
||||
<p>Conceptualization begins. Originally planned around a Raspberry Pi 4, the scope quickly expanded when Dolphin emulation demanded x86 power. The Minerva MT 5511 CRT was selected as the chassis — its deep cabinet and sturdy frame make it ideal for housing PC internals.</p>
|
||||
<div class="timeline-tags">
|
||||
<span class="tag">Architecture Design</span>
|
||||
<span class="tag">Component Sourcing</span>
|
||||
<span class="tag">Feasibility Study</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-stage">02 <span class="completed-badge">COMPLETED</span></div>
|
||||
<h3>Disassembly</h3>
|
||||
<p>Carefully discharging the CRT anode, removing the original board, and gutting the Minerva's internals. The cathode tube is preserved — this is the soul of the project. Every original PCB and wire is catalogued for potential reuse.</p>
|
||||
<div class="timeline-tags">
|
||||
<span class="tag">CRT Discharge</span>
|
||||
<span class="tag">Component Salvage</span>
|
||||
<span class="tag">Safety Protocol</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-stage">03 <span class="completed-badge">COMPLETED</span></div>
|
||||
<h3>Modification</h3>
|
||||
<p>The deep cabinet is retrofitted to accommodate ATX/ITX components. A 300W power supply is modified to fit the confined space. Custom mounting brackets are fabricated from scrap metal. Ventilation channels are cut and tested for optimal airflow.</p>
|
||||
<div class="timeline-tags">
|
||||
<span class="tag">Chassis Fabrication</span>
|
||||
<span class="tag">PSU Modification</span>
|
||||
<span class="tag">Airflow Design</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-stage">04 <span class="completed-badge">COMPLETED</span></div>
|
||||
<h3>Assembly</h3>
|
||||
<p>The Intel i7 (1st Gen), 8GB DDR3 RAM, and Nvidia GeForce 7300 are installed into the modified chassis. The GPU is chosen specifically for its native AV output capability — no HDMI converters, no digital artifacts, just pure analog signal to the CRT phosphors.</p>
|
||||
<div class="timeline-tags">
|
||||
<span class="tag">Component Install</span>
|
||||
<span class="tag">Cable Management</span>
|
||||
<span class="tag">GPU Configuration</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-stage">05 <span class="completed-badge">COMPLETED</span></div>
|
||||
<h3>Testing</h3>
|
||||
<p>First boot into the modified CRT. Thermal stress tests running RetroArch, Dolphin, and other emulators. WiFi connectivity validated via the D-Link card. Custom airflow design proves effective — stable temperatures under sustained load. The analog video output is calibrated for the CRT's native resolution.</p>
|
||||
<div class="timeline-tags">
|
||||
<span class="tag">Thermal Testing</span>
|
||||
<span class="tag">Emulator Benchmarks</span>
|
||||
<span class="tag">Video Calibration</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot completed"></div>
|
||||
<div class="timeline-content">
|
||||
<div class="timeline-stage">06 <span class="completed-badge">COMPLETED</span></div>
|
||||
<h3>Completion</h3>
|
||||
<p>GameCathode is alive. A vintage CRT television running modern emulation software, powered entirely by recycled hardware. Pure analog output. Zero input lag. Zero waste. The build proves that obsolete tech still holds immense value — if you're willing to transform it.</p>
|
||||
<div class="timeline-tags">
|
||||
<span class="tag">Deployed</span>
|
||||
<span class="tag">Production Ready</span>
|
||||
<span class="tag">Zero Waste</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="bom-section">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<h2>Bill of Materials</h2>
|
||||
<p>Every component in this build was salvaged, recycled, or repurposed.</p>
|
||||
</div>
|
||||
<div class="bom-grid">
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="M8 20h8"/><path d="M12 16v4"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Display Enclosure</div>
|
||||
<div class="bom-card-name">Minerva MT 5511 CRT</div>
|
||||
<div class="bom-card-source">Workshop salvage</div>
|
||||
</div>
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><path d="M9 1v3"/><path d="M15 1v3"/><path d="M9 20v3"/><path d="M15 20v3"/><path d="M20 9h3"/><path d="M20 14h3"/><path d="M1 9h3"/><path d="M1 14h3"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Processor</div>
|
||||
<div class="bom-card-name">Intel Core i7 (1st Gen)</div>
|
||||
<div class="bom-card-source">Salvaged desktop</div>
|
||||
</div>
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="6" width="20" height="12" rx="2"/><path d="M6 6V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2"/><line x1="12" y1="10" x2="12" y2="14"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Memory</div>
|
||||
<div class="bom-card-name">8 GB DDR3 RAM</div>
|
||||
<div class="bom-card-source">Salvaged desktop</div>
|
||||
</div>
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="8" width="20" height="8" rx="2"/><path d="M6 8V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2"/><circle cx="12" cy="12" r="2"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Graphics (AV Out)</div>
|
||||
<div class="bom-card-name">Nvidia GeForce 7300 256MB</div>
|
||||
<div class="bom-card-source">Salvaged desktop</div>
|
||||
</div>
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 12H2"/><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"/><line x1="6" y1="16" x2="6.01" y2="16"/><line x1="10" y1="16" x2="10.01" y2="16"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Storage</div>
|
||||
<div class="bom-card-name">500GB HDD</div>
|
||||
<div class="bom-card-source">Salvaged desktop</div>
|
||||
</div>
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Power Delivery</div>
|
||||
<div class="bom-card-name">Modified 300W PSU</div>
|
||||
<div class="bom-card-source">Salvaged & modified</div>
|
||||
</div>
|
||||
<div class="bom-card">
|
||||
<div class="bom-card-icon">
|
||||
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 12.55a11 11 0 0 1 14.08 0"/><path d="M1.42 9a16 16 0 0 1 21.16 0"/><path d="M8.53 16.11a6 6 0 0 1 6.95 0"/><line x1="12" y1="20" x2="12.01" y2="20"/></svg>
|
||||
</div>
|
||||
<div class="bom-card-role">Networking</div>
|
||||
<div class="bom-card-name">D-Link WiFi Card</div>
|
||||
<div class="bom-card-source">Salvaged desktop</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="highlights-section">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<h2>Project Highlights</h2>
|
||||
<p>What makes this build different from every other emulation box.</p>
|
||||
</div>
|
||||
<div class="highlights-grid">
|
||||
<div class="highlight-card">
|
||||
<div class="highlight-number">01</div>
|
||||
<span class="unlocked-badge">🔓 UNLOCKED</span>
|
||||
<h3>Pure CRT Experience</h3>
|
||||
<p>No digital-to-analog HDMI lag. The system outputs a native analog signal via the Nvidia GeForce 7300 for pixel-perfect retro aesthetics. Every scanline, every phosphor glow — exactly as developers intended.</p>
|
||||
</div>
|
||||
<div class="highlight-card">
|
||||
<div class="highlight-number">02</div>
|
||||
<span class="unlocked-badge">🔓 UNLOCKED</span>
|
||||
<h3>Heavy Emulation</h3>
|
||||
<p>Unlike standard SBCs, the Intel i7 provides enough overhead to comfortably emulate demanding systems like GameCube via Dolphin. The first-gen i7 still packs enough punch for titles that would choke a Raspberry Pi.</p>
|
||||
</div>
|
||||
<div class="highlight-card">
|
||||
<div class="highlight-number">03</div>
|
||||
<span class="unlocked-badge">🔓 UNLOCKED</span>
|
||||
<h3>100% Recycled</h3>
|
||||
<p>Built completely from workshop scrap and salvaged parts. Every component was pulled from obsolete hardware destined for landfill. Proof that obsolete tech still holds immense value when reimagined.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="build-stats">
|
||||
<div class="container">
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<div class="stat-number">7</div>
|
||||
<div class="stat-label">Recycled Components</div>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-number">100%</div>
|
||||
<div class="stat-label">Salvaged Hardware</div>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-number">6</div>
|
||||
<div class="stat-label">Build Stages</div>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-number">0</div>
|
||||
<div class="stat-label">New Parts Purchased</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="press-start-section">
|
||||
<div class="container">
|
||||
<div class="press-start-content">
|
||||
<span class="press-start-text">▶ PRESS START ◀</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 Juan Raul Rodriguez Gil. Maker, SysAdmin & Tech Enthusiast.<br>
|
||||
<a href="https://jrodriiguezg.link" class="footer-link">jrodriiguezg.link</a> |
|
||||
<a href="https://github.com/jrodriiguezg/GameCathode" target="_blank" rel="noopener noreferrer" class="footer-link">GitHub</a> |
|
||||
<a href="https://gamecathode.readthedocs.io/es/latest/" target="_blank" rel="noopener noreferrer" class="footer-link">Docs</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user