Skip to content

Commit

Permalink
docs: add Resoto & Some Engineering Inc. to showcase (#6624)
Browse files Browse the repository at this point in the history
* docs: add Resoto & Some Engineering Inc. to showcase

* minor tweaks

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
TheCatLady and Josh-Cena committed Feb 7, 2022
1 parent 74a645e commit 032a1f0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added website/src/data/showcase/resoto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/data/showcase/someengineering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,15 @@ const Users: User[] = [
source: 'https://github.com/sgenoud/replicad',
tags: ['opensource'],
},
{
title: 'Resoto',
description:
'Open-source cloud infrastructure management tool—find leaky resources, manage quota limits, detect drift, and clean up!',
preview: require('./showcase/resoto.png'),
website: 'https://resoto.com',
source: 'https://github.com/someengineering/resoto.com',
tags: ['opensource', 'product', 'design'],
},
{
title: 'Rooks',
description:
Expand Down Expand Up @@ -1514,6 +1523,15 @@ const Users: User[] = [
source: 'https://github.com/fairdataihub/SODA-for-SPARC-Docs',
tags: ['opensource', 'versioning'],
},
{
title: 'Some Engineering Inc.',
description:
'Startup developing open-source tools to make cloud infrastructure searchable and accessible.',
preview: require('./showcase/someengineering.png'),
website: 'https://some.engineering',
source: 'https://github.com/someengineering/some.engineering',
tags: ['opensource', 'design'],
},
{
title: 'SpotifyAPI-NET',
description: 'A Client for the Spotify Web API, written in C#/.NET',
Expand Down

0 comments on commit 032a1f0

Please sign in to comment.