mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added Gavin Pereira
This commit is contained in:
parent
cc48f89c6f
commit
6d6bbdca1e
1 changed files with 27 additions and 0 deletions
27
src/data.js
27
src/data.js
|
|
@ -1,6 +1,33 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Gavin Pereira',
|
||||||
|
description: 'Graphic designer & frontend developer from Goa, India',
|
||||||
|
url: 'https://gavinpereira.in/uses',
|
||||||
|
twitter: '@pexeixv',
|
||||||
|
emoji: '🥵',
|
||||||
|
country: '🇮🇳',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
"HTML5",Added
|
||||||
|
"CSS3",
|
||||||
|
"JavaScript",
|
||||||
|
"Nunjucks",
|
||||||
|
"Sass",
|
||||||
|
"Tailwind CSS",
|
||||||
|
"11ty",
|
||||||
|
"Git",
|
||||||
|
"Illustrator",
|
||||||
|
"Photoshop",
|
||||||
|
"After Effects",
|
||||||
|
"Figma",
|
||||||
|
"GSAP",
|
||||||
|
"Python",
|
||||||
|
"Contentful CMS"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Saurav Khare',
|
name: 'Saurav Khare',
|
||||||
description: 'Software Engineer & Frontend Developer',
|
description: 'Software Engineer & Frontend Developer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue