From 5cda6371fc650315939a14720c713722666200b0 Mon Sep 17 00:00:00 2001 From: Tommy Chen Date: Sat, 2 Jun 2012 17:52:28 +0800 Subject: move social icons --- sass/parts/_header.scss | 14 +++++++------- source/images/delicious.png | Bin 1064 -> 0 bytes source/images/facebook.png | Bin 1107 -> 0 bytes source/images/github.png | Bin 1205 -> 0 bytes source/images/google.png | Bin 1223 -> 0 bytes source/images/pinterest.png | Bin 1128 -> 0 bytes source/images/pintrest.png | Bin 1128 -> 0 bytes source/images/rss.png | Bin 1250 -> 0 bytes source/images/social/delicious.png | Bin 0 -> 1064 bytes source/images/social/facebook.png | Bin 0 -> 1107 bytes source/images/social/github.png | Bin 0 -> 1205 bytes source/images/social/google.png | Bin 0 -> 1223 bytes source/images/social/pinterest.png | Bin 0 -> 1128 bytes source/images/social/rss.png | Bin 0 -> 1250 bytes source/images/social/twitter.png | Bin 0 -> 1073 bytes source/images/twitter.png | Bin 1073 -> 0 bytes 16 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 source/images/delicious.png delete mode 100644 source/images/facebook.png delete mode 100644 source/images/github.png delete mode 100644 source/images/google.png delete mode 100644 source/images/pinterest.png delete mode 100644 source/images/pintrest.png delete mode 100644 source/images/rss.png create mode 100644 source/images/social/delicious.png create mode 100644 source/images/social/facebook.png create mode 100644 source/images/social/github.png create mode 100644 source/images/social/google.png create mode 100644 source/images/social/pinterest.png create mode 100644 source/images/social/rss.png create mode 100644 source/images/social/twitter.png delete mode 100644 source/images/twitter.png diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index ee36e61..8949888 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -179,49 +179,49 @@ header{ opacity: 1; } &.facebook{ - background: image-url('facebook.png') center no-repeat #3B5998; + background: image-url('social/facebook.png') center no-repeat #3B5998; border: 1px solid #3B5998; &:hover{ border: 1px solid darken(#3B5998, 10%); } } &.google{ - background: image-url('google.png') center no-repeat #C83D20; + background: image-url('social/google.png') center no-repeat #C83D20; border: 1px solid #C83D20; &:hover{ border: 1px solid darken(#C83D20, 10%); } } &.twitter{ - background: image-url('twitter.png') center no-repeat #55CFF8; + background: image-url('social/twitter.png') center no-repeat #55CFF8; border: 1px solid #55CFF8; &:hover{ border: 1px solid darken(#55CFF8, 10%); } } &.github{ - background: image-url('github.png') center no-repeat rgb(175,182,202); + background: image-url('social/github.png') center no-repeat rgb(175,182,202); border: 1px solid rgb(175,182,202); &:hover{ border: 1px solid darken(rgb(175,182,202), 10%); } } &.pinterest{ - background: image-url('pinterest.png') center no-repeat rgb(190,64,55); + background: image-url('social/pinterest.png') center no-repeat rgb(190,64,55); border: 1px solid rgb(190,64,55); &:hover{ border: 1px solid darken(rgb(190,64,55), 10%); } } &.delicious{ - background: image-url('delicious.png') center no-repeat rgb(50,113,203); + background: image-url('social/delicious.png') center no-repeat rgb(50,113,203); border: 1px solid rgb(50,113,203); &:hover{ border: 1px solid darken(rgb(50,113,203), 10%); } } &.rss{ - background: image-url('rss.png') center no-repeat #EF7522; + background: image-url('social/rss.png') center no-repeat #EF7522; border: 1px solid #EF7522; &:hover{ border: 1px solid darken(#EF7522, 10%); diff --git a/source/images/delicious.png b/source/images/delicious.png deleted file mode 100644 index a936776..0000000 Binary files a/source/images/delicious.png and /dev/null differ diff --git a/source/images/facebook.png b/source/images/facebook.png deleted file mode 100644 index 2e43bd8..0000000 Binary files a/source/images/facebook.png and /dev/null differ diff --git a/source/images/github.png b/source/images/github.png deleted file mode 100644 index 6962c9d..0000000 Binary files a/source/images/github.png and /dev/null differ diff --git a/source/images/google.png b/source/images/google.png deleted file mode 100644 index 68f6978..0000000 Binary files a/source/images/google.png and /dev/null differ diff --git a/source/images/pinterest.png b/source/images/pinterest.png deleted file mode 100644 index 34a64d6..0000000 Binary files a/source/images/pinterest.png and /dev/null differ diff --git a/source/images/pintrest.png b/source/images/pintrest.png deleted file mode 100644 index 34a64d6..0000000 Binary files a/source/images/pintrest.png and /dev/null differ diff --git a/source/images/rss.png b/source/images/rss.png deleted file mode 100644 index 8492267..0000000 Binary files a/source/images/rss.png and /dev/null differ diff --git a/source/images/social/delicious.png b/source/images/social/delicious.png new file mode 100644 index 0000000..a936776 Binary files /dev/null and b/source/images/social/delicious.png differ diff --git a/source/images/social/facebook.png b/source/images/social/facebook.png new file mode 100644 index 0000000..2e43bd8 Binary files /dev/null and b/source/images/social/facebook.png differ diff --git a/source/images/social/github.png b/source/images/social/github.png new file mode 100644 index 0000000..6962c9d Binary files /dev/null and b/source/images/social/github.png differ diff --git a/source/images/social/google.png b/source/images/social/google.png new file mode 100644 index 0000000..68f6978 Binary files /dev/null and b/source/images/social/google.png differ diff --git a/source/images/social/pinterest.png b/source/images/social/pinterest.png new file mode 100644 index 0000000..34a64d6 Binary files /dev/null and b/source/images/social/pinterest.png differ diff --git a/source/images/social/rss.png b/source/images/social/rss.png new file mode 100644 index 0000000..8492267 Binary files /dev/null and b/source/images/social/rss.png differ diff --git a/source/images/social/twitter.png b/source/images/social/twitter.png new file mode 100644 index 0000000..1d63f2d Binary files /dev/null and b/source/images/social/twitter.png differ diff --git a/source/images/twitter.png b/source/images/twitter.png deleted file mode 100644 index 1d63f2d..0000000 Binary files a/source/images/twitter.png and /dev/null differ -- cgit v1.1-2-g2b99