-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (119 loc) · 5.53 KB
/
index.html
File metadata and controls
139 lines (119 loc) · 5.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!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 world’s 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>
<!-- Default Statcounter code for LNH website
https://www.lnh-team.org/ -->
<script type="text/javascript">
var sc_project=13200743;
var sc_invisible=1;
var sc_security="10330443";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/13200743/0/10330443/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>