rmc_website/_layouts/devinfo.html
Lillian Skinner 0ca0b0fc7a Use a CSV for basic program info
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 😛
2023-11-08 23:57:00 -05:00

34 lines
1.8 KiB
HTML

---
layout: dsiware
---
<div class="float-container">
<div class="float-child1">
<div class="container" style="width:70%;">
<div class="" style="position:static;">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_widebarnoprompt_u.png" style="width:76.2vw;position:static;">
</div>
<div class="othertext" style="width:75.2vw;background-size: 100%;background-image: url('https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_widepromptnobar.png');position:static;">
{% assign ENTRY = site.data.dsinfo | find:"PROGRAM",page.app %}
<h1>{{ ENTRY.TITLE }}</h1>
{{ content }}
<p style="visibility: hidden;">paddingpaddingpaddingwhydoIneedpaddingwhydidImakethis siteIamsodumb</p><span style="font-size: .1vw;">&nbsp;</span>
</div>
</div>
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_widebarnoprompt_d.png" style="width:76.2vw;margin-right:10%:margin-top:3%;">
</div>
</div>
<div class="float-container" style="float:right;">
<div class="float-child1">
<div class="container" style="width:70%;">
<div class="" style="position:static;">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_thinbarnoprompt_u.png" style="width:19.2vw;height:100%;position:static;">
</div>
<div class="othertext" style="width:18.2vw;background-size: 100%;background-image: url('https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_thinpromptnobar.png');position:static;">
{% include devcsv.html %}
<span style="font-size: .1vw;">&nbsp;</span>
</div>
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_thinbarnoprompt_d.png" style="width:19.2vw;margin-right:10%:margin-top:3%;">
</div>
</div>