|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>About - Netagotchi Firmware Web Flasher</title> |
|
|
<script src="https://cdn.tailwindcss.com"></script> |
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
|
<script> |
|
|
tailwind.config = { |
|
|
theme: { |
|
|
extend: { |
|
|
colors: { |
|
|
'netagotchi-purple': '#7e22ce', |
|
|
'netagotchi-blue': '#3b82f6', |
|
|
'netagotchi-dark': '#0f172a', |
|
|
'netagotchi-light': '#e0e7ff' |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
<style type="text/css"> |
|
|
.glow-box { |
|
|
box-shadow: 0 0 15px rgba(126, 34, 206, 0.7); |
|
|
border-radius: 12px; |
|
|
border: 1px solid rgba(126, 34, 206, 0.3); |
|
|
} |
|
|
</style> |
|
|
</head> |
|
|
<body class="bg-netagotchi-dark text-gray-200 min-h-screen"> |
|
|
<div class="container mx-auto px-4 py-8"> |
|
|
<header class="text-center mb-12"> |
|
|
<div class="flex justify-center mb-6"> |
|
|
<div class="bg-netagotchi-purple w-16 h-16 rounded-full flex items-center justify-center"> |
|
|
<i class="fas fa-info-circle text-white text-2xl"></i> |
|
|
</div> |
|
|
</div> |
|
|
<h1 class="text-3xl md:text-4xl font-bold text-white mb-2"> |
|
|
About <span class="text-netagotchi-purple">Netagotchi</span> |
|
|
</h1> |
|
|
<p class="text-netagotchi-light opacity-80 max-w-2xl mx-auto"> |
|
|
Learn more about the Netagotchi firmware and web flasher project |
|
|
</p> |
|
|
</header> |
|
|
|
|
|
<div class="glow-box bg-gray-800 rounded-xl p-6 mb-8"> |
|
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
|
|
<div> |
|
|
<h2 class="text-xl font-bold text-netagotchi-purple mb-4">Project Overview</h2> |
|
|
<p class="text-netagotchi-light opacity-90 mb-4"> |
|
|
Netagotchi is an open-source firmware project designed for ESP32-based devices, |
|
|
bringing retro-inspired digital pet functionality to modern hardware platforms. |
|
|
</p> |
|
|
<p class="text-netagotchi-light opacity-90 mb-4"> |
|
|
The web-based flasher provides an easy way to install and update Netagotchi firmware |
|
|
without requiring complex desktop software or command-line tools. |
|
|
</p> |
|
|
<div class="bg-gray-900 rounded-lg p-4 mt-4"> |
|
|
<h3 class="font-bold mb-2">Key Features:</h3> |
|
|
<ul class="list-disc list-inside text-sm space-y-1"> |
|
|
<li>Web-based firmware flashing (no install required)</li> |
|
|
<li>Support for multiple ESP32 devices</li> |
|
|
<li>Real-time progress tracking</li> |
|
|
<li>Automatic device detection</li> |
|
|
<li>Firmware verification and backup</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<h2 class="text-xl font-bold text-netagotchi-purple mb-4">Technical Details</h2> |
|
|
<div class="bg-gray-900 rounded-lg p-4 mb-4"> |
|
|
<h3 class="font-bold mb-2">Built With:</h3> |
|
|
<ul class="list-disc list-inside text-sm space-y-1"> |
|
|
<li>Web Serial API for browser-based communication</li> |
|
|
<li>ESP-IDF framework compatibility</li> |
|
|
<li>Modern web technologies (HTML5, CSS3, JavaScript)</li> |
|
|
<li>Tailwind CSS for responsive design</li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div class="bg-gray-900 rounded-lg p-4"> |
|
|
<h3 class="font-bold mb-2">Requirements:</h3> |
|
|
<ul class="list-disc list-inside text-sm space-y-1"> |
|
|
<li>Chrome/Edge browser (version 89+)</li> |
|
|
<li>USB connection to target device</li> |
|
|
<li>Internet connection for initial load</li> |
|
|
<li>Supported ESP32-based hardware</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="glow-box bg-gray-800 rounded-xl p-6 text-center"> |
|
|
<h2 class="text-xl font-bold text-netagotchi-purple mb-4">Open Source</h2> |
|
|
<p class="text-netagotchi-light opacity-90 mb-4"> |
|
|
Netagotchi is an open-source project. Contributions, bug reports, and feature requests are welcome! |
|
|
</p> |
|
|
<div class="flex justify-center gap-4"> |
|
|
<a href="#" class="bg-netagotchi-purple hover:bg-netagotchi-blue transition-colors px-6 py-2 rounded-lg font-semibold"> |
|
|
<i class="fab fa-github mr-2"></i> GitHub |
|
|
</a> |
|
|
<a href="#" class="bg-gray-700 hover:bg-gray-600 transition-colors px-6 py-2 rounded-lg font-semibold"> |
|
|
<i class="fas fa-book mr-2"></i> Documentation |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="flex justify-center gap-6 mt-8"> |
|
|
<a href="index.html" class="text-netagotchi-light hover:text-netagotchi-purple transition-colors text-sm"> |
|
|
<i class="fas fa-home mr-1"></i> Home |
|
|
</a> |
|
|
<a href="devices.html" class="text-netagotchi-light hover:text-netagotchi-purple transition-colors text-sm"> |
|
|
<i class="fas fa-microchip mr-1"></i> Devices |
|
|
</a> |
|
|
<a href="troubleshooting.html" class="text-netagotchi-light hover:text-netagotchi-purple transition-colors text-sm"> |
|
|
<i class="fas fa-wrench mr-1"></i> Troubleshooting |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<script> |
|
|
|
|
|
const currentPage = window.location.pathname.split('/').pop(); |
|
|
document.querySelectorAll('a[href="' + currentPage + '"]').forEach(link => { |
|
|
link.classList.add('text-netagotchi-purple', 'font-semibold'); |
|
|
link.classList.remove('hover:text-netagotchi-purple'); |
|
|
}); |
|
|
</script> |
|
|
</body> |
|
|
</html> |