File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ let Link = ./types/Link.dhall
33let Person = ./ types/ Person. dhall
44
55in [ 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-
You can’t perform that action at this time.
0 commit comments