1 parent ba5ddcb commit ffde68aCopy full SHA for ffde68a
2 files changed
alias.typ
@@ -18,9 +18,12 @@
18
#let wasm = sub("WebAssembly", href: "webassembly.org")
19
#let nix = sub("Nix", href: "nixos.org")
20
#let typescript = sub("TypeScript", href: "typescriptlang.org")
21
-#let reactjs = sub("ReactJS", href: "react.dev")
22
#let java = sub("Java")
23
+// frameworks
24
+#let reactjs = sub("ReactJS", href: "react.dev")
25
+#let django = sub("Django", href: "djangoproject.com")
26
+
27
// projects
28
#let ohif = sub("OHIF", href: "ohif.org")
29
#let neuroglancer = sub("Neuroglancer", href: github_href("google", repo: "neuroglancer"))
main.typ
@@ -116,6 +116,7 @@
116
117
#tag(go)
118
#tag(python)
119
+ #tag(django)
120
#tag(typescript)
121
#tag(reactjs)
122
#tag(nix)
0 commit comments