diff --git a/configs/config.json b/configs/config.json index db6bbc2..b8b558c 100644 --- a/configs/config.json +++ b/configs/config.json @@ -705,6 +705,25 @@ "url": "https://play.google.com/store/apps/details?id=com.legeartisgames.epidemy" } ] + }, + { + "title": "Sideband", + "image": "./static/images/projects_gallery/sideband-thumb.jpg", + "description": "A messaging application for Reticulum mesh network software. Allows communication using LoRA, internet and other interfaces.", + "links": [ + { + "name": "Website", + "url": "https://unsigned.io/software/Sideband.html" + }, + { + "name": "GitHub", + "url": "https://github.com/markqvist/Sideband" + }, + { + "name": "Reticulum Project", + "url": "https://reticulum.network/" + } + ] } ] } diff --git a/content/static/images/projects_gallery/sideband-thumb.jpg b/content/static/images/projects_gallery/sideband-thumb.jpg new file mode 100644 index 0000000..6273e9a Binary files /dev/null and b/content/static/images/projects_gallery/sideband-thumb.jpg differ