-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
257 lines (243 loc) · 8.8 KB
/
index.html
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="panda.css" />
<link rel="stylesheet" href="hamburger.css" />
<link rel="stylesheet" href="wave.css" />
<link rel="icon" href="images/panda-icon.png">
<title>Home - Panda3DS</title>
<meta
name="description"
content="Panda3DS is a new Nintendo 3DS emulator for Windows, MacOS, Linux and Android. It allows fans of the console to enjoy their favourite games with various enhancements and unique features on all their devices, be it a laptop, a desktop, or on the go."
/>
<meta name="twitter:creator" content="@Panda3DS_emu" />
<meta name="twitter:card" content="summary" />
</head>
<body style="background-color: #ffe5b4">
<!-- Navbar -->
<nav
class="navbar navbar-expand-md sticky-top border-bottom"
data-bs-theme="dark"
style="background-color: #ce5151c8"
>
<div class="container justify-content-center">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvas"
aria-controls="#offcanvas"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="offcanvas offcanvas-end"
tabindex="-1"
id="#offcanvas"
aria-labelledby="#offcanvasLabel"
>
<div class="offcanvas-body">
<ul class="navbar-nav nav-menu flex-grow-1 justify-content-center">
<li class="nav-item">
<a class="nav-link" href="index.html" style="color: #ffffff"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="download.html" style="color: #ffffff"
>Download</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html" style="color: #ffffff"
>FAQ</a
>
</li>
<div class="dropdown">
<button
class="btn dropdown-toggle"
style="color: #ffffff"
type="button"
id="dropdownMenuButton"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Community
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://discord.gg/ZYbugsEmsw"
>Discord</a
>
<a
class="dropdown-item"
href="https://twitter.com/Panda3DS_emu"
>Twitter</a
>
<a
class="dropdown-item"
href="https://m.pandasemi.co/@Panda3DS"
>Mastodon</a
>
<a
class="dropdown-item"
href="https://www.youtube.com/@Panda3DS"
>Youtube</a
>
<a
class="dropdown-item"
href="https://www.reddit.com/r/Panda3DS/"
>Reddit</a
>
</div>
</div>
<div class="dropdown">
<button class="btn dropdown-toggle" style="color:#ffffff" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Donate
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://www.patreon.com/wheremyfoodat">Patreon</a>
<a class="dropdown-item" href="https://ko-fi.com/wheremyfoodat">Ko-Fi</a>
</div>
</div>
<li class="nav-item">
<a
class="nav-link"
href="https://github.com/wheremyfoodat/Panda3DS"
style="color: #ffffff"
>Github</a
>
</li>
</ul>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</div>
</nav>
<main class="main-container">
<!-- Card -->
<div
class="card my-3"
style="
max-width: 800px;
margin: auto;
text-align: center;
border-radius: 10px;
"
>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Panda3DS emulator</h5>
<p class="card-text">
Panda3DS is a new emulator for the Nintendo 3DS. It allows
fans of the console to enjoy their favourite games with
various enhancements and unique features on all their devices,
be it a laptop, a desktop, or on the go with a Steam Deck (and
phone someday).
</p>
<a href="download.html" class="btn btn-primary">
Download Panda3DS
</a>
</div>
</div>
</div>
<div class="col-sm-6 d-flex justify-content-center">
<img
src="images/KirbyRobobot2.png"
alt="Kirby Planet Robobot running on Panda3DS"
class="card-img"
style="width: auto; height: auto"
/>
</div>
</div>
</div>
<!-- Introduction -->
<div
class="card mb-3 mt-3"
style="
max-width: 80%;
margin: auto;
text-align: center;
border-radius: 10px;
background-color: #f67e8ec8;
padding: 10px 20px;
"
>
<p>
Welcome to the home site for Panda3DS, a new emulator hoping to bring
all sorts of unique features to the 3DS emulation scene, such as
support for scripting, various enhancements, support for all sorts of
platforms, development tools, and more! You can download the emulator
via the "Downloads" tab, find our Discord server and social media via
the "Community" tab, or look at the "FAQ" tab if you've got any
questions.
<br /><br />
If you need support using Panda3DS, or if you'd like to pitch in an
idea for the developer team, make sure to let us know in our Discord
server or by submitting an issue on Github!
</p>
</div>
</main>
<svg
class="waves"
viewBox="0 24 150 28"
preserveAspectRatio="none"
shape-rendering="auto"
>
<defs>
<path
id="gentle-wave"
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"
/>
</defs>
<g class="parallax">
<use xlink: href="#gentle-wave" x="48" y="0" fill="rgba(246, 126, 152,
0.7)"/> <use xlink: href="#gentle-wave" x="48" y="3" fill="rgba(246,
126, 152, 0.5)"/> <use xlink: href="#gentle-wave" x="48" y="5"
fill="rgba(246, 126, 152, 0.3)"/> <use xlink: href="#gentle-wave" x="48"
y="7" fill="rgba(246, 126, 152, 0.3)"/>
</g>
</svg>
<!-- <marquee>I love Luca's mother</marquee> -->
<!-- may the open source be with you -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="hamburger.js"></script>
</body>
</html>