Custom social sharing buttons for Twitter, Facebook, Google Plus, LinkedIn, StumbleUpon, and Pinterest.
via http://siliconstation.com/how-develop-custom-google-plus-button/
<a class="icon-twitter" rel="nofollow"
href="http://twitter.com/"| /* | |
| I am the base Service, any business specific service will extend upon me. | |
| My purpose is to control generic things, common for all services. | |
| For instance i keep track of when a service is communicating with a server. | |
| */ | |
| class BaseService { | |
| public isSending$: Observable<any>; | |
| public isSendingSubject = new Subject<any>(); | |
| constructor() { |
| var browserSync = require('browser-sync').create() | |
| var reload = browserSync.reload | |
| var gulp = require('gulp') | |
| var gitbook = require('gitbook') | |
| var path = require('path') | |
| var del = require('del') | |
| // path of your *.md book files | |
| var rootPath = path.join(__dirname, 'docs') |
Custom social sharing buttons for Twitter, Facebook, Google Plus, LinkedIn, StumbleUpon, and Pinterest.
via http://siliconstation.com/how-develop-custom-google-plus-button/
<a class="icon-twitter" rel="nofollow"
href="http://twitter.com/"| /** | |
| * Using form :active / :focus to unveil content (only css) | |
| */ | |
| /* Styling*/ | |
| body{ | |
| text-align:center; | |
| /*background:url(http://www.wallchan.com/images/sandbox/1305675944-abstract-blurry-wallpaper-wallpaper.jpg);*/ | |
| background:#f6f6f6; | |
| } |
| /** | |
| * Using form :active / :focus to unveil content (only css) | |
| */ | |
| /* Styling*/ | |
| body{ | |
| text-align:center; | |
| /*background:url(http://www.wallchan.com/images/sandbox/1305675944-abstract-blurry-wallpaper-wallpaper.jpg);*/ | |
| background:#f6f6f6; | |
| } |