From 15f1252bfa32cfc2487e4b2f271d42943661b653 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 25 Jan 2015 12:21:52 -0500 Subject: [PATCH] synctube.org index --- templates/index.jade | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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")