Added Business Card

This commit is contained in:
Jun Wei Woon 2020-07-06 13:57:09 +08:00
parent 4f2e505de0
commit 229c314c5e
2 changed files with 21 additions and 0 deletions

View File

@ -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)

14
content/en/business_card Executable file
View File

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