From c8473660228e63f4843ae71fa1a622534c42873e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Ilja=C5=BE?= Date: Tue, 29 Oct 2024 14:57:28 +0100 Subject: [PATCH] Add Webacus (#550) --- resources/w.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/w.ts b/resources/w.ts index 3723a31b..05248f9a 100644 --- a/resources/w.ts +++ b/resources/w.ts @@ -90,6 +90,13 @@ export const resources: Resource[] = [ 'WAVE is a suite of evaluation tools that helps authors make their web content more accessible to individuals with disabilities. WAVE can identify many accessibility and Web Content Accessibility Guideline (WCAG) errors, but also facilitates human evaluation of web content.', url: 'https://wave.webaim.org/', }, + { + name: 'Webacus', + categories: ['Productivity', 'Tooling'], + description: + 'Webacus is a versatile tool designed specifically for developers. It combines numerous operations that developers frequently need into a single, consistent interface. Instead of Googling and learning the interface for each operation, you can perform everything you need within Webacus, seamlessly.', + url: 'https://webacus.dev', + }, { name: 'Web Code Tools', categories: ['Code Generator'],