From fe3b1d90d78efe4e96295ef07ce76b646effb47b Mon Sep 17 00:00:00 2001 From: Ryan Scherf Date: Wed, 1 Mar 2017 12:20:01 -0600 Subject: [PATCH 1/6] Stub in for subpage. --- index.html | 5 ++- jobs.html | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 jobs.html diff --git a/index.html b/index.html index eab55c5..60bd45a 100644 --- a/index.html +++ b/index.html @@ -53,16 +53,17 @@
-
+
-
+
- +
@@ -128,20 +128,15 @@
  • - - - - -
  • - - + +
  • - +
    @@ -185,7 +180,7 @@ + +

    BlocPower provides equal employment opportunities (EEO) to all employees and applicants for employment without regard to race, color, religion, sex, national origin, age, disability or genetics. In addition to federal law requirements, BlocPower complies with applicable state and local laws governing nondiscrimination in employment in every location in which the company has facilities. This policy applies to all terms and conditions of employment, including recruiting, hiring, placement, promotion, termination, layoff, recall, transfer, leaves of absence, compensation and training. diff --git a/scss/global.scss b/scss/global.scss index 53ee54b..efa4bbd 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -65,6 +65,10 @@ p { padding-bottom: $padding*2; } +.center { + text-align: center; +} + .button { display: inline-block; text-transform: uppercase; @@ -447,8 +451,9 @@ section { &.newsletter { max-width: 600px; + margin-bottom: $padding*8; - #mc_embed_signup { + .callout { padding: $padding*4; border-radius: $radius; box-shadow: 0 0 30px rgba(0,0,0,0.1); @@ -489,17 +494,17 @@ section { border-color: $teal; box-shadow: 0 0 30px rgba(0,0,0,0.1); } + } - &.button { - border: none; - color: $gray; - background: $yellow; - font-size: 0.875em; - flex: 0; - margin-top: $padding; + .button { + border: none; + color: $gray; + background: $yellow; + font-size: 0.875em; + flex: 0; + margin-top: $padding; - @include linear-gradient(170deg, #FEEB6C 0%, #FBD13A 100%); - } + @include linear-gradient(170deg, #FEEB6C 0%, #FBD13A 100%); } #mce-responses { -- GitLab From 602527f6ae8e822ed08e14d600fa90241843e863 Mon Sep 17 00:00:00 2001 From: Ryan Scherf Date: Wed, 1 Mar 2017 13:39:44 -0600 Subject: [PATCH 4/6] Add job-level CTAs. --- css/global.css | 6 +++++- jobs.html | 4 ++++ scss/global.scss | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/css/global.css b/css/global.css index fadc962..0bd361e 100644 --- a/css/global.css +++ b/css/global.css @@ -593,7 +593,11 @@ p { border-radius: 5px; font-weight: 700; font-size: 0.875em; - letter-spacing: 0.05em; } + letter-spacing: 0.05em; + background: #FBD13A; + color: #3F3F3F; + background: #FEEB6C; + background: linear-gradient(170deg, #FEEB6C 0%, #FBD13A 100%); } .button svg { vertical-align: middle; margin-top: -3px; diff --git a/jobs.html b/jobs.html index 465bc78..3aa8422 100644 --- a/jobs.html +++ b/jobs.html @@ -129,6 +129,8 @@

    Contract and full-time positions available

    + + Apply
    @@ -159,6 +161,8 @@

    Contract and full-time positions available

    + + Apply
    diff --git a/scss/global.scss b/scss/global.scss index efa4bbd..5d091ac 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -85,6 +85,11 @@ p { margin-top: -3px; margin-left: $padding; } + + background: $yellow; + color: $gray; + + @include linear-gradient(170deg, #FEEB6C 0%, #FBD13A 100%); } header { -- GitLab From 6a6cf03f092ee6d1c269791bf9d8542e24e12306 Mon Sep 17 00:00:00 2001 From: Ryan Scherf Date: Wed, 1 Mar 2017 13:40:12 -0600 Subject: [PATCH 5/6] Update copy. --- jobs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs.html b/jobs.html index 3aa8422..22015e8 100644 --- a/jobs.html +++ b/jobs.html @@ -130,7 +130,7 @@

    Contract and full-time positions available

    - Apply + Apply to this position -- GitLab From 289da7a9e028cc3e7aebb1ae9886c150dda92d8e Mon Sep 17 00:00:00 2001 From: Steven Walker Date: Wed, 1 Mar 2017 14:46:57 -0500 Subject: [PATCH 6/6] copy edits --- jobs.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jobs.html b/jobs.html index 22015e8..60edd37 100644 --- a/jobs.html +++ b/jobs.html @@ -106,7 +106,7 @@

    Full Stack Engineer - Python

    TECHNOLOGY

    NYC

    -

    BlocPower is looking for a Full Stack Developer who is excited to help revolutionize the green energy industry

    +

    BlocPower is looking for a Full Stack Developer who is excited to help revolutionize the green energy industry.

    Required / Desired Skills
      @@ -128,9 +128,9 @@
    • BA/BS or equivalent combination of work experience and education
    -

    Contract and full-time positions available

    +

    Contract and full-time positions available. Please send a cover letter and your resume.

    - Apply to this position + Apply to this position
    @@ -160,18 +160,18 @@
  • BA/BS or equivalent combination of work experience and education
  • -

    Contract and full-time positions available

    +

    Contract and full-time positions available. Please send a cover letter and your resume.

    - Apply to this position + Apply to this position
    -- GitLab