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 │ +│ │ +╰───────────────────────────────────────────────────────╯