mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'website' into migrate-hugo
This commit is contained in:
commit
7dd196797d
2 changed files with 22 additions and 24 deletions
|
|
@ -157,9 +157,10 @@ const PersonDeets = styled.div`
|
||||||
@media all and (max-width: 400px) {
|
@media all and (max-width: 400px) {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
> *:nth-child(2) ~ * {
|
> *:nth-child(1),
|
||||||
|
> *:nth-child(2) {
|
||||||
/* lol */
|
/* lol */
|
||||||
border-top: 1px solid var(--vape);
|
border-bottom: 1px solid var(--vape);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
41
src/data.js
41
src/data.js
|
|
@ -895,25 +895,14 @@ const pages = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Mike Barkmin',
|
name: 'Mike Barkmin',
|
||||||
// Short description
|
|
||||||
description:
|
description:
|
||||||
"I'm a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education.",
|
"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/',
|
url: 'https://www.barkmin.eu/uses/',
|
||||||
twitter: '@mikebarkmin',
|
twitter: '@mikebarkmin',
|
||||||
// An emoji that describes you
|
|
||||||
emoji: '🐧',
|
emoji: '🐧',
|
||||||
// emoji of your country's flag
|
|
||||||
country: '🇩🇪',
|
country: '🇩🇪',
|
||||||
// ONE of: apple, windows or linux
|
|
||||||
computer: 'linux',
|
computer: 'linux',
|
||||||
// iphone or android
|
|
||||||
phone: '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: [
|
tags: [
|
||||||
'Developer',
|
'Developer',
|
||||||
'Full Stack',
|
'Full Stack',
|
||||||
|
|
@ -929,25 +918,14 @@ const pages = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Hugo Di Francesco',
|
name: 'Hugo Di Francesco',
|
||||||
// Short description
|
|
||||||
description:
|
description:
|
||||||
"JavaScript developer, blogger at codewithhugo.com, author of 'Professional JavaScript' with Packt.",
|
"JavaScript developer, blogger at codewithhugo.com, author of 'Professional JavaScript' with Packt.",
|
||||||
// URL to your /uses page
|
|
||||||
url: 'https://codewithhugo.com/uses/',
|
url: 'https://codewithhugo.com/uses/',
|
||||||
twitter: '@hugo__df',
|
twitter: '@hugo__df',
|
||||||
// An emoji that describes you
|
|
||||||
emoji: '👓',
|
emoji: '👓',
|
||||||
// emoji of your country's flag
|
|
||||||
country: '🇬🇧',
|
country: '🇬🇧',
|
||||||
// ONE of: apple, windows or linux
|
|
||||||
computer: 'apple',
|
computer: 'apple',
|
||||||
// iphone or android
|
|
||||||
phone: '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: [
|
tags: [
|
||||||
'Engineer',
|
'Engineer',
|
||||||
'Full Stack',
|
'Full Stack',
|
||||||
|
|
@ -962,6 +940,25 @@ const pages = [
|
||||||
'React',
|
'React',
|
||||||
'Vue',
|
'Vue',
|
||||||
'Node',
|
'Node',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Steve Heyes',
|
||||||
|
description:
|
||||||
|
'I like to use tech to build awesome things that makes peoples lives better',
|
||||||
|
url: 'https://steveheyes.co.uk/uses',
|
||||||
|
twitter: '@mrsteveheyes',
|
||||||
|
emoji: '👋',
|
||||||
|
country: '🏴',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'Ruby',
|
||||||
|
'Rails',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'React Native',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue