update modal

main
victor 3 weeks ago
parent 7a32293f37
commit 43831daf30

@ -21,8 +21,10 @@
<div class="modaloverlay" id="modal">
<div class="modaltext">
<div class="closemodal" onclick="closemodal()">&#10006;</div>
<h3>So why did we make this?</h3>
<p>great description of why what and how.. <br><br><br><br><br><br></p>
<h3>Special Issue 24 <br> Counter-Tourist Information Center </h3>
<p>The issue will experiment with loitering as a method to do research in and about the city. It starts from the intuition that when we allow ourselves to be out in public spaces without a defined purpose, we open up to unplanned encounters with a dense fabric of human relations, economic vectors and technical networks. The proposal then is to find appropriate spots to loiter in and around Rotterdam, spend some time in company of its networks and its inhabitants, and find suitable ways to develop, execute and alter scripts for the public space. Many of us today have computers in our pockets most of the time, and the streets and squares are full with different networks and other forms of computation, too. For three months we explored together the possibilities to compute and publish while being outdoors. <br> <br>
This all culuminated in the pop-up counter-tourist information center, a bakk-fiets loaded with different projects that prompts you to engage with the urban space in alternative ways.
</p>
</div>
</div>

@ -119,7 +119,7 @@ p {
position: fixed;
width: 100vw;
height: 100vh;
background: #212529;
background: rgba(55, 55, 55, 0.5);
z-index: 10000;
color: white;
padding: 5%;
@ -130,11 +130,13 @@ p {
.modaltext{
max-width: 80ch;
margin: auto;
background: #212529;
padding: 5ch;
}
.closemodal{
position: absolute;
left: 73%;
left: 72%;
padding: 4px;
border: 2px solid white;
}

Loading…
Cancel
Save