master
anna sandri 4 years ago
parent bf57c60d0e
commit 6705369b46

@ -18,7 +18,6 @@
Radio Implicancies is a weekly broadcast of recorded and live matter brought to you by Piet Zwart Institute's Experimental Publishing programme. Radio Implicancies starts in the middle. Each broadcast means to engage with the way technologies are worlding the world. Take a deep breath and jump in on other ways of calculating, validating, ordering and framing collections of digital material. Lets not wait for tomorrow to pay attention to the colonial conditionings of contemporary techno-cultures!
</div>
</div>
<div class="week_02">
<div class="sec_title_02">#12.2 - 21/05<br>
Today's broadcast starts at 16:00 (UTC+2)</div>
@ -30,13 +29,13 @@ Radio Implicancies is a weekly broadcast of recorded and live matter brought to
<source src="https://echo.lurk.org:999/radioimplicancies.ogg" type="audio/ogg">
</audio>
</div>
<p>You can check this <a href="https://pad.xpub.nl/p/implicancies-01" target="_blank">pad</a> for resources.</p>
<p>You can check this <a href="https://pad.xpub.nl/p/implicancies-02" target="_blank">pad</a> for resources.</p>
<p>You can comment <a href="https://www.yourworldoftext.com/implicances02" target="_blank">here</a> </p>
</div>
<div class="week_01">
<div class="sec_title_01">#12.1 - 14/05</div>
<div class="intro_text">Table of contents</div>
<div class="intro_text_01">Table of contents</div>
<ul id="table_content_01">
<li>Soleil No / Mika / 5'33''</li>
<li>Souvenir / Damla / 5'38''</li>

@ -1,20 +1,21 @@
/*fonts*/
@font-face{
font-family:;
src: ;
font-family:"Pitchoun";
src: url("font/pitchoun.ttf") format("truetype"),
url("http://hershey-noailles.luuse.io/output/pitchoun-dashed-regular/Hershey-Noailles-pitchoun-dashed-regular.ttf")format("truetype");
}
body{
background-color: ;
width:100%;
font-family: Roboto Mono;
font-size: 18px;
}
.back{
margin:20px;
}
@ -25,13 +26,15 @@ body{
}
.page_title{
font-size:50px;
font-size:70px;
color: orangered;
}
font-family: pitchoun;
}
.intro_text{
.intro_text_01{
margin-top:15px;
font-size:30px;
}
.sec_title_01{
@ -39,9 +42,15 @@ body{
}
.sec_title_02{
font-family: pitchoun;
font-size:30px;
}
.week_02{
font-family: pitchoun;
}
.sec_title_contributors{
font-size:30px;
}
@ -50,18 +59,18 @@ body{
.week_01{
margin:40px;
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
border-style:dotted;
border-width:7px;
border-color: blue;
margin-top:30px;
max-width:70%;
}
.week_02{
margin:40px;
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
border-color: blue;
padding: 40px;
border-style: dotted;
border-width: 7px;
border-color: yellow;
margin-top:30px;
max-width:70%;
}
@ -72,11 +81,13 @@ body{
}
.contributors{
color: orangered;
margin:40px;
}
.contributors_names{
color:blue;
color: orangered;
margin-top: 15px;
}

Loading…
Cancel
Save