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.
42 lines
1017 B
HTML
42 lines
1017 B
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" />
|
|
<title>SI18</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="background.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<img src="img/all.jpg" alt="contributors" id="background" />
|
|
<ul class="index">
|
|
<li>
|
|
<a href="00" data-bg="all">Intro ~ Outro</a>
|
|
</li>
|
|
<li>
|
|
<a href="01" data-bg="01">Yet to Be Named</a>
|
|
</li>
|
|
<li>
|
|
<a href="02" data-bg="02">Uneven Patterns</a>
|
|
</li>
|
|
<li>
|
|
<a href="03" data-bg="03">Emergent Opera</a>
|
|
</li>
|
|
<li>
|
|
<a href="04" data-bg="04">The Parliament</a>
|
|
</li>
|
|
<li>
|
|
<a href="05" data-bg="05">Nested Narratives</a>
|
|
</li>
|
|
<li>
|
|
<a href="06" data-bg="06">Sharing methods for diffractive reading</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="07" data-bg="07">[[ Unfolding [ ] Implicancies ]]</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|