diff --git a/design-library/source/_patterns/01-atoms/09-social-icon/_social-icon.scss b/design-library/source/_patterns/01-atoms/09-social-icon/_social-icon.scss index fbd45b6..095d05a 100644 --- a/design-library/source/_patterns/01-atoms/09-social-icon/_social-icon.scss +++ b/design-library/source/_patterns/01-atoms/09-social-icon/_social-icon.scss @@ -4,6 +4,7 @@ li.social_media--item { margin: 0; height: 2em; width: 2em; + } a.social_media--icon { @@ -13,13 +14,4 @@ a.social_media--icon { width: inherit; background-repeat: no-repeat; background-size: contain; - &.Twitter { - background-image: url('../images/social_media_icons/social_twitter.png'); - } - &.Facebook { - background-image: url('../images/social_media_icons/social_facebook.png'); - } - &.LinkedIn { - background-image: url('../images/social_media_icons/social_linkedin.png'); - } } diff --git a/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.json b/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.json index 2143212..4f073c7 100644 --- a/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.json +++ b/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.json @@ -1,6 +1,6 @@ { "name":"Twitter", "message":"Follow us on Twitter", - "image":"/images/social_media_icons/social_twitter.png", + "image":"images/social_media_icons/social_twitter.png", "link":"http://www.twitter.com" } diff --git a/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.twig b/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.twig index b5286e1..e82ca1d 100644 --- a/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.twig +++ b/design-library/source/_patterns/01-atoms/09-social-icon/social-icon.twig @@ -1,3 +1,3 @@
  • - {{ message }} + {{ message }}
  • diff --git a/design-library/source/_patterns/03-organisms/02-header/header.json b/design-library/source/_patterns/03-organisms/02-header/header.json index 28acd4d..ae1027d 100644 --- a/design-library/source/_patterns/03-organisms/02-header/header.json +++ b/design-library/source/_patterns/03-organisms/02-header/header.json @@ -1,24 +1,24 @@ { - "image_url": "/images/nerdstein_11.png", + "image_url": "../../images/nerdstein_11.png", "image_alt": "Nerdstein Logo", "image_link": "#", "social_media": [ { "name":"Twitter", "message":"Follow us on Twitter", - "image":"/images/social_media_icons/social_twitter.png", + "image":"../../images/social_media_icons/social_twitter.png", "link":"http://www.twitter.com" }, { "name":"Facebook", "message":"Like us on Facebook", - "image":"/images/social_media_icons/social_facebook.png", + "image":"../../images/social_media_icons/social_facebook.png", "link":"http://www.facebook.com" }, { "name":"LinkedIn", "message":"Follow us on LinkedIn", - "image":"/images/social_media_icons/social_linkedin.png", + "image":"../../images/social_media_icons/social_linkedin.png", "link":"http://www.linkedIn.com" } ] diff --git a/design-library/source/_patterns/04-pages/01-one-sidebar/one-sidebar.json b/design-library/source/_patterns/04-pages/01-one-sidebar/one-sidebar.json index c437593..364fc9f 100644 --- a/design-library/source/_patterns/04-pages/01-one-sidebar/one-sidebar.json +++ b/design-library/source/_patterns/04-pages/01-one-sidebar/one-sidebar.json @@ -1,26 +1,26 @@ { "footer_text": "Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec id elit non mi porta gravida at eget metus. Donec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur.", - "image_url": "/images/nerdstein_11.png", + "image_url": "../../images/nerdstein_11.png", "image_alt": "Nerdstein Logo", "image_link": "#", "social_media": [ { "name":"Twitter", "message":"Follow us on Twitter", - "image":"/images/social_media_icons/social_twitter.png", + "image":"../../images/social_media_icons/social_twitter.png", "link":"http://www.twitter.com" }, { "name":"Facebook", "message":"Like us on Facebook", - "image":"/images/social_media_icons/social_facebook.png", + "image":"../../images/social_media_icons/social_facebook.png", "link":"http://www.facebook.com" }, { "name":"LinkedIn", "message":"Follow us on LinkedIn", - "image":"/images/social_media_icons/social_linkedin.png", + "image":"../../images/social_media_icons/social_linkedin.png", "link":"http://www.linkedIn.com" } ], diff --git a/html/patterns/01-atoms-01-list-title-list-title/01-atoms-01-list-title-list-title.html b/html/patterns/01-atoms-01-list-title-list-title/01-atoms-01-list-title-list-title.html index 5037c43..e050432 100644 --- a/html/patterns/01-atoms-01-list-title-list-title/01-atoms-01-list-title-list-title.html +++ b/html/patterns/01-atoms-01-list-title-list-title/01-atoms-01-list-title-list-title.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-02-list-body-list-body/01-atoms-02-list-body-list-body.html b/html/patterns/01-atoms-02-list-body-list-body/01-atoms-02-list-body-list-body.html index 1ca3b85..44ddbdb 100644 --- a/html/patterns/01-atoms-02-list-body-list-body/01-atoms-02-list-body-list-body.html +++ b/html/patterns/01-atoms-02-list-body-list-body/01-atoms-02-list-body-list-body.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-03-list-image-list-image/01-atoms-03-list-image-list-image.html b/html/patterns/01-atoms-03-list-image-list-image/01-atoms-03-list-image-list-image.html index 96f0579..7ef1247 100644 --- a/html/patterns/01-atoms-03-list-image-list-image/01-atoms-03-list-image-list-image.html +++ b/html/patterns/01-atoms-03-list-image-list-image/01-atoms-03-list-image-list-image.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-04-blog-tag-blog-tag/01-atoms-04-blog-tag-blog-tag.html b/html/patterns/01-atoms-04-blog-tag-blog-tag/01-atoms-04-blog-tag-blog-tag.html index ef295f8..a2b4843 100644 --- a/html/patterns/01-atoms-04-blog-tag-blog-tag/01-atoms-04-blog-tag-blog-tag.html +++ b/html/patterns/01-atoms-04-blog-tag-blog-tag/01-atoms-04-blog-tag-blog-tag.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-05-list-posted-on-list-posted-on/01-atoms-05-list-posted-on-list-posted-on.html b/html/patterns/01-atoms-05-list-posted-on-list-posted-on/01-atoms-05-list-posted-on-list-posted-on.html index 2d10ef8..38d59b0 100644 --- a/html/patterns/01-atoms-05-list-posted-on-list-posted-on/01-atoms-05-list-posted-on-list-posted-on.html +++ b/html/patterns/01-atoms-05-list-posted-on-list-posted-on/01-atoms-05-list-posted-on-list-posted-on.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-06-section-heading-section-heading/01-atoms-06-section-heading-section-heading.html b/html/patterns/01-atoms-06-section-heading-section-heading/01-atoms-06-section-heading-section-heading.html index 8a84e3f..0568a52 100644 --- a/html/patterns/01-atoms-06-section-heading-section-heading/01-atoms-06-section-heading-section-heading.html +++ b/html/patterns/01-atoms-06-section-heading-section-heading/01-atoms-06-section-heading-section-heading.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-07-section-content-section-content/01-atoms-07-section-content-section-content.html b/html/patterns/01-atoms-07-section-content-section-content/01-atoms-07-section-content-section-content.html index 3a00992..9cca6bf 100644 --- a/html/patterns/01-atoms-07-section-content-section-content/01-atoms-07-section-content-section-content.html +++ b/html/patterns/01-atoms-07-section-content-section-content/01-atoms-07-section-content-section-content.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-08-logo-logo/01-atoms-08-logo-logo.html b/html/patterns/01-atoms-08-logo-logo/01-atoms-08-logo-logo.html index aaa2a53..856e061 100644 --- a/html/patterns/01-atoms-08-logo-logo/01-atoms-08-logo-logo.html +++ b/html/patterns/01-atoms-08-logo-logo/01-atoms-08-logo-logo.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/01-atoms-09-social-icon-social-icon/01-atoms-09-social-icon-social-icon.html b/html/patterns/01-atoms-09-social-icon-social-icon/01-atoms-09-social-icon-social-icon.html index b45c32f..87560a0 100644 --- a/html/patterns/01-atoms-09-social-icon-social-icon/01-atoms-09-social-icon-social-icon.html +++ b/html/patterns/01-atoms-09-social-icon-social-icon/01-atoms-09-social-icon-social-icon.html @@ -5,8 +5,8 @@ - - + + @@ -18,7 +18,7 @@
  • - Follow us on Twitter + Follow us on Twitter
  • diff --git a/html/patterns/01-atoms-10-footer-text-footer-text/01-atoms-10-footer-text-footer-text.html b/html/patterns/01-atoms-10-footer-text-footer-text/01-atoms-10-footer-text-footer-text.html index 6f48c3b..5a25bb1 100644 --- a/html/patterns/01-atoms-10-footer-text-footer-text/01-atoms-10-footer-text-footer-text.html +++ b/html/patterns/01-atoms-10-footer-text-footer-text/01-atoms-10-footer-text-footer-text.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/02-molecules-01-blog-tags-blog-tags/02-molecules-01-blog-tags-blog-tags.html b/html/patterns/02-molecules-01-blog-tags-blog-tags/02-molecules-01-blog-tags-blog-tags.html index 27f4d58..fa1f63f 100644 --- a/html/patterns/02-molecules-01-blog-tags-blog-tags/02-molecules-01-blog-tags-blog-tags.html +++ b/html/patterns/02-molecules-01-blog-tags-blog-tags/02-molecules-01-blog-tags-blog-tags.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/02-molecules-02-list-element-list-element-1-image/02-molecules-02-list-element-list-element-1-image.html b/html/patterns/02-molecules-02-list-element-list-element-1-image/02-molecules-02-list-element-list-element-1-image.html index 9d889b4..5b2c4be 100644 --- a/html/patterns/02-molecules-02-list-element-list-element-1-image/02-molecules-02-list-element-list-element-1-image.html +++ b/html/patterns/02-molecules-02-list-element-list-element-1-image/02-molecules-02-list-element-list-element-1-image.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/02-molecules-02-list-element-list-element/02-molecules-02-list-element-list-element.html b/html/patterns/02-molecules-02-list-element-list-element/02-molecules-02-list-element-list-element.html index 1fb82bd..cf89a74 100644 --- a/html/patterns/02-molecules-02-list-element-list-element/02-molecules-02-list-element-list-element.html +++ b/html/patterns/02-molecules-02-list-element-list-element/02-molecules-02-list-element-list-element.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/02-molecules-03-section-section/02-molecules-03-section-section.html b/html/patterns/02-molecules-03-section-section/02-molecules-03-section-section.html index d947f0d..cdd48aa 100644 --- a/html/patterns/02-molecules-03-section-section/02-molecules-03-section-section.html +++ b/html/patterns/02-molecules-03-section-section/02-molecules-03-section-section.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/02-molecules-04-social-icons-social-icons/02-molecules-04-social-icons-social-icons.html b/html/patterns/02-molecules-04-social-icons-social-icons/02-molecules-04-social-icons-social-icons.html index 7d2d0b3..bb5505e 100644 --- a/html/patterns/02-molecules-04-social-icons-social-icons/02-molecules-04-social-icons-social-icons.html +++ b/html/patterns/02-molecules-04-social-icons-social-icons/02-molecules-04-social-icons-social-icons.html @@ -5,8 +5,8 @@ - - + + @@ -19,13 +19,13 @@ diff --git a/html/patterns/03-organisms-01-blog-list-blog-list/03-organisms-01-blog-list-blog-list.html b/html/patterns/03-organisms-01-blog-list-blog-list/03-organisms-01-blog-list-blog-list.html index 4b99693..fe51553 100644 --- a/html/patterns/03-organisms-01-blog-list-blog-list/03-organisms-01-blog-list-blog-list.html +++ b/html/patterns/03-organisms-01-blog-list-blog-list/03-organisms-01-blog-list-blog-list.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/03-organisms-02-header-header/03-organisms-02-header-header.html b/html/patterns/03-organisms-02-header-header/03-organisms-02-header-header.html index 298fd55..415579e 100644 --- a/html/patterns/03-organisms-02-header-header/03-organisms-02-header-header.html +++ b/html/patterns/03-organisms-02-header-header/03-organisms-02-header-header.html @@ -5,8 +5,8 @@ - - + + @@ -23,7 +23,7 @@ + style="background-image: url(../../images/nerdstein_11.png)"> Nerdstein Logo @@ -31,13 +31,13 @@
    diff --git a/html/patterns/03-organisms-03-footer-footer/03-organisms-03-footer-footer.html b/html/patterns/03-organisms-03-footer-footer/03-organisms-03-footer-footer.html index 6d49464..b0882c5 100644 --- a/html/patterns/03-organisms-03-footer-footer/03-organisms-03-footer-footer.html +++ b/html/patterns/03-organisms-03-footer-footer/03-organisms-03-footer-footer.html @@ -5,8 +5,8 @@ - - + + diff --git a/html/patterns/04-pages-01-one-sidebar-one-sidebar/04-pages-01-one-sidebar-one-sidebar.html b/html/patterns/04-pages-01-one-sidebar-one-sidebar/04-pages-01-one-sidebar-one-sidebar.html index 4b3cf6d..c7208a0 100644 --- a/html/patterns/04-pages-01-one-sidebar-one-sidebar/04-pages-01-one-sidebar-one-sidebar.html +++ b/html/patterns/04-pages-01-one-sidebar-one-sidebar/04-pages-01-one-sidebar-one-sidebar.html @@ -5,8 +5,8 @@ - - + + @@ -24,7 +24,7 @@ + style="background-image: url(../../images/nerdstein_11.png)"> Nerdstein Logo @@ -32,13 +32,13 @@