diff --git a/contents/css/main.css b/contents/css/main.css index ee15e85..c940d83 100644 --- a/contents/css/main.css +++ b/contents/css/main.css @@ -450,7 +450,7 @@ code.lang-markdown .bullet { } section.social-links { - width: 304px; + width: 191px; margin-left: auto; margin-right: auto; } diff --git a/contents/img/geeklist.png b/contents/img/geeklist.png deleted file mode 100644 index 71c07b8..0000000 Binary files a/contents/img/geeklist.png and /dev/null differ diff --git a/contents/img/googleplus.png b/contents/img/googleplus.png deleted file mode 100644 index a36053f..0000000 Binary files a/contents/img/googleplus.png and /dev/null differ diff --git a/contents/img/pandora.png b/contents/img/pandora.png deleted file mode 100644 index 7802a39..0000000 Binary files a/contents/img/pandora.png and /dev/null differ diff --git a/templates/mixins/social.jade b/templates/mixins/social.jade index 7ac534f..53af958 100644 --- a/templates/mixins/social.jade +++ b/templates/mixins/social.jade @@ -4,16 +4,10 @@ mixin link_img(type, link, image) mixin social_links ul - li - +link_img("Google+", "//plus.google.com/100527884089547887285/", "/img/googleplus.png") li +link_img("Twitter", "//www.twitter.com/#!/brett_langdon", "/img/twitter.png") li +link_img("Linkedin", "//www.linkedin.com/in/brettlangdon", "/img/linkedin.png") - li - +link_img("Pandora", "//www.pandora.com/#!/profile/activity/brett1129", "/img/pandora.png") - li - +link_img("Geeklist", "//geekli.st/brett_langdon", "/img/geeklist.png") li +link_img("GitHub", "//github.com/brettlangdon", "/img/github.svg") li