diff --git a/webicons.css b/webicons.css index 03496e3..57bab85 100644 --- a/webicons.css +++ b/webicons.css @@ -130,6 +130,18 @@ .svg .webicon.blogger { background: url("webicons/webicon-blogger.svg"); } +.no-svg .webicon.branch { + background: url("webicons/webicon-branch-m.png"); } + +.no-svg .webicon.branch.large { + background: url("webicons/webicon-branch.png"); } + +.no-svg .webicon.branch.small { + background: url("webicons/webicon-branch-s.png"); } + +.svg .webicon.branch { + background: url("webicons/webicon-branch.svg"); } + .no-svg .webicon.coderwall { background: url("webicons/webicon-coderwall-m.png"); } @@ -442,6 +454,18 @@ .svg .webicon.mail { background: url("webicons/webicon-mail.svg"); } +.no-svg .webicon.medium { + background: url("webicons/webicon-medium-m.png"); } + +.no-svg .webicon.medium.large { + background: url("webicons/webicon-medium.png"); } + +.no-svg .webicon.medium.small { + background: url("webicons/webicon-medium-s.png"); } + +.svg .webicon.medium { + background: url("webicons/webicon-medium.svg"); } + .no-svg .webicon.mixi { background: url("webicons/webicon-mixi-m.png"); } @@ -514,6 +538,18 @@ .svg .webicon.pocketapp { background: url("webicons/webicon-pocketapp.svg"); } +.no-svg .webicon.potluck { + background: url("webicons/webicon-potluck-m.png"); } + +.no-svg .webicon.potluck.large { + background: url("webicons/webicon-potluck.png"); } + +.no-svg .webicon.potluck.small { + background: url("webicons/webicon-potluck-s.png"); } + +.svg .webicon.potluck { + background: url("webicons/webicon-potluck.svg"); } + .no-svg .webicon.quora { background: url("webicons/webicon-quora-m.png"); } diff --git a/webicons.html b/webicons.html index 5ed5859..89b5a75 100644 --- a/webicons.html +++ b/webicons.html @@ -38,6 +38,8 @@ Bitbucket Blogger + + Branch Coderwall @@ -90,6 +92,8 @@ LinkedIn Mail + + Medium Mixi @@ -106,6 +110,8 @@ Pinterest PocketApp + + Potluck Quora @@ -178,6 +184,8 @@ Coderwall Blogger + + Branch Creative Cloud @@ -228,6 +236,8 @@ LinkedIn Mail + + Medium Mixi @@ -243,7 +253,9 @@ Pinterest - PocketApp + PocketApp + + Potluck Quora @@ -316,6 +328,8 @@ Coderwall Blogger + + Branch Creative Cloud @@ -366,6 +380,8 @@ LinkedIn Mail + + Medium Mixi @@ -382,6 +398,8 @@ Pinterest PocketApp + + Potluck Quora diff --git a/webicons.scss b/webicons.scss index 1a80393..b747785 100644 --- a/webicons.scss +++ b/webicons.scss @@ -6,7 +6,7 @@ .webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } // Include or remove the icons you want to use on your site from this list. -$webicons-icons: f500px aboutme adn android apple behance bitbucket blogger coderwall creativecloud dribbble dropbox evernote fairheadcreative facebook flickr foursquare git github goodreads google googleplay googleplus hangouts html5 icloud indiegogo instagram instapaper kickstarter klout lastfm linkedin mail mixi msn openid picasa pinterest pocketapp quora orkut mercurial rdio reddit renren rss skitch skype soundcloud spotify stackoverflow stumbleupon svn tent tripadvisor tumblr twitter vimeo weibo windows wordpress xing yahoo yelp youtube youversion zerply; +$webicons-icons: f500px aboutme adn android apple behance bitbucket blogger branch coderwall creativecloud dribbble dropbox evernote fairheadcreative facebook flickr foursquare git github goodreads google googleplay googleplus hangouts html5 icloud indiegogo instagram instapaper kickstarter klout lastfm linkedin mail medium mixi msn openid picasa pinterest pocketapp potluck quora orkut mercurial rdio reddit renren rss skitch skype soundcloud spotify stackoverflow stumbleupon svn tent tripadvisor tumblr twitter vimeo weibo windows wordpress xing yahoo yelp youtube youversion zerply; // Specify the path to the webicons directory here. Include trailing slash. $webicons-url: "webicons/" !default; diff --git a/webicons/webicon-branch-m.png b/webicons/webicon-branch-m.png new file mode 100644 index 0000000..6b62d80 Binary files /dev/null and b/webicons/webicon-branch-m.png differ diff --git a/webicons/webicon-branch-s.png b/webicons/webicon-branch-s.png new file mode 100644 index 0000000..b11357b Binary files /dev/null and b/webicons/webicon-branch-s.png differ diff --git a/webicons/webicon-branch.png b/webicons/webicon-branch.png new file mode 100644 index 0000000..6a8a516 Binary files /dev/null and b/webicons/webicon-branch.png differ diff --git a/webicons/webicon-branch.svg b/webicons/webicon-branch.svg new file mode 100644 index 0000000..09b0583 --- /dev/null +++ b/webicons/webicon-branch.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + diff --git a/webicons/webicon-medium-m.png b/webicons/webicon-medium-m.png new file mode 100644 index 0000000..8391e18 Binary files /dev/null and b/webicons/webicon-medium-m.png differ diff --git a/webicons/webicon-medium-s.png b/webicons/webicon-medium-s.png new file mode 100644 index 0000000..8e9d09e Binary files /dev/null and b/webicons/webicon-medium-s.png differ diff --git a/webicons/webicon-medium.png b/webicons/webicon-medium.png new file mode 100644 index 0000000..f7e8621 Binary files /dev/null and b/webicons/webicon-medium.png differ diff --git a/webicons/webicon-medium.svg b/webicons/webicon-medium.svg new file mode 100644 index 0000000..526e975 --- /dev/null +++ b/webicons/webicon-medium.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/webicons/webicon-potluck-m.png b/webicons/webicon-potluck-m.png new file mode 100644 index 0000000..b188a0f Binary files /dev/null and b/webicons/webicon-potluck-m.png differ diff --git a/webicons/webicon-potluck-s.png b/webicons/webicon-potluck-s.png new file mode 100644 index 0000000..b1e38b6 Binary files /dev/null and b/webicons/webicon-potluck-s.png differ diff --git a/webicons/webicon-potluck.png b/webicons/webicon-potluck.png new file mode 100644 index 0000000..db75a1e Binary files /dev/null and b/webicons/webicon-potluck.png differ diff --git a/webicons/webicon-potluck.svg b/webicons/webicon-potluck.svg new file mode 100644 index 0000000..060a884 --- /dev/null +++ b/webicons/webicon-potluck.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +