-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
executable file
·71 lines (66 loc) · 4.2 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
---
title: Index
layout: dsiware
redirect_from: /dsidev/index.html
---
<marquee class="scroller"><code style="font-size:40px;" scrollamount="10">The website by junkers for junkers. Greetings to ufo, lasscat, togemet2, Rolfie, HudU, xp, Haifisch, MaxiBash, RedBees, March42, NinjaCheetah, DamiDoop, scalr, pancake, Voodooween, Kelly, MarioDS64, MrPinball64, j4m13c0, Dionicio3, and collection_nintendo! Thanks to everyone across the web who has dumped, mirrored, or documented these programs. This entire website was designed by me, and me alone (unless you count stack overflow (and if you ignore DamiDoop the icon maker)). Sure, it's barely working, but at least it looks nicer and has more information than any other public sites. Y'all need to remember that there's more than just TwlNmenu and NandFiler. Also just include damn links! These programs don't do any good when you can't download and use them. Oh well, at least I've fixed that now. Now you can run all official DS brickers and NAND editing tools... oh. Maybe there's a reason not everything gets shared. Good luck staying safe! In other news, this site is fully self hosted! No more big companies limiting what I can do!</code></marquee>
<!-- ^ Real sigmas up here. -->
<div style="margin:1%;">
<div class="info" style="margin-top:1vw;margin-left:auto;margin-right:auto;width:60%;color:black">
<h4>News: <a href="/dsidev/release/dev-nands_update.html">MangaON DSi Update: Build recovered</a></h4>
A build of the cancelled digital manga service called MangaON has been recovered by <b>MrPinball64</b>! This was assumed to be overwritten in our old release, but it was just fragmented!
</div><br>
<div class="devinfo-container-main releasepage colorbox">
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;" class="pixelate">
<div style="background-image: url('{{ site.imgui }}menu/dsi_widepromptnobar.png');background-size:100% 100%;position: static;display: inline-block;">
<div class="devinfo-main" style="position:relative;"><br>
<h2 style="padding-top:0;">Welcome to random meaningless characters!</h2>
<p>
Welcome! This site is focused on documenting every single DS/DSi factory and development app, as well as prototype firmwares and hardware. We have the largest collection of apps publicly available, the most accurate information, and things you'll have never heard of. We also do prototype/dev releases, so if you have any cartridges or development units, <a href="/contact.html">get in touch</a>
</p>
</div>
</div>
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_d.png" style="width: 100%;display: block;" class="pixelate">
</div>
</div>
<!-- I retract all previous negative statements about RGD -->
<div class="flex-container">
{% assign i = 0 %}
{% for ENTRY in site.data.dsinfo -%}
{%- if ENTRY.PUBLISHED == "TRUE" -%}
<div class="parent_or_guardian colorbox{{ i }}">
<div class="flexception">
<div class="flexceptionception">
<div>
<img src="{{ site.imgdir }}{{ ENTRY.PROGRAM }}/{{ ENTRY.PROGRAM }}.gif" width="52px" height="52px">
</div>
<div class="prompt_header">
<div class="flexceptionception_the_flexening">
<div class="prompt_title">
{{ ENTRY.TITLE }}
</div>
<div>
<b>Target: </b>
{%- if ENTRY.SYSTEM == "TWL (DSi)" -%}
<span style="color:#ff0000;">{{ ENTRY.SYSTEM }}</span>
{%- else -%}
<span style="color:#3399ff;">{{ ENTRY.SYSTEM }}</span>
{%- endif -%}
</div>
</div>
</div>
</div>
<div class="prompt_info">
<i>{{ ENTRY.DESC }}</i>
</div>
</div>
<img class="prompt" src="{{ site.imgui }}menu/green/dsi_prompt.png">
<a href="/dsidev/{{ ENTRY.PROGRAM | downcase }}.html"><img class="prompt_two_a_new_hover" src="{{ site.imgui }}menu/dsi_prompthover.png"></a>
</div>
{% assign i = i | plus:1 %}
{%- if i == 4 -%}
{% assign i = 0 %}
{%- endif -%}
{%- endif -%}
{%- endfor %}
</div>