[ds12] added links to alle buttons and head

This commit is contained in:
payload 2012-06-27 17:15:49 +02:00
parent fc3458de9e
commit 3fefd82203
2 changed files with 18 additions and 8 deletions

View File

@ -47,7 +47,7 @@ body {
* {
font-family: sans-serif;
}
#head > * {
#head {
text-align: center;
}
#head h1, #head h2 {
@ -103,7 +103,7 @@ a {
text-decoration: none;
color: #335;
}
#head > * {
#head * {
color: #CCC;
font-weight: 300;
}

View File

@ -39,8 +39,10 @@
<div id="device-2">
<div id="head">
<h1>Datenspuren</h1>
<h2>Voll verwanzt!</h2>
<a href="index.html">
<h1>Datenspuren</h1>
<h2>Voll verwanzt!</h2>
</a>
</div>
<div id="screen">
@ -56,16 +58,24 @@
</a>
</div>
<div>
<img src="./images/feed.svg" width="64" height="64"/>
<a href="news-rss.xml">
<img src="./images/feed.svg" width="64" height="64"/>
</a>
</div>
<div>
<img src="./images/video.svg" width="64" height="64"/>
<a href="mitschnitte.html">
<img src="./images/video.svg" width="64" height="64"/>
</a>
</div>
<div>
<img src="./images/calendar.svg" width="64" height="64"/>
<a href="fahrplan.html">
<img src="./images/calendar.svg" width="64" height="64"/>
</a>
</div>
<div>
<img src="./images/info.svg" width="64" height="64"/>
<a href="info.html">
<img src="./images/info.svg" width="64" height="64"/>
</a>
</div>
</div>