diff options
| author | David Roberts <robertsdavidddr@gmail.com> | 2020-05-27 08:27:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 08:27:30 -0400 |
| commit | a447d13e2e190ba8f22c01e820d545ab3f17fa03 (patch) | |
| tree | 6ebe258680800a935c90a2906b3e7ac95416ba54 | |
| parent | 3547d569d1b46fc8aa690d6989ee9121eaa5a431 (diff) | |
| download | xesite-a447d13e2e190ba8f22c01e820d545ab3f17fa03.tar.xz xesite-a447d13e2e190ba8f22c01e820d545ab3f17fa03.zip | |
Update signalboost.dhall, adding DDR as a job-seeker. (#156)
Co-authored-by: DDR <d@ddr0.ca>
| -rw-r--r-- | signalboost.dhall | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index c64d2c3..97c2e0d 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -50,6 +50,27 @@ in [ Person::{ , twitter = "https://twitter.com/euforic" } , Person::{ + , name = "David Roberts" + , tags = + [ "ux" + , "ui" + , "documentation" + , "web" + , "html5" + , "javascript" + , "python" + , "qt" + , "bash" + , "front-end" + , "full-stack" + , "linux" + , "embedded" + , "sql" + ] + , gitLink = "https://github.com/ddr0" + , twitter = "https://twitter.com/DDR_4" + } + , Person::{ , name = "Jamie Bliss" , tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ] , gitLink = "https://github.com/astronouth7303" |
