From da67d786d2415a6ac9850483fb2276e5bbcffd4b Mon Sep 17 00:00:00 2001 From: SkyArrow Date: Wed, 25 Jan 2012 01:06:38 +0800 Subject: social icon --- sass/parts/_header.scss | 8 +- source/_includes/header.html | 8 +- source/images/facebook.png | Bin 0 -> 1107 bytes source/images/fonts/websymbols-regular-webfont.eot | Bin 6522 -> 0 bytes source/images/fonts/websymbols-regular-webfont.svg | 105 --------------------- source/images/fonts/websymbols-regular-webfont.ttf | Bin 12144 -> 0 bytes .../images/fonts/websymbols-regular-webfont.woff | Bin 7696 -> 0 bytes source/images/google.png | Bin 0 -> 1223 bytes source/images/random_grey_variations.png | Bin 9024 -> 0 bytes source/images/rss.png | Bin 0 -> 1250 bytes source/images/twitter.png | Bin 0 -> 1073 bytes 11 files changed, 8 insertions(+), 113 deletions(-) create mode 100644 source/images/facebook.png delete mode 100644 source/images/fonts/websymbols-regular-webfont.eot delete mode 100644 source/images/fonts/websymbols-regular-webfont.svg delete mode 100644 source/images/fonts/websymbols-regular-webfont.ttf delete mode 100644 source/images/fonts/websymbols-regular-webfont.woff create mode 100644 source/images/google.png delete mode 100644 source/images/random_grey_variations.png create mode 100644 source/images/rss.png create mode 100644 source/images/twitter.png diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 79553e3..4883525 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -57,28 +57,28 @@ header{ opacity: 1; } &:first-of-type{ - background: #3B5998; + background: image-url('facebook.png') center no-repeat #3B5998; border: 1px solid #3B5998; &:hover{ border: 1px solid darken(#3B5998, 10%); } } &:nth-of-type(2){ - background: #C83D20; + background: image-url('google.png') center no-repeat #C83D20; border: 1px solid #C83D20; &:hover{ border: 1px solid darken(#C83D20, 10%); } } &:nth-of-type(3){ - background: #55CFF8; + background: image-url('twitter.png') center no-repeat #55CFF8; border: 1px solid #55CFF8; &:hover{ border: 1px solid darken(#55CFF8, 10%); } } &:last-of-type{ - background: #EF7522; + background: image-url('rss.png') center no-repeat #EF7522; border: 1px solid #EF7522; &:hover{ border: 1px solid darken(#EF7522, 10%); diff --git a/source/_includes/header.html b/source/_includes/header.html index 8e4297c..b6752aa 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -5,9 +5,9 @@
- Facebook - Google+ - Twitter - RSS + Facebook + Google+ + Twitter + RSS
{% include custom/header.html %} \ No newline at end of file diff --git a/source/images/facebook.png b/source/images/facebook.png new file mode 100644 index 0000000..2e43bd8 Binary files /dev/null and b/source/images/facebook.png differ diff --git a/source/images/fonts/websymbols-regular-webfont.eot b/source/images/fonts/websymbols-regular-webfont.eot deleted file mode 100644 index 551cc42..0000000 Binary files a/source/images/fonts/websymbols-regular-webfont.eot and /dev/null differ diff --git a/source/images/fonts/websymbols-regular-webfont.svg b/source/images/fonts/websymbols-regular-webfont.svg deleted file mode 100644 index 86ce4d0..0000000 --- a/source/images/fonts/websymbols-regular-webfont.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright c 2011 by Just Be Nice studio All rights reserved -Designer : Igor Kiselev -Foundry : Just Be Nice studio -Foundry URL : httpwwwjustbenicestudiocom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/images/fonts/websymbols-regular-webfont.ttf b/source/images/fonts/websymbols-regular-webfont.ttf deleted file mode 100644 index cc5a3d9..0000000 Binary files a/source/images/fonts/websymbols-regular-webfont.ttf and /dev/null differ diff --git a/source/images/fonts/websymbols-regular-webfont.woff b/source/images/fonts/websymbols-regular-webfont.woff deleted file mode 100644 index 6d2f287..0000000 Binary files a/source/images/fonts/websymbols-regular-webfont.woff and /dev/null differ diff --git a/source/images/google.png b/source/images/google.png new file mode 100644 index 0000000..68f6978 Binary files /dev/null and b/source/images/google.png differ diff --git a/source/images/random_grey_variations.png b/source/images/random_grey_variations.png deleted file mode 100644 index 7de5940..0000000 Binary files a/source/images/random_grey_variations.png and /dev/null differ diff --git a/source/images/rss.png b/source/images/rss.png new file mode 100644 index 0000000..8492267 Binary files /dev/null and b/source/images/rss.png differ diff --git a/source/images/twitter.png b/source/images/twitter.png new file mode 100644 index 0000000..1d63f2d Binary files /dev/null and b/source/images/twitter.png differ -- cgit v1.1-2-g2b99