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.

68 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="contents.js" defer></script>
<!-- <script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js" defer ></script>
<link href="interface.css" rel="stylesheet" type="text/css" /> -->
<link rel="stylesheet" href="style.css" />
<!-- <link rel="stylesheet" href="print.css"/> -->
<title>Emergent Opera</title>
</head>
<body>
<div class="container">
<div class="atlas">
the atlas here
<div class="info">
<div class="title">Title</div>
<div class="filename">Filename.mp3</div>
<div class="position">04:35</div>
</div>
</div>
<div class="libretto">
<header class="cover">
<div class="release">SI18 Weekly Release #3</div>
<h1 class="title">Emergent Opera</h1>
<div class="description">
What does it mean? This week we invite you to make content within a common
structure, instead of finding a structure when the contents have already
been made! An emergent opera where each property is part of a bigger whole,
that comes together in the becoming...
</div>
<dl>
<dt>Contribution by</dt>
<dd>
Kimberley, Chae, Kamo, Supi, Emma, <br />
Miri, Carmen, Alex, Gersande
</dd>
<dt>Caretakers</dt>
<dd>Erica, Gersande, Kamo</dd>
</dl>
</header>
<!-- <section class="vocabulary"></section> -->
<section class="index">
<h2>
Index
</h2>
</section>
<div class="contributions" id="contributions"></div>
<!-- this is a reference for the js script, hidden by default with css -->
<section class="contribution" id="reference">
<div class="moment">overture</div>
<h2 class="title">Overture Atlas</h2>
<div class="author"></div>
<div class="description">description</div>
<div class="content"></div>
</section>
</div>
</div>
</body>
</html>