mirror of https://github.com/calzoneman/sync.git
parent
187112c734
commit
3261613834
|
@ -27,40 +27,6 @@ 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")
|
||||
|
|
Loading…
Reference in New Issue