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.
76 lines
1.8 KiB
HTML
76 lines
1.8 KiB
HTML
5 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset=utf-8>
|
||
|
<meta name=viewport content=width=device-width, initial-scale=1>
|
||
|
<title>The Library Is Open - Special Issue 9</title>
|
||
|
<!--
|
||
|
<meta name=Keywords content= >
|
||
|
<meta name=Description content= >
|
||
|
<link rel=icon href= type=image/x-icon>
|
||
|
-->
|
||
|
<link rel=stylesheet type=text/css href=./style.css>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: "Book";
|
||
|
src: url("./media/fonts/standard-book-webfont.woff");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Book";
|
||
|
src: url("./media/fonts/standard-book-italic-webfont.woff");
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-family: Book ;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="wrapper">
|
||
|
<header>
|
||
|
<h1>The Library Is Open</h1>
|
||
|
<h2>Special Issue 09</h2>
|
||
|
<h3>Piet Zwart Institute</h3>
|
||
|
<hr><hr>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="./video.html">Video</a></li>
|
||
|
<li><a href="./poster.html">Poster</a></li>
|
||
|
<li><a href="./publication.html">Publication</a></li>
|
||
|
<li><a href="./bb.html">Blurry Boudaries</a></li>
|
||
|
<li><a href="./mc.html">Marginal Conversation</a></li>
|
||
|
<li><a href="./ka.html">Knowledge In Action</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
<br>
|
||
|
</header>
|
||
|
|
||
|
|
||
|
|
||
|
<section>
|
||
|
<article id="video">
|
||
|
<video controls="" width="100%">
|
||
|
<source src="https://media.xpub.nl/special_issue_06-web.mp4" poster="preview.png" type="video/mp4">
|
||
|
Your browser does not support the video tag :(
|
||
|
Try a recent version of Firefox or Chromium!
|
||
|
</video>
|
||
|
</article>
|
||
|
<!-- <article class="pdfs" >
|
||
|
|
||
|
<iframe id="poster" src="./media/pdfs/poster.pdf"></iframe>
|
||
|
</article>
|
||
|
<br><hr><br>
|
||
|
<article class="pdfs" >
|
||
|
<iframe id="publication" src="./media/pdfs/BB_reader.pdf"></iframe>
|
||
|
</article> -->
|
||
|
|
||
|
</section>
|
||
|
<hr>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|