Skip to content

Commit

Permalink
added sites form pull#13
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiljos committed Oct 2, 2021
1 parent ad0051e commit 1fac8fa
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion data.js
Expand Up @@ -8,5 +8,29 @@ export const data=[
"siteName":"Sentry",
"siteURL":"https://sentry.io",
"siteDesc":"Application monitoring and error tracking software"
}
},
{
"siteName":"Figma",
"siteURL":"https://www.figma.com/",
"siteDesc":"Web-based Vector Graphics editor & Prototyping tool"
},
{
"siteName":"FigJam",
"siteURL":"https://www.figma.com/figjam/",
"siteDesc":"Whiteboard collaboration tool to brainstorm and organize ideas"
},
{
"siteName":"Coolors",
"siteURL":"https://coolors.co",
"siteDesc":"Color Palettes Generator for Designers and Artists"
},
{
"siteName":"Color Hunt",
"siteURL":"https://colorhunt.co/",
"siteDesc":"Color Palettes Generator for Designers and Artists"
},{
"siteName":"Creately",
"siteURL":"https://creately.com/",
"siteDesc":"Collaboration tool with diagramming & design capabilities"
},
]

0 comments on commit 1fac8fa

Please sign in to comment.