mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #250 from spences10/add-scott-spence
add Scott Spence details to `data.js`
This commit is contained in:
commit
4eb8a640bc
2 changed files with 33 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ When done, check that person off.
|
||||||
* [x] [Scott Tolinski](https://kit.com/leveluptutorials/podcasting-screencasting-gear) - Web Developer, Tutorial Maker, Podcaster.
|
* [x] [Scott Tolinski](https://kit.com/leveluptutorials/podcasting-screencasting-gear) - Web Developer, Tutorial Maker, Podcaster.
|
||||||
* [ ] [Ben Hong](https://www.bencodezen.io/uses/) - Senior Frontend Engineer @ Meltano GitLab
|
* [ ] [Ben Hong](https://www.bencodezen.io/uses/) - Senior Frontend Engineer @ Meltano GitLab
|
||||||
* [ ] [Danny de Vries](https://dandevri.es/uses/) - Indie Maker and Lecturer
|
* [ ] [Danny de Vries](https://dandevri.es/uses/) - Indie Maker and Lecturer
|
||||||
* [ ] [Scott Spence](https://scottspence.me/uses) - Web Engineer @ Karmarama
|
* [x] [Scott Spence](https://scottspence.me/uses) - Web Engineer @ Karmarama
|
||||||
* [ ] [Stephen Senkomago Musoke](https://ssmusoke.com/uses/) - Software Engineer [METS](https://mets.or.ug/), [UCSF Informatics Hub](https://globalhealthsciences.ucsf.edu/resources/informatics-hub) & PHP lover by night 🇺🇬
|
* [ ] [Stephen Senkomago Musoke](https://ssmusoke.com/uses/) - Software Engineer [METS](https://mets.or.ug/), [UCSF Informatics Hub](https://globalhealthsciences.ucsf.edu/resources/informatics-hub) & PHP lover by night 🇺🇬
|
||||||
* [ ] [Gideon Bamuleseyo](https://medium.com/developer-circle-kampala/what-i-use-my-tools-of-trade-552655db4b8d) - Software Engineer [Andela](https://andela.com/), JavaScript junkie 🇺🇬
|
* [ ] [Gideon Bamuleseyo](https://medium.com/developer-circle-kampala/what-i-use-my-tools-of-trade-552655db4b8d) - Software Engineer [Andela](https://andela.com/), JavaScript junkie 🇺🇬
|
||||||
* [ ] [Jason Cory Alvernaz](https://jasoncoryalvernaz.com/uses/) - Fullstack Web Developer, Freelancer, Designer
|
* [ ] [Jason Cory Alvernaz](https://jasoncoryalvernaz.com/uses/) - Fullstack Web Developer, Freelancer, Designer
|
||||||
|
|
|
||||||
32
src/data.js
32
src/data.js
|
|
@ -1184,6 +1184,38 @@ const pages = [
|
||||||
'Node',
|
'Node',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Scott Spence',
|
||||||
|
// Short description
|
||||||
|
description:
|
||||||
|
'Father, husband 👨👩👧 Web Developer. Just In Time learner ❤️ 👍 http://my.pronoun.is/he',
|
||||||
|
// URL to your /uses page
|
||||||
|
url: 'https://scottspence.me#uses',
|
||||||
|
twitter: '@spences10',
|
||||||
|
// An emoji that describes you
|
||||||
|
emoji: '🙃',
|
||||||
|
// emoji of your country's flag
|
||||||
|
country: '🇬🇧',
|
||||||
|
// ONE of: apple, windows or linux
|
||||||
|
computer: 'linux',
|
||||||
|
// iphone or android
|
||||||
|
phone: 'android',
|
||||||
|
// 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',
|
||||||
|
'YouTuber',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'Gatsby',
|
||||||
|
'Sloths',
|
||||||
|
'Blogger',
|
||||||
|
'Speaker',
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Georgi Yanev',
|
name: 'Georgi Yanev',
|
||||||
description: 'Software Engineer, FPV Drone Pilot, Blogger, YouTuber',
|
description: 'Software Engineer, FPV Drone Pilot, Blogger, YouTuber',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue