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

79 lines
2.5 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html lang="en">
<head>
2013-11-24 23:40:16 +01:00
<meta charset="UTF-8">
2013-11-24 23:40:16 +01:00
<meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
2013-11-25 12:58:38 +01:00
<title>genossinnen und genossen! am 30.11. laden neingeist, starbug und martin ein.</title>
2013-11-25 19:06:08 +01:00
<script src='vendor/quintus-v0.1.5/quintus-all.min.js'></script>
<script src="vendor/jquery-v1.9.1/jquery.min.js"></script>
<script src="vendor/hyphenator-v4.2.0/Hyphenator.de.min.js"></script>
2013-11-25 11:31:48 +01:00
<script>
Hyphenator.config({minwordlength : 8});
Hyphenator.run();
</script>
2013-11-25 00:54:44 +01:00
2013-11-24 23:40:16 +01:00
<script src='platformer.js'></script>
2013-11-25 17:38:35 +01:00
<link rel="stylesheet" href="font/stylesheet.css" type="text/css" />
2013-11-25 01:03:33 +01:00
<style type="text/css">
2013-11-25 19:28:48 +01:00
body { padding:0px; margin:0px; background-color: #e33838; }
2013-11-25 01:35:42 +01:00
#einladung {
font-family: 'silkscreennormal';
position: absolute;
2013-11-25 11:55:28 +01:00
top: 0;
2013-11-25 01:35:42 +01:00
width: 70%;
padding: 5%;
2013-11-25 11:55:28 +01:00
margin: 5% 10% 5% 10%;
2013-11-25 11:31:48 +01:00
text-align: left;
2013-11-25 01:35:42 +01:00
z-index: 100;
background: rgba(0, 0, 0, 0.8);
2013-11-25 01:35:42 +01:00
color: white;
}
2013-11-25 02:26:22 +01:00
#juri {
float: right;
2013-11-25 12:33:03 +01:00
margin: 20px;
2013-11-25 02:26:22 +01:00
}
2013-11-25 19:28:48 +01:00
@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;
}
2013-11-24 23:40:16 +01:00
</style>
</head>
<body>
2013-11-25 00:54:44 +01:00
2013-11-25 11:31:48 +01:00
<div style="display: none" id="einladung" class="hyphenate" lang="de">
2013-11-25 02:26:22 +01:00
<img alt="" src="images/yuri-gagarin1.png" id="juri" />
<p>liebe genossinnen und genossen,<br/>
cosmonautinnen und cosmonauten.</p>
<p>in letzter Zeit war viel von der Entwicklung des diesjaehrigen festaktes von
2013-11-25 10:10:18 +01:00
starbug, neingeist und martin die Rede. Fuer uns versteht sich von selbst, dass die
2013-11-25 02:26:22 +01:00
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
2013-11-25 17:38:35 +01:00
die Vorbereitung fuer diesen einen Moment" juri gagarin</p>
2013-11-25 00:54:44 +01:00
</div>
</body>
</html>