Skip to content

Commit 4cd0fe7

Browse files
Add Anthropic and Claude
1 parent 13d9bd5 commit 4cd0fe7

File tree

6 files changed

+25
-1
lines changed

6 files changed

+25
-1
lines changed

ICONS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
| ![](./assets/ansible-red.svg) | Ansible (red) | [Source](https://www.ansible.com/logos) | [Guidelines](https://www.ansible.com/logos) |
2424
| ![](./assets/ansible-teal.svg) | Ansible (teal) | [Source](https://www.ansible.com/logos) | [Guidelines](https://www.ansible.com/logos) |
2525
| ![](./assets/antennas.svg) | Antennas | [Source](https://github.com/jfarseneau/antennas/blob/main/public/images/Antennas-Logo.svg) | |
26+
| ![](./assets/anthropic-black.svg) | Anthropic (black) | [Source](https://www.anthropic.com/) | |
27+
| ![](./assets/anthropic-white.svg) | Anthropic (white) | [Source](https://www.anthropic.com/) | |
28+
| ![](./assets/anthropic-claude.svg) | Anthropic Claude | [Source](https://claude.ai/) | |
2629
| ![](./assets/apachecassandra.svg) | Apache Cassandra | [Source](https://en.wikipedia.org/wiki/Apache_Cassandra) | |
2730
| ![](./assets/apacheguacamole.svg) | Apache Guacamole | [Source](https://www.apache.org/logos/) | |
2831
| ![](./assets/apachehttpd.svg) | Apache HTTPD | [Source](https://www.apache.org/logos/) | |

assets/anthropic-black.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/anthropic-claude.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/anthropic-white.svg

Lines changed: 1 addition & 0 deletions
Loading

homelab-svg-assets.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

icons.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,24 @@
126126
"source": "https://github.com/jfarseneau/antennas/blob/main/public/images/Antennas-Logo.svg",
127127
"guidelines": ""
128128
},
129+
{
130+
"path": "./assets/anthropic-black.svg",
131+
"name": "Anthropic (black)",
132+
"source": "https://www.anthropic.com/",
133+
"guidelines": ""
134+
},
135+
{
136+
"path": "./assets/anthropic-white.svg",
137+
"name": "Anthropic (white)",
138+
"source": "https://www.anthropic.com/",
139+
"guidelines": ""
140+
},
141+
{
142+
"path": "./assets/anthropic-claude.svg",
143+
"name": "Anthropic Claude",
144+
"source": "https://claude.ai/",
145+
"guidelines": ""
146+
},
129147
{
130148
"path": "./assets/apachecassandra.svg",
131149
"name": "Apache Cassandra",

0 commit comments

Comments
 (0)