diff options
| author | Faizan Jamil <faizan.jamilwork@gmail.com> | 2020-09-19 07:16:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-19 07:16:01 -0400 |
| commit | 1e61d2ad33f7ac7751063bdd373ab3d1305015e2 (patch) | |
| tree | 4c39bdc82fb668269454bf4f78cebbcabe8ad501 | |
| parent | bf50cbffdc5a31970a45a8b4e77706d1f8b90940 (diff) | |
| download | xesite-1e61d2ad33f7ac7751063bdd373ab3d1305015e2.tar.xz xesite-1e61d2ad33f7ac7751063bdd373ab3d1305015e2.zip | |
added my info to signal boost page (#208)
| -rw-r--r-- | signalboost.dhall | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index 9b0c556..7cf5e9b 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -52,6 +52,30 @@ in [ Person::{ , twitter = "https://twitter.com/DDR_4" } , Person::{ + , name = "Faizan Jamil" + , tags = + [ "java" + , "c#" + , "python" + , "javascript" + , "typescript" + , "html" + , "css" + , "vue.js" + , "express.js" + , "flask" + , "asp.net core" + , "razor pages" + , "ef core" + , "front-end" + , "back-end" + , "full-stack" + , "linux" + ] + , gitLink = "https://github.com/faizjamil" + , twitter = "N/A" + } + , Person::{ , name = "Jamie Bliss" , tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ] , gitLink = "https://github.com/astronouth7303" |
