Grid eingeführt

This commit is contained in:
Jörg Thalheim 2013-10-21 20:58:15 +02:00
parent 44b46fd52b
commit 0b9c20bf3f
1 changed files with 39 additions and 33 deletions

View File

@ -45,39 +45,45 @@ footer {
<h1>ZOTAC Cluster</h1>
<h2>Wo Linux auf NVIDEA trifft</h2>
</header>
<section id="status">
<h2>Status</h2>
Coming soon!
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="bericht.pdf" class="pure-button pure-button-primary">Download</a>
</section>
<section id="team">
<h2>Team</h2>
<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>devkid devkid.net</td>
</tr>
</tbody>
</table>
</section>
<div class="pure-g">
<div class="pure-u-1-4"></div>
<div class="pure-u-1-2">
<section id="status">
<h2>Status</h2>
Coming soon!
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="bericht.pdf" class="pure-button pure-button-primary">Download</a>
</section>
<section id="team">
<h2>Team</h2>
<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>devkid devkid.net</td>
</tr>
</tbody>
</table>
</section>
</div>
<div class="pure-u-1-4"></div>
</div>
<footer class="legal">
(C) ZOTAC Cluster
</footer>