mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add uses page
This commit is contained in:
parent
ad7877fa73
commit
dece151da7
1 changed files with 11 additions and 0 deletions
11
src/data.js
11
src/data.js
|
|
@ -1,6 +1,17 @@
|
||||||
// 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: 'Rameez Khan',
|
||||||
|
description: 'Electrical Engineer turned Software Developer. Trying to build cool things and learning as I go.',
|
||||||
|
url: 'https://rameezkhan.me/uses',
|
||||||
|
twitter: '@RameezKhanSA',
|
||||||
|
emoji: '🚀',
|
||||||
|
country: '🇿🇦',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: ['Python', 'Clojure', 'React', 'Kubernetes', 'Emacs', 'Full Stack'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Seagyn Davis',
|
name: 'Seagyn Davis',
|
||||||
description: 'Full stack human. Hobby runner. Mainly a husband and dad.',
|
description: 'Full stack human. Hobby runner. Mainly a husband and dad.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue