TTY: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Schedule == | == Schedule == | ||
[[Category:Special Issue]] | [[Category:Special Issue]] | ||
Line 39: | Line 40: | ||
=== Thursday June 29th === | === Thursday June 29th === | ||
Grad show.. | Grad show.. | ||
<html> | |||
@-webkit-keyframes BackgroundV { | |||
0% { | |||
background-position:50% 0%; | |||
} | |||
50%{ | |||
background-position: 50% 100%; | |||
} | |||
100%{ | |||
background-position: 50% 0%; | |||
} | |||
} | |||
@-webkit-keyframes Background { | |||
0% { | |||
background-position:0% 50%; | |||
} | |||
50%{ | |||
background-position: 100% 50%; | |||
} | |||
100%{ | |||
background-position: 0% 50%; | |||
} | |||
} | |||
</html> |
Revision as of 10:09, 31 March 2023
Schedule
Tuesday April 11th
With: Martino, Michael, Manetta, Joseph, Steve
Monday April 17th
With: Andrea di Segero Alighieri, Martino
Monday April 24th
With: Roel Roscam Abbing, Martino
Monday May 1th
Off
Monday May 8th
With: Elodie Mugrefya, Martino
Monday May 15th
With: Femke Snelting, Martino
Monday May 22nd
With: Isabelle Sully, Martino
Monday May 29th
With: Zoumana Meïté, Martino
Monday June 5th
Off
Monday June 12th
With: Jara Rocha, Martino
Monday June 19th
Monday June 26th
Thursday June 29th
Grad show..
<html> @-webkit-keyframes BackgroundV { 0% { background-position:50% 0%; } 50%{ background-position: 50% 100%; } 100%{ background-position: 50% 0%; } } @-webkit-keyframes Background { 0% { background-position:0% 50%; } 50%{ background-position: 100% 50%; } 100%{ background-position: 0% 50%; } } </html>