8000 Add alexjoverm by alexjoverm · Pull Request #1706 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Add alexjoverm #1706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 18, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update team.md
  • Loading branch information
alexjoverm authored Jul 9, 2018
commit 0488edce7a9d4680bd482ad7e454dbeea74b7c8a
18 changes: 18 additions & 0 deletions src/v2/guide/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,24 @@ order: 803
]))

var partners = [
{
name: 'Alex Jover',
title: 'Vue Components Squeezer',
city: 'Alicante, Spain',
languages: ['es', 'en'],
work: {
role: 'Web, PWA and Performance Consultant',
org: 'Freelance'
},
github: 'alexjoverm',
twitter: 'alexjoverm',
reposPersonal: [
'v-runtime-template', 'v-lazy-image'
],
links: [
'https://alexjoverm.com'
]
},
{
name: 'Sebastien Chopin',
title: '#1 Nuxt Brother',
Expand Down
0