Skip to content

Commit ffde68a

Browse files
committed
feat: add django to skills
1 parent ba5ddcb commit ffde68a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

alias.typ

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
#let wasm = sub("WebAssembly", href: "webassembly.org")
1919
#let nix = sub("Nix", href: "nixos.org")
2020
#let typescript = sub("TypeScript", href: "typescriptlang.org")
21-
#let reactjs = sub("ReactJS", href: "react.dev")
2221
#let java = sub("Java")
2322

23+
// frameworks
24+
#let reactjs = sub("ReactJS", href: "react.dev")
25+
#let django = sub("Django", href: "djangoproject.com")
26+
2427
// projects
2528
#let ohif = sub("OHIF", href: "ohif.org")
2629
#let neuroglancer = sub("Neuroglancer", href: github_href("google", repo: "neuroglancer"))

main.typ

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116

117117
#tag(go)
118118
#tag(python)
119+
#tag(django)
119120
#tag(typescript)
120121
#tag(reactjs)
121122
#tag(nix)

0 commit comments

Comments
 (0)