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.4 KiB
HTML

<!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>Space</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>Space</h1>
<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="space"> space </div>
<div class="politics"> politics </div>
<div class="new_media"> economy </div>
</section>
<section>
<h2>Assembly (Chapter 9: Entrepreneurship of the Multitude) by Michael Hardt & Antonio Negri</h2>
<p class="abstract"> In chapter 9 of “Assembly”, Michael Hardt and Antonio Negri attempt to redefine the meaning of “entrepreneurship”. The “entrepreneurship of the multitude” as proposed by the authors, is capable of forming new social combinations, pointing to autonomous social production and reproduction.</p>
<div class="space"> space </div>
<div class="economy"> economy </div>
<div class="politics"> politics </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>