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
2.4 KiB
HTML
42 lines
2.4 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">
|
|
<title>The Parliament</title>
|
|
<script src="script.js" defer></script>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>The Jingle Board Parliament</h1>
|
|
<div class="btn" id="info-btn" >?</div>
|
|
<div class="info" id="info">
|
|
<h2>SI18 - Weekly Release #4</h2>
|
|
<p>17—05—2022</p>
|
|
<br />
|
|
<p>The format of this week's release is a jingle board arranged in the layout of a parliament! Each seat is a button that plays an audio snippet when pressed. There is no linear or predefined outcome but the listener can create a unique parliament conference themselves. Therefore, the meaning of the audio contributions can be changed and recontextualised. The contributions include a range from self-made recordings, movie quotes, excerpts and re-enactments of political speeches, sound effects, audio snippets from well-known videos on the internet and covers of European anthems.</p>
|
|
<p>Our take on this idea of the parliament is rooted in the influence that elements of pop-culture have on politics, and more precisely on shaping the characters and the voices that then inhabit a parliament. While much of the politics happens outside of official institutional buildings, yet the idea of the parliament remains a pure symbol of the place in which democracy is being performed. Let's renew the voices that are usually heard in political discourses!</p>
|
|
<dl>
|
|
<dt>Contribution by:</dt>
|
|
<dd>Supisara Burapachaisri, Kimberley Cosmilla, Francesco Luzzana, Miriam Schöb, Mitsa Chaida-Michelakou, Ål Nik (Alexandra Nikolova), Gersande Schellinx, Jian Haake, Emma Prato, Carmen, Erica Gargaglione</dd>
|
|
<br>
|
|
<dt>Caretakers:</dt>
|
|
<dd>Erica Gargaglione, Miriam Schöb, Mitsa Chaida-Michelakou</dd>
|
|
</dl>
|
|
|
|
</div>
|
|
<div class="hemicycle">
|
|
<div class="party"id="partyRef">
|
|
<h4 id="partyName"></h4>
|
|
<div class="seats">
|
|
<div class="seat" id="seatRef">
|
|
<button class="mic">Loading...</button>
|
|
<div class="label">name</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>l |