Skip to content

Commit

Permalink
add a footer with credits, might need toning down
Browse files Browse the repository at this point in the history
  • Loading branch information
dsingleton committed Aug 27, 2011
1 parent 465c34f commit c3c734b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 1 addition & 4 deletions README.textile
Expand Up @@ -5,13 +5,10 @@ A "second screen" / ""information radiator" / "glancable" / for a Last.fm user

h2. Demo

http://dsingleton.github.com/now-playing-radiator
Try it out: "http://dsingleton.github.com/now-playing-radiator":http://dsingleton.github.com/now-playing-radiator

h2. Todo

* Footer credit (bigger on doc page)
* Link to http://www.last.fm/home/friends

h3. Future plans

* Playing/not-playing selector hooks, for styling
Expand Down
10 changes: 7 additions & 3 deletions css/now-playing.css
Expand Up @@ -15,11 +15,15 @@ h1 {
font-size: 5em;
}

header {
header, footer {
text-align: right;
color: #999;
color: #ccc;
text-transform: uppercase;
font-size: 13px;
font-size: 12px;
}

header a, footer a {
color: #bababa;
}

/** Artist + Track */
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -77,7 +77,7 @@ <h1>
</article>

<footer>

By <a href="http://twitter.com/dsingleton">@dsingleton</a> on <a href="https://github.com/dsingleton/now-playing-radiator">Github</a>
</footer>

</div>
Expand Down

0 comments on commit c3c734b

Please sign in to comment.