gabrielgio.me @ acf5f44cba664debef95e1275dd26c5679e6e357

fix: Move from icon to text

It was using FA, now it is text.
 1diff --git a/content/projects/_index.md b/content/projects/_index.md
 2index efede88f9e9a4876ac90c92684a2a889db1b6117..3195403063fd9b557d9807a5e1cbef452cf82099 100644
 3--- a/content/projects/_index.md
 4+++ b/content/projects/_index.md
 5@@ -9,7 +9,7 @@
 6 Just a list of some projects I have done and find useful on my day-to-day life.
 7 
 8 -   [Hub Watcher](https://hub-watcher.gabrielgio.me/) 
 9-    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/hub-watcher)
10+    [[gitlab](https://gitlab.com/gabrielgio/hub-watcher)]
11     
12     A small project to monitor changes in a docker image from [docker
13     hub](https://hub.docker.com/). By default every 5 minutes it will fetch the
14@@ -21,7 +21,7 @@     custom nextcloud image everytime Nextcloud GmbH updates their image.
15     
16 -   [Reddit to Nextcloud
17     importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
18-    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)
19+    [[github](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)]
20 
21     A small project that monitors user\'s saved posts on reddit, downloads its
22     media and uploads to a nextcloud instance. 
23@@ -34,7 +34,7 @@     folder and upload files to nexcloud instance.
24 
25 -   [Filter for Nerdcast
26     (pt-BR)](https://gabrielgio.gitlab.io/jn_filter/)
27-    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/jn_filter)
28+    [[gitlab](https://gitlab.com/gabrielgio/jn_filter)]
29 
30     Just a small podcast filter to remove and/or split a feed from
31     [Nerdcast](https://www.jovemnerd.com.br/nerdcast/) into different segments.
32@@ -43,7 +43,7 @@     project just helps to clean up so only the segment you want shows up on you
33     podcast client.
34 
35 -   [Password generator](https://genpass.gabrielgio.me/)
36-    [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/genpass)
37+    [[gitlab](https://gitlab.com/gabrielgio/genpass)]
38     
39     It started with me having fun with clojure script ([last
40     commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).