Archived
1
0
Fork 0
This repository has been archived on 2020-02-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cosmos/index.html
2013-11-27 09:45:27 +01:00

87 lines
2.6 KiB
HTML

<!DOCTYPE HTML>
<html lang="de">
<head>
<meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
<title>genossinnen und genossen! am 30.11. laden neingeist, starbug und martin ein.</title>
<script src='vendor/quintus-v0.1.5/quintus-all.min.js'></script>
<script async src="vendor/jquery-v1.9.1/jquery.min.js"></script>
<script src='platformer.min.js'></script>
<style type="text/css">
body { padding:0px; margin:0px; background-color: #e33838; }
#loading {
font-family: 'silkscreennormal';
color: white;
}
.blink {
animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
to { visibility: hidden; }
}
#einladung {
font-family: 'silkscreennormal';
position: absolute;
top: 0;
width: 70%;
padding: 5%;
margin: 5% 10% 5% 10%;
text-align: left;
z-index: 100;
background: rgba(0, 0, 0, 0.8);
color: white;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
#juri {
float: right;
margin: 20px;
}
@font-face {
font-family: 'silkscreennormal';
src: url('font/slkscr-webfont.eot');
src: url('font/slkscr-webfont.eot?#iefix') format('embedded-opentype'),
url('font/slkscr-webfont.woff') format('woff'),
url('font/slkscr-webfont.ttf') format('truetype'),
url('font/slkscr-webfont.svg#silkscreennormal') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body>
<div id="loading" lang="en">
loading<span class="blink">...</span>
</div>
<div style="display: none" id="einladung">
<img alt="" src="images/crushed/yuri-gagarin1.png" id="juri" width="200" height="180" />
<p>liebe genossinnen und genossen,<br/>
cosmonautinnen und cosmonauten.</p>
<p>in letzter zeit war viel von der entwicklung des diesjaehrigen festaktes von
starbug, neingeist und martin die rede. fuer uns versteht sich von selbst, dass die
erforschung des weltalls ein teil der abgestimmten politik unseres buendnisses
zur friedenssicherung ist. dies nochmals deutlich zu machen, entspricht den
erfordernissen unserer zeit.</p>
<p><strong>am 30. november 2013</strong> moechten wir gemeinsam <strong>bei
entropia, steinstrasse 23</strong> abheben (und einen heben).</p>
<p>cosmonautinnen und cosmonauten aller laender, vereinigt euch!</p>
<hr/>
<p>"alles, was ich bis heute in meinem leben erfahren und getan habe, war nur
die vorbereitung fuer diesen einen moment" - juri gagarin</p>
</div>
</body>
</html>