mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'website' into patch-1
This commit is contained in:
commit
2a1791185c
1 changed files with 34 additions and 0 deletions
34
src/data.js
34
src/data.js
|
|
@ -866,6 +866,40 @@ const pages = [
|
|||
phone: 'android',
|
||||
tags: ['Developer', 'Javascript','FrontEnd','BackEnd','Community','Node','React'],
|
||||
},
|
||||
{
|
||||
name: 'Mike Barkmin',
|
||||
// Short description
|
||||
description:
|
||||
'I\'m a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education.',
|
||||
// URL to your /uses page
|
||||
url: 'https://www.barkmin.eu/uses/',
|
||||
twitter: '@mikebarkmin',
|
||||
// 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',
|
||||
'Full Stack',
|
||||
'Researcher',
|
||||
'Teacher',
|
||||
'Python',
|
||||
'Flask',
|
||||
'Docker',
|
||||
'JavaScript',
|
||||
'React',
|
||||
'Node',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue