You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
3.2 KiB
HTML
59 lines
3.2 KiB
HTML
6 years ago
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!-- Required meta tags -->
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
|
||
|
<!-- Bootstrap CSS -->
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||
|
|
||
|
<title>New Media</title>
|
||
|
<link rel="stylesheet" type="text/css" href="./css/style2.css">
|
||
|
<link rel="stylesheet" type="text/css" href="./css/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="categories">
|
||
|
<a href="./index.html"><button type="button" class="btn btn-outline-success" class="main" id="main">Main page</button></a>
|
||
|
<a href="./entrepreneurship.html"><button type="button" class="btn btn-outline-success" id="Entrepreneurship">Entrepreneurship</button></a>
|
||
|
|
||
|
<a href="./labour-and-burnout.html"><button type="button" class="btn btn-outline-success" id="labour">Labour and Burn Out</button></a>
|
||
|
|
||
|
<a href="./new-media.html"><button type="button" class="btn btn-outline-success" id="media">New Media</button></a>
|
||
|
|
||
|
<a href="./emerging-classes.html"><button type="button" class="btn btn-outline-success" id="emerging">Emerging Classes</button></a>
|
||
|
|
||
|
<a href="./space.html"><button type="button" class="btn btn-outline-success" id="space">Space</button></a>
|
||
|
|
||
|
<a href="./economy.html"><button type="button" class="btn btn-outline-success" id="economy">Economy</button></a>
|
||
|
|
||
|
<a href="./politics.html"><button type="button" class="btn btn-outline-success" id="politics">Politics</button></a>
|
||
|
</div>
|
||
|
<div id="wrapper">
|
||
|
<h1> New Media </h1>
|
||
|
<section>
|
||
|
<h2>Digital labour the internet as playground and factory (Chapter: Free Labor) by Tiziana Terranova</h2>
|
||
|
<p class="abstract">A critical concept of the essential role played by free labor and how the digital labor is implemented in its complicated relation to the capitalist society.</p>
|
||
|
<div class="new_media"> economy </div>
|
||
|
<div class="economy"> economy </div>
|
||
|
<div class="labour"> labour </div>
|
||
|
</section>
|
||
|
<section>
|
||
|
<h2>Duty: Free Art by Hito Steyerl</h2>
|
||
|
<p class="abstract">How to define terminology of art in age of planetary civil war, the war behind the screens?</p>
|
||
|
<div class="new_media"> economy </div>
|
||
|
<div class="politics"> politics </div>
|
||
|
<div class="space"> space </div>
|
||
|
</section>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<!-- Optional JavaScript -->
|
||
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
||
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||
|
</body>
|
||
|
</html>
|