add tft rocks link
This commit is contained in:
parent
1037e493b4
commit
7948a458f9
|
|
@ -39,8 +39,14 @@ export function Default() {
|
|||
<h1>Talks</h1>
|
||||
<ol reversed>
|
||||
<li><a
|
||||
href="artifact/causal-islands-integration-domain.pdf">Spatial
|
||||
Canvases: Towards an Integration Domain for HCI @ Causal Islands LA</a></li>
|
||||
href="https://www.youtube.com/watch?v=csGNVaB83Rk">Spatial
|
||||
Canvases: Towards an Integration Domain for HCI @ TfT Rocks 2024</a>
|
||||
<p>
|
||||
<small>
|
||||
<a href="artifact/tft-rocks-integration-domain.pdf">See the slides here.</a> This talk was originally presented at Causal Islands LA (older slides <a href="artifact/causal-islands-integration-domain.pdf">here)</a>
|
||||
</small>
|
||||
</p>
|
||||
</li>
|
||||
<li><a
|
||||
href="https://www.youtube.com/watch?v=-q-kk-NMFbA">Knowledge Organisation Infrastructure Demo @ NPC
|
||||
Denver</a></li>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d63dd9f37a74b85680a7c1df823f69936619ecab5e8d4d06eeeedea4d908f1de
|
||||
size 18268955
|
||||
Loading…
Reference in New Issue