From 8126704bbefca5908055f15658adcfc4bbc2939e Mon Sep 17 00:00:00 2001 From: Riderman de Sousa Barbosa <725337+Ridermansb@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:51:58 -0300 Subject: [PATCH] update links --- README.md | 2 +- src/index.js | 31 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index eac286f..5255d1e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![wakatime](https://wakatime.com/badge/user/de65bb6a-656d-4719-97a5-9ed3c5797ec7.svg)](https://wakatime.com/@de65bb6a-656d-4719-97a5-9ed3c5797ec7)

It's me, @ridermansb!

-

Software Enginner at Security Scorecard
+

Staff Software Enginner

{ open("mailto:ridermansb@gmail.com"); console.log("\nDone, see you soon.\n"); - } + }, }, { name: "Just quit.", value: () => { console.log("Ok, bye.\n"); - } - } - ] - } + }, + }, + ], + }, ]; const data = { @@ -46,7 +46,7 @@ const data = { npm: chalk.gray("https://npmjs.com/") + chalk.red("~ridermansb"), github: chalk.gray("https://github.com/") + chalk.green("ridermansb"), linkedin: chalk.gray("https://linkedin.com/in/") + chalk.blue("ridermansb"), - web: chalk.cyan("https://about.me/ridermansb"), + web: chalk.cyan("https://ridermansb.dev/"), npx: chalk.red("npx") + " " + chalk.white("ridermansb"), wakatime: chalk.gray("https://wakatime.com/") + chalk.black("@ridermansb"), @@ -58,7 +58,7 @@ const data = { labelLinkedIn: chalk.white.bold(" LinkedIn:"), labelWeb: chalk.white.bold(" Web:"), labelCard: chalk.white.bold(" Card:"), - labelWakatime: chalk.white.bold(" Wakatime:") + labelWakatime: chalk.white.bold(" Wakatime:"), }; const me = boxen( @@ -79,25 +79,24 @@ const me = boxen( `${chalk.italic( "I'm curious, enthusiastic and student most of the time." )}`, - `${chalk.italic("The rest of the time I write code that others can read.")}` + `${chalk.italic( + "The rest of the time I write code that others can read." + )}`, ].join("\n"), { margin: 1, - float: 'center', + float: "center", padding: 1, borderStyle: "single", - borderColor: "green" + borderColor: "green", } ); console.log(me); const tip = [ - `Tip: Try ${chalk.cyanBright.bold( - "cmd/ctrl + click" - )} on the links above`, - '', + `Tip: Try ${chalk.cyanBright.bold("cmd/ctrl + click")} on the links above`, + "", ].join("\n"); console.log(tip); - -prompt(questions).then(answer => answer.action()); +prompt(questions).then((answer) => answer.action());