Skip to content

Commit 2312a9f

Browse files
authored
Add Cooper to Xe Iaso's signal boost (#966)
* Add Cooper to Xe Iaso's signal boost * Revert formatting change * Haha stray trailing space
1 parent f75ec69 commit 2312a9f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

dhall/signalboost.dhall

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ let Link = ./types/Link.dhall
33
let Person = ./types/Person.dhall
44

55
in [ Person::{
6+
, name = "Adam Cooper"
7+
, tags =
8+
[ "golang"
9+
, "nodejs"
10+
, "typescript"
11+
, "sql"
12+
, "gcp"
13+
, "aws"
14+
, "docker"
15+
, "terraform"
16+
, "backend engineer"
17+
]
18+
, links =
19+
[ Link::{
20+
, url = "https://www.linkedin.com/in/adamcooperdev/"
21+
, title = "LinkedIn"
22+
}
23+
]
24+
}
25+
, Person::{
626
, name = "bri recchia"
727
, tags =
828
[ "virtualization"
@@ -269,7 +289,6 @@ in [ Person::{
269289
, "SQL"
270290
]
271291
, links =
272-
[ Link::{ url = "https://github.com/ILikePizza555", title = "GitHub"} ]
292+
[ Link::{ url = "https://github.com/ILikePizza555", title = "GitHub" } ]
273293
}
274294
]
275-

0 commit comments

Comments
 (0)