aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary McKee <zmckee@u.northwestern.edu>2020-05-24 16:13:47 -0500
committerGitHub <noreply@github.com>2020-05-24 17:13:47 -0400
commit65e530869eaef20c1a69103073f5e5adb758d99d (patch)
treeddc0ffdb846ba749691589f5bd9b30f962e1416a
parentdccacdd6ca25e36b88c52ee53dff34755e13169d (diff)
downloadxesite-65e530869eaef20c1a69103073f5e5adb758d99d.tar.xz
xesite-65e530869eaef20c1a69103073f5e5adb758d99d.zip
Update signalboost.dhall (#154)
* Update signalboost.dhall * Update signalboost.dhall
-rw-r--r--signalboost.dhall18
1 files changed, 18 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall
index 263ce50..a303b95 100644
--- a/signalboost.dhall
+++ b/signalboost.dhall
@@ -124,4 +124,22 @@ in [ Person::{
, gitLink = "https://github.com/berwyn"
, twitter = "_berwyn_"
}
+ , Person::{
+ , name = "Zachary McKee"
+ , tags =
+ [ "javascipt"
+ , "django"
+ , "react"
+ , "postgresql"
+ , "firebase"
+ , "aws"
+ , "python"
+ , "csharp"
+ , "java"
+ , "nginx"
+ , "gunicorn"
+ ]
+ , gitlink = "https://github.com/ZacharyRMcKee"
+ , twitter = "N/A"
+ }
]