Files
lnh-team.github.io/index.html
2025-11-25 14:11:48 -05:00

123 lines
4.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>DSpico | LNH Team</title>
<!-- Material Symbols -->
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap" rel="stylesheet">
<!-- Font of DSpico logo and for the content of webpage -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- CSS externo -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="navbar">
<div class="nav-left">
<img src="assets/lnh-logo.png" alt="Logo" class="logo-icon1">
</div>
<nav class="nav-links">
<a href="index.html" title="Home"><span class="material-symbols-outlined nav-icon">home</span></a>
<a href="dspico_hw.html" title="DSpico Hardware"><span class="material-symbols-outlined nav-icon">memory</span></a>
<a href="dspico_sw.html" title="DSpico Software"><span class="material-symbols-outlined nav-icon">folder_code</span></a>
</nav>
</header>
<div class="hero">
<div class="logo-title">
<img src="assets/dspico-logo.png" alt="DSpico logo" class="logo-icon2">
<h1>DSpico</h1>
</div>
<h3>The worlds first open-source DS(i) flashcart</h3>
<img src="assets/ds-pico.png" alt="DSpico" class="dspico-img" />
<!-- Buttons of top of webpage -->
<div class="buttons">
<a href="dspico_hw.html" class="btn secondary">
<img src="assets/dspico-logo.png" style="width: auto; height: 50px; vertical-align: middle; border-radius: 0;">DSpico Hardware
</a>
<a href="dspico_sw.html" class="btn secondary">
<img src="assets/picolauncher-logo.png" style="width: auto; height: 50px; vertical-align: middle; border-radius: 0;">DSpico Software
</a>
</div>
</div>
<!-- Features Section -->
<section id="features">
<img src="assets/dspico-logo.png" alt="DSpico logo" class="logo-icon2" style="width: 50px; height: auto; display:block; margin: 0 auto;">
<h2 style="text-align: center;">Discover DSpico</h2>
<p style="text-align: center;">DSpico is a project by the LNH team, consisting of two parts: an open-source <b>DS(i) flashcart</b> and an <b>app launcher</b> compatible with many existing DS(i) flashcarts.
<br><br>All components —PCB, software, shell, stickers, and box art— are open-source, allowing you to build it yourself, modify it, study it or improve it.<br><br>
<h2 style="text-align: center;">
<a href="dspico_hw.html" style="text-decoration: none; color: inherit;"><img src="assets/dspico-logo.png" style="width: auto; height: 50px; vertical-align: middle;" alt="Discord logo" />
DSpico Hardware</a>
</h2><br>Provides detailed information about the flashcart and its official firmware.<br>
<br><br>
<h2 style="text-align: center;">
<a href="dspico_sw.html" style="text-decoration: none; color: inherit;"><img src="assets/picolauncher-logo.png" style="width: auto; height: 50px; vertical-align: middle;" alt="Discord logo" />
DSpico Software</a>
</h2><br>Pico Launcher and Pico Loader for browsing and running your apps.
</p>
<br>
<div class="buttons">
<a href="https://github.com/LNH-team/dspico/blob/develop/GUIDE.md" class="btn build-btn">
<span class="material-symbols-outlined btn-icon">construction</span>
<span class="btn-text">Setup your DSpico now</span>
</a>
</div>
</section>
<!-- Community Section -->
<section id="community">
<div class="container">
<div class="logo-title">
<h2 style="text-align: center;">
<img src="https://logodownload.org/wp-content/uploads/2017/11/discord-logo-1-1.png" style="width: auto; height: 50px; vertical-align: middle;" alt="Discord logo" />
Community
</h2>
</div>
<p>Join the DS⁽ⁱ⁾ Mode Hacking! Discord server for help, collaboration, and sharing ideas.</p>
<div class="buttons">
<a href="https://discord.gg/fCzqcWteC4" class="btn"><span class="material-symbols-outlined">groups</span>Join Discord</a>
</div>
</div>
</section>
<!-- About Us Section -->
<section id="about-us">
<div class="container">
<div class="logo-title">
<h2 style="text-align: center;">
<img src="assets/lnh-logo.png" style="width: auto; height: 50px; vertical-align: middle;">
Who we are?
</h2>
</div>
<p class="lead"><b>LNH Team</b> is a group of enthusiasts dedicated to preserving classic consoles and software, restoring lost hardware and creating innovative projects to keep their legacy alive. </p>
<div class="logo-title">
<h2 style="text-align: center;">
<img src="assets/github-mark.png" style="width: auto; height: 50px; vertical-align: middle;"> <a href="https://github.com/LNH-team/" target="_blank">Github</a>
</h2>
</div>
</div>
</section>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>