mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: generate readme.md, lint src/data.js
This commit is contained in:
parent
0a4128cfe0
commit
0a5370e9de
2 changed files with 6 additions and 3 deletions
|
|
@ -29,7 +29,9 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
|
|
||||||
# Awesome Uses ![Awesome][awesome-badge]
|
# Awesome Uses ![Awesome][awesome-badge]
|
||||||
|
|
||||||
|
* [Bryan Hickey](https://bryanjhickey.com/uses) — Full stack marketer. Front-end developer. Graphic designer. Digital marketer. Craft beer nerd
|
||||||
* [Alex Duval](https://www.alexduval.fr/uses) — Fullstack Dev, Teacher, Freeride skier
|
* [Alex Duval](https://www.alexduval.fr/uses) — Fullstack Dev, Teacher, Freeride skier
|
||||||
|
* [Yohanes Bandung Bondowoso](https://ybbond.dev/uses) — FrontEnd. Coffee. Calisthenics. Tattoo. Vim. Modular Synth.
|
||||||
* [Dylan Sheffer](https://www.dylansheffer.com/posts/uses/) — Web Developer. A11y Advocate. Tea Enthusiast.
|
* [Dylan Sheffer](https://www.dylansheffer.com/posts/uses/) — Web Developer. A11y Advocate. Tea Enthusiast.
|
||||||
* [Adil Naqvi](https://adilnaqvi.com/uses) — Mechanical engineer with a knack for coding
|
* [Adil Naqvi](https://adilnaqvi.com/uses) — Mechanical engineer with a knack for coding
|
||||||
* [Matías Hernández](https://github.com/matiasfh/uses) — Frontend Engineer, Podcaster, Father, Calisthenic Athlete
|
* [Matías Hernández](https://github.com/matiasfh/uses) — Frontend Engineer, Podcaster, Father, Calisthenic Athlete
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
name: 'Bryan Hickey',
|
name: 'Bryan Hickey',
|
||||||
description: 'Full stack marketer. Front-end developer. Graphic designer. Digital marketer. Craft beer nerd',
|
description:
|
||||||
|
'Full stack marketer. Front-end developer. Graphic designer. Digital marketer. Craft beer nerd',
|
||||||
url: 'https://bryanjhickey.com/uses',
|
url: 'https://bryanjhickey.com/uses',
|
||||||
twitter: '@bryanjhickey',
|
twitter: '@bryanjhickey',
|
||||||
emoji: '🍺',
|
emoji: '🍺',
|
||||||
|
|
@ -15,7 +16,7 @@ module.exports = [
|
||||||
'Websites',
|
'Websites',
|
||||||
'Marketing',
|
'Marketing',
|
||||||
'TailwindCSS',
|
'TailwindCSS',
|
||||||
'Photoshop'
|
'Photoshop',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue