talking-documents webpage
parent
6a1bd3f79c
commit
586c74b8b3
@ -0,0 +1,105 @@
|
|||||||
|
<head>
|
||||||
|
|
||||||
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||||
|
<title>Graduation_Project</title>
|
||||||
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||||
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.opac {
|
||||||
|
background-image: url('taftotita.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
opacity: 0.7;
|
||||||
|
margin-top: 0%;
|
||||||
|
position: static;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 25pt;
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
font-weight: 800;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 18pt;
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
font-weight: 800;
|
||||||
|
color: red;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 12pt;
|
||||||
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
font-weight: 300;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
<body><pre>
|
||||||
|
|
||||||
|
<h1>Talking Documents</h1>
|
||||||
|
<p style="font-family:'courier' font-size:10pt; color:red;"></p>
|
||||||
|
<div class="opac">
|
||||||
|
<p style="background-image: url('taftotita.jpg');"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Act -1</div></h2><h3>Introduction to the project</h3><audio controls="controls">
|
||||||
|
<source src="intro_scenario.mp3" type="audio/mp3">Your browser does not support the audio element.</audio>
|
||||||
|
|
||||||
|
<h2>Act 0</h2><h3>Storyline</h3><audio controls="controls">
|
||||||
|
<source src="act0_storyline.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 1</h2><h3>Postal Address Application</h3><audio controls="controls">
|
||||||
|
<source src="act1_postal-address.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 2</h2><h3>Call with the municipality of Rotterdam</h3><audio controls="controls">
|
||||||
|
<source src="act2_call.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 3</h2><h3>Objection Letter</h3><audio controls="controls">
|
||||||
|
<source src="act3_objection.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 4</h2><h3>Communication with the University [Deleted Scene]</h3><audio controls="controls">
|
||||||
|
<source src="act4_uni-question-[deleted_scene].mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 5</h2><h3>Asking for my deposit</h3><audio controls="controls">
|
||||||
|
<source src="act5_deposit.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 6</h2><h3>Deregistartion from the Netherlands Application form</h3><audio controls="controls">
|
||||||
|
<source src="act6-departure-form.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Act 7</h2><h3>Confirmation of deregistration from the Netherlands</h3><audio controls="controls">
|
||||||
|
<source src="act7_confirmation-deregistration.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
<h2>Appendix</h2><h3>Reading our identification documents</h3><audio controls="controls">
|
||||||
|
<source src="appendix_passport.mp3" type="audio/mp3">Your browser does not support the audio element.
|
||||||
|
</audio>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- <h1><a href= "http://127.0.0.1:3000/thesis/thesis.html">Performing the Bureaucratic Border(line)s</a></h1> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 340 KiB |
@ -1,23 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<style>
|
|
||||||
.hide {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.myDIV:hover + .hide {
|
|
||||||
display: block;
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h2>Display an Element on Hover</h2>
|
|
||||||
|
|
||||||
<div class="myDIV">Hover over me.</div>
|
|
||||||
<div class="hide">I am shown when someone hovers over the div above.</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,84 +0,0 @@
|
|||||||
<head>
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
||||||
<title>Graduation_Project</title>
|
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-image: url('taftotita.jpg');
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
|
|
||||||
<body><pre>
|
|
||||||
|
|
||||||
<h1>Talking Documents</h2>
|
|
||||||
<p style="font-family:'courier' font-size:10pt; color:red;" ></p>
|
|
||||||
<p style="background-image: url('taftotita.jpg');">
|
|
||||||
|
|
||||||
|
|
||||||
<h3><div class="myDIV">Act -1 introduction to the project</div></h3><audio controls="controls">
|
|
||||||
<source src="intro_scenario.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 0 - story line - Winjhaven building February 2024</h3><audio controls="controls">
|
|
||||||
<source src="act0_storyline.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 1 - Postal Address Application Scenario - Wijnhaven </h3><audio controls="controls">
|
|
||||||
<source src="act1_postal-address.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 2 - Call with the municipality of Rotterdam after the rejection of my application for a postal address - Art Meets Radical Openess Festival at Linz</h3><audio controls="controls">
|
|
||||||
<source src="act2_call.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 3 - Objection Letter - Art Meets Radical Openess Festival at Linz May 2024</h3><audio controls="controls">
|
|
||||||
<source src="act3_objection.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 4 - deregistartion Question/Email communication with the University [Deleted Scene]</h3><audio controls="controls">
|
|
||||||
<source src="act4_uni-question-[deleted_scene].mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 5 - Email communication with the agency asking for my deposit - Gemeente May 2024 </h3><audio controls="controls">
|
|
||||||
<source src="act5_deposit.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 6 - Deregistartion from the Netherlands Application form - Gemeente Rotterdam May 2024 </h3><audio controls="controls">
|
|
||||||
<source src="act6-departure-form.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Act 7 - Confirmation document of deregistration from the Netherlands application - read alone at my illegal sublet- </h3><audio controls="controls">
|
|
||||||
<source src="act7_confirmation-deregistration.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
<h3>Appendix - Passport reading session - XPUB studio February 2024</h3><audio controls="controls">
|
|
||||||
<source src="appendix_passport.mp3" type="audio/mp3">
|
|
||||||
Your browser does not support the audio element.
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1><a href= "http://127.0.0.1:3000/thesis/thesis.html">Performing the Bureaucratic Border(line)s</a></h1>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
Loading…
Reference in New Issue