Haml templates, artist page renderer
This commit is contained in:
@@ -42,10 +42,39 @@
|
||||
|
||||
.container#main
|
||||
.row
|
||||
.span11.columns
|
||||
.row.artist-info
|
||||
.span4.columns.pic
|
||||
%img{ :src => "http://userserve-ak.last.fm/serve/_/33371/Foo+Fighters.jpg" }
|
||||
.span7.columns.desc
|
||||
%h2 Foo Fighters
|
||||
Foo Fighters are an American rock band formed by singer/guitarist Dave Grohl in 1995 in Seattle, USA. Grohl formed the group as a one-man project after the dissolution of his previous band Nirvana in 1994. Prior to the release of Foo Fighters in 1995, Grohl drafted Nate Mendel (bass), William Goldsmith (drums) (both of Sunny Day Real Estate and The Fire Theft), and Pat Smear (guitar) to complete the group.
|
||||
.span11.columns#content
|
||||
|
||||
|
||||
.span5.columns
|
||||
.player
|
||||
%h5.now-playing Foo Fighters — Long Road to Ruin
|
||||
.progress
|
||||
.loaded
|
||||
.played
|
||||
.buttons
|
||||
%a.btn.small-round «
|
||||
%a.btn.large.large-round ►
|
||||
%a.btn.small-round »
|
||||
|
||||
.playlist
|
||||
%table
|
||||
%tr
|
||||
%td.song-title
|
||||
.artist-name Foo Fighters
|
||||
The Pretender
|
||||
%td.song-duration 4:29
|
||||
%tr
|
||||
%td.song-title
|
||||
.artist-name Foo Fighters
|
||||
Let It Die
|
||||
%td.song-duration 4:29
|
||||
%tr
|
||||
%td.song-title
|
||||
.artist-name Foo Fighters
|
||||
Erase/Replace
|
||||
%td.song-duration 4:29
|
||||
%tr
|
||||
%td.song-title
|
||||
.artist-name Foo Fighters
|
||||
Long Road to Ruin
|
||||
%td.song-duration 4:29
|
||||
|
||||
Reference in New Issue
Block a user