Skip to content

Commit

Permalink
replace alexwolfe with unicorn-ui (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Levin committed Oct 21, 2014
1 parent 1953e72 commit fc86782
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ Buttons

Buttons is a fully customizable CSS button library that's built using Sass & Compass, and created by [Alex Wolfe](https://twitter.com/alexwolfe) and [Rob Levin](https://twitter.com/roblevintennis).

Quickly get started by [visiting the Buttons Builder Website](http://alexwolfe.github.io/Buttons/) where you can view live examples and fully customize your Buttons download.
Quickly get started by [visiting the Buttons Builder Website](http://unicorn-ui.github.io/Buttons/) where you can view live examples and fully customize your Buttons download.

[![Example of Buttons](https://dl.dropboxusercontent.com/u/1517246/builder.png "Example of Buttons")](http://alexwolfe.github.io/Buttons/)
[![Example of Buttons](https://dl.dropboxusercontent.com/u/1517246/builder.png "Example of Buttons")](http://unicorn-ui.github.io/Buttons/)

Setup & Installation
====================

1. Visit the [Buttons Builder Website](http://alexwolfe.github.io/Buttons/), download and add files to your website.
1. Visit the [Buttons Builder Website](http://unicorn-ui.github.io/Buttons/), download and add files to your website.
2. Include css in the head of your webpage. *You only need the font-awesome css if you're using icons*
`<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">`
`<link rel="stylesheet" href="css/buttons.css">`
3. Include jQuery and buttons.js if you're using dropdown menu buttons.
`<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>`
`<script type="text/javascript" src="js/buttons.js"></script>`
4. Create buttons in your html. [View code examples here](http://alexwolfe.github.io/Buttons/).
4. Create buttons in your html. [View code examples here](http://unicorn-ui.github.io/Buttons/).


or Install with Bower
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Buttons",
"version": "1.1.1",
"homepage": "https://github.com/alexwolfe/Buttons",
"homepage": "https://github.com/unicorn-ui/Buttons",
"authors": [
"alexwolfe"
],
"description": "A fully customizable CSS button library built using Sass & Compass",
"description": "A fully customizable CSS button library built using Sass",
"main": "css/buttons.css",
"keywords": [
"Buttons",
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ <h2>A CSS button library built with Sass &amp; Compass</h2>
</hgroup>

<span class="button-wrap button-download">
<a class="button button-circle button-flat button-flat-primary glow" href="https://github.com/alexwolfe/Buttons/raw/gh-pages/Buttons.zip">Download</a>
<a class="button button-circle button-flat button-flat-primary glow" href="https://github.com/unicorn-ui/Buttons/raw/gh-pages/Buttons.zip">Download</a>
</span>

<section class="social-buttons">
<!-- GITHUB STAR BUTTON -->
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=alexwolfe&repo=Buttons&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>

<!-- GITHUB FORK BUTTON -->
<iframe class="github-button" src="http://ghbtns.com/github-btn.html?user=alexwolfe&repo=Buttons&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
<iframe class="github-button" src="http://ghbtns.com/github-btn.html?user=unicorn-ui&repo=Buttons&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>

<!-- TWITTER TWEET BUTTON -->
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://alexwolfe.github.io/Buttons/" data-text="Buttons - a customizable CSS button library built with Sass &amp; Compass">Tweet</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://unicorn-ui.github.io/Buttons/" data-text="Buttons - a customizable CSS button library built with Sass &amp; Compass">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

<!-- FACEBOOK LIKE BUTTON -->
<div class="fb-like" data-href="http://alexwolfe.github.io/Buttons/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
<div class="fb-like" data-href="http://unicorn-ui.github.io/Buttons/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
</section>
</header>

Expand Down Expand Up @@ -719,7 +719,7 @@ <h2>Getting Started</h2>
<h3><i class="fa fa-code"></i> Setup Buttons</h2>
<ol class="steps">
<li>
<a class="button button-rounded button-flat-primary button-tiny" href="https://github.com/alexwolfe/Buttons/raw/gh-pages/Buttons.zip"><i class="fa fa-download"></i> Download Buttons</a> and add files to your website.
<a class="button button-rounded button-flat-primary button-tiny" href="https://github.com/unicorn-ui/Buttons/raw/gh-pages/Buttons.zip"><i class="fa fa-download"></i> Download Buttons</a> and add files to your website.
</li>
<li> Add css in the head of your webpage.
<pre class="prettyprint linenums">&lt;link href=&quot;//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css&quot; rel=&quot;stylesheet&quot;&gt;
Expand All @@ -738,7 +738,7 @@ <h3><i class="fa fa-code"></i> Setup Buttons</h2>
<section class="customize">
<h3><i class="fa fa-github"></i> Customize Buttons</h2>
<ol class="steps">
<li><a class="button button-rounded button-flat-action button-tiny" href="https://github.com/alexwolfe/Buttons/"><i class="fa fa-github"></i> Fork or Download</a> the Buttons project on github.
<li><a class="button button-rounded button-flat-action button-tiny" href="https://github.com/unicorn-ui/Buttons/"><i class="fa fa-github"></i> Fork or Download</a> the Buttons project on github.
</li>
<li>Make sure you have <a target="_blank" href="http://sass-lang.com/download.html">Sass</a> and <a target="_blank" href="http://compass-style.org/install/">Compass</a> installed.</li>
<li>Edit the _options.scss with your own custom values</li>
Expand Down

0 comments on commit fc86782

Please sign in to comment.