-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VK and FB providers, improve docs
- Loading branch information
Vikky Shostak
committed
Oct 29, 2017
1 parent
22f5331
commit 7133b62
Showing
32 changed files
with
21,804 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
### JetBrains template | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | ||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
|
||
# User-specific stuff: | ||
.idea/ | ||
|
||
# CMake | ||
cmake-build-debug/ | ||
|
||
## File-based project format: | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
fabric.properties | ||
|
||
### Node template | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
> Documentation comming soon... | ||
# vue-goodshare | ||
|
||
Vue component for goodshare.js (social share buttons) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Font license info | ||
|
||
|
||
## Zocial | ||
|
||
Copyright (C) 2012 by Sam Collins | ||
|
||
Author: Sam Collins | ||
License: MIT (http://opensource.org/licenses/mit-license.php) | ||
Homepage: http://zocial.smcllns.com/ | ||
|
||
|
||
## Font Awesome | ||
|
||
Copyright (C) 2016 by Dave Gandy | ||
|
||
Author: Dave Gandy | ||
License: SIL () | ||
Homepage: http://fortawesome.github.com/Font-Awesome/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
This webfont is generated by http://fontello.com open source project. | ||
|
||
|
||
================================================================================ | ||
Please, note, that you should obey original font licenses, used to make this | ||
webfont pack. Details available in LICENSE.txt file. | ||
|
||
- Usually, it's enough to publish content of LICENSE.txt file somewhere on your | ||
site in "About" section. | ||
|
||
- If your project is open-source, usually, it will be ok to make LICENSE.txt | ||
file publicly available in your repository. | ||
|
||
- Fonts, used in Fontello, don't require a clickable link on your site. | ||
But any kind of additional authors crediting is welcome. | ||
================================================================================ | ||
|
||
|
||
Comments on archive content | ||
--------------------------- | ||
|
||
- /font/* - fonts in different formats | ||
|
||
- /css/* - different kinds of css, for all situations. Should be ok with | ||
twitter bootstrap. Also, you can skip <i> style and assign icon classes | ||
directly to text elements, if you don't mind about IE7. | ||
|
||
- demo.html - demo file, to show your webfont content | ||
|
||
- LICENSE.txt - license info about source fonts, used to build your one. | ||
|
||
- config.json - keeps your settings. You can import it back into fontello | ||
anytime, to continue your work | ||
|
||
|
||
Why so many CSS files ? | ||
----------------------- | ||
|
||
Because we like to fit all your needs :) | ||
|
||
- basic file, <your_font_name>.css - is usually enough, it contains @font-face | ||
and character code definitions | ||
|
||
- *-ie7.css - if you need IE7 support, but still don't wish to put char codes | ||
directly into html | ||
|
||
- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face | ||
rules, but still wish to benefit from css generation. That can be very | ||
convenient for automated asset build systems. When you need to update font - | ||
no need to manually edit files, just override old version with archive | ||
content. See fontello source code for examples. | ||
|
||
- *-embedded.css - basic css file, but with embedded WOFF font, to avoid | ||
CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain. | ||
We strongly recommend to resolve this issue by `Access-Control-Allow-Origin` | ||
server headers. But if you ok with dirty hack - this file is for you. Note, | ||
that data url moved to separate @font-face to avoid problems with <IE9, when | ||
string is too long. | ||
|
||
- animate.css - use it to get ideas about spinner rotation animation. | ||
|
||
|
||
Attention for server setup | ||
-------------------------- | ||
|
||
You MUST setup server to reply with proper `mime-types` for font files - | ||
otherwise some browsers will fail to show fonts. | ||
|
||
Usually, `apache` already has necessary settings, but `nginx` and other | ||
webservers should be tuned. Here is list of mime types for our file extensions: | ||
|
||
- `application/vnd.ms-fontobject` - eot | ||
- `application/x-font-woff` - woff | ||
- `application/x-font-ttf` - ttf | ||
- `image/svg+xml` - svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"name": "", | ||
"css_prefix_text": "icon-", | ||
"css_use_suffix": false, | ||
"hinting": true, | ||
"units_per_em": 1000, | ||
"ascent": 850, | ||
"glyphs": [ | ||
{ | ||
"uid": "12db1f260b5b2ccd1aa4d8942cc7f6dd", | ||
"css": "vkontakte", | ||
"code": 59392, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "b1ec8e90c2c85cf0035849980a3789b3", | ||
"css": "twitter", | ||
"code": 59393, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "a7632b6db17256019e34ec72fb236be0", | ||
"css": "pocket", | ||
"code": 59394, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "799d6108751f684ac9d018983251a08f", | ||
"css": "pinterest", | ||
"code": 59395, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "8625d6e45fba1219638069e21eedbce8", | ||
"css": "digg", | ||
"code": 59396, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "b3a537446285bb3510bba57d20374818", | ||
"css": "reddit", | ||
"code": 59397, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "2dd7e3046b63beb19616dce63c5782a6", | ||
"css": "blogger", | ||
"code": 59398, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "366510ecfb08cd0110134b1ea907fb81", | ||
"css": "evernote", | ||
"code": 59399, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "cc4e62d1721c863fdc6944d2fd87521d", | ||
"css": "linkedin", | ||
"code": 59400, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "6f7586c6f99798c3c1de6123d1f6cfa9", | ||
"css": "facebook", | ||
"code": 59401, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "90d3360c550556afb7e5d3ea58a34e43", | ||
"css": "tumblr", | ||
"code": 59402, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "0636c283a9822288a767609062bbf4a4", | ||
"css": "wordpress", | ||
"code": 59403, | ||
"src": "zocial" | ||
}, | ||
{ | ||
"uid": "b8d0c7d76e87b94882329a88e8e43d3d", | ||
"css": "gplus", | ||
"code": 61653, | ||
"src": "fontawesome" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
/* | ||
Animation example, for spinners | ||
*/ | ||
.animate-spin { | ||
-moz-animation: spin 2s infinite linear; | ||
-o-animation: spin 2s infinite linear; | ||
-webkit-animation: spin 2s infinite linear; | ||
animation: spin 2s infinite linear; | ||
display: inline-block; | ||
} | ||
@-moz-keyframes spin { | ||
0% { | ||
-moz-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
|
||
100% { | ||
-moz-transform: rotate(359deg); | ||
-o-transform: rotate(359deg); | ||
-webkit-transform: rotate(359deg); | ||
transform: rotate(359deg); | ||
} | ||
} | ||
@-webkit-keyframes spin { | ||
0% { | ||
-moz-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
|
||
100% { | ||
-moz-transform: rotate(359deg); | ||
-o-transform: rotate(359deg); | ||
-webkit-transform: rotate(359deg); | ||
transform: rotate(359deg); | ||
} | ||
} | ||
@-o-keyframes spin { | ||
0% { | ||
-moz-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
|
||
100% { | ||
-moz-transform: rotate(359deg); | ||
-o-transform: rotate(359deg); | ||
-webkit-transform: rotate(359deg); | ||
transform: rotate(359deg); | ||
} | ||
} | ||
@-ms-keyframes spin { | ||
0% { | ||
-moz-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
|
||
100% { | ||
-moz-transform: rotate(359deg); | ||
-o-transform: rotate(359deg); | ||
-webkit-transform: rotate(359deg); | ||
transform: rotate(359deg); | ||
} | ||
} | ||
@keyframes spin { | ||
0% { | ||
-moz-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
} | ||
|
||
100% { | ||
-moz-transform: rotate(359deg); | ||
-o-transform: rotate(359deg); | ||
-webkit-transform: rotate(359deg); | ||
transform: rotate(359deg); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
.icon-vkontakte:before { content: '\e800'; } /* '' */ | ||
.icon-twitter:before { content: '\e801'; } /* '' */ | ||
.icon-pocket:before { content: '\e802'; } /* '' */ | ||
.icon-pinterest:before { content: '\e803'; } /* '' */ | ||
.icon-digg:before { content: '\e804'; } /* '' */ | ||
.icon-reddit:before { content: '\e805'; } /* '' */ | ||
.icon-blogger:before { content: '\e806'; } /* '' */ | ||
.icon-evernote:before { content: '\e807'; } /* '' */ | ||
.icon-linkedin:before { content: '\e808'; } /* '' */ | ||
.icon-facebook:before { content: '\e809'; } /* '' */ | ||
.icon-tumblr:before { content: '\e80a'; } /* '' */ | ||
.icon-wordpress:before { content: '\e80b'; } /* '' */ | ||
.icon-gplus:before { content: '\f0d5'; } /* '' */ |
Oops, something went wrong.