From 676bcb23e2fb7637ae94131cfe51ba863aac195b Mon Sep 17 00:00:00 2001 From: Adam Fairhead Date: Sat, 18 Jan 2014 16:48:32 -0600 Subject: [PATCH] Add DeviantArt --- webicons.css | 12 ++++++++++++ webicons.html | 6 ++++++ webicons.less | 2 +- webicons.scss | 2 +- webicons/webicon-deviantart-m.png | Bin 0 -> 780 bytes webicons/webicon-deviantart-s.png | Bin 0 -> 528 bytes webicons/webicon-deviantart.png | Bin 0 -> 1287 bytes webicons/webicon-deviantart.svg | 19 +++++++++++++++++++ 8 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 webicons/webicon-deviantart-m.png create mode 100644 webicons/webicon-deviantart-s.png create mode 100644 webicons/webicon-deviantart.png create mode 100644 webicons/webicon-deviantart.svg diff --git a/webicons.css b/webicons.css index 3508764..5ab82c7 100644 --- a/webicons.css +++ b/webicons.css @@ -198,6 +198,18 @@ .svg .webicon.dribbble { background: url("webicons/webicon-dribbble.svg"); } +.no-svg .webicon.deviantart { + background: url("webicons/webicon-deviantart-m.png"); } + +.no-svg .webicon.deviantart.large { + background: url("webicons/webicon-deviantart.png"); } + +.no-svg .webicon.deviantart.small { + background: url("webicons/webicon-deviantart-s.png"); } + +.svg .webicon.deviantart { + background: url("webicons/webicon-deviantart.svg"); } + .no-svg .webicon.dropbox { background: url("webicons/webicon-dropbox-m.png"); } diff --git a/webicons.html b/webicons.html index b51e479..9e4b871 100644 --- a/webicons.html +++ b/webicons.html @@ -45,6 +45,8 @@ Creative Cloud + DeviantArt + Dribbble Dropbox @@ -191,6 +193,8 @@ Creative Cloud + DeviantArt + Dribbble Dropbox @@ -337,6 +341,8 @@ Creative Cloud + DeviantArt + Dribbble Dropbox diff --git a/webicons.less b/webicons.less index 3c577c5..9003803 100644 --- a/webicons.less +++ b/webicons.less @@ -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", ~"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", ~"viadeo", ~"vimeo", ~"weibo", ~"windows", ~"wordpress", ~"xing", ~"yahoo", ~"yelp", ~"youtube", ~"youversion", ~"zerply"; +@webicons-icons: ~"f500px", ~"aboutme", ~"adn", ~"android", ~"apple", ~"behance", ~"bitbucket", ~"blogger", ~"branch", ~"coderwall", ~"creativecloud", ~"deviantart", ~"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", ~"viadeo", ~"vimeo", ~"weibo", ~"windows", ~"wordpress", ~"xing", ~"yahoo", ~"yelp", ~"youtube", ~"youversion", ~"zerply"; // Specify the path to the webicons directory here. Include trailing slash. @webicons-url: "webicons/"; diff --git a/webicons.scss b/webicons.scss index 24db3c8..683d17f 100644 --- a/webicons.scss +++ b/webicons.scss @@ -12,7 +12,7 @@ } // 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 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 viadeo vimeo weibo windows wordpress xing yahoo yelp youtube youversion zerply; +$webicons-icons: f500px aboutme adn android apple behance bitbucket blogger branch coderwall creativecloud deviantart 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 viadeo 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-deviantart-m.png b/webicons/webicon-deviantart-m.png new file mode 100644 index 0000000000000000000000000000000000000000..f805b084587ac9e6ef8d17f4ad958088492dbf73 GIT binary patch literal 780 zcmV+n1M~ceP)3xj6rEC?r0ekF3?G$h_|o|J+`kHEwD2Z#;b0K+mJBHoOwY`{=;>S=Af92k!2 zM8@q?_Df|P*td$%9tArG%eZwT2xYY*4MQ_*YGD`>5C<9U6gOvVjXB-2r+jh5mvNy9_y7#aOxk#5A?t9}S>jb=$f#+3r(KjC!^wqS7rtWd!UBDOF*qn49%dPiKH+H-7GW)3Vf_j~rYhN%S?}GJU?X zHJFLivu)M2Y~cCRe%rIP8g870dYHkcUiff#dWS{YR9vCms=af6VG#_dG?>s{wPCu` zZ~JU2U(UIRk_9Zj7pdR!mRTS5)rnl&Wn%`EoEd;pV(HQ`{g!sFKj{&&naxLmcn=B% zu6s?w99&-TRLR6nH3>U&E?ZgJ@`7j)*|X|QA7w@_#Cp<^d-fvm|JBDiVzL?L9r$!< z_>?ib(`2&_)n%LF7Sr=`!(L9pfCN|dFkbO{)>@uk@mr-DpcoLDvFL{!A911?u8Noy> zE?DlzRTxt6gX-QC{@xZhFg=rZ4bEl!&~={!x(p%FX<=ZXh@O5O>P-=Q z+pRE}O#Ko$tf(nk!tDGrVsQ)UbQp%=WDbUGBs$9ET1@?5H-^LgI1F8)Z?khxfW?R* zIdgP0IQ&Y3@6;gncUo|K6eXZYP<1F=t*qW-d`hE#slVAmdq;^Ft~KoK)2Y3^4$#z@ z?OwNnCKFsZQ`G<^R=ILnfBj9VW*i!MCAnZP3eHa>G`JSvIX0hFN}(V_y$$kB2$LJ( z>f7hg0fcxPsN;ft5m*yjo2~z)mVX0ejA;$JVCmKtl`_Sp)mF?8B^aqU0R{k9@5}uP S#o&Md0000sZ^mNg31EYh>-5u6=v7=_q4kzU8QVLT2xXtv^<&$kp&eAD#SvG9SLDW zTRRVD9NRNJ=S;>O&)9Knnvek>>1xK~duP7$o$s7`=h^~TZ20oXCwMrF?OoV?_ARyr zY&UOTxs{^}LKXO>kv{x1u>pR!TMjfx+`fA2rcebBa1UD-ILk)Gjgtunf+rgjhA)nM zydfP&nvAUv^#l%fz`^Lr0nOR?K?H}J44nvc9Qc1rNd8BoRV>044YZQVN6{^U;1QkS zfV!qK@S1By6(pCqqryZ9wWlG$1rYRCAbNNmdX6i6oc_TNQ{M+bkOaIf-nXLn<#Us- zf+*^-#R}=w?ipYJ_^KM8lxY-$Yh*U`Vv;{|6 zjsU4aQ&d=(bMZq-I%bO`zj`@>b9hwo86+#gi;f7Jt%X`akCldQ zOi}B>2b)=a5oS0~61;ye05ce6txy3Goqz^8vULfmI`~ki0%u2aHs-BHAZCBw1G%RX z))hEe1v;tKZnz$*5$mRoTv?0cjNGie2%&AQca6u5$Is{2^oi5LYQ{ex`Cm*7+Htky)p9Er#)WtjcN zZ;1fc#l|g!UJsnI*ZYajU*d-w{if~*>Jo4g$5KV1oUla*C%yz~{0st*_pLRpYLrXi z@OlltrV@(v*lYUi%pPQ2s!EI&a;e|-$*7)O;{9v9%xKpZ(;g%!2%n9=4B3pUg))lY z#g5w@n0w?!{c8G>z!Ys_`aX?I<@wdH_$$~PNH!T{W;k8R9b1$ZzO zWU%DWV#>pylXG59^lf<~YcydsTkF)D)QH(2&bZgFgL9R+*X;vB{9voERB@g zdD|+JU+nJRJvw`%9S1rR`VU0lkfR+y1*M!F0ni>g*#X|8_~87|JUHV&5?0F@Njyp) x9Oyuzx=Vynpg(*#<=-j`1pccVlixfOU;xQb9PzRjpWFZd002ovPDHLkV1np|SknLi literal 0 HcmV?d00001 diff --git a/webicons/webicon-deviantart.svg b/webicons/webicon-deviantart.svg new file mode 100644 index 0000000..8adc0ed --- /dev/null +++ b/webicons/webicon-deviantart.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + +