Added Business Card
This commit is contained in:
parent
4f2e505de0
commit
229c314c5e
|
@ -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
|
||||

|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
[36m╭───────────────────────────────────────────────────────╮
|
||||
[36m│ │
|
||||
[36m│[0m [1m[36mWoon Jun Wei / Devoalda[0m [36m│
|
||||
[36m│ │
|
||||
[36m│[0m [4m[1mEmail:[0m [35mwoonjunwei@gmail.com [36m│
|
||||
[36m│[0m [4m[1mWeb:[0m [2mhttps://www.[0m[36mgitlab.io [36m│
|
||||
[36m│ │
|
||||
[36m│[0m [4m[1mGitlab:[0m [2mhttps://gitlab.com/[0m[34mdevoalda [36m│
|
||||
[36m│[0m [4m[1mGitHub:[0m [2mhttps://github.com/[0m[32mDevoalda [36m│
|
||||
[36m│ │
|
||||
[36m│[0m [4m[1mCard:[0m [33mcurl -sL devoalda.gitlab.io/business_card [36m│
|
||||
[36m│ │
|
||||
[36m╰───────────────────────────────────────────────────────╯
|
Loading…
Reference in New Issue