mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add whitep4nth3r
This commit is contained in:
parent
b668729e68
commit
512ec171f4
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1,6 +1,27 @@
|
||||||
// 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: "Salma Alam-Naylor",
|
||||||
|
description: "Live coding streamer, writer and speaker",
|
||||||
|
url: "https://whitep4nth3r.com/uses",
|
||||||
|
twitter: "@whitep4nth3r",
|
||||||
|
emoji: "⚡️",
|
||||||
|
country: "🇬🇧",
|
||||||
|
computer: "apple",
|
||||||
|
phone: "apple",
|
||||||
|
tags: [
|
||||||
|
"Accessibility",
|
||||||
|
"Blogger",
|
||||||
|
"CSS",
|
||||||
|
"Developer",
|
||||||
|
"JAMstack",
|
||||||
|
"JavaScript",
|
||||||
|
"Node.js",
|
||||||
|
"Speaker",
|
||||||
|
"Streamer",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Vadim Smirnov',
|
name: 'Vadim Smirnov',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue