Skip to content

Commit

Permalink
Update card.js
Browse files Browse the repository at this point in the history
Cambios con datos propios
  • Loading branch information
santiaguf committed Dec 21, 2018
1 parent 2e5caf0 commit fb6dd18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bin/card.js
Expand Up @@ -14,14 +14,14 @@ const options = {

// Text + chalk definitions
const data = {
name: chalk.white('Tierney Cyren /'),
handle: chalk.cyan('bitandbang'),
work: chalk.white('Senior Cloud Developer Advocate at Microsoft'),
twitter: chalk.cyan('https://twitter.com/bitandbang'),
github: chalk.cyan('https://github.com/bnb'),
linkedin: chalk.cyan('https://linkedin.com/in/bitandbang'),
web: chalk.cyan('https://bnb.im'),
npx: chalk.white('npx bitandbang'),
name: chalk.white('Santiago Bernal /'),
handle: chalk.cyan('santiaguf'),
work: chalk.white('Software Engineer at D@tacenter SA'),
twitter: chalk.cyan('https://twitter.com/santiaguf'),
github: chalk.cyan('https://github.com/santiaguf'),
linkedin: chalk.cyan('https://linkedin.com/in/santiaguf'),
web: chalk.cyan('https://aumentada.net'),
npx: chalk.white('npx santiaguf'),
labelWork: chalk.white.bold(' Work:'),
labelTwitter: chalk.white.bold(' Twitter:'),
labelGitHub: chalk.white.bold(' GitHub:'),
Expand Down

0 comments on commit fb6dd18

Please sign in to comment.