aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dhall/signalboost.dhall22
1 files changed, 22 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 46adcd2..65e2a27 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -224,4 +224,26 @@ in [ Person::{
, Link::{ url = "https://cedwards.xyz", title = "Website" }
]
}
+ , Person::{
+ , name = "Dillon Baird"
+ , tags =
+ [ "javascript"
+ , "nodejs"
+ , "react"
+ , "angular"
+ , "vue"
+ , "python"
+ , "redis"
+ , "sql"
+ , "devops"
+ , "sysadmin"
+ , "docker"
+ , "terraform"
+ , "ansible"
+ , "ui/ux"
+ ]
+ , links =
+ [ Link::{ url = "https://dillonbaird.io", title = "Website" }
+ ]
+ }
]