From 31b386f890f6cb27b81f1f302e150d0bd5007e51 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 12 Sep 2024 11:02:18 +0200 Subject: [PATCH] Use icons --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e6254d..8334e4f 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,20 @@ As part of the RIOT project, the [RIOT code of conduct] applies. Projects using RIOT OS ---------------------- -* [Marian's Business Card](https://github.com/maribu/business-card): Hardware description, board support, games and text display software for business card sized board with USB power supply. -* [Marian's demo boards](https://github.com/maribu/boards): Various PCBs, including an RGB Christmas tree board, along with RIOT board support for most boards. +Icons indicate that the project offers +hardware descriptions (![oshw]), +a RIOT board description (![board]) +or RIOT applications (![app]). + + +* ![oshw] ![board] ![app] [Marian's Business Card](https://github.com/maribu/business-card): Hardware description, board support, games and text display software for business card sized board with USB power supply. +* ![oshw] ![board] [Marian's demo boards](https://github.com/maribu/boards): Various PCBs, including an RGB Christmas tree board, along with RIOT board support for most boards. More lists ---------- * [Hackster](https://www.hackster.io/riot-os) has an own list of projects using RIOT + +[oshw]: .icons/oshw.svg "PCB available as Open Hardware" +[board]: .icons/board.png "RIOT OS board definition available" +[app]: .icons/app.png "Application available"