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.

77 lines
3.3 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>THE ENTREPRECARIAT READER</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/style2.css">
</head>
<body>
<div id="wrapper">
<p id="title">
<strong>THE<br><i>ENTREPRECARIAT</i><br>READER</strong>
</p>
<div id="intro">
<p>This website is an interactive archive for the Entreprecariat Reader. In this reader, we selected and archived eight pieces of texts that reflect the topic of Entreprecarism.
<br><br>
Based on the content of each text we have created seven categories that you can choose to order texts according to your interests.
</p><br>
<!-- <p>
<br>
<strong>ENTREPRENEURSHIP</strong>
<br>
<strong>LABOUR AND BURN OUT</strong>
<br>
<strong>NEW MEDIA</strong>
<br>
<strong>EMERGING CLASSES</strong>
<br>
<strong>SPACE</strong>
<br>
<strong>ECONOMY</strong>
<br>
<strong>POLITICS.</strong>
</p>
<br><br><br><br><br><br>
<p>
You will find according to the navigation buttons on this main page. Each subpage will present you articles related to the according category.
</p>
<br><br> -->
</div>
<div id="categories">
<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>
<!-- 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>