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

72 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<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 async src="vendor/hyphenator-v4.2.0/Hyphenator.de.min.js"></script>
<script src='platformer.js'></script>
<style type="text/css">
body { padding:0px; margin:0px; background-color: #e33838; }
#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;
}
#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 style="display: none" id="einladung" class="hyphenate" lang="de">
<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
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>