From 229c314c5eff4a90af91e6b83aae10a6c5f564d4 Mon Sep 17 00:00:00 2001 From: Jun Wei Woon Date: Mon, 6 Jul 2020 13:57:09 +0800 Subject: [PATCH] Added Business Card --- content/en/about/index.md | 7 +++++++ content/en/business_card | 14 ++++++++++++++ 2 files changed, 21 insertions(+) create mode 100755 content/en/business_card diff --git a/content/en/about/index.md b/content/en/about/index.md index 7cdb505..b179e0c 100644 --- a/content/en/about/index.md +++ b/content/en/about/index.md @@ -8,6 +8,13 @@ date = "05-07-2020" # About This page will contain my tutorials on certain programs I use on GNU/Linux. It will also contain documentation on certain scripts I created while using my system. +## Business Card +{{< code >}} +``` bash +curl -sL https://devoalda.gitlab.io/business_card +``` +{{< /code >}} + # System Information ![Desktop Screenshot](/images/desktop/desktop.png) diff --git a/content/en/business_card b/content/en/business_card new file mode 100755 index 0000000..aa3c10f --- /dev/null +++ b/content/en/business_card @@ -0,0 +1,14 @@ + +╭───────────────────────────────────────────────────────╮ +│ │ +│ Woon Jun Wei / Devoalda │ +│ │ +│ Email: woonjunwei@gmail.com │ +│ Web: https://www.gitlab.io │ +│ │ +│ Gitlab: https://gitlab.com/devoalda │ +│ GitHub: https://github.com/Devoalda │ +│ │ +│ Card: curl -sL devoalda.gitlab.io/business_card │ +│ │ +╰───────────────────────────────────────────────────────╯