+
+
+
+
+ <%= render AppInfoComponent.new(
+ name: "Hyperdraft",
+ description: "Create text notes and (optionally) turn them into a website",
+ icon_path: "/img/app_icons/hyperdraft.png",
+ links: [
+ ["Web App", "https://hyperdraft.rosano.ca"],
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Papiers",
+ description: "A simple but powerful note-taking app",
+ icon_path: "/img/app_icons/papiers.png",
+ links: [
+ ["Web App", "https://papiers.gitlab.io"],
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Webmarks",
+ description: "Archive your bookmarks in your remote storage",
+ icon_path: "/img/app_icons/webmarks.png",
+ links: [
+ ["Web App", "https://webmarks.5apps.com"],
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Pétrolette",
+ description: "A news aggregator that syncs with your remote storage",
+ icon_path: "/img/app_icons/petrolette.png",
+ links: [
+ ["Web App", "https://petrolette.space"],
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Sharesome",
+ description: "Quickly and easily share files from your remote storage",
+ icon_path: "/img/app_icons/sharesome.png",
+ links: [
+ ["Web App", "https://sharesome.5apps.com"],
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Kommit",
+ description: "Create flashcards and learn them with spaced-repetition",
+ icon_path: "/img/app_icons/kommit.png",
+ links: [
+ ["Web App", "https://kommit.rosano.ca"],
+ ]
+ ) %>
+