diff --git a/fc-webicons.css b/fc-webicons.css index 33e59ea..7f0d91d 100644 --- a/fc-webicons.css +++ b/fc-webicons.css @@ -11,6 +11,12 @@ .no-svg .fc-webicon.aboutme.small { background: url("images/fc-webicon-aboutme-s.png"); } .svg .fc-webicon.aboutme { background: url("images/fc-webicon-aboutme.svg"); } +/* ADN (App.net) */ +.no-svg .fc-webicon.adn { background: url("images/fc-webicon-adn-m.png"); } +.no-svg .fc-webicon.adn.large { background: url("images/fc-webicon-adn.png"); } +.no-svg .fc-webicon.adn.small { background: url("images/fc-webicon-adn-s.png"); } +.svg .fc-webicon.adn { background: url("images/fc-webicon-adn.svg"); } + /* Android */ .no-svg .fc-webicon.android { background: url("images/fc-webicon-android-m.png"); } .no-svg .fc-webicon.android.large { background: url("images/fc-webicon-android.png"); } @@ -215,6 +221,12 @@ .no-svg .fc-webicon.spotify.small { background: url("images/fc-webicon-spotify-s.png"); } .svg .fc-webicon.spotify { background: url("images/fc-webicon-spotify.svg"); } +/* Stack Overflow */ +.no-svg .fc-webicon.stackoverflow { background: url("images/fc-webicon-stackoverflow-m.png"); } +.no-svg .fc-webicon.stackoverflow.large { background: url("images/fc-webicon-stackoverflow.png"); } +.no-svg .fc-webicon.stackoverflow.small { background: url("images/fc-webicon-stackoverflow-s.png"); } +.svg .fc-webicon.stackoverflow { background: url("images/fc-webicon-stackoverflow.svg"); } + /* StumbleUpon! */ .no-svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon-m.png"); } .no-svg .fc-webicon.stumbleupon.large { background: url("images/fc-webicon-stumbleupon.png"); } @@ -227,6 +239,12 @@ .no-svg .fc-webicon.svn.small { background: url("images/fc-webicon-svn-s.png"); } .svg .fc-webicon.svn { background: url("images/fc-webicon-svn.svg"); } +/* Tent */ +.no-svg .fc-webicon.tent { background: url("images/fc-webicon-tent-m.png"); } +.no-svg .fc-webicon.tent.large { background: url("images/fc-webicon-tent.png"); } +.no-svg .fc-webicon.tent.small { background: url("images/fc-webicon-tent-s.png"); } +.svg .fc-webicon.tent { background: url("images/fc-webicon-tent.svg"); } + /* Trip Advisor */ .no-svg .fc-webicon.tripadvisor { background: url("images/fc-webicon-tripadvisor-m.png"); } .no-svg .fc-webicon.tripadvisor.large { background: url("images/fc-webicon-tripadvisor.png"); } diff --git a/fc-webicons.html b/fc-webicons.html index 019490f..a301f26 100644 --- a/fc-webicons.html +++ b/fc-webicons.html @@ -25,6 +25,8 @@ About.me + ADN (App.net) + Android Apple @@ -93,10 +95,14 @@ Spotify + Stack Overflow + StumbleUpon! SVN + Tent + Trip Advisor Tumblr @@ -125,6 +131,8 @@ About.me + ADN (App.net) + Android Apple @@ -193,10 +201,14 @@ Spotify + Stack Overflow + StumbleUpon! SVN + Tent + Trip Advisor Tumblr @@ -225,6 +237,8 @@ About.me + ADN (App.net) + Android Apple @@ -293,10 +307,14 @@ Spotify + Stack Overflow + StumbleUpon! SVN + Tent + Trip Advisor Tumblr diff --git a/images/fc-webicon-adn-m.png b/images/fc-webicon-adn-m.png new file mode 100644 index 0000000..5556e11 Binary files /dev/null and b/images/fc-webicon-adn-m.png differ diff --git a/images/fc-webicon-adn-s.png b/images/fc-webicon-adn-s.png new file mode 100644 index 0000000..ff38754 Binary files /dev/null and b/images/fc-webicon-adn-s.png differ diff --git a/images/fc-webicon-adn.png b/images/fc-webicon-adn.png new file mode 100644 index 0000000..1524c6e Binary files /dev/null and b/images/fc-webicon-adn.png differ diff --git a/images/fc-webicon-adn.svg b/images/fc-webicon-adn.svg new file mode 100644 index 0000000..39d8536 --- /dev/null +++ b/images/fc-webicon-adn.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/images/fc-webicon-stackoverflow-m.png b/images/fc-webicon-stackoverflow-m.png new file mode 100644 index 0000000..3f87d91 Binary files /dev/null and b/images/fc-webicon-stackoverflow-m.png differ diff --git a/images/fc-webicon-stackoverflow-s.png b/images/fc-webicon-stackoverflow-s.png new file mode 100644 index 0000000..b717452 Binary files /dev/null and b/images/fc-webicon-stackoverflow-s.png differ diff --git a/images/fc-webicon-stackoverflow.png b/images/fc-webicon-stackoverflow.png new file mode 100644 index 0000000..c4fb59e Binary files /dev/null and b/images/fc-webicon-stackoverflow.png differ diff --git a/images/fc-webicon-stackoverflow.svg b/images/fc-webicon-stackoverflow.svg new file mode 100644 index 0000000..4b8f481 --- /dev/null +++ b/images/fc-webicon-stackoverflow.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/fc-webicon-tent-m.png b/images/fc-webicon-tent-m.png new file mode 100644 index 0000000..56c6a9c Binary files /dev/null and b/images/fc-webicon-tent-m.png differ diff --git a/images/fc-webicon-tent-s.png b/images/fc-webicon-tent-s.png new file mode 100644 index 0000000..45421a5 Binary files /dev/null and b/images/fc-webicon-tent-s.png differ diff --git a/images/fc-webicon-tent.png b/images/fc-webicon-tent.png new file mode 100644 index 0000000..d8939d4 Binary files /dev/null and b/images/fc-webicon-tent.png differ diff --git a/images/fc-webicon-tent.svg b/images/fc-webicon-tent.svg new file mode 100644 index 0000000..85a5831 --- /dev/null +++ b/images/fc-webicon-tent.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + +