From fb6dd180895045aec6666c7b460c0bf4d5e9aba5 Mon Sep 17 00:00:00 2001 From: Santiago Bernal B Date: Fri, 21 Dec 2018 11:43:41 -0500 Subject: [PATCH] Update card.js Cambios con datos propios --- bin/card.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/card.js b/bin/card.js index 0d9564be..937654e9 100755 --- a/bin/card.js +++ b/bin/card.js @@ -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:'),