ltcp/www/index.html

140 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>ZOTAC Cluster</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">
.legal {
font-size: 87.5%;
border-top: 1px solid rgb(238, 238, 238);
padding: 0.5em 1.1429em;
background: none repeat scroll 0% 0% rgb(250, 250, 250);
line-height: 1.6em;
}
header h1 {
text-align: center;
}
header h2 {
text-align: center;
font-weight: 300;
margin: 0px;
color: rgb(204, 204, 204);
}
footer {
margin: 1.3em 1.3em 1em;
}
.pure-g > div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.line-through {
text-decoration: line-through;
}
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
/* Set you're content font stack here: */
font-family: 'Source Sans Pro', sans-serif;
}
</style>
</head>
<body>
<header id="home">
<!--
<div class="pure-menu pure-menu-open pure-menu-horizontal">
<ul>
<li><a href="#home">ZOTAC Cluster</a></li>
<li><a href="#status">Status</a></li>
<li><a href="#bericht">Bericht</a></li>
<li><a href="#team">Team</a></li>
</ul>
</div>
-->
<h1>ZOTAC Cluster</h1>
<h2>Wo <a class="line-through" target="_blank" href="https://www.youtube.com/watch?v=iYWzMvlj2RQ">Linus</a> Linux auf NVIDIA trifft</h2>
</header>
<div class="pure-g">
<div class="pure-u-1-4"></div>
<div class="pure-u-1-2">
<section id="status">
<h2>Status</h2>
<table class="pure-table">
<thead>
<tr>
<th>Server</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<th>Ares</th>
<th>-</th>
</tr>
<tr>
<th>Chronos</th>
<th>-</th>
</tr>
<tr>
<th>Eris</th>
<th>-</th>
</tr>
<tr>
<th>Hades</th>
<th>-</th>
</tr>
<tr>
<th>Zeus</th>
<th>-</th>
</tr>
</tbody>
</table>
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="uploads/bericht.pdf" class="pure-button pure-button-primary">Download</a>
</section>
<section id="team">
<h2>Team</h2>
<p>
Erreichbar per Jabber:
<a target="_blank" href="xmpp://ltcp@muc.higgsboson.tk?join">ltcp@muc.higgsboson.tk</a>
</p>
<table class="pure-table">
<thead>
<tr>
<th></th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alfred</td>
<td>devkid devkid.net</td>
</tr>
<tr>
<td>Jörg</td>
<td>joerg higgsboson.tk</td>
</tr>
<tr>
<td>Patrick</td>
<td>stoepsel stoepsel.net</td>
</tr>
</tbody>
</table>
</section>
</div>
<div class="pure-u-1-4"></div>
</div>
<!--
<footer class="legal">
(C) ZOTAC Cluster
</footer>
-->
</body>
</html>