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 😛
9 lines
543 B
HTML
9 lines
543 B
HTML
---
|
|
layout: devinfo
|
|
app: WiFiIcon
|
|
---
|
|
This app was likely used to demonstrate displaying the small wifi icon on the home screen, found on the top left of an app's banner. The app itself just turns the screen blue (not an error, it was programmed to do that).
|
|
|
|
<div style="text-align:center;"><h1>Screenshots:</h1>
|
|
<div style="width: 35vw;"><img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/screenshots/WiFiIcon/wifiicon.png" style="width:30vw;filter:drop-shadow(0.25rem 0.25rem 0.5rem #000000);"></div>
|