Update signalboost.dhall, adding DDR as a job-seeker.

This commit is contained in:
DDR 2020-05-25 22:54:14 -07:00
parent 3547d569d1
commit 9105834d75
1 changed files with 21 additions and 0 deletions

View File

@ -49,6 +49,27 @@ in [ Person::{
, gitLink = "https://github.com/euforic"
, 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" ]