From 7948a458f90d2558d6a4d10bc12645a5eaf0319c Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Mon, 22 Apr 2024 15:05:24 +0200 Subject: [PATCH] add tft rocks link --- src/components/Default.tsx | 10 ++++-- src/css/style.css | 35 +++++++++++++++++-- .../artifact/tft-rocks-integration-domain.pdf | 3 ++ 3 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 src/public/artifact/tft-rocks-integration-domain.pdf diff --git a/src/components/Default.tsx b/src/components/Default.tsx index c2686cd..67332e0 100644 --- a/src/components/Default.tsx +++ b/src/components/Default.tsx @@ -39,8 +39,14 @@ export function Default() {

Talks

  1. Spatial - Canvases: Towards an Integration Domain for HCI @ Causal Islands LA
  2. + href="https://www.youtube.com/watch?v=csGNVaB83Rk">Spatial + Canvases: Towards an Integration Domain for HCI @ TfT Rocks 2024 +

    + + See the slides here. This talk was originally presented at Causal Islands LA (older slides here) + +

    +
  3. Knowledge Organisation Infrastructure Demo @ NPC Denver
  4. diff --git a/src/css/style.css b/src/css/style.css index bcd11ca..6196927 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -32,7 +32,7 @@ body { } .overflowing { - box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2); + box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15); overflow: hidden; background-color: white; } @@ -77,9 +77,38 @@ p { } a { - text-decoration: none; + font-variation-settings: "CASL" 0; &:hover { - text-decoration: underline; + animation: casl-forward 0.2s ease forwards; + } + &:not(:hover) { + /* text-decoration: none; */ + animation: casl-reverse 0.2s ease backwards; + } +} + +@keyframes casl-forward { + from { + font-variation-settings: + "CASL" 0, + "wght" 400; + } + to { + font-variation-settings: + "CASL" 1, + "wght" 600; + } +} +@keyframes casl-reverse { + from { + font-variation-settings: + "CASL" 1, + "wght" 600; + } + to { + font-variation-settings: + "CASL" 0, + "wght" 400; } } diff --git a/src/public/artifact/tft-rocks-integration-domain.pdf b/src/public/artifact/tft-rocks-integration-domain.pdf new file mode 100644 index 0000000..3447d8f --- /dev/null +++ b/src/public/artifact/tft-rocks-integration-domain.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63dd9f37a74b85680a7c1df823f69936619ecab5e8d4d06eeeedea4d908f1de +size 18268955