浏览代码

Merge pull request #89 from suttonj/master

added join.me css button set
pull/91/head
zimbatm 9 年前
父节点
当前提交
21aa94328b
共有 8 个文件被更改,包括 546 次插入509 次删除
  1. +6
    -2
      .fontcustom-manifest.json
  2. +6
    -1
      css/zocial.css
  3. 二进制
      css/zocial.eot
  4. +520
    -506
      css/zocial.svg
  5. 二进制
      css/zocial.ttf
  6. 二进制
      css/zocial.woff
  7. +2
    -0
      sample.html
  8. +12
    -0
      src/joinme.svg

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

@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "856fbedb7e20bff9d10f1dd7d012bdf3176b58c128bd7c68a99c93502bf2991f",
"current": "856fbedb7e20bff9d10f1dd7d012bdf3176b58c128bd7c68a99c93502bf2991f"
"previous": "e2474b33e3e864cf1857399079cbce4fe86e2b0f7d8fec6093016be2964be509",
"current": "e2474b33e3e864cf1857399079cbce4fe86e2b0f7d8fec6093016be2964be509"
},
"fonts": [
"./css/zocial.ttf",
@@ -206,6 +206,10 @@
"codepoint": 61745,
"source": "./src/itunes.svg"
},
"joinme": {
"codepoint": 61797,
"source": "./src/joinme.svg"
},
"klout": {
"codepoint": 61746,
"source": "./src/klout.svg"


+ 6
- 1
css/zocial.css
文件差异内容过多而无法显示
查看文件


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


+ 520
- 506
css/zocial.svg
文件差异内容过多而无法显示
查看文件


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


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


+ 2
- 0
sample.html 查看文件

@@ -167,6 +167,7 @@

<a href="#" class="zocial stripe">Sign in with Stripe</a>
<a href="#" class="zocial dwolla">Sign in with Dwolla</a>
<a href="#" class="zocial joinme">Sign in with join.me</a>

<h2 id="icons">Icon versions of the above</h2>
<a href="#" class="zocial icon facebook">Sign in with Facebook</a>
@@ -264,6 +265,7 @@
<a href="#" class="zocial stackoverflow icon">Sign in with Stackoverflow</a>
<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>
<br />
<a href="#" class="zocial call icon">Call a phone</a>
<a href="#" class="zocial email icon">Send a message</a>


+ 12
- 0
src/joinme.svg 查看文件

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<!-- Generator: Sketch 3.3.3 (12081) - http://www.bohemiancoding.com/sketch -->
<title>32px Monocolor</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="32px-Monocolor" sketch:type="MSArtboardGroup" fill="#FFFFFF">
<path d="M20,13.9591921 C22.9622851,13.2723528 26.4343772,13 28,13 C31,13 32,16 32,18 L32,22 C32,26 30,27 25,27 C19,27 15,25 15,23 L15,18.786477 C14.6858906,18.8584511 14.3529089,18.9294182 14,19 C9,20 7,20 4,20 C1,20 7.60443573e-17,16 0,15 L0,9 C0,6 2,4 4,4 C6,4 9,4 14,5 C19,6 20,9 20,10 L20,13.9591921 Z M19.6549806,16.166225 C22.1735838,15.3887417 25.753017,15 27,15 C29,15 30,16 30,18 L30,22 C30,24 29,25 27,25 C25,25 17,25 17,22 L17,18.2246515 C18.4717908,17.7015693 19.2612271,17.0717405 19.6549806,16.166225 Z" id="Path-2" sketch:type="MSShapeGroup"></path>
</g>
</g>
</svg>

正在加载...
取消
保存