diff --git a/v1/website/data/users.js b/v1/website/data/users.js index 7ec0974649..802838bb27 100644 --- a/v1/website/data/users.js +++ b/v1/website/data/users.js @@ -358,6 +358,13 @@ module.exports = [ fbOpenSource: false, pinned: false, }, + { + caption: 'TorchCraftAI', + image: '/img/users/torchcraftai.png', + infoLink: 'https://torchcraft.github.io/TorchCraftAI/', + fbOpenSource: true, + pinned: true, + }, { caption: 'Vasern', image: 'https://vasern.com/img/vasern.svg', diff --git a/v1/website/static/img/users/torchcraftai.png b/v1/website/static/img/users/torchcraftai.png new file mode 100644 index 0000000000..408e942200 Binary files /dev/null and b/v1/website/static/img/users/torchcraftai.png differ