瀏覽代碼

Merge pull request #95 from inquam/master

Added Twitch
tags/v1.2.0
zimbatm 8 年之前
父節點
當前提交
b55917c370
共有 9 個檔案被更改,包括 508 行新增496 行删除
  1. +6
    -2
      .fontcustom-manifest.json
  2. +3
    -1
      css/zocial.css
  3. 二進制
      css/zocial.eot
  4. +495
    -493
      css/zocial.svg
  5. 二進制
      css/zocial.ttf
  6. 二進制
      css/zocial.woff
  7. +2
    -0
      sample.html
  8. +1
    -0
      src/twitch.svg
  9. +1
    -0
      templates/zocial.css

+ 6
- 2
.fontcustom-manifest.json 查看文件

@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "868b9c44bc50c2256706d1736fbe5439c60c91f594930e18d5ddebeb3f27d5a7",
"current": "868b9c44bc50c2256706d1736fbe5439c60c91f594930e18d5ddebeb3f27d5a7"
"previous": "4a8381366308927397118a9bad71269bb86caa60b9d2e8431cf98fd7b6043f30",
"current": "4a8381366308927397118a9bad71269bb86caa60b9d2e8431cf98fd7b6043f30"
},
"fonts": [
"./css/zocial.ttf",
@@ -362,6 +362,10 @@
"codepoint": 61782,
"source": "./src/tumblr.svg"
},
"twitch": {
"codepoint": 61798,
"source": "./src/twitch.svg"
},
"twitter": {
"codepoint": 61783,
"source": "./src/twitter.svg"


+ 3
- 1
css/zocial.css
文件差異過大導致無法顯示
查看文件


二進制
css/zocial.eot 查看文件


+ 495
- 493
css/zocial.svg
文件差異過大導致無法顯示
查看文件


二進制
css/zocial.ttf 查看文件


二進制
css/zocial.woff 查看文件


+ 2
- 0
sample.html 查看文件

@@ -68,6 +68,7 @@
<a href="#" class="zocial pinterest">Follow me on Pinterest</a>
<a href="#" class="zocial quora">Follow me on Quora</a>
<a href="#" class="zocial lanyrd">Attend on Lanyrd</a>
<a href="#" class="zocial twitch">Sign in with Twitch</a>

<h2 id="not-so-cool-kids">The Not-So-Cool But Have-To-Be-Invited Kids</h2>
<a href="#" class="zocial paypal">Pay with Paypal</a>
@@ -266,6 +267,7 @@
<a href="#" class="zocial lkdto icon">Lkd.to</a>
<a href="#" class="zocial persona icon">Sign in with Persona</a>
<a href="#" class="zocial joinme icon">Sign in with join.me</a>
<a href="#" class="zocial twitch icon">Sign in with Twitch</a>
<br />
<a href="#" class="zocial call icon">Call a phone</a>
<a href="#" class="zocial email icon">Send a message</a>


+ 1
- 0
src/twitch.svg 查看文件

@@ -0,0 +1 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M1.393 0L.35 2.783v11.13h3.824V16h2.088l2.085-2.088h3.13L15.65 9.74V0H1.394zm1.39 1.39H14.26v7.653l-2.435 2.435H8l-2.085 2.085v-2.085H2.783V1.39z"/><path d="M6.61 8.348H8V4.175H6.61v4.173zm3.824 0h1.39V4.175h-1.39v4.173z"/></g></svg>

+ 1
- 0
templates/zocial.css 查看文件

@@ -353,6 +353,7 @@ a.zocial {
.zocial.stumbleupon {background-color: #eb4924;}
.zocial.tumblr {background-color: #374a61;}
.zocial.twitter {background-color: #46c0fb;}
.zocial.twitch {background-color: #6441A5;}
.zocial.viadeo {background-color: #fff; color: #000;}
.zocial.vimeo {background-color: #00a2cd;}
.zocial.vk {background-color: #45688E;}


Loading…
取消
儲存