diff --git a/templates/index.jade b/templates/index.jade index 3fe38da3..4c0310d4 100644 --- a/templates/index.jade +++ b/templates/index.jade @@ -27,6 +27,40 @@ html(lang="en") td: a(href="/r/#{chan.name}") #{chan.pagetitle} (#{chan.name}) td= chan.usercount td= chan.mediatitle + .well.well-sm + h4(style='text-align: center') Public Channels + .well + .row(style='margin-right: -2px') + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .row(style='padding-top: 10px; margin-right: -2px') + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .well.well-sm + h4(style='text-align: center') Music Channels + .well + .row(style='margin-right: -2px') + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .row(style="padding-top: 10px; margin-right: -2px") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") + .col-lg-4.col-md-4 + img(src= "http://placehold.it/250x100") .col-lg-3.col-md-3 h3 Enter Channel input#channelname.form-control(type="text", placeholder="Channel Name")