mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Bring back comments
This commit is contained in:
parent
d14ba2f0aa
commit
922ebcb47a
1 changed files with 14 additions and 0 deletions
14
src/data.js
14
src/data.js
|
|
@ -1,14 +1,28 @@
|
|||
// Add yourself. Insert an object at any point - it doesn't matter if you go before someone else as results are randomized.
|
||||
|
||||
// please remove the comments before You PR
|
||||
const pages = [
|
||||
{
|
||||
name: 'Wes Bos',
|
||||
// Short description
|
||||
description:
|
||||
'Maker of this site. Web Developer, Tutorial Maker, Podcaster, BBQ Lover',
|
||||
// URL to your /uses page
|
||||
url: 'https://wesbos.com/uses',
|
||||
twitter: '@wesbos',
|
||||
// An emoji that describes you
|
||||
emoji: '🔥',
|
||||
// emoji of your country's flag
|
||||
country: '🇨🇦',
|
||||
// ONE of: apple, windows or linux
|
||||
computer: 'apple',
|
||||
// iphone or android
|
||||
phone: 'iphone',
|
||||
// Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag.
|
||||
|
||||
// Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack,
|
||||
// Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker,
|
||||
// Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript, React, Vue, Node
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
|
|
|
|||
Loading…
Reference in a new issue