Browse Source

remove some social icons

pull/1/head
Brett Langdon 11 years ago
parent
commit
a2858fb167
5 changed files with 1 additions and 7 deletions
  1. +1
    -1
      contents/css/main.css
  2. BIN
      contents/img/geeklist.png
  3. BIN
      contents/img/googleplus.png
  4. BIN
      contents/img/pandora.png
  5. +0
    -6
      templates/mixins/social.jade

+ 1
- 1
contents/css/main.css View File

@ -450,7 +450,7 @@ code.lang-markdown .bullet {
} }
section.social-links { section.social-links {
width: 304px;
width: 191px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }


BIN
contents/img/geeklist.png View File

Before After
Width: 32  |  Height: 32  |  Size: 1.7 KiB

BIN
contents/img/googleplus.png View File

Before After
Width: 32  |  Height: 32  |  Size: 1.6 KiB

BIN
contents/img/pandora.png View File

Before After
Width: 32  |  Height: 32  |  Size: 1.5 KiB

+ 0
- 6
templates/mixins/social.jade View File

@ -4,16 +4,10 @@ mixin link_img(type, link, image)
mixin social_links mixin social_links
ul ul
li
+link_img("Google+", "//plus.google.com/100527884089547887285/", "/img/googleplus.png")
li li
+link_img("Twitter", "//www.twitter.com/#!/brett_langdon", "/img/twitter.png") +link_img("Twitter", "//www.twitter.com/#!/brett_langdon", "/img/twitter.png")
li li
+link_img("Linkedin", "//www.linkedin.com/in/brettlangdon", "/img/linkedin.png") +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 li
+link_img("GitHub", "//github.com/brettlangdon", "/img/github.svg") +link_img("GitHub", "//github.com/brettlangdon", "/img/github.svg")
li li


Loading…
Cancel
Save