forked from cadey/xesite
someone got hired!
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
99197f4843
commit
c5fc9336f5
|
@ -75,22 +75,34 @@ in [ Person::{
|
||||||
, gitLink = "https://github.com/faizjamil"
|
, gitLink = "https://github.com/faizjamil"
|
||||||
, twitter = "N/A"
|
, twitter = "N/A"
|
||||||
}
|
}
|
||||||
, Person::{
|
|
||||||
, name = "Jamie Bliss"
|
|
||||||
, tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ]
|
|
||||||
, gitLink = "https://github.com/AstraLuma"
|
|
||||||
, twitter = "https://twitter.com/AstraLuma"
|
|
||||||
}
|
|
||||||
, Person::{
|
, Person::{
|
||||||
, name = "Joseph Crawley"
|
, name = "Joseph Crawley"
|
||||||
, tags =
|
, tags =
|
||||||
[ "javascript", "react", "csharp", "python", "full-stack", "web", "bash", "linux" ]
|
[ "javascript"
|
||||||
|
, "react"
|
||||||
|
, "csharp"
|
||||||
|
, "python"
|
||||||
|
, "full-stack"
|
||||||
|
, "web"
|
||||||
|
, "bash"
|
||||||
|
, "linux"
|
||||||
|
]
|
||||||
, gitLink = "https://github.com/espe-on"
|
, gitLink = "https://github.com/espe-on"
|
||||||
, twitter = "https://twitter.com/espe_on_"
|
, twitter = "https://twitter.com/espe_on_"
|
||||||
}
|
}
|
||||||
, Person::{
|
, Person::{
|
||||||
, name = "nicoo"
|
, name = "nicoo"
|
||||||
, tags = [ "cryptography", "Debian", "distributed systems", "embedded", "nix", "rust", "privacy", "security", "SDR" ]
|
, tags =
|
||||||
|
[ "cryptography"
|
||||||
|
, "Debian"
|
||||||
|
, "distributed systems"
|
||||||
|
, "embedded"
|
||||||
|
, "nix"
|
||||||
|
, "rust"
|
||||||
|
, "privacy"
|
||||||
|
, "security"
|
||||||
|
, "SDR"
|
||||||
|
]
|
||||||
, gitLink = "https://github.com/nbraud"
|
, gitLink = "https://github.com/nbraud"
|
||||||
}
|
}
|
||||||
, Person::{
|
, Person::{
|
||||||
|
@ -197,14 +209,7 @@ in [ Person::{
|
||||||
}
|
}
|
||||||
, Person::{
|
, Person::{
|
||||||
, name = "Muazzam Kazmi"
|
, name = "Muazzam Kazmi"
|
||||||
, tags =
|
, tags = [ "Rust", "C++", "x86assembly", "WinAPI", "Node.js", "React.js" ]
|
||||||
[ "Rust"
|
|
||||||
, "C++"
|
|
||||||
, "x86assembly"
|
|
||||||
, "WinAPI"
|
|
||||||
, "Node.js"
|
|
||||||
, "React.js"
|
|
||||||
]
|
|
||||||
, gitLink = "https://github.com/muazzamalikazmi"
|
, gitLink = "https://github.com/muazzamalikazmi"
|
||||||
, twitter = "N/A"
|
, twitter = "N/A"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue