typewrite

master
Sandra 4 years ago
parent 2dac9f59aa
commit aff1c10c7d

@ -21,9 +21,12 @@
p.text{
/*text-align: center; */
color: #5858FA;
/* color: #5858FA;
font-family: Roboto Mono;
font-size: 11px;
font-size: 20px;*/
margin-left: 30px;
margin-right: 30px;
text-align: justify;
}
p.frame{
font-family:MisterPixel;
@ -32,6 +35,78 @@
}
p{
color: #5858FA;
font-family: Roboto Mono;
font-size: 20px;
margin-left: 30px;
margin-right: 30px;
text-align: justify;
margin-top: 0px;
margin-bottom: 0px;
white-space: nowrap;
overflow: hidden;
width: 35em;
animation: type 8s steps(3000, end);
}
p:nth-child(2){
animation: type2 6s steps(60, end);
}
p:nth-child(3){
animation: type3 8s steps(240, end);
}
p:nth-child(4){
animation: type3 16s steps(3000, end);
}
p:nth-child(5){
animation: type2 8s steps(60, end);
}
p:nth-child(6){
animation: type3 16s steps(240, end);
}
p:nth-child(7){
animation: type2 6s steps(60, end);
}
p:nth-child(9){
animation: type3 26s steps(300, end);
}
p a{
color: lime;
text-decoration: none;
}
span{
animation: blink 1s infinite;
}
@keyframes type{
from { width: 0; }
}
@keyframes type2{
0%{width: 0;}
50%{width: 0;}
100%{ width: 100; }
}
@keyframes type3{
from { width: 0; }
}
@keyframes blink{
to{opacity: .0;}
}
/*::selection{
background: black;
}*/
body {
background: linear-gradient(to right, darkblue, black, black, black ,#6dc82a, black, black , darkblue);
background-size: 400% 400%;
@ -60,21 +135,8 @@
<p class="text">
<br>
<br>
Is everything a remix?<br>
To what extent are we the authors of our work?<br>
In what ways do we own it ? <br>
<br>
authorship<br>
/ˈɔːθəʃɪp/<br>
noun<br>
the state or fact of being the writer of a book, article, or document, or the creator of a work of art.<br>
<br>
ownership<br>
/ˈəʊnəʃɪp/<br>
noun<br>
the act, state, or right of possessing something.<br>
</p>
<p class="text">Well explore the frictions between the concepts of authorship and ownership, and the ways in which they can be redefined in the context of contemporary cultural production.
In these six weeks we explored concepts of decolonization,</p><p> caretaking, queering damage, authorship and ownership.</p><p> Radio Implicancies started in the middle. We made it up as</p><p> we went and learned new things along the way. And now we</p><p> present our final broadcast, in which we continue our dive</p><p> into how our works depend on others works, cultures, even</p><p> bodies. This weeks broadcast also features live segments!</p><p> Join us for the sixth and final episode of Radio</p><p> Implicancies, on Thursday June 18th, 4PM.<span>|</span>
</p>
</body>

Loading…
Cancel
Save