|
|
|
@ -4,17 +4,7 @@
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
|
|
<script src="muisje.js"></script>
|
|
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'GapSansBold';
|
|
|
|
|
src: url('font/gapsansbold-webfont.eot');
|
|
|
|
|
src: url('font/gapsansbold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
|
url('font/gapsansbold-webfont.woff2') format('woff2'),
|
|
|
|
|
url('font/gapsansbold-webfont.woff') format('woff'),
|
|
|
|
|
url('font/gapsansbold-webfont.ttf') format('truetype'),
|
|
|
|
|
url('font/gapsansbold-webfont.svg#gap_sansbold') format('svg');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
@ -22,52 +12,10 @@
|
|
|
|
|
url("https://fonts.googleapis.com/css?family=Roboto Mono")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#demo {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 70px;
|
|
|
|
|
line-height:40px;
|
|
|
|
|
color: black;
|
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: black;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
/*color: black;*/
|
|
|
|
|
font-family: "GapSansBold";
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
font-size: 70px;
|
|
|
|
|
text-shadow: 2px 2px 5px blue;
|
|
|
|
|
-webkit-animation: pulsate 3s ease-out;
|
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes pulsate {
|
|
|
|
|
0% {
|
|
|
|
|
text-shadow: 2px 2px 5px blue;
|
|
|
|
|
/* text-shadow: 2px 2px 5px blue;*/
|
|
|
|
|
}
|
|
|
|
|
50% {
|
|
|
|
|
text-shadow: 2px 2px 5px black;
|
|
|
|
|
/* text-shadow: 0px 15px 0px black;*/
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
text-shadow: 2px 2px 5px blue;
|
|
|
|
|
/* text-shadow: 2px 2px 5px blue;*/
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p{
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: black;
|
|
|
|
|
color: fuchsia;
|
|
|
|
|
font-family:Roboto Mono;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
@ -76,12 +24,26 @@
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>Resources_05</title>
|
|
|
|
|
</head>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h2>
|
|
|
|
|
DAMAGE
|
|
|
|
|
</h2>
|
|
|
|
|
<p class="text">
|
|
|
|
|
<p class="text">
|
|
|
|
|
This week's broadcast will focus on the concepts of:<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>
|
|
|
|
|
<br>
|
|
|
|
|
To what extent are you the author of your work? Does this mean that you own it? <br>
|
|
|
|
|
How could ownership and authorship be redefined in the context of contemporary cultural production?<br>
|
|
|
|
|
<br>
|
|
|
|
|
Is everything a remix? <br>
|
|
|
|
|
At what point can appropriation become problematic?<br>
|
|
|
|
|
Where does friction arise between the concepts of authorship and ownership?
|
|
|
|
|
</p>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|