forked from cadey/xesite
Update signalboost.dhall, adding DDR as a job-seeker. (#156)
Co-authored-by: DDR <d@ddr0.ca>
This commit is contained in:
parent
3547d569d1
commit
a447d13e2e
|
@ -49,6 +49,27 @@ in [ Person::{
|
||||||
, gitLink = "https://github.com/euforic"
|
, gitLink = "https://github.com/euforic"
|
||||||
, twitter = "https://twitter.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::{
|
, Person::{
|
||||||
, name = "Jamie Bliss"
|
, name = "Jamie Bliss"
|
||||||
, tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ]
|
, tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ]
|
||||||
|
|
Loading…
Reference in New Issue