From fbfff58f6b5744ecfd09904e6253224ea9967ade Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 28 Jul 2016 12:10:31 -0700 Subject: [PATCH] update views and CSS to reflect feedback from @berkeleytrue and @raisedadead --- client/less/main.less | 4 ++-- server/views/home.jade | 28 +++++++++++++++++++------- server/views/resources/nonprofits.jade | 24 ++++++++++++++++------ 3 files changed, 41 insertions(+), 15 deletions(-) diff --git a/client/less/main.less b/client/less/main.less index 5c3837c1db..fdda85a0a5 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -127,7 +127,7 @@ h1, h2, h3, h4, h5, h6, p, li { margin-top: 10px; } -ul { +.large-li > li { list-style: none; } @@ -1181,6 +1181,6 @@ and (max-width : 400px) { @import "toastr.less"; @import "map.less"; -ol, li { +ul > li { list-style-type: disc; } diff --git a/server/views/home.jade b/server/views/home.jade index cf604d3110..894d9dbde4 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -87,13 +87,27 @@ block content h2 Here's why you should join our open source community right now: .spacer ul.large-li - li.ion-code   You'll get help in real time from our community chat rooms. - li.ion-code   You'll meet up with other coders in your city. - li.ion-code   You'll learn to code at your own pace, in your browser or on your phone. - li.ion-code   You'll work through our focused, interactive courses and tutorials. - li.ion-code   You'll learn state-of-the-art full stack JavaScript technologies. - li.ion-code   You'll build projects that help nonprofits carry out their missions more effectively. - li.ion-code   You'll assemble a portfolio of real apps used by real people. + li + span.fa.fa-code + |   You'll get help in real time from our community chat rooms. + li + span.fa.fa-code + |   You'll meet up with other coders in your city. + li + span.fa.fa-code + |   You'll learn to code at your own pace, in your browser or on your phone. + li + span.fa.fa-code + |   You'll work through our focused, interactive courses and tutorials. + li + span.fa.fa-code + |   You'll learn state-of-the-art full stack JavaScript technologies. + li + span.fa.fa-code + |   You'll build projects that help nonprofits carry out their missions more effectively. + li + span.fa.fa-code + |   You'll assemble a portfolio of real apps used by real people. .big-break .row .col-xs-12.col-sm-8.col-sm-offset-2 diff --git a/server/views/resources/nonprofits.jade b/server/views/resources/nonprofits.jade index d51057954b..962c78357d 100644 --- a/server/views/resources/nonprofits.jade +++ b/server/views/resources/nonprofits.jade @@ -91,12 +91,24 @@ block content h2 As grantmakers of pro bono code, we approve applications for nonprofits who: .col-xs-12.col-sm-8.col-sm-offset-2.text-left.large-p ul.large-li - li.fa.fa-code   have 501(c)(3) status (or foreign equivalent). - li.fa.fa-code   have a demonstrated need for custom code. - li.fa.fa-code   have explored existing software solutions. - li.fa.fa-code   already have people who benefit from their services. - li.fa.fa-code   can budget $20 to $30 per month for hosting. - li.fa.fa-code   will commit to using what our developers build. + li + span.fa.fa-code + |   have 501(c)(3) status or foreign equivalent. + li + span.fa.fa-code + |   have a demonstrated need for custom code. + li + span.fa.fa-code + |   have explored existing software solutions. + li + span.fa.fa-code + |   already have people who benefit from their services. + li + span.fa.fa-code + |   can budget $20 to $30 per month for hosting. + li + span.fa.fa-code + |   will commit to using what our developers build. .row .col-xs-12.col-sm-8.col-sm-offset-2