Added Tent, ADN (App.net) & Stack Overflow.
@@ -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"); }
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
<a class="fc-webicon aboutme small" href="#">About.me</a>
|
||||
|
||||
<a class="fc-webicon adn small" href="#">ADN (App.net)</a>
|
||||
|
||||
<a class="fc-webicon android small" href="#">Android</a>
|
||||
|
||||
<a class="fc-webicon apple small" href="#">Apple</a>
|
||||
@@ -93,10 +95,14 @@
|
||||
|
||||
<a class="fc-webicon spotify small" href="#">Spotify</a>
|
||||
|
||||
<a class="fc-webicon stackoverflow small" href="#">Stack Overflow</a>
|
||||
|
||||
<a class="fc-webicon stumbleupon small" href="#">StumbleUpon!</a>
|
||||
|
||||
<a class="fc-webicon svn small" href="#">SVN</a>
|
||||
|
||||
<a class="fc-webicon tent small" href="#">Tent</a>
|
||||
|
||||
<a class="fc-webicon tripadvisor small" href="#">Trip Advisor</a>
|
||||
|
||||
<a class="fc-webicon tumblr small" href="#">Tumblr</a>
|
||||
@@ -125,6 +131,8 @@
|
||||
|
||||
<a class="fc-webicon aboutme" href="#">About.me</a>
|
||||
|
||||
<a class="fc-webicon adn" href="#">ADN (App.net)</a>
|
||||
|
||||
<a class="fc-webicon android" href="#">Android</a>
|
||||
|
||||
<a class="fc-webicon apple" href="#">Apple</a>
|
||||
@@ -193,10 +201,14 @@
|
||||
|
||||
<a class="fc-webicon spotify" href="#">Spotify</a>
|
||||
|
||||
<a class="fc-webicon stackoverflow" href="#">Stack Overflow</a>
|
||||
|
||||
<a class="fc-webicon stumbleupon" href="#">StumbleUpon!</a>
|
||||
|
||||
<a class="fc-webicon svn" href="#">SVN</a>
|
||||
|
||||
<a class="fc-webicon tent" href="#">Tent</a>
|
||||
|
||||
<a class="fc-webicon tripadvisor" href="#">Trip Advisor</a>
|
||||
|
||||
<a class="fc-webicon tumblr" href="#">Tumblr</a>
|
||||
@@ -225,6 +237,8 @@
|
||||
|
||||
<a class="fc-webicon aboutme large" href="#">About.me</a>
|
||||
|
||||
<a class="fc-webicon adn large" href="#">ADN (App.net)</a>
|
||||
|
||||
<a class="fc-webicon android large" href="#">Android</a>
|
||||
|
||||
<a class="fc-webicon apple large" href="#">Apple</a>
|
||||
@@ -293,10 +307,14 @@
|
||||
|
||||
<a class="fc-webicon spotify large" href="#">Spotify</a>
|
||||
|
||||
<a class="fc-webicon stackoverflow large" href="#">Stack Overflow</a>
|
||||
|
||||
<a class="fc-webicon stumbleupon large" href="#">StumbleUpon!</a>
|
||||
|
||||
<a class="fc-webicon svn large" href="#">SVN</a>
|
||||
|
||||
<a class="fc-webicon tent large" href="#">Tent</a>
|
||||
|
||||
<a class="fc-webicon tripadvisor large" href="#">Trip Advisor</a>
|
||||
|
||||
<a class="fc-webicon tumblr large" href="#">Tumblr</a>
|
||||
|
||||
BIN
images/fc-webicon-adn-m.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
images/fc-webicon-adn-s.png
Normal file
|
After Width: | Height: | Size: 549 B |
BIN
images/fc-webicon-adn.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
14
images/fc-webicon-adn.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#40C5EA"/>
|
||||
<stop offset="1" style="stop-color:#2598D9"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<polygon fill="#2598D9" points="480.628,275.748 488.828,267.167 496.79,275.459 480.628,292.292 464.465,275.459 472.427,267.167
|
||||
"/>
|
||||
<polygon fill="#FFFFFF" points="480.628,278.407 488.828,270.167 496.79,278.129 480.628,294.292 464.465,278.129 472.427,270.167
|
||||
"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
images/fc-webicon-stackoverflow-m.png
Normal file
|
After Width: | Height: | Size: 1011 B |
BIN
images/fc-webicon-stackoverflow-s.png
Normal file
|
After Width: | Height: | Size: 645 B |
BIN
images/fc-webicon-stackoverflow.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
32
images/fc-webicon-stackoverflow.svg
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#EC9728"/>
|
||||
<stop offset="1" style="stop-color:#DF4C18"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<g>
|
||||
<polygon fill="#DF4C18" points="488.796,294.601 467.833,294.601 467.833,281.653 470.462,281.653 470.462,291.984
|
||||
486.167,291.984 486.167,281.653 488.796,281.653 "/>
|
||||
<rect x="472.302" y="287.277" fill="#DF4C18" width="12.091" height="2.614"/>
|
||||
|
||||
<rect x="472.302" y="283.092" transform="matrix(0.9961 0.088 -0.088 0.9961 26.8702 -40.9735)" fill="#DF4C18" width="12.09" height="2.616"/>
|
||||
<polygon fill="#DF4C18" points="484.597,282.715 472.961,279.447 473.675,276.929 485.311,280.198 "/>
|
||||
<polygon fill="#DF4C18" points="485.624,279.447 475.147,273.441 476.459,271.174 486.937,277.179 "/>
|
||||
<polygon fill="#DF4C18" points="487.673,276.657 480.678,266.845 482.821,265.331 489.817,275.144 "/>
|
||||
<polygon fill="#DF4C18" points="490.414,274.858 488.27,263.017 490.856,262.553 493.002,274.395 "/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon fill="#FFFFFF" points="488.796,296.591 467.833,296.591 467.833,283.644 470.462,283.644 470.462,293.975
|
||||
486.167,293.975 486.167,283.644 488.796,283.644 "/>
|
||||
<rect x="472.302" y="289.268" fill="#FFFFFF" width="12.091" height="2.615"/>
|
||||
|
||||
<rect x="472.302" y="285.082" transform="matrix(0.9961 0.088 -0.088 0.9961 27.0453 -40.9658)" fill="#FFFFFF" width="12.09" height="2.616"/>
|
||||
<polygon fill="#FFFFFF" points="484.597,284.705 472.961,281.438 473.675,278.919 485.311,282.188 "/>
|
||||
<polygon fill="#FFFFFF" points="485.624,281.438 475.147,275.431 476.459,273.164 486.937,279.169 "/>
|
||||
<polygon fill="#FFFFFF" points="487.673,278.647 480.678,268.835 482.821,267.321 489.817,277.134 "/>
|
||||
<polygon fill="#FFFFFF" points="490.414,276.848 488.27,265.007 490.856,264.543 493.002,276.385 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
BIN
images/fc-webicon-tent-m.png
Normal file
|
After Width: | Height: | Size: 765 B |
BIN
images/fc-webicon-tent-s.png
Normal file
|
After Width: | Height: | Size: 571 B |
BIN
images/fc-webicon-tent.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
16
images/fc-webicon-tent.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="456 256 48 48" enable-background="new 456 256 48 48" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="351.3662" y1="312.875" x2="351.3662" y2="301.375" gradientTransform="matrix(4.1667 0 0 -4.1667 -983.9935 1559.6541)">
|
||||
<stop offset="0" style="stop-color:#3EABBA"/>
|
||||
<stop offset="0.2512" style="stop-color:#3EA4AA"/>
|
||||
<stop offset="0.7423" style="stop-color:#3E937F"/>
|
||||
<stop offset="0.7787" style="stop-color:#3E927C"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#SVGID_1_)" d="M504,297.928c0,3.307-2.683,5.989-5.989,5.989h-35.938c-3.308,0-5.99-2.683-5.99-5.989V261.99
|
||||
c0-3.307,2.682-5.99,5.99-5.99h35.938c3.307,0,5.989,2.683,5.989,5.99V297.928z"/>
|
||||
<polygon fill="#2F7C73" points="480.284,273.961 475.435,289.668 465.419,289.668 480.284,264.292 480.342,264.292 495.207,289.668
|
||||
485.191,289.668 480.342,273.961 "/>
|
||||
<polygon fill="#FFFFFF" points="480.285,277.041 475.563,292.334 465.811,292.334 480.285,267.625 480.341,267.625 494.815,292.334
|
||||
485.063,292.334 480.341,277.041 "/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |