···11---
22import Page from "../layouts/page.astro";
3344-import "@picocss/pico/css/pico.colors.css";
44+// import "@picocss/pico/css/pico.colors.css";
55import "../styles/reset.css";
66import "../styles/fonts.css";
77import "../styles/pages/index.css";
···6464 ))
6565 }
6666 </ul>
6767+6868+ <h3>Data storage</h3>
6969+7070+ <p>
7171+ <em
7272+ >Applets that manage input and output of the system. Where input is audio files or
7373+ streams, and output is derived data such as a music playlist.</em
7474+ >
7575+ </p>
7676+7777+ <h3>Data processing</h3>
7878+7979+ <p>
8080+ <em
8181+ >These applets interact with the bytes provided by the data storage, or provide to. This
8282+ processed data can then be passed to the UI layer and engine applets.</em
8383+ >
8484+ </p>
8585+8686+ <h3>Additional</h3>
8787+8888+ <p>
8989+ <em>Supplemental applets, such as scrobblers.</em>
9090+ </p>
6791 </section>
6892 </main>
6993</Page>