mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
Jekyll + CSV will generate...
- Titlecards on index.html
- Download links
- Banner "image"
CDN has also been changed to have uniform file paths that can be assembled via the CSV. Sorry dad, stole the nice naming from the magazine index 😛
14 lines
831 B
HTML
14 lines
831 B
HTML
---
|
|
layout: devinfo
|
|
app: Shop
|
|
---
|
|
This is a DSi Shop used for debugging.
|
|
<br>
|
|
The app features pages for downloading test programs/save data, testing all EC functions (ticket management,
|
|
<br>
|
|
All the info (along with an interactive web demo) has been placed <a href="dsishop/startup.html">here</a>.
|
|
<div style="text-align:center;"><h1>Screenshots:</h1>
|
|
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/NandSweeper/nandsweeper_sweep.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div>
|
|
<div style="float: left;width: 35vw;"><img src="/assets/dsi/screenshots/NandSweeper/nandsweeper_dump.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);padding-bottom:2vw;"></div></div>
|