From 46255467173b059242b6c15711098f375013cb6f Mon Sep 17 00:00:00 2001 From: Lyle Scott Date: Tue, 6 Oct 2015 12:32:56 -0700 Subject: [PATCH 1/2] refactor header in main content article HTML, refactor social media icon area HTML --- public/index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/public/index.html b/public/index.html index 90d1bea..b45018c 100644 --- a/public/index.html +++ b/public/index.html @@ -27,23 +27,23 @@

intelly

Blog

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque aliquam, ligula ut lacinia sollicitudin, orci ex mollis ante, eget fringilla tellus nisi non justo. Aenean egestas sollicitudin magna, vitae tincidunt risus gravida blandit. Proin ultricies elit sapien, commodo efficitur tortor fermentum at.

-
-
-
    -
  • HOME
  • -
  • BLOG
  • +
    +
      +
    • HOME
    • +
    • BLOG
    • +
    +
    +
- -
+
@@ -55,7 +55,7 @@

Blog post

  • date
  • comments
  • - + READ MORE
    @@ -67,8 +67,8 @@

    Serene in their assurance of their empire over matter

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque aliquam, ligula ut lacinia sollicitudin, orci ex mollis ante, eget fringilla tellus nisi non justo. Aenean egestas sollicitudin magna, vitae tincidunt risus gravida blandit. Proin ultricies elit sapien, commodo efficitur tortor fermentum at.

    - - + contact + learn more
    @@ -81,9 +81,9 @@

    Serene in their assurance of their empire over matter

    email
    - icon one - icon two - icon three +

    icon one

    +
    icon two
    +
    icon three
    copyright From 27e41345cf0bc3e7a29007985129f10da4381adb Mon Sep 17 00:00:00 2001 From: Lyle Scott Date: Tue, 6 Oct 2015 17:12:02 -0700 Subject: [PATCH 2/2] add variables for colors, small HTML modifications --- public/index.html | 34 +++++++++++++++++----------------- sass/utils/_variables.scss | 6 ++++++ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index b45018c..cc922b0 100644 --- a/public/index.html +++ b/public/index.html @@ -12,13 +12,13 @@

    intelly

    @@ -31,8 +31,8 @@

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque aliquam, li
      -
    • HOME
    • -
    • BLOG
    • +
    • Home
    • +
    • Blog
    - READ MORE + Read More
    @@ -67,8 +67,8 @@

    Serene in their assurance of their empire over matter

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque aliquam, ligula ut lacinia sollicitudin, orci ex mollis ante, eget fringilla tellus nisi non justo. Aenean egestas sollicitudin magna, vitae tincidunt risus gravida blandit. Proin ultricies elit sapien, commodo efficitur tortor fermentum at.

    - contact - learn more + Contact + Learn More
    @@ -86,11 +86,11 @@

    Serene in their assurance of their empire over matter

    icon three
    - copyright - TERMS OF USE - PRIVACY POLICY - CONTACT - SUPPORT + © 2014 Intelly, LLC + Terms of Use + Privacy Policy + Contact + Support diff --git a/sass/utils/_variables.scss b/sass/utils/_variables.scss index 5e8f241..503576d 100644 --- a/sass/utils/_variables.scss +++ b/sass/utils/_variables.scss @@ -5,3 +5,9 @@ $icons: (linkedin2 "\e603") (pinterest "\e604") (pinterest2 "\e605"); + +$color-background: #ffffff; // white +$color-high-contrast: #1e1d24; // off black +$color-low-contrast: #b4b3b5; // light grey +$color-highlight: #97f1e7; // aqua +$color-highlight-contrast: #5a8785 // dark grey