diff --git a/assets/config.yml b/assets/config.yml index d5fb267..3305e72 100644 --- a/assets/config.yml +++ b/assets/config.yml @@ -3670,6 +3670,12 @@ services: url: "https://apps.microsoft.com/detail/9nt1r1c2hh7j" target: "_blank" # optional html a tag target attribute + - name: "Claude" + logo: "assets/tools/anthropic-claude.png" + subtitle: "The AI assistant by Anthropic" + url: "https://claude.ai/download" + target: "_blank" # optional html a tag target attribute + - name: "Drivers" icon: "fa-solid fa-gears" items: diff --git a/assets/tools/anthropic-claude.png b/assets/tools/anthropic-claude.png new file mode 100644 index 0000000..9efab8a Binary files /dev/null and b/assets/tools/anthropic-claude.png differ