|
!!! |
|
%html{:lang => "en"} |
|
%head |
|
%meta{:charset => "utf-8"}/ |
|
%title Mega Music Store |
|
%meta{:content => "Mega Music Store", :name => "description"}/ |
|
%meta{:content => "AT&T Foundry", :name => "author"}/ |
|
|
|
%script{:src => "js/bootstrap-modal.js"} |
|
%script{:src => "js/bootstrap-popover.js"} |
|
%script{:src => "js/bootstrap-twipsy.js"} |
|
/ Le HTML5 shim, for IE6-8 support of HTML elements |
|
/[if lt IE 9] |
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
|
/ Le styles |
|
%link{:href => "../css/bootstrap.css", :rel => "stylesheet"}/ |
|
:css |
|
body { |
|
padding-top: 60px; |
|
} |
|
%body |
|
.topbar |
|
.fill |
|
.container |
|
%a.brand{:href => "#"} Mega Music Store |
|
%ul.nav |
|
%li.active |
|
%a{:href => "#"} Home |
|
%li |
|
%a{:href => "#about"} About |
|
%li |
|
%a{:href => "#contact"} Contact |
|
.container |
|
/ Main hero unit for a primary marketing message or call to action |
|
.hero-unit |
|
%h1 Mega music store |
|
%p Come and enjoy the latest pop music from Sweden! |
|
%p |
|
%a.btn.primary.large.disabled Learn more » |
|
/ Example row of columns |
|
.row |
|
.span-one-third |
|
%form{:action => 'http://apifoundry-dev.pao1.tfoundry.com/alpha/opentransact/payments/usd?to=Mega Music Store&tariff=USD25¬e=Robyn&redirect_uri=http://pure-sunset-8157.herokuapp.com/1/1&cancel_url=http://pure-sunset-8157.herokuapp.com/', :method => 'post'} |
|
%h2 Robyn |
|
%p Robin Miriam Carlsson (born 12 June 1979), better known by her stage name Robyn, is a Swedish recording artist and singer-songwriter. Robyn became known in the late nineties for her worldwide dance-pop hit "Do You Know (What It Takes)" from her debut album Robyn Is Here (1997). The popularity of her number-one hit "With Every Heartbeat" and subsequent album release Robyn (2005) brought her mainstream success worldwide. In January 2009 Robyn won a Swedish Grammis award for Best Live Act 2008. |
|
%p |
|
- if !@purchasedOne |
|
%button.btn.primary{:type => 'submit'} Buy it now » |
|
- if @purchasedOne |
|
%a.btn.danger.disabled{:href => ''} Purchased » |
|
|
|
.span-one-third |
|
%form{:action => 'http://apifoundry-dev.pao1.tfoundry.com/alpha/opentransact/payments/usd?to=Mega Music Store&tariff=USD50¬e=The Hives&redirect_uri=http://pure-sunset-8157.herokuapp.com/1/2&cancel_url=http://pure-sunset-8157.herokuapp.com/', :method => 'post'} |
|
%h2 The Hives |
|
%p The Hives are a Swedish garage rock band that first garnered attention in the early 2000s as a prominent group of the garage rock revival. Their mainstream success came with the release of the "greatest hits" album Your New Favourite Band, featuring their most well-known song "Hate to Say I Told You So". The Hives are known for performing in ever-changing black and white suits. |
|
%p |
|
- if !@purchasedTwo |
|
%button.btn.primary{:type => 'submit'} Buy it now » |
|
- if @purchasedTwo |
|
%a.btn.danger.disabled{:href => ''} Purchased » |
|
.span-one-third |
|
%form{:action => 'http://apifoundry-dev.pao1.tfoundry.com/alpha/opentransact/payments/usd?to=Mega Music Store&tariff=USD75¬e=Mando Diao&redirect_uri=http://pure-sunset-8157.herokuapp.com/1/3&cancel_url=http://pure-sunset-8157.herokuapp.com/', :method => 'post'} |
|
%h2 Mando Diao |
|
%p Mando Diao is an alternative rock band from Borlänge, Sweden. The band got their breakthrough with the release of the album Hurricane Bar. Their main fan base is in Sweden, Germany, and Japan although their influence has recently spread to Western Europe, most notably the UK. |
|
%p |
|
- if !@purchasedThree |
|
%button.btn.primary{:type => 'submit'} Buy it now » |
|
- if @purchasedThree |
|
%a.btn.danger.disabled{:href => ''} Purchased » |
|
%footer |
|
%p © Foundry 2012 |
|
/ /container |