aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Lancaster✨ <avrisaac555@gmail.com>2025-03-03 12:59:08 -0800
committerGitHub <noreply@github.com>2025-03-03 15:59:08 -0500
commit65ced6d12ec6a24792c40fde979eab876fcac6c1 (patch)
treee3b975b47ed16f628ea85c70c74f1d1c511a048e
parent09bf173431abcb27307bb9761ae031ac20c59510 (diff)
downloadxesite-65ced6d12ec6a24792c40fde979eab876fcac6c1.tar.xz
xesite-65ced6d12ec6a24792c40fde979eab876fcac6c1.zip
Add Izzy's signal boost (#920)
Co-authored-by: Izzy Lancaster <izzy@izzy.sh>
-rw-r--r--dhall/signalboost.dhall17
1 files changed, 17 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 27d1add..2e83ac8 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -277,5 +277,22 @@ in [ Person::{
, Link::{ url = "https://github.com/shepherdjerred", title = "GitHub" }
]
}
+ , Person::{
+ , name = "Izzy Lancaster"
+ , tags =
+ [ "Software Engineer"
+ , "Fullstack"
+ , "C#"
+ , ".NET"
+ , "Rust"
+ , "Python"
+ , "React"
+ , "Typescript"
+ , "AWS"
+ , "SQL"
+ ]
+ , links =
+ [ Link::{ url = "https://github.com/ILikePizza555", title = "GitHub"} ]
+ }
]