Merge branch 'master' of ssh://git.xpub.nl:2501/XPUB/issue.xpub.nl

master
Sandra 4 years ago
commit 957112bca1

@ -10,8 +10,7 @@
<style>
@font-face {
@font-face {
font-family: 'GapSansBold';
src: url('font/gapsansbold-webfont.eot');
src: url('font/gapsansbold-webfont.eot?#iefix') format('embedded-opentype'),
@ -49,19 +48,21 @@
#demo {
margin-top: 30px;
text-align: center;
font-size: 70px;
line-height:40px;
color: black;
font-size: 60px;
line-height: 30px;
color: white;
font-family:"Roboto Mono";
text-shadow: 2px 2px 5px Blue;
}
h1 {
text-align: center;
color: black;
line-height: 35px;
line-height: 30px;
font-family:"Roboto Mono";
font-size: 30px;
font-size: 24px;
}
@ -77,7 +78,7 @@
.muisding {
border: none;
width: 200px;
width: 50px;
}
#ding{
@ -93,7 +94,7 @@
</head>
<body>
<img class= "muisding" id="ding" src="https://media.giphy.com/media/ilqOZOSBi7NeEA7N0Q/giphy.gif"/>
<img class= "muisding" id="ding" src="https://i.gifer.com/XVo6.gif"/>
<!-- Display the countdown timer in an element -->
@ -110,16 +111,11 @@
<h1>
<br>
Radio Implicancies #12.4 - 04/06 at 16:00 (UTC+2)
<br>
Radio Implicancies #12.4: Damages <br> 04/06 at 16:00 (UTC+2)
</h1>
<h2>
DAMAGE
</h2>
<br>
<h1>
this broadcast will start in
broadcast will start in...
</h1>
<p id="demo"></p>
@ -128,7 +124,7 @@
<script>
// Set the date we're counting down to
var countDownDate = new Date("Jun 3, 2020 17:30:00").getTime();
var countDownDate = new Date("Jun 4, 2020 16:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
@ -152,7 +148,7 @@ var x = setInterval(function() {
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "ZERO MINUTES";
document.getElementById("demo").innerHTML = "ZERO MINUTES - WE'RE LIVE!!! ";
}
}, 1000);
</script>

@ -13,7 +13,7 @@
<body>
<div class="back"><a href="https://issue.xpub.nl/"> ↰ Main Page </a></div>
<div class="intro">
<div class="page_title">RADIO IMPLICANCIES</div>
<div class="page_title_2">RADIO IMPLICANCIES</div>
<div class="intro_text">
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>

@ -13,6 +13,20 @@
}
@font-face {
font-family: 'GapSansBold';
src: url('font/gapsansbold-webfont.eot');
src: url('font/gapsansbold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/gapsansbold-webfont.woff2') format('woff2'),
url('font/gapsansbold-webfont.woff') format('woff'),
url('font/gapsansbold-webfont.ttf') format('truetype'),
url('font/gapsansbold-webfont.svg#gap_sansbold') format('svg');
font-weight: normal;
font-style: normal;
}
body{
width:100%;
@ -38,6 +52,15 @@ body{
}
.page_title_2{
font-size:70px;
color: blue;
font-family: GapSansBold;
}
.intro_text_01{
margin-top:15px;
font-size:30px;
@ -227,7 +250,7 @@ a:hover{
#shell_03 {
white-space: pre-wrap;
height: 30em;
height: 23em;
width: 100%;
font-family: monospace;
color: white;

Loading…
Cancel
Save